Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

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

    gi-gtk3 GI.Gtk.Objects.Toolbar

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

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

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

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

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

  6. BasedArrowDown :: CursorType

    gtk Graphics.UI.Gtk.Gdk.Cursor

    No documentation available.

  7. BasedArrowUp :: CursorType

    gtk Graphics.UI.Gtk.Gdk.Cursor

    No documentation available.

  8. DoubleArrow :: CursorType

    gtk Graphics.UI.Gtk.Gdk.Cursor

    No documentation available.

  9. QuestionArrow :: CursorType

    gtk Graphics.UI.Gtk.Gdk.Cursor

    No documentation available.

  10. SbDownArrow :: CursorType

    gtk Graphics.UI.Gtk.Gdk.Cursor

    No documentation available.

Page 89 of many | Previous | Next