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. getProgressBarPulseStep :: (MonadIO m, IsProgressBar o) => o -> m Double

    gi-gtk3 GI.Gtk.Objects.ProgressBar

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

    get progressBar #pulseStep
    

  2. progressBarGetPulseStep :: (HasCallStack, MonadIO m, IsProgressBar a) => a -> m Double

    gi-gtk3 GI.Gtk.Objects.ProgressBar

    Retrieves the pulse step set with progressBarSetPulseStep.

  3. progressBarSetPulseStep :: (HasCallStack, MonadIO m, IsProgressBar a) => a -> Double -> m ()

    gi-gtk3 GI.Gtk.Objects.ProgressBar

    Sets the fraction of total progress bar length to move the bouncing block for each call to progressBarPulse.

  4. setProgressBarPulseStep :: (MonadIO m, IsProgressBar o) => o -> Double -> m ()

    gi-gtk3 GI.Gtk.Objects.ProgressBar

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

    set progressBar [ #pulseStep := value ]
    

  5. constructRangeLowerStepperSensitivity :: (IsRange o, MonadIO m) => SensitivityType -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.Range

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

  6. constructRangeUpperStepperSensitivity :: (IsRange o, MonadIO m) => SensitivityType -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.Range

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

  7. getRangeLowerStepperSensitivity :: (MonadIO m, IsRange o) => o -> m SensitivityType

    gi-gtk3 GI.Gtk.Objects.Range

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

    get range #lowerStepperSensitivity
    

  8. getRangeUpperStepperSensitivity :: (MonadIO m, IsRange o) => o -> m SensitivityType

    gi-gtk3 GI.Gtk.Objects.Range

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

    get range #upperStepperSensitivity
    

  9. rangeGetLowerStepperSensitivity :: (HasCallStack, MonadIO m, IsRange a) => a -> m SensitivityType

    gi-gtk3 GI.Gtk.Objects.Range

    Gets the sensitivity policy for the stepper that points to the 'lower' end of the GtkRange’s adjustment. Since: 2.10

  10. rangeGetUpperStepperSensitivity :: (HasCallStack, MonadIO m, IsRange a) => a -> m SensitivityType

    gi-gtk3 GI.Gtk.Objects.Range

    Gets the sensitivity policy for the stepper that points to the 'upper' end of the GtkRange’s adjustment. Since: 2.10

Page 64 of many | Previous | Next