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

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

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

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

  5. recentChooserGetShowIcons :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> m Bool

    gi-gtk3 GI.Gtk.Interfaces.RecentChooser

    Retrieves whether chooser should show an icon near the resource. Since: 2.10

  6. recentChooserGetShowNotFound :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> m Bool

    gi-gtk3 GI.Gtk.Interfaces.RecentChooser

    Retrieves whether chooser should show the recently used resources that were not found. Since: 2.10

  7. recentChooserGetShowPrivate :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> m Bool

    gi-gtk3 GI.Gtk.Interfaces.RecentChooser

    Returns whether chooser should display recently used resources registered as private. Since: 2.10

  8. recentChooserGetShowTips :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> m Bool

    gi-gtk3 GI.Gtk.Interfaces.RecentChooser

    Gets whether chooser should display tooltips containing the full path of a recently user resource. Since: 2.10

  9. recentChooserSetShowIcons :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Interfaces.RecentChooser

    Sets whether chooser should show an icon near the resource when displaying it. Since: 2.10

  10. recentChooserSetShowNotFound :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Interfaces.RecentChooser

    Sets whether chooser should display the recently used resources that it didn’t find. This only applies to local resources. Since: 2.10

Page 306 of many | Previous | Next