Hoogle Search
Within LTS Haskell 24.55 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gtk3 Graphics.UI.Gtk.Abstract.Range No documentation available.
-
gtk3 Graphics.UI.Gtk.Abstract.Range No documentation available.
-
gtk3 Graphics.UI.Gtk.Abstract.Range No documentation available.
rangeGetLowerStepperSensitivity :: RangeClass self => self -> IO SensitivityTypegtk3 Graphics.UI.Gtk.Abstract.Range Gets the sensitivity policy for the stepper that points to the 'lower' end of the Range's adjustment.
- Available since Gtk+ version 2.10
rangeGetUpperStepperSensitivity :: RangeClass self => self -> IO SensitivityTypegtk3 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
rangeLowerStepperSensitivity :: RangeClass self => Attr self SensitivityTypegtk3 Graphics.UI.Gtk.Abstract.Range The sensitivity policy for the stepper that points to the adjustment's lower side. Default value: SensitivityAuto
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
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
rangeUpperStepperSensitivity :: RangeClass self => Attr self SensitivityTypegtk3 Graphics.UI.Gtk.Abstract.Range The sensitivity policy for the stepper that points to the adjustment's upper side. Default value: SensitivityAuto
progressBarGetPulseStep :: ProgressBarClass self => self -> IO Doublegtk3 Graphics.UI.Gtk.Display.ProgressBar Retrieves the pulse step set with progressBarSetPulseStep