Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. SpinTypeStepBackward :: SpinType

    gi-gtk4 GI.Gtk.Enums

    Decrement by the adjustments step increment.

  2. SpinTypeStepForward :: SpinType

    gi-gtk4 GI.Gtk.Enums

    Increment by the adjustments step increment.

  3. adjustmentGetStepIncrement :: (HasCallStack, MonadIO m, IsAdjustment a) => a -> m Double

    gi-gtk4 GI.Gtk.Objects.Adjustment

    Retrieves the step increment of the adjustment.

  4. adjustmentSetStepIncrement :: (HasCallStack, MonadIO m, IsAdjustment a) => a -> Double -> m ()

    gi-gtk4 GI.Gtk.Objects.Adjustment

    Sets the step increment of the adjustment. See adjustmentSetLower about how to compress multiple emissions of the Adjustment::changed signal when setting multiple adjustment properties.

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

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

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

    gi-gtk4 GI.Gtk.Objects.Adjustment

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

    set adjustment [ #stepIncrement := value ]
    

  8. constructEntryProgressPulseStep :: (IsEntry o, MonadIO m) => Double -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.Entry

    Construct a GValueConstruct with valid value for the “progress-pulse-step” property. This is rarely needed directly, but it is used by new.

  9. entryGetProgressPulseStep :: (HasCallStack, MonadIO m, IsEntry a) => a -> m Double

    gi-gtk4 GI.Gtk.Objects.Entry

    Retrieves the pulse step set with entrySetProgressPulseStep.

  10. entrySetProgressPulseStep :: (HasCallStack, MonadIO m, IsEntry a) => a -> Double -> m ()

    gi-gtk4 GI.Gtk.Objects.Entry

    Sets the fraction of total entry width to move the progress bouncing block for each pulse. Use entryProgressPulse to pulse the progress.

Page 68 of many | Previous | Next