Hoogle Search

Within Stackage Nightly 2026-06-26 (ghc-9.12.4)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setNativeDialogModal :: (MonadIO m, IsNativeDialog o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “modal” property. When overloading is enabled, this is equivalent to

    set nativeDialog [ #modal := value ]
    

  2. setNativeDialogTitle :: (MonadIO m, IsNativeDialog o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “title” property. When overloading is enabled, this is equivalent to

    set nativeDialog [ #title := value ]
    

  3. setNativeDialogTransientFor :: (MonadIO m, IsNativeDialog o, IsWindow a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “transient-for” property. When overloading is enabled, this is equivalent to

    set nativeDialog [ #transientFor := value ]
    

  4. setNativeDialogVisible :: (MonadIO m, IsNativeDialog o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “visible” property. When overloading is enabled, this is equivalent to

    set nativeDialog [ #visible := value ]
    

  5. setNotebookEnablePopup :: (MonadIO m, IsNotebook o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “enable-popup” property. When overloading is enabled, this is equivalent to

    set notebook [ #enablePopup := value ]
    

  6. setNotebookGroupName :: (MonadIO m, IsNotebook o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “group-name” property. When overloading is enabled, this is equivalent to

    set notebook [ #groupName := value ]
    

  7. setNotebookPage :: (MonadIO m, IsNotebook o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “page” property. When overloading is enabled, this is equivalent to

    set notebook [ #page := value ]
    

  8. setNotebookScrollable :: (MonadIO m, IsNotebook o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “scrollable” property. When overloading is enabled, this is equivalent to

    set notebook [ #scrollable := value ]
    

  9. setNotebookShowBorder :: (MonadIO m, IsNotebook o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “show-border” property. When overloading is enabled, this is equivalent to

    set notebook [ #showBorder := value ]
    

  10. setNotebookShowTabs :: (MonadIO m, IsNotebook o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “show-tabs” property. When overloading is enabled, this is equivalent to

    set notebook [ #showTabs := value ]
    

Page 129 of many | Previous | Next