Schnittstelle ScrollDirection


public interface ScrollDirection
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    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.
  • Felddetails

    • UP

      static final int UP
      the surface is scrolled up.
      Siehe auch:
    • DOWN

      static final int DOWN
      the surface is scrolled down.
      Siehe auch:
    • LEFT

      static final int LEFT
      the surface is scrolled to the left.
      Siehe auch:
    • SMOOTH

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