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.

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

  2. constructFontChooserShowPreviewEntry :: (IsFontChooser o, MonadIO m) => Bool -> m (GValueConstruct o)

    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.

  3. fontChooserGetShowPreviewEntry :: (HasCallStack, MonadIO m, IsFontChooser a) => a -> m Bool

    gi-gtk3 GI.Gtk.Interfaces.FontChooser

    Returns whether the preview entry is shown or not. Since: 3.2

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

  5. getFontChooserShowPreviewEntry :: (MonadIO m, IsFontChooser o) => o -> m Bool

    gi-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
    

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

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

  8. constructRecentChooserShowNotFound :: (IsRecentChooser o, MonadIO m) => Bool -> m (GValueConstruct o)

    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.

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

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

Page 305 of many | Previous | Next