Hoogle Search
Within Stackage Nightly 2026-06-28 (ghc-9.12.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setMountOperationParent :: (MonadIO m, IsMountOperation o, IsWindow a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “parent” property. When overloading is enabled, this is equivalent to
set mountOperation [ #parent := value ]
setMountOperationScreen :: (MonadIO m, IsMountOperation o, IsScreen a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “screen” property. When overloading is enabled, this is equivalent to
set mountOperation [ #screen := value ]
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 ]