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.ScrolledWindow Sets the GtkAdjustment for the vertical scrollbar.
setScrolledWindowHadjustment :: (MonadIO m, IsScrolledWindow o, IsAdjustment a) => o -> a -> m ()gi-gtk4 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-gtk4 GI.Gtk.Objects.ScrolledWindow Set the value of the “vadjustment” property. When overloading is enabled, this is equivalent to
set scrolledWindow [ #vadjustment := value ]
-
gi-gtk4 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-gtk4 GI.Gtk.Objects.SpinButton Get the value of the “adjustment” property. When overloading is enabled, this is equivalent to
get spinButton #adjustment
setSpinButtonAdjustment :: (MonadIO m, IsSpinButton o, IsAdjustment a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.SpinButton Set the value of the “adjustment” property. When overloading is enabled, this is equivalent to
set spinButton [ #adjustment := value ]
spinButtonGetAdjustment :: (HasCallStack, MonadIO m, IsSpinButton a) => a -> m Adjustmentgi-gtk4 GI.Gtk.Objects.SpinButton Get the adjustment associated with a GtkSpinButton.
-
gi-gtk4 GI.Gtk.Objects.SpinButton Replaces the GtkAdjustment associated with spinButton.
constructTextTagJustification :: (IsTextTag o, MonadIO m) => Justification -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.TextTag Construct a GValueConstruct with valid value for the “justification” property. This is rarely needed directly, but it is used by new.
constructTextTagJustificationSet :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.TextTag Construct a GValueConstruct with valid value for the “justification-set” property. This is rarely needed directly, but it is used by new.