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.
-
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.
getRangeLowerStepperSensitivity :: (MonadIO m, IsRange o) => o -> m SensitivityTypegi-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
getRangeUpperStepperSensitivity :: (MonadIO m, IsRange o) => o -> m SensitivityTypegi-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
rangeGetLowerStepperSensitivity :: (HasCallStack, MonadIO m, IsRange a) => a -> m SensitivityTypegi-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
rangeGetUpperStepperSensitivity :: (HasCallStack, MonadIO m, IsRange a) => a -> m SensitivityTypegi-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
-
gi-gtk3 GI.Gtk.Objects.Range Sets the sensitivity policy for the stepper that points to the 'lower' end of the GtkRange’s adjustment. Since: 2.10
-
gi-gtk3 GI.Gtk.Objects.Range Sets the sensitivity policy for the stepper that points to the 'upper' end of the GtkRange’s adjustment. Since: 2.10
setRangeLowerStepperSensitivity :: (MonadIO m, IsRange o) => o -> SensitivityType -> m ()gi-gtk3 GI.Gtk.Objects.Range Set the value of the “lower-stepper-sensitivity” property. When overloading is enabled, this is equivalent to
set range [ #lowerStepperSensitivity := value ]
setRangeUpperStepperSensitivity :: (MonadIO m, IsRange o) => o -> SensitivityType -> m ()gi-gtk3 GI.Gtk.Objects.Range Set the value of the “upper-stepper-sensitivity” property. When overloading is enabled, this is equivalent to
set range [ #upperStepperSensitivity := value ]
AnotherMovementStep :: Int -> MovementStepgi-gtk4 GI.Gtk.Enums Catch-all for unknown values