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.
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 ]
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 ]
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 ]
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 ]
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 ]
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 ]
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 ]
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 ]
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 ]
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 ]