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.
setFileChooserPreviewWidgetActive :: (MonadIO m, IsFileChooser o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Interfaces.FileChooser 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-gtk3 GI.Gtk.Interfaces.FileChooser 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-gtk3 GI.Gtk.Interfaces.FileChooser 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-gtk3 GI.Gtk.Interfaces.FileChooser Set the value of the “use-preview-label” property. When overloading is enabled, this is equivalent to
set fileChooser [ #usePreviewLabel := value ]
setFontChooserFont :: (MonadIO m, IsFontChooser o) => o -> Text -> m ()gi-gtk3 GI.Gtk.Interfaces.FontChooser Set the value of the “font” property. When overloading is enabled, this is equivalent to
set fontChooser [ #font := value ]
setFontChooserFontDesc :: (MonadIO m, IsFontChooser o) => o -> FontDescription -> m ()gi-gtk3 GI.Gtk.Interfaces.FontChooser Set the value of the “font-desc” property. When overloading is enabled, this is equivalent to
set fontChooser [ #fontDesc := value ]
setFontChooserLanguage :: (MonadIO m, IsFontChooser o) => o -> Text -> m ()gi-gtk3 GI.Gtk.Interfaces.FontChooser Set the value of the “language” property. When overloading is enabled, this is equivalent to
set fontChooser [ #language := value ]
setFontChooserLevel :: (MonadIO m, IsFontChooser o) => o -> [FontChooserLevel] -> m ()gi-gtk3 GI.Gtk.Interfaces.FontChooser Set the value of the “level” property. When overloading is enabled, this is equivalent to
set fontChooser [ #level := value ]
setFontChooserPreviewText :: (MonadIO m, IsFontChooser o) => o -> Text -> m ()gi-gtk3 GI.Gtk.Interfaces.FontChooser Set the value of the “preview-text” property. When overloading is enabled, this is equivalent to
set fontChooser [ #previewText := value ]
setFontChooserShowPreviewEntry :: (MonadIO m, IsFontChooser o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Interfaces.FontChooser Set the value of the “show-preview-entry” property. When overloading is enabled, this is equivalent to
set fontChooser [ #showPreviewEntry := value ]