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. afterAdjustmentChanged :: (IsAdjustment a, MonadIO m) => a -> ((?self :: a) => AdjustmentChangedCallback) -> m SignalHandlerId

    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.

  2. afterAdjustmentValueChanged :: (IsAdjustment a, MonadIO m) => a -> ((?self :: a) => AdjustmentValueChangedCallback) -> m SignalHandlerId

    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.

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

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

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

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

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

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

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

    gi-gtk3 GI.Gtk.Objects.Adjustment

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

    get adjustment #lower
    

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

    gi-gtk3 GI.Gtk.Objects.Adjustment

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

    get adjustment #pageIncrement
    

Page 79 of many | Previous | Next