gdk-2.0 Reference Manual

Synopsis

public enum ScrollDirection {
    UP,
    DOWN,
    LEFT,
    RIGHT,
}

Description

Enum Value Details

UP

    UP,		

DOWN

    DOWN,		

LEFT

    LEFT,		

RIGHT

    RIGHT,		

Method Details


Created by Valadoc