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.
adjustmentClampPage :: (HasCallStack, MonadIO m, IsAdjustment a) => a -> Double -> Double -> m ()gi-gtk4 GI.Gtk.Objects.Adjustment Updates the value property to ensure that the range between lower and upper is in the current page. The current page goes from value to value + page-size. If the range is larger than the page size, then only the start of it will be in the current page. A Adjustment::valueChanged signal will be emitted if the value is changed.
-
gi-gtk4 GI.Gtk.Objects.Adjustment Sets all properties of the adjustment at once. Use this function to avoid multiple emissions of the Adjustment::changed signal. See adjustmentSetLower for an alternative way of compressing multiple emissions of Adjustment::changed into one.
adjustmentGetLower :: (HasCallStack, MonadIO m, IsAdjustment a) => a -> m Doublegi-gtk4 GI.Gtk.Objects.Adjustment Retrieves the minimum value of the adjustment.
adjustmentGetMinimumIncrement :: (HasCallStack, MonadIO m, IsAdjustment a) => a -> m Doublegi-gtk4 GI.Gtk.Objects.Adjustment Gets the smaller of step increment and page increment.
adjustmentGetPageIncrement :: (HasCallStack, MonadIO m, IsAdjustment a) => a -> m Doublegi-gtk4 GI.Gtk.Objects.Adjustment Retrieves the page increment of the adjustment.
adjustmentGetPageSize :: (HasCallStack, MonadIO m, IsAdjustment a) => a -> m Doublegi-gtk4 GI.Gtk.Objects.Adjustment Retrieves the page size of the adjustment.
adjustmentGetStepIncrement :: (HasCallStack, MonadIO m, IsAdjustment a) => a -> m Doublegi-gtk4 GI.Gtk.Objects.Adjustment Retrieves the step increment of the adjustment.
adjustmentGetUpper :: (HasCallStack, MonadIO m, IsAdjustment a) => a -> m Doublegi-gtk4 GI.Gtk.Objects.Adjustment Retrieves the maximum value of the adjustment.
adjustmentGetValue :: (HasCallStack, MonadIO m, IsAdjustment a) => a -> m Doublegi-gtk4 GI.Gtk.Objects.Adjustment Gets the current value of the adjustment.
-
gi-gtk4 GI.Gtk.Objects.Adjustment Creates a new GtkAdjustment.