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.

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

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

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

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

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

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

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

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

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

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

Page 116 of many | Previous | Next