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. menuToolButtonSetArrowTooltipText :: (MenuToolButtonClass self, GlibString string) => self -> string -> IO ()

    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

  2. toolbarGetShowArrow :: ToolbarClass self => self -> IO Bool

    gtk3 Graphics.UI.Gtk.MenuComboToolbar.Toolbar

    Returns whether the toolbar has an overflow menu. See toolbarSetShowArrow.

    • Available since Gtk+ version 2.4

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

  4. toolbarShowArrow :: ToolbarClass self => Attr self Bool

    gtk3 Graphics.UI.Gtk.MenuComboToolbar.Toolbar

    If an arrow should be shown if the toolbar doesn't fit. Default value: True

  5. castToArrow :: GObjectClass obj => obj -> Arrow

    gtk3 Graphics.UI.Gtk.Misc.Arrow

    No documentation available.

  6. gTypeArrow :: GType

    gtk3 Graphics.UI.Gtk.Misc.Arrow

    No documentation available.

  7. toArrow :: ArrowClass o => o -> Arrow

    gtk3 Graphics.UI.Gtk.Misc.Arrow

    No documentation available.

  8. module HaskellWorks.Data.Int.Narrow

    No documentation available.

  9. class Narrow a b

    hw-int HaskellWorks.Data.Int.Narrow

    No documentation available.

  10. narrow :: Narrow a b => a -> b

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

Page 102 of many | Previous | Next