Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
getRecentChooserShowIcons :: (MonadIO m, IsRecentChooser o) => o -> m Boolgi-gtk3 GI.Gtk.Interfaces.RecentChooser Get the value of the “show-icons” property. When overloading is enabled, this is equivalent to
get recentChooser #showIcons
getRecentChooserShowNotFound :: (MonadIO m, IsRecentChooser o) => o -> m Boolgi-gtk3 GI.Gtk.Interfaces.RecentChooser Get the value of the “show-not-found” property. When overloading is enabled, this is equivalent to
get recentChooser #showNotFound
getRecentChooserShowPrivate :: (MonadIO m, IsRecentChooser o) => o -> m Boolgi-gtk3 GI.Gtk.Interfaces.RecentChooser Get the value of the “show-private” property. When overloading is enabled, this is equivalent to
get recentChooser #showPrivate
getRecentChooserShowTips :: (MonadIO m, IsRecentChooser o) => o -> m Boolgi-gtk3 GI.Gtk.Interfaces.RecentChooser Get the value of the “show-tips” property. When overloading is enabled, this is equivalent to
get recentChooser #showTips