Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

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

  2. adjustmentGetLower :: Adjustment -> IO Double

    gtk Graphics.UI.Gtk.Misc.Adjustment

    Retrieve the lower value.

  3. adjustmentGetPageIncrement :: Adjustment -> IO Double

    gtk Graphics.UI.Gtk.Misc.Adjustment

    Retrieve the pageincrement value.

  4. adjustmentGetPageSize :: Adjustment -> IO Double

    gtk Graphics.UI.Gtk.Misc.Adjustment

    Retrieve the page size value.

  5. adjustmentGetStepIncrement :: Adjustment -> IO Double

    gtk Graphics.UI.Gtk.Misc.Adjustment

    Retrieve the step-increment value.

  6. adjustmentGetUpper :: Adjustment -> IO Double

    gtk Graphics.UI.Gtk.Misc.Adjustment

    Retrieve the upper value.

  7. adjustmentGetValue :: Adjustment -> IO Double

    gtk Graphics.UI.Gtk.Misc.Adjustment

    Gets the current value of the adjustment. See adjustmentSetValue.

  8. adjustmentLower :: Attr Adjustment Double

    gtk Graphics.UI.Gtk.Misc.Adjustment

    The minimum value of the adjustment. Default value: 0

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

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

  10. adjustmentPageIncrement :: Attr Adjustment Double

    gtk Graphics.UI.Gtk.Misc.Adjustment

    The page increment of the adjustment. Default value: 0

Page 107 of many | Previous | Next