Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
clearScrollableHadjustment :: (MonadIO m, IsScrollable o) => o -> m ()gi-gtk3 GI.Gtk.Interfaces.Scrollable Set the value of the “hadjustment” property to Nothing. When overloading is enabled, this is equivalent to
clear #hadjustment
clearScrollableVadjustment :: (MonadIO m, IsScrollable o) => o -> m ()gi-gtk3 GI.Gtk.Interfaces.Scrollable Set the value of the “vadjustment” property to Nothing. When overloading is enabled, this is equivalent to
clear #vadjustment
-
gi-gtk3 GI.Gtk.Interfaces.Scrollable 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.Interfaces.Scrollable Construct a GValueConstruct with valid value for the “vadjustment” property. This is rarely needed directly, but it is used by new.
getScrollableHadjustment :: (MonadIO m, IsScrollable o) => o -> m Adjustmentgi-gtk3 GI.Gtk.Interfaces.Scrollable Get the value of the “hadjustment” property. When overloading is enabled, this is equivalent to
get scrollable #hadjustment
getScrollableVadjustment :: (MonadIO m, IsScrollable o) => o -> m Adjustmentgi-gtk3 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 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