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.
-
gtk3 Graphics.UI.Gtk.MenuComboToolbar.MenuToolButton Sets the tooltip text to be used as tooltip for the arrow button which pops up the menu. See toolItemSetTooltip for setting a tooltip on the whole MenuToolButton.
- Available since Gtk+ version 2.12
toolbarGetShowArrow :: ToolbarClass self => self -> IO Boolgtk3 Graphics.UI.Gtk.MenuComboToolbar.Toolbar Returns whether the toolbar has an overflow menu. See toolbarSetShowArrow.
- Available since Gtk+ version 2.4
toolbarSetShowArrow :: ToolbarClass self => self -> Bool -> IO ()gtk3 Graphics.UI.Gtk.MenuComboToolbar.Toolbar Sets whether to show an overflow menu when the toolbar doesn't have room for all items on it. If True, items that there are not room are available through an overflow menu.
- Available since Gtk version 2.4
toolbarShowArrow :: ToolbarClass self => Attr self Boolgtk3 Graphics.UI.Gtk.MenuComboToolbar.Toolbar If an arrow should be shown if the toolbar doesn't fit. Default value: True
castToArrow :: GObjectClass obj => obj -> Arrowgtk3 Graphics.UI.Gtk.Misc.Arrow No documentation available.
-
gtk3 Graphics.UI.Gtk.Misc.Arrow No documentation available.
toArrow :: ArrowClass o => o -> Arrowgtk3 Graphics.UI.Gtk.Misc.Arrow No documentation available.
module HaskellWorks.Data.Int.
Narrow No documentation available.
-
hw-int HaskellWorks.Data.Int.Narrow No documentation available.
narrow :: Narrow a b => a -> bhw-int HaskellWorks.Data.Int.Narrow Cast the value to a smaller size. If the value does not fit in the smaller size, data will be lost. This gives a better indication of intent than fromIntegral.