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. menuItemRightJustified :: MenuItemClass self => Attr self Bool

    gtk3 Graphics.UI.Gtk.MenuComboToolbar.MenuItem

    'rightJustified' property. See menuItemGetRightJustified and menuItemSetRightJustified

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

    gtk3 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.)

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

    gtk3 Graphics.UI.Gtk.MenuComboToolbar.ToolPalette

    Gets the horizontal adjustment of the tool palette.

    • Available since Gtk+ version 2.20

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

    gtk3 Graphics.UI.Gtk.MenuComboToolbar.ToolPalette

    Gets the vertical adjustment of the tool palette.

    • Available since Gtk+ version 2.20

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

    gtk3 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

  6. module Graphics.UI.Gtk.Misc.Adjustment

    A Object representing an adjustable bounded value

  7. data Adjustment

    gtk3 Graphics.UI.Gtk.Misc.Adjustment

    No documentation available.

  8. class GObjectClass o => AdjustmentClass o

    gtk3 Graphics.UI.Gtk.Misc.Adjustment

    No documentation available.

  9. adjustmentAdjChanged :: Adjustment -> IO ()

    gtk3 Graphics.UI.Gtk.Misc.Adjustment

    Emit the onAdjChanged signal.

  10. adjustmentClampPage :: Adjustment -> Double -> Double -> IO ()

    gtk3 Graphics.UI.Gtk.Misc.Adjustment

    Updates the Adjustment value to ensure that the range between lower and upper is in the current page (i.e. between value and value + pageSize). If the range is larger than the page size, then only the start of it will be in the current page. A "changed" signal will be emitted if the value is changed.

Page 127 of many | Previous | Next