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.
constructAdjustmentPageSize :: (IsAdjustment o, MonadIO m) => Double -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.Adjustment Construct a GValueConstruct with valid value for the “page-size” property. This is rarely needed directly, but it is used by new.
constructAdjustmentStepIncrement :: (IsAdjustment o, MonadIO m) => Double -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.Adjustment Construct a GValueConstruct with valid value for the “step-increment” property. This is rarely needed directly, but it is used by new.
constructAdjustmentUpper :: (IsAdjustment o, MonadIO m) => Double -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.Adjustment Construct a GValueConstruct with valid value for the “upper” property. This is rarely needed directly, but it is used by new.
constructAdjustmentValue :: (IsAdjustment o, MonadIO m) => Double -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.Adjustment Construct a GValueConstruct with valid value for the “value” property. This is rarely needed directly, but it is used by new.
getAdjustmentLower :: (MonadIO m, IsAdjustment o) => o -> m Doublegi-gtk4 GI.Gtk.Objects.Adjustment Get the value of the “lower” property. When overloading is enabled, this is equivalent to
get adjustment #lower
getAdjustmentPageIncrement :: (MonadIO m, IsAdjustment o) => o -> m Doublegi-gtk4 GI.Gtk.Objects.Adjustment Get the value of the “page-increment” property. When overloading is enabled, this is equivalent to
get adjustment #pageIncrement
getAdjustmentPageSize :: (MonadIO m, IsAdjustment o) => o -> m Doublegi-gtk4 GI.Gtk.Objects.Adjustment Get the value of the “page-size” property. When overloading is enabled, this is equivalent to
get adjustment #pageSize
getAdjustmentStepIncrement :: (MonadIO m, IsAdjustment o) => o -> m Doublegi-gtk4 GI.Gtk.Objects.Adjustment Get the value of the “step-increment” property. When overloading is enabled, this is equivalent to
get adjustment #stepIncrement
getAdjustmentUpper :: (MonadIO m, IsAdjustment o) => o -> m Doublegi-gtk4 GI.Gtk.Objects.Adjustment Get the value of the “upper” property. When overloading is enabled, this is equivalent to
get adjustment #upper
getAdjustmentValue :: (MonadIO m, IsAdjustment o) => o -> m Doublegi-gtk4 GI.Gtk.Objects.Adjustment Get the value of the “value” property. When overloading is enabled, this is equivalent to
get adjustment #value