Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. 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.

  2. 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.

  3. 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.

  4. getAdjustmentLower :: (MonadIO m, IsAdjustment o) => o -> m Double

    gi-gtk4 GI.Gtk.Objects.Adjustment

    Get the value of the “lower” property. When overloading is enabled, this is equivalent to

    get adjustment #lower
    

  5. getAdjustmentPageIncrement :: (MonadIO m, IsAdjustment o) => o -> m Double

    gi-gtk4 GI.Gtk.Objects.Adjustment

    Get the value of the “page-increment” property. When overloading is enabled, this is equivalent to

    get adjustment #pageIncrement
    

  6. getAdjustmentPageSize :: (MonadIO m, IsAdjustment o) => o -> m Double

    gi-gtk4 GI.Gtk.Objects.Adjustment

    Get the value of the “page-size” property. When overloading is enabled, this is equivalent to

    get adjustment #pageSize
    

  7. getAdjustmentStepIncrement :: (MonadIO m, IsAdjustment o) => o -> m Double

    gi-gtk4 GI.Gtk.Objects.Adjustment

    Get the value of the “step-increment” property. When overloading is enabled, this is equivalent to

    get adjustment #stepIncrement
    

  8. getAdjustmentUpper :: (MonadIO m, IsAdjustment o) => o -> m Double

    gi-gtk4 GI.Gtk.Objects.Adjustment

    Get the value of the “upper” property. When overloading is enabled, this is equivalent to

    get adjustment #upper
    

  9. getAdjustmentValue :: (MonadIO m, IsAdjustment o) => o -> m Double

    gi-gtk4 GI.Gtk.Objects.Adjustment

    Get the value of the “value” property. When overloading is enabled, this is equivalent to

    get adjustment #value
    

  10. onAdjustmentChanged :: (IsAdjustment a, MonadIO m) => a -> ((?self :: a) => AdjustmentChangedCallback) -> m SignalHandlerId

    gi-gtk4 GI.Gtk.Objects.Adjustment

    Connect a signal handler for the changed signal, to be run before the default handler. When overloading is enabled, this is equivalent to

    on adjustment #changed callback
    

Page 95 of many | Previous | Next