Hoogle Search

Within LTS Haskell 24.56 (ghc-9.10.3)

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

  1. data Adjustment

    gtk3 Graphics.UI.Gtk.Misc.Adjustment

    No documentation available.

  2. class GObjectClass o => AdjustmentClass o

    gtk3 Graphics.UI.Gtk.Misc.Adjustment

    No documentation available.

  3. adjustmentAdjChanged :: Adjustment -> IO ()

    gtk3 Graphics.UI.Gtk.Misc.Adjustment

    Emit the onAdjChanged signal.

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

  5. adjustmentGetLower :: Adjustment -> IO Double

    gtk3 Graphics.UI.Gtk.Misc.Adjustment

    Retrieve the lower value.

  6. adjustmentGetPageIncrement :: Adjustment -> IO Double

    gtk3 Graphics.UI.Gtk.Misc.Adjustment

    Retrieve the pageincrement value.

  7. adjustmentGetPageSize :: Adjustment -> IO Double

    gtk3 Graphics.UI.Gtk.Misc.Adjustment

    Retrieve the page size value.

  8. adjustmentGetStepIncrement :: Adjustment -> IO Double

    gtk3 Graphics.UI.Gtk.Misc.Adjustment

    Retrieve the step-increment value.

  9. adjustmentGetUpper :: Adjustment -> IO Double

    gtk3 Graphics.UI.Gtk.Misc.Adjustment

    Retrieve the upper value.

  10. adjustmentGetValue :: Adjustment -> IO Double

    gtk3 Graphics.UI.Gtk.Misc.Adjustment

    Gets the current value of the adjustment. See adjustmentSetValue.

Page 183 of many | Previous | Next