Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. getToolbarShowArrow :: (MonadIO m, IsToolbar o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.Toolbar

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

    get toolbar #showArrow
    

  2. setToolbarShowArrow :: (MonadIO m, IsToolbar o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Toolbar

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

    set toolbar [ #showArrow := value ]
    

  3. toolbarGetShowArrow :: (HasCallStack, MonadIO m, IsToolbar a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.Toolbar

    Returns whether the toolbar has an overflow menu. See toolbarSetShowArrow. Since: 2.4

  4. toolbarSetShowArrow :: (HasCallStack, MonadIO m, IsToolbar a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Toolbar

    Sets whether to show an overflow menu when toolbar isn’t allocated enough size to show all of its items. If True, items which can’t fit in toolbar, and which have a proxy menu item set by toolItemSetProxyMenuItem or ToolItem::createMenuProxy, will be available in an overflow menu, which can be opened by an added arrow button. If False, toolbar will request enough size to fit all of its child items without any overflow. Since: 2.4

  5. AnotherArrowType :: Int -> ArrowType

    gi-gtk4 GI.Gtk.Enums

    Catch-all for unknown values

  6. renderArrow :: (HasCallStack, MonadIO m, IsStyleContext a) => a -> Context -> Double -> Double -> Double -> Double -> m ()

    gi-gtk4 GI.Gtk.Functions

    Deprecated: (Since version 4.10)

  7. constructDropDownShowArrow :: (IsDropDown o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.DropDown

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

  8. dropDownGetShowArrow :: (HasCallStack, MonadIO m, IsDropDown a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.DropDown

    Returns whether to show an arrow within the widget. Since: 4.6

  9. dropDownSetShowArrow :: (HasCallStack, MonadIO m, IsDropDown a) => a -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.DropDown

    Sets whether an arrow will be displayed within the widget. Since: 4.6

  10. getDropDownShowArrow :: (MonadIO m, IsDropDown o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.DropDown

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

    get dropDown #showArrow
    

Page 89 of many | Previous | Next