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.
setRangeAdjustment :: (MonadIO m, IsRange o, IsAdjustment a) => o -> a -> m ()gi-gtk3 GI.Gtk.Objects.Range Set the value of the “adjustment” property. When overloading is enabled, this is equivalent to
set range [ #adjustment := value ]
-
gi-gtk3 GI.Gtk.Objects.ScaleButton Construct a GValueConstruct with valid value for the “adjustment” property. This is rarely needed directly, but it is used by new.
getScaleButtonAdjustment :: (MonadIO m, IsScaleButton o) => o -> m Adjustmentgi-gtk3 GI.Gtk.Objects.ScaleButton Get the value of the “adjustment” property. When overloading is enabled, this is equivalent to
get scaleButton #adjustment
scaleButtonGetAdjustment :: (HasCallStack, MonadIO m, IsScaleButton a) => a -> m Adjustmentgi-gtk3 GI.Gtk.Objects.ScaleButton Gets the Adjustment associated with the ScaleButton’s scale. See rangeGetAdjustment for details. Since: 2.12
-
gi-gtk3 GI.Gtk.Objects.ScaleButton Sets the Adjustment to be used as a model for the ScaleButton’s scale. See rangeSetAdjustment for details. Since: 2.12
setScaleButtonAdjustment :: (MonadIO m, IsScaleButton o, IsAdjustment a) => o -> a -> m ()gi-gtk3 GI.Gtk.Objects.ScaleButton Set the value of the “adjustment” property. When overloading is enabled, this is equivalent to
set scaleButton [ #adjustment := value ]
clearScrolledWindowHadjustment :: (MonadIO m, IsScrolledWindow o) => o -> m ()gi-gtk3 GI.Gtk.Objects.ScrolledWindow Set the value of the “hadjustment” property to Nothing. When overloading is enabled, this is equivalent to
clear #hadjustment
clearScrolledWindowVadjustment :: (MonadIO m, IsScrolledWindow o) => o -> m ()gi-gtk3 GI.Gtk.Objects.ScrolledWindow Set the value of the “vadjustment” property to Nothing. When overloading is enabled, this is equivalent to
clear #vadjustment
-
gi-gtk3 GI.Gtk.Objects.ScrolledWindow Construct a GValueConstruct with valid value for the “hadjustment” property. This is rarely needed directly, but it is used by new.
-
gi-gtk3 GI.Gtk.Objects.ScrolledWindow Construct a GValueConstruct with valid value for the “vadjustment” property. This is rarely needed directly, but it is used by new.