Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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
constructTreeViewShowExpanders :: (IsTreeView o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk3 GI.Gtk.Objects.TreeView Construct a GValueConstruct with valid value for the “show-expanders” property. This is rarely needed directly, but it is used by new.
getTreeViewShowExpanders :: (MonadIO m, IsTreeView o) => o -> m Boolgi-gtk3 GI.Gtk.Objects.TreeView Get the value of the “show-expanders” property. When overloading is enabled, this is equivalent to
get treeView #showExpanders
setTreeViewShowExpanders :: (MonadIO m, IsTreeView o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.TreeView Set the value of the “show-expanders” property. When overloading is enabled, this is equivalent to
set treeView [ #showExpanders := value ]
treeViewGetShowExpanders :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m Boolgi-gtk3 GI.Gtk.Objects.TreeView Returns whether or not expanders are drawn in treeView. Since: 2.12
treeViewSetShowExpanders :: (HasCallStack, MonadIO m, IsTreeView a) => a -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.TreeView Sets whether to draw and enable expanders and indent child rows in treeView. When disabled there will be no expanders visible in trees and there will be no way to expand and collapse rows by default. Also note that hiding the expanders will disable the default indentation. You can set a custom indentation in this case using treeViewSetLevelIndentation. This does not have any visible effects for lists. Since: 2.12
type
WidgetShowCallback = IO ()gi-gtk3 GI.Gtk.Objects.Widget The show signal is emitted when widget is shown, for example with widgetShow.
type
WidgetShowHelpCallback = WidgetHelpType -> IO Boolgi-gtk3 GI.Gtk.Objects.Widget No description available in the introspection data.