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. adjustmentSetStepIncrement :: (HasCallStack, MonadIO m, IsAdjustment a) => a -> Double -> m ()

    gi-gtk3 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. Since: 2.14

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

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

    gi-gtk3 GI.Gtk.Objects.Adjustment

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

    get adjustment #stepIncrement
    

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

    gi-gtk3 GI.Gtk.Objects.Adjustment

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

    set adjustment [ #stepIncrement := value ]
    

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

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

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

    gi-gtk3 GI.Gtk.Objects.Entry

    Retrieves the pulse step set with entrySetProgressPulseStep. Since: 2.16

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

    gi-gtk3 GI.Gtk.Objects.Entry

    Sets the fraction of total entry width to move the progress bouncing block for each call to entryProgressPulse. Since: 2.16

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

    gi-gtk3 GI.Gtk.Objects.Entry

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

    get entry #progressPulseStep
    

  9. setEntryProgressPulseStep :: (MonadIO m, IsEntry o) => o -> Double -> m ()

    gi-gtk3 GI.Gtk.Objects.Entry

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

    set entry [ #progressPulseStep := value ]
    

  10. constructProgressBarPulseStep :: (IsProgressBar o, MonadIO m) => Double -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.ProgressBar

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

Page 63 of many | Previous | Next