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.
adjustmentGetLower :: Adjustment -> IO Doublegtk3 Graphics.UI.Gtk.Misc.Adjustment Retrieve the lower value.
adjustmentGetPageIncrement :: Adjustment -> IO Doublegtk3 Graphics.UI.Gtk.Misc.Adjustment Retrieve the pageincrement value.
adjustmentGetPageSize :: Adjustment -> IO Doublegtk3 Graphics.UI.Gtk.Misc.Adjustment Retrieve the page size value.
adjustmentGetStepIncrement :: Adjustment -> IO Doublegtk3 Graphics.UI.Gtk.Misc.Adjustment Retrieve the step-increment value.
adjustmentGetUpper :: Adjustment -> IO Doublegtk3 Graphics.UI.Gtk.Misc.Adjustment Retrieve the upper value.
adjustmentGetValue :: Adjustment -> IO Doublegtk3 Graphics.UI.Gtk.Misc.Adjustment Gets the current value of the adjustment. See adjustmentSetValue.
adjustmentLower :: Attr Adjustment Doublegtk3 Graphics.UI.Gtk.Misc.Adjustment The minimum value of the adjustment. Default value: 0
adjustmentNew :: Double -> Double -> Double -> Double -> Double -> Double -> IO Adjustmentgtk3 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.
adjustmentPageIncrement :: Attr Adjustment Doublegtk3 Graphics.UI.Gtk.Misc.Adjustment The page increment of the adjustment. Default value: 0
adjustmentPageSize :: Attr Adjustment Doublegtk3 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