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. adjustmentGetLower :: Adjustment -> IO Double

    gtk3 Graphics.UI.Gtk.Misc.Adjustment

    Retrieve the lower value.

  2. adjustmentGetPageIncrement :: Adjustment -> IO Double

    gtk3 Graphics.UI.Gtk.Misc.Adjustment

    Retrieve the pageincrement value.

  3. adjustmentGetPageSize :: Adjustment -> IO Double

    gtk3 Graphics.UI.Gtk.Misc.Adjustment

    Retrieve the page size value.

  4. adjustmentGetStepIncrement :: Adjustment -> IO Double

    gtk3 Graphics.UI.Gtk.Misc.Adjustment

    Retrieve the step-increment value.

  5. adjustmentGetUpper :: Adjustment -> IO Double

    gtk3 Graphics.UI.Gtk.Misc.Adjustment

    Retrieve the upper value.

  6. adjustmentGetValue :: Adjustment -> IO Double

    gtk3 Graphics.UI.Gtk.Misc.Adjustment

    Gets the current value of the adjustment. See adjustmentSetValue.

  7. adjustmentLower :: Attr Adjustment Double

    gtk3 Graphics.UI.Gtk.Misc.Adjustment

    The minimum value of the adjustment. Default value: 0

  8. adjustmentNew :: Double -> Double -> Double -> Double -> Double -> Double -> IO Adjustment

    gtk3 Graphics.UI.Gtk.Misc.Adjustment

    Creates a new Adjustment. The creation function take every value that is contained in the object: value is the initial value and should be between the upper and lower bounds of the slider. Clicking on the arrows increases this value by stepIncrement. Clicking in the slider advances by pageIncrement. The pageSize is needed to determine if the end of the slider is still in the range.

  9. adjustmentPageIncrement :: Attr Adjustment Double

    gtk3 Graphics.UI.Gtk.Misc.Adjustment

    The page increment of the adjustment. Default value: 0

  10. adjustmentPageSize :: Attr Adjustment Double

    gtk3 Graphics.UI.Gtk.Misc.Adjustment

    The page size of the adjustment. Note that the page-size is irrelevant and should be set to zero if the adjustment is used for a simple scalar value, e.g. in a SpinButton. Default value: 0

Page 128 of many | Previous | Next