Interface ScrollDirection


public interface ScrollDirection
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    the surface is scrolled down.
    static final int
    the surface is scrolled to the left.
    static final int
    the surface is scrolled to the right.
    static final int
    the scrolling is determined by the delta values
    in scroll events.
    static final int
    the surface is scrolled up.
  • Field Details

    • UP

      static final int UP
      the surface is scrolled up.
      See Also:
    • DOWN

      static final int DOWN
      the surface is scrolled down.
      See Also:
    • LEFT

      static final int LEFT
      the surface is scrolled to the left.
      See Also:
    • SMOOTH

      static final int SMOOTH
      the scrolling is determined by the delta values
      in scroll events. See gdk_scroll_event_get_deltas()
      See Also: