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.
getToolbarShowArrow :: (MonadIO m, IsToolbar o) => o -> m Boolgi-gtk3 GI.Gtk.Objects.Toolbar Get the value of the “show-arrow” property. When overloading is enabled, this is equivalent to
get toolbar #showArrow
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 ]
toolbarGetShowArrow :: (HasCallStack, MonadIO m, IsToolbar a) => a -> m Boolgi-gtk3 GI.Gtk.Objects.Toolbar Returns whether the toolbar has an overflow menu. See toolbarSetShowArrow. Since: 2.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
AnotherArrowType :: Int -> ArrowTypegi-gtk4 GI.Gtk.Enums Catch-all for unknown values
-
gi-gtk4 GI.Gtk.Functions Deprecated: (Since version 4.10)
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.
dropDownGetShowArrow :: (HasCallStack, MonadIO m, IsDropDown a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.DropDown Returns whether to show an arrow within the widget. Since: 4.6
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
getDropDownShowArrow :: (MonadIO m, IsDropDown o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.DropDown Get the value of the “show-arrow” property. When overloading is enabled, this is equivalent to
get dropDown #showArrow