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.
ScrollTypeStepDown :: ScrollTypegi-gtk4 GI.Gtk.Enums Step down.
ScrollTypeStepForward :: ScrollTypegi-gtk4 GI.Gtk.Enums Step forward.
ScrollTypeStepLeft :: ScrollTypegi-gtk4 GI.Gtk.Enums Step to the left.
ScrollTypeStepRight :: ScrollTypegi-gtk4 GI.Gtk.Enums Step to the right.
ScrollTypeStepUp :: ScrollTypegi-gtk4 GI.Gtk.Enums Step up.
SpinTypeStepBackward :: SpinTypegi-gtk4 GI.Gtk.Enums Decrement by the adjustments step increment.
SpinTypeStepForward :: SpinTypegi-gtk4 GI.Gtk.Enums Increment by the adjustments step increment.
adjustmentGetStepIncrement :: (HasCallStack, MonadIO m, IsAdjustment a) => a -> m Doublegi-gtk4 GI.Gtk.Objects.Adjustment Retrieves the step increment of the adjustment.
adjustmentSetStepIncrement :: (HasCallStack, MonadIO m, IsAdjustment a) => a -> Double -> m ()gi-gtk4 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.
constructAdjustmentStepIncrement :: (IsAdjustment o, MonadIO m) => Double -> m (GValueConstruct o)gi-gtk4 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.