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. rangeSetLowerStepperSensitivity :: (HasCallStack, MonadIO m, IsRange a) => a -> SensitivityType -> m ()

    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

  2. rangeSetUpperStepperSensitivity :: (HasCallStack, MonadIO m, IsRange a) => a -> SensitivityType -> m ()

    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

  3. 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 ]
    

  4. 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 ]
    

  5. AnotherMovementStep :: Int -> MovementStep

    gi-gtk4 GI.Gtk.Enums

    Catch-all for unknown values

  6. AnotherScrollStep :: Int -> ScrollStep

    gi-gtk4 GI.Gtk.Enums

    Catch-all for unknown values

  7. data MovementStep

    gi-gtk4 GI.Gtk.Enums

    Passed as argument to various keybinding signals for moving the cursor position.

  8. MovementStepBufferEnds :: MovementStep

    gi-gtk4 GI.Gtk.Enums

    Move to ends of the buffer

  9. MovementStepDisplayLineEnds :: MovementStep

    gi-gtk4 GI.Gtk.Enums

    Move to either end of a line

  10. MovementStepDisplayLines :: MovementStep

    gi-gtk4 GI.Gtk.Enums

    Move up or down lines (wrapped lines)

Page 65 of many | Previous | Next