Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

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

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

  3. module Graphics.UI.Gtk.Misc.Adjustment

    A Object representing an adjustable bounded value

  4. data Adjustment

    gtk Graphics.UI.Gtk.Misc.Adjustment

    No documentation available.

  5. class ObjectClass o => AdjustmentClass o

    gtk Graphics.UI.Gtk.Misc.Adjustment

    No documentation available.

  6. adjustmentAdjChanged :: Adjustment -> IO ()

    gtk Graphics.UI.Gtk.Misc.Adjustment

    Emit the onAdjChanged signal.

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

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

  8. adjustmentGetLower :: Adjustment -> IO Double

    gtk Graphics.UI.Gtk.Misc.Adjustment

    Retrieve the lower value.

  9. adjustmentGetPageIncrement :: Adjustment -> IO Double

    gtk Graphics.UI.Gtk.Misc.Adjustment

    Retrieve the pageincrement value.

  10. adjustmentGetPageSize :: Adjustment -> IO Double

    gtk Graphics.UI.Gtk.Misc.Adjustment

    Retrieve the page size value.

Page 107 of many | Previous | Next