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-gtk3 GI.Gtk.Objects.Adjustment Connect a signal handler for the changed signal, to be run after the default handler. When overloading is enabled, this is equivalent to
after adjustment #changed callback
By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension. -
gi-gtk3 GI.Gtk.Objects.Adjustment Connect a signal handler for the valueChanged signal, to be run after the default handler. When overloading is enabled, this is equivalent to
after adjustment #valueChanged callback
By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension. constructAdjustmentLower :: (IsAdjustment o, MonadIO m) => Double -> m (GValueConstruct o)gi-gtk3 GI.Gtk.Objects.Adjustment Construct a GValueConstruct with valid value for the “lower” property. This is rarely needed directly, but it is used by new.
constructAdjustmentPageIncrement :: (IsAdjustment o, MonadIO m) => Double -> m (GValueConstruct o)gi-gtk3 GI.Gtk.Objects.Adjustment Construct a GValueConstruct with valid value for the “page-increment” property. This is rarely needed directly, but it is used by new.
constructAdjustmentPageSize :: (IsAdjustment o, MonadIO m) => Double -> m (GValueConstruct o)gi-gtk3 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-gtk3 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-gtk3 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-gtk3 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-gtk3 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-gtk3 GI.Gtk.Objects.Adjustment Get the value of the “page-increment” property. When overloading is enabled, this is equivalent to
get adjustment #pageIncrement