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

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

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

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

  5. setRecentChooserShowPrivate :: (MonadIO m, IsRecentChooser o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Interfaces.RecentChooser

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

    set recentChooser [ #showPrivate := value ]
    

  6. setRecentChooserShowTips :: (MonadIO m, IsRecentChooser o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Interfaces.RecentChooser

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

    set recentChooser [ #showTips := value ]
    

  7. actionGetAlwaysShowImage :: (HasCallStack, MonadIO m, IsAction a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.Action

    Deprecated: (Since version 3.10)Use menuItemGetAttributeValue on a MenuIteminstead

  8. actionSetAlwaysShowImage :: (HasCallStack, MonadIO m, IsAction a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Action

    Deprecated: (Since version 3.10)Use menuItemSetIcon on a MenuItem instead, if theitem should have an image

  9. constructActionAlwaysShowImage :: (IsAction o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.Action

    Construct a GValueConstruct with valid value for the “always-show-image” property. This is rarely needed directly, but it is used by new.

  10. getActionAlwaysShowImage :: (MonadIO m, IsAction o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.Action

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

    get action #alwaysShowImage
    

Page 307 of many | Previous | Next