Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. layoutVAdjustment :: LayoutClass self => Attr self Adjustment

    gtk Graphics.UI.Gtk.Layout.Layout

    The Adjustment for the vertical position.

  2. onSetScrollAdjustments :: LayoutClass self => self -> (Adjustment -> Adjustment -> IO ()) -> IO (ConnectId self)

    gtk Graphics.UI.Gtk.Layout.Layout

    In case the adjustments are replaced, this signal is emitted.

  3. menuItemGetRightJustified :: MenuItemClass self => self -> IO Bool

    gtk Graphics.UI.Gtk.MenuComboToolbar.MenuItem

    Gets whether the menu item appears justified at the right side of the menu bar.

  4. menuItemRightJustified :: MenuItemClass self => Attr self Bool

    gtk Graphics.UI.Gtk.MenuComboToolbar.MenuItem

    'rightJustified' property. See menuItemGetRightJustified and menuItemSetRightJustified

  5. menuItemSetRightJustified :: MenuItemClass self => self -> Bool -> IO ()

    gtk Graphics.UI.Gtk.MenuComboToolbar.MenuItem

    Sets whether the menu item appears justified at the right side of a menu bar. This was traditionally done for "Help" menu items, but is now considered a bad idea. (If the widget layout is reversed for a right-to-left language like Hebrew or Arabic, right-justified-menu-items appear at the left.)

  6. toolPaletteGetHAdjustment :: ToolPaletteClass self => self -> IO Adjustment

    gtk Graphics.UI.Gtk.MenuComboToolbar.ToolPalette

    Gets the horizontal adjustment of the tool palette.

    • Available since Gtk+ version 2.20

  7. toolPaletteGetVAdjustment :: ToolPaletteClass self => self -> IO Adjustment

    gtk Graphics.UI.Gtk.MenuComboToolbar.ToolPalette

    Gets the vertical adjustment of the tool palette.

    • Available since Gtk+ version 2.20

  8. toolPaletteSetScrollAdjustments :: ToolPaletteClass self => Signal self (Adjustment -> Adjustment -> IO ())

    gtk Graphics.UI.Gtk.MenuComboToolbar.ToolPalette

    Set the scroll adjustments for the viewport. Usually scrolled containers like ScrolledWindow will emit this signal to connect two instances of Scrollbar to the scroll directions of the Toolpalette.

    • Available since Gtk+ version 2.20

  9. module Graphics.UI.Gtk.Misc.Adjustment

    A Object representing an adjustable bounded value

  10. data Adjustment

    gtk Graphics.UI.Gtk.Misc.Adjustment

    No documentation available.

Page 94 of many | Previous | Next