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.
class ObjectClass o =>
AdjustmentClass ogtk Graphics.UI.Gtk.Misc.Adjustment No documentation available.
adjustmentAdjChanged :: Adjustment -> IO ()gtk Graphics.UI.Gtk.Misc.Adjustment Emit the onAdjChanged signal.
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.
adjustmentGetLower :: Adjustment -> IO Doublegtk Graphics.UI.Gtk.Misc.Adjustment Retrieve the lower value.
adjustmentGetPageIncrement :: Adjustment -> IO Doublegtk Graphics.UI.Gtk.Misc.Adjustment Retrieve the pageincrement value.
adjustmentGetPageSize :: Adjustment -> IO Doublegtk Graphics.UI.Gtk.Misc.Adjustment Retrieve the page size value.
adjustmentGetStepIncrement :: Adjustment -> IO Doublegtk Graphics.UI.Gtk.Misc.Adjustment Retrieve the step-increment value.
adjustmentGetUpper :: Adjustment -> IO Doublegtk Graphics.UI.Gtk.Misc.Adjustment Retrieve the upper value.
adjustmentGetValue :: Adjustment -> IO Doublegtk Graphics.UI.Gtk.Misc.Adjustment Gets the current value of the adjustment. See adjustmentSetValue.
adjustmentLower :: Attr Adjustment Doublegtk Graphics.UI.Gtk.Misc.Adjustment The minimum value of the adjustment. Default value: 0