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.
adjustmentPageSize :: Attr Adjustment Doublegtk 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
adjustmentSetLower :: Adjustment -> Double -> IO ()gtk Graphics.UI.Gtk.Misc.Adjustment Set the lower value.
adjustmentSetPageIncrement :: Adjustment -> Double -> IO ()gtk Graphics.UI.Gtk.Misc.Adjustment Set the page increment value.
adjustmentSetPageSize :: Adjustment -> Double -> IO ()gtk Graphics.UI.Gtk.Misc.Adjustment Set the page size value.
adjustmentSetStepIncrement :: Adjustment -> Double -> IO ()gtk Graphics.UI.Gtk.Misc.Adjustment Set the step-increment value.
adjustmentSetUpper :: Adjustment -> Double -> IO ()gtk Graphics.UI.Gtk.Misc.Adjustment Set the upper value.
adjustmentSetValue :: Adjustment -> Double -> IO ()gtk Graphics.UI.Gtk.Misc.Adjustment Sets the current value of the Adjustment object. The value is clamped to lie between the adjustment's lower and upper values. See adjustmentNew for details of these properties. Note that for adjustments which are used in a Scrollbar, the effective range of allowed values goes from lower to upper - page_size.
adjustmentStepIncrement :: Attr Adjustment Doublegtk Graphics.UI.Gtk.Misc.Adjustment The step increment of the adjustment. Default value: 0
adjustmentUpper :: Attr Adjustment Doublegtk Graphics.UI.Gtk.Misc.Adjustment The maximum value of the adjustment. Note that values will be restricted by upper - page-size if the page-size property is nonzero. Default value: 0
adjustmentValue :: Attr Adjustment Doublegtk Graphics.UI.Gtk.Misc.Adjustment The value of the adjustment. Default value: 0