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