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.
setFileChooserLocalOnly :: (MonadIO m, IsFileChooser o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “local-only” property. When overloading is enabled, this is equivalent to
set fileChooser [ #localOnly := value ]
setFileChooserNativeAcceptLabel :: (MonadIO m, IsFileChooserNative o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk Set the value of the “cancel-label” property. When overloading is enabled, this is equivalent to
set fileChooserNative [ #cancelLabel := value ]
setFileChooserPreviewWidget :: (MonadIO m, IsFileChooser o, IsWidget a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “preview-widget” property. When overloading is enabled, this is equivalent to
set fileChooser [ #previewWidget := value ]
setFileChooserPreviewWidgetActive :: (MonadIO m, IsFileChooser o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “preview-widget-active” property. When overloading is enabled, this is equivalent to
set fileChooser [ #previewWidgetActive := value ]
setFileChooserSelectMultiple :: (MonadIO m, IsFileChooser o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “select-multiple” property. When overloading is enabled, this is equivalent to
set fileChooser [ #selectMultiple := value ]
setFileChooserShowHidden :: (MonadIO m, IsFileChooser o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “show-hidden” property. When overloading is enabled, this is equivalent to
set fileChooser [ #showHidden := value ]
setFileChooserUsePreviewLabel :: (MonadIO m, IsFileChooser o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “use-preview-label” property. When overloading is enabled, this is equivalent to
set fileChooser [ #usePreviewLabel := value ]
setFileChooserWidgetSearchMode :: (MonadIO m, IsFileChooserWidget o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “search-mode” property. When overloading is enabled, this is equivalent to
set fileChooserWidget [ #searchMode := value ]
setFileFilterInfoContains :: MonadIO m => FileFilterInfo -> [FileFilterFlags] -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “contains” field. When overloading is enabled, this is equivalent to
set fileFilterInfo [ #contains := value ]