Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. ScrollStepBackward :: ScrollType

    gtk Graphics.UI.Gtk.Abstract.Range

    No documentation available.

  2. ScrollStepDown :: ScrollType

    gtk Graphics.UI.Gtk.Abstract.Range

    No documentation available.

  3. ScrollStepForward :: ScrollType

    gtk Graphics.UI.Gtk.Abstract.Range

    No documentation available.

  4. ScrollStepLeft :: ScrollType

    gtk Graphics.UI.Gtk.Abstract.Range

    No documentation available.

  5. ScrollStepRight :: ScrollType

    gtk Graphics.UI.Gtk.Abstract.Range

    No documentation available.

  6. ScrollStepUp :: ScrollType

    gtk Graphics.UI.Gtk.Abstract.Range

    No documentation available.

  7. rangeGetLowerStepperSensitivity :: RangeClass self => self -> IO SensitivityType

    gtk 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

  8. rangeGetUpperStepperSensitivity :: RangeClass self => self -> IO SensitivityType

    gtk 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

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

    gtk Graphics.UI.Gtk.Abstract.Range

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

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

    gtk 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

Page 69 of many | Previous | Next