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.
getScrolledWindowHadjustment :: (MonadIO m, IsScrolledWindow o) => o -> m Adjustmentgi-gtk3 GI.Gtk.Objects.ScrolledWindow Get the value of the “hadjustment” property. When overloading is enabled, this is equivalent to
get scrolledWindow #hadjustment
getScrolledWindowVadjustment :: (MonadIO m, IsScrolledWindow o) => o -> m Adjustmentgi-gtk3 GI.Gtk.Objects.ScrolledWindow Get the value of the “vadjustment” property. When overloading is enabled, this is equivalent to
get scrolledWindow #vadjustment
scrolledWindowGetHadjustment :: (HasCallStack, MonadIO m, IsScrolledWindow a) => a -> m Adjustmentgi-gtk3 GI.Gtk.Objects.ScrolledWindow Returns the horizontal scrollbar’s adjustment, used to connect the horizontal scrollbar to the child widget’s horizontal scroll functionality.
scrolledWindowGetVadjustment :: (HasCallStack, MonadIO m, IsScrolledWindow a) => a -> m Adjustmentgi-gtk3 GI.Gtk.Objects.ScrolledWindow Returns the vertical scrollbar’s adjustment, used to connect the vertical scrollbar to the child widget’s vertical scroll functionality.
-
gi-gtk3 GI.Gtk.Objects.ScrolledWindow Sets the Adjustment for the horizontal scrollbar.
-
gi-gtk3 GI.Gtk.Objects.ScrolledWindow Sets the Adjustment for the vertical scrollbar.
setScrolledWindowHadjustment :: (MonadIO m, IsScrolledWindow o, IsAdjustment a) => o -> a -> m ()gi-gtk3 GI.Gtk.Objects.ScrolledWindow Set the value of the “hadjustment” property. When overloading is enabled, this is equivalent to
set scrolledWindow [ #hadjustment := value ]
setScrolledWindowVadjustment :: (MonadIO m, IsScrolledWindow o, IsAdjustment a) => o -> a -> m ()gi-gtk3 GI.Gtk.Objects.ScrolledWindow Set the value of the “vadjustment” property. When overloading is enabled, this is equivalent to
set scrolledWindow [ #vadjustment := value ]
-
gi-gtk3 GI.Gtk.Objects.SpinButton Construct a GValueConstruct with valid value for the “adjustment” property. This is rarely needed directly, but it is used by new.
getSpinButtonAdjustment :: (MonadIO m, IsSpinButton o) => o -> m Adjustmentgi-gtk3 GI.Gtk.Objects.SpinButton Get the value of the “adjustment” property. When overloading is enabled, this is equivalent to
get spinButton #adjustment