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. constructRecentActionShowNumbers :: (IsRecentAction o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.RecentAction

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

  2. getRecentActionShowNumbers :: (MonadIO m, IsRecentAction o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.RecentAction

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

    get recentAction #showNumbers
    

  3. recentActionGetShowNumbers :: (HasCallStack, MonadIO m, IsRecentAction a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.RecentAction

    Deprecated: (Since version 3.10)

  4. recentActionSetShowNumbers :: (HasCallStack, MonadIO m, IsRecentAction a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.RecentAction

    Deprecated: (Since version 3.10)

  5. setRecentActionShowNumbers :: (MonadIO m, IsRecentAction o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.RecentAction

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

    set recentAction [ #showNumbers := value ]
    

  6. constructRecentChooserMenuShowNumbers :: (IsRecentChooserMenu o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.RecentChooserMenu

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

  7. getRecentChooserMenuShowNumbers :: (MonadIO m, IsRecentChooserMenu o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.RecentChooserMenu

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

    get recentChooserMenu #showNumbers
    

  8. recentChooserMenuGetShowNumbers :: (HasCallStack, MonadIO m, IsRecentChooserMenu a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.RecentChooserMenu

    Returns the value set by recentChooserMenuSetShowNumbers. Since: 2.10

  9. recentChooserMenuSetShowNumbers :: (HasCallStack, MonadIO m, IsRecentChooserMenu a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.RecentChooserMenu

    Sets whether a number should be added to the items of menu. The numbers are shown to provide a unique character for a mnemonic to be used inside ten menu item’s label. Only the first the items get a number to avoid clashes. Since: 2.10

  10. setRecentChooserMenuShowNumbers :: (MonadIO m, IsRecentChooserMenu o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.RecentChooserMenu

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

    set recentChooserMenu [ #showNumbers := value ]
    

Page 392 of many | Previous | Next