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.
type
AdjustmentValueChangedCallback = IO ()gi-gtk3 GI.Gtk.Objects.Adjustment Emitted when the Adjustment:value property has been changed.
class (GObject o, IsDescendantOf Adjustment o) =>
IsAdjustment ogi-gtk3 GI.Gtk.Objects.Adjustment Type class for types which can be safely cast to Adjustment, for instance with toAdjustment.
adjustmentChanged :: (HasCallStack, MonadIO m, IsAdjustment a) => a -> m ()gi-gtk3 GI.Gtk.Objects.Adjustment Deprecated: (Since version 3.18)GTK+ emits Adjustment::changed itself whenever anyof the properties (other than value) change
adjustmentClampPage :: (HasCallStack, MonadIO m, IsAdjustment a) => a -> Double -> Double -> m ()gi-gtk3 GI.Gtk.Objects.Adjustment Updates the Adjustment:value property to ensure that the range between lower and upper is in the current page (i.e. between Adjustment:value and Adjustment:value + Adjustment:pageSize). 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-gtk3 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. Since: 2.14
adjustmentGetLower :: (HasCallStack, MonadIO m, IsAdjustment a) => a -> m Doublegi-gtk3 GI.Gtk.Objects.Adjustment Retrieves the minimum value of the adjustment. Since: 2.14
adjustmentGetMinimumIncrement :: (HasCallStack, MonadIO m, IsAdjustment a) => a -> m Doublegi-gtk3 GI.Gtk.Objects.Adjustment Gets the smaller of step increment and page increment. Since: 3.2
adjustmentGetPageIncrement :: (HasCallStack, MonadIO m, IsAdjustment a) => a -> m Doublegi-gtk3 GI.Gtk.Objects.Adjustment Retrieves the page increment of the adjustment. Since: 2.14
adjustmentGetPageSize :: (HasCallStack, MonadIO m, IsAdjustment a) => a -> m Doublegi-gtk3 GI.Gtk.Objects.Adjustment Retrieves the page size of the adjustment. Since: 2.14
adjustmentGetStepIncrement :: (HasCallStack, MonadIO m, IsAdjustment a) => a -> m Doublegi-gtk3 GI.Gtk.Objects.Adjustment Retrieves the step increment of the adjustment. Since: 2.14