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.

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

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

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

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

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

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

  7. getRecentChooserShowIcons :: (MonadIO m, IsRecentChooser o) => o -> m Bool

    gi-gtk3 GI.Gtk.Interfaces.RecentChooser

    Get the value of the “show-icons” property. When overloading is enabled, this is equivalent to

    get recentChooser #showIcons
    

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

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

  9. getRecentChooserShowPrivate :: (MonadIO m, IsRecentChooser o) => o -> m Bool

    gi-gtk3 GI.Gtk.Interfaces.RecentChooser

    Get the value of the “show-private” property. When overloading is enabled, this is equivalent to

    get recentChooser #showPrivate
    

  10. getRecentChooserShowTips :: (MonadIO m, IsRecentChooser o) => o -> m Bool

    gi-gtk3 GI.Gtk.Interfaces.RecentChooser

    Get the value of the “show-tips” property. When overloading is enabled, this is equivalent to

    get recentChooser #showTips
    

Page 306 of many | Previous | Next