Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
getScrollableVadjustment :: (MonadIO m, IsScrollable o) => o -> m (Maybe Adjustment)gi-gtk4 GI.Gtk.Interfaces.Scrollable Get the value of the “vadjustment” property. When overloading is enabled, this is equivalent to
get scrollable #vadjustment
scrollableGetHadjustment :: (HasCallStack, MonadIO m, IsScrollable a) => a -> m (Maybe Adjustment)gi-gtk4 GI.Gtk.Interfaces.Scrollable Retrieves the GtkAdjustment used for horizontal scrolling.
scrollableGetVadjustment :: (HasCallStack, MonadIO m, IsScrollable a) => a -> m (Maybe Adjustment)gi-gtk4 GI.Gtk.Interfaces.Scrollable Retrieves the GtkAdjustment used for vertical scrolling.
-
gi-gtk4 GI.Gtk.Interfaces.Scrollable Sets the horizontal adjustment of the GtkScrollable.
-
gi-gtk4 GI.Gtk.Interfaces.Scrollable Sets the vertical adjustment of the GtkScrollable.
setScrollableHadjustment :: (MonadIO m, IsScrollable o, IsAdjustment a) => o -> a -> m ()gi-gtk4 GI.Gtk.Interfaces.Scrollable Set the value of the “hadjustment” property. When overloading is enabled, this is equivalent to
set scrollable [ #hadjustment := value ]
setScrollableVadjustment :: (MonadIO m, IsScrollable o, IsAdjustment a) => o -> a -> m ()gi-gtk4 GI.Gtk.Interfaces.Scrollable Set the value of the “vadjustment” property. When overloading is enabled, this is equivalent to
set scrollable [ #vadjustment := value ]
module GI.Gtk.Objects.
Adjustment GtkAdjustment is a model for a numeric value. The GtkAdjustment has an associated lower and upper bound. It also contains step and page increments, and a page size. Adjustments are used within several GTK widgets, including SpinButton, Viewport, Scrollbar and Scale. The GtkAdjustment object does not update the value itself. Instead it is left up to the owner of the GtkAdjustment to control the value.
-
gi-gtk4 GI.Gtk.Objects.Adjustment Memory-managed wrapper type.
Adjustment :: ManagedPtr Adjustment -> Adjustmentgi-gtk4 GI.Gtk.Objects.Adjustment No documentation available.