Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setExpanderLabelWidget :: (MonadIO m, IsExpander o, IsWidget a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.Expander Set the value of the “label-widget” property. When overloading is enabled, this is equivalent to
set expander [ #labelWidget := value ]
setExpanderResizeToplevel :: (MonadIO m, IsExpander o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.Expander Set the value of the “resize-toplevel” property. When overloading is enabled, this is equivalent to
set expander [ #resizeToplevel := value ]
setExpanderUseMarkup :: (MonadIO m, IsExpander o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.Expander 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-gtk4 GI.Gtk.Objects.Expander Set the value of the “use-underline” property. When overloading is enabled, this is equivalent to
set expander [ #useUnderline := value ]
setFileChooserNativeAcceptLabel :: (MonadIO m, IsFileChooserNative o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.FileChooserNative Set the value of the “accept-label” property. When overloading is enabled, this is equivalent to
set fileChooserNative [ #acceptLabel := value ]
setFileChooserNativeCancelLabel :: (MonadIO m, IsFileChooserNative o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.FileChooserNative Set the value of the “cancel-label” property. When overloading is enabled, this is equivalent to
set fileChooserNative [ #cancelLabel := value ]
setFileChooserWidgetSearchMode :: (MonadIO m, IsFileChooserWidget o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.FileChooserWidget Set the value of the “search-mode” property. When overloading is enabled, this is equivalent to
set fileChooserWidget [ #searchMode := value ]
setFileDialogAcceptLabel :: (MonadIO m, IsFileDialog o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.FileDialog Set the value of the “accept-label” property. When overloading is enabled, this is equivalent to
set fileDialog [ #acceptLabel := value ]
setFileDialogDefaultFilter :: (MonadIO m, IsFileDialog o, IsFileFilter a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.FileDialog Set the value of the “default-filter” property. When overloading is enabled, this is equivalent to
set fileDialog [ #defaultFilter := value ]
setFileDialogFilters :: (MonadIO m, IsFileDialog o, IsListModel a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.FileDialog Set the value of the “filters” property. When overloading is enabled, this is equivalent to
set fileDialog [ #filters := value ]