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.
scrollableGetHadjustment :: (HasCallStack, MonadIO m, IsScrollable a) => a -> m Adjustmentgi-gtk3 GI.Gtk.Interfaces.Scrollable Retrieves the Adjustment used for horizontal scrolling. Since: 3.0
scrollableGetVadjustment :: (HasCallStack, MonadIO m, IsScrollable a) => a -> m Adjustmentgi-gtk3 GI.Gtk.Interfaces.Scrollable Retrieves the Adjustment used for vertical scrolling. Since: 3.0
-
gi-gtk3 GI.Gtk.Interfaces.Scrollable Sets the horizontal adjustment of the Scrollable. Since: 3.0
-
gi-gtk3 GI.Gtk.Interfaces.Scrollable Sets the vertical adjustment of the Scrollable. Since: 3.0
setScrollableHadjustment :: (MonadIO m, IsScrollable o, IsAdjustment a) => o -> a -> m ()gi-gtk3 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-gtk3 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 The Adjustment object represents a value which has an associated lower and upper bound, together with step and page increments, and a page size. It is used within several GTK+ widgets, including SpinButton, Viewport, and Range (which is a base class for Scrollbar and Scale). The Adjustment object does not update the value itself. Instead it is left up to the owner of the Adjustment to control the value.
-
gi-gtk3 GI.Gtk.Objects.Adjustment Memory-managed wrapper type.
Adjustment :: ManagedPtr Adjustment -> Adjustmentgi-gtk3 GI.Gtk.Objects.Adjustment No documentation available.
type
AdjustmentChangedCallback = IO ()gi-gtk3 GI.Gtk.Objects.Adjustment Emitted when one or more of the Adjustment properties have been changed, other than the Adjustment:value property.