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