org.gnu.gtk
public class SideType extends Enum
| Field Summary | |
|---|---|
| static SideType | BOTTOM |
| static SideType | LEFT |
| static SideType | RIGHT |
| static SideType | TOP |
| Method Summary | |
|---|---|
| SideType | and(SideType other) |
| static SideType | intern(int value) |
| SideType | or(SideType other) |
| boolean | test(SideType other) |
| SideType | xor(SideType other) |