Hoogle Search
Within Stackage Nightly 2026-06-25 (ghc-9.12.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setExpanderSpacing :: (MonadIO m, IsExpander o) => o -> Int32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “spacing” property. When overloading is enabled, this is equivalent to
set expander [ #spacing := value ]
setExpanderUseMarkup :: (MonadIO m, IsExpander o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “use-markup” property. When overloading is enabled, this is equivalent to
set expander [ #useMarkup := value ]
setExpanderUseUnderline :: (MonadIO m, IsExpander o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “use-underline” property. When overloading is enabled, this is equivalent to
set expander [ #useUnderline := value ]
setFileChooserAction :: (MonadIO m, IsFileChooser o) => o -> FileChooserAction -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “action” property. When overloading is enabled, this is equivalent to
set fileChooser [ #action := value ]
setFileChooserButtonTitle :: (MonadIO m, IsFileChooserButton 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 fileChooserButton [ #title := value ]
setFileChooserButtonWidthChars :: (MonadIO m, IsFileChooserButton o) => o -> Int32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “width-chars” property. When overloading is enabled, this is equivalent to
set fileChooserButton [ #widthChars := value ]
setFileChooserCreateFolders :: (MonadIO m, IsFileChooser o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “create-folders” property. When overloading is enabled, this is equivalent to
set fileChooser [ #createFolders := value ]
setFileChooserDoOverwriteConfirmation :: (MonadIO m, IsFileChooser o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “do-overwrite-confirmation” property. When overloading is enabled, this is equivalent to
set fileChooser [ #doOverwriteConfirmation := value ]
setFileChooserExtraWidget :: (MonadIO m, IsFileChooser o, IsWidget a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “extra-widget” property. When overloading is enabled, this is equivalent to
set fileChooser [ #extraWidget := value ]
setFileChooserFilter :: (MonadIO m, IsFileChooser o, IsFileFilter a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “filter” property. When overloading is enabled, this is equivalent to
set fileChooser [ #filter := value ]