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. class ObjectClass o => AdjustmentClass o

    gtk Graphics.UI.Gtk.Misc.Adjustment

    No documentation available.

  2. adjustmentAdjChanged :: Adjustment -> IO ()

    gtk Graphics.UI.Gtk.Misc.Adjustment

    Emit the onAdjChanged signal.

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

  4. adjustmentGetLower :: Adjustment -> IO Double

    gtk Graphics.UI.Gtk.Misc.Adjustment

    Retrieve the lower value.

  5. adjustmentGetPageIncrement :: Adjustment -> IO Double

    gtk Graphics.UI.Gtk.Misc.Adjustment

    Retrieve the pageincrement value.

  6. adjustmentGetPageSize :: Adjustment -> IO Double

    gtk Graphics.UI.Gtk.Misc.Adjustment

    Retrieve the page size value.

  7. adjustmentGetStepIncrement :: Adjustment -> IO Double

    gtk Graphics.UI.Gtk.Misc.Adjustment

    Retrieve the step-increment value.

  8. adjustmentGetUpper :: Adjustment -> IO Double

    gtk Graphics.UI.Gtk.Misc.Adjustment

    Retrieve the upper value.

  9. adjustmentGetValue :: Adjustment -> IO Double

    gtk Graphics.UI.Gtk.Misc.Adjustment

    Gets the current value of the adjustment. See adjustmentSetValue.

  10. adjustmentLower :: Attr Adjustment Double

    gtk Graphics.UI.Gtk.Misc.Adjustment

    The minimum value of the adjustment. Default value: 0

Page 95 of many | Previous | Next