Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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 ]
-
gi-gtk3 GI.Gtk.Interfaces.FontChooser Construct a GValueConstruct with valid value for the “show-preview-entry” property. This is rarely needed directly, but it is used by new.
fontChooserGetShowPreviewEntry :: (HasCallStack, MonadIO m, IsFontChooser a) => a -> m Boolgi-gtk3 GI.Gtk.Interfaces.FontChooser Returns whether the preview entry is shown or not. Since: 3.2
fontChooserSetShowPreviewEntry :: (HasCallStack, MonadIO m, IsFontChooser a) => a -> Bool -> m ()gi-gtk3 GI.Gtk.Interfaces.FontChooser Shows or hides the editable preview entry. Since: 3.2
getFontChooserShowPreviewEntry :: (MonadIO m, IsFontChooser o) => o -> m Boolgi-gtk3 GI.Gtk.Interfaces.FontChooser Get the value of the “show-preview-entry” property. When overloading is enabled, this is equivalent to
get fontChooser #showPreviewEntry
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 ]
constructRecentChooserShowIcons :: (IsRecentChooser o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk3 GI.Gtk.Interfaces.RecentChooser Construct a GValueConstruct with valid value for the “show-icons” property. This is rarely needed directly, but it is used by new.
-
gi-gtk3 GI.Gtk.Interfaces.RecentChooser Construct a GValueConstruct with valid value for the “show-not-found” property. This is rarely needed directly, but it is used by new.
constructRecentChooserShowPrivate :: (IsRecentChooser o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk3 GI.Gtk.Interfaces.RecentChooser Construct a GValueConstruct with valid value for the “show-private” property. This is rarely needed directly, but it is used by new.
constructRecentChooserShowTips :: (IsRecentChooser o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk3 GI.Gtk.Interfaces.RecentChooser Construct a GValueConstruct with valid value for the “show-tips” property. This is rarely needed directly, but it is used by new.