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

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

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

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

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

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

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

    gi-gtk3 GI.Gtk.Interfaces.RecentChooser

    Whether to show recently used resources marked registered as private. Since: 2.10

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

    gi-gtk3 GI.Gtk.Interfaces.RecentChooser

    Sets whether to show a tooltips containing the full path of each recently used resource in a RecentChooser widget. Since: 2.10

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

    gi-gtk3 GI.Gtk.Interfaces.RecentChooser

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

    set recentChooser [ #showIcons := value ]
    

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

    gi-gtk3 GI.Gtk.Interfaces.RecentChooser

    Set the value of the “show-not-found” property. When overloading is enabled, this is equivalent to

    set recentChooser [ #showNotFound := value ]
    

Page 307 of many | Previous | Next