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. rangeGetUpperStepperSensitivity :: RangeClass self => self -> IO SensitivityType

    gtk3 Graphics.UI.Gtk.Abstract.Range

    Gets the sensitivity policy for the stepper that points to the 'upper' end of the Range's adjustment.

    • Available since Gtk+ version 2.10

  2. rangeLowerStepperSensitivity :: RangeClass self => Attr self SensitivityType

    gtk3 Graphics.UI.Gtk.Abstract.Range

    The sensitivity policy for the stepper that points to the adjustment's lower side. Default value: SensitivityAuto

  3. rangeSetLowerStepperSensitivity :: RangeClass self => self -> SensitivityType -> IO ()

    gtk3 Graphics.UI.Gtk.Abstract.Range

    Sets the sensitivity policy for the stepper that points to the 'lower' end of the Range's adjustment.

    • Available since Gtk+ version 2.10

  4. rangeSetUpperStepperSensitivity :: RangeClass self => self -> SensitivityType -> IO ()

    gtk3 Graphics.UI.Gtk.Abstract.Range

    Sets the sensitivity policy for the stepper that points to the 'upper' end of the Range's adjustment.

    • Available since Gtk+ version 2.10

  5. rangeUpperStepperSensitivity :: RangeClass self => Attr self SensitivityType

    gtk3 Graphics.UI.Gtk.Abstract.Range

    The sensitivity policy for the stepper that points to the adjustment's upper side. Default value: SensitivityAuto

  6. progressBarGetPulseStep :: ProgressBarClass self => self -> IO Double

    gtk3 Graphics.UI.Gtk.Display.ProgressBar

    Retrieves the pulse step set with progressBarSetPulseStep

  7. progressBarPulseStep :: ProgressBarClass self => Attr self Double

    gtk3 Graphics.UI.Gtk.Display.ProgressBar

    The fraction of total progress to move the bouncing block when pulsed. Allowed values: [0,1] Default value: 0.1

  8. progressBarSetPulseStep :: ProgressBarClass self => self -> Double -> IO ()

    gtk3 Graphics.UI.Gtk.Display.ProgressBar

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

  9. SpinStepBackward :: SpinType

    gtk3 Graphics.UI.Gtk.Entry.SpinButton

    No documentation available.

  10. SpinStepForward :: SpinType

    gtk3 Graphics.UI.Gtk.Entry.SpinButton

    No documentation available.

Page 81 of many | Previous | Next