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.
-
gi-gtk4 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-gtk4 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-gtk4 GI.Gtk.Objects.ScaleButton Gets the GtkAdjustment associated with the GtkScaleButton’s scale. See rangeGetAdjustment for details.
-
gi-gtk4 GI.Gtk.Objects.ScaleButton Sets the GtkAdjustment to be used as a model for the GtkScaleButton’s scale. See rangeSetAdjustment for details.
setScaleButtonAdjustment :: (MonadIO m, IsScaleButton o, IsAdjustment a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.ScaleButton Set the value of the “adjustment” property. When overloading is enabled, this is equivalent to
set scaleButton [ #adjustment := value ]
clearScrollbarAdjustment :: (MonadIO m, IsScrollbar o) => o -> m ()gi-gtk4 GI.Gtk.Objects.Scrollbar Set the value of the “adjustment” property to Nothing. When overloading is enabled, this is equivalent to
clear #adjustment
-
gi-gtk4 GI.Gtk.Objects.Scrollbar Construct a GValueConstruct with valid value for the “adjustment” property. This is rarely needed directly, but it is used by new.
getScrollbarAdjustment :: (MonadIO m, IsScrollbar o) => o -> m Adjustmentgi-gtk4 GI.Gtk.Objects.Scrollbar Get the value of the “adjustment” property. When overloading is enabled, this is equivalent to
get scrollbar #adjustment
scrollbarGetAdjustment :: (HasCallStack, MonadIO m, IsScrollbar a) => a -> m Adjustmentgi-gtk4 GI.Gtk.Objects.Scrollbar Returns the scrollbar's adjustment.
-
gi-gtk4 GI.Gtk.Objects.Scrollbar Makes the scrollbar use the given adjustment.