org.gnu.gtk
public class TextDirection extends Enum
See Also: TreeView
| Field Summary | |
|---|---|
| static TextDirection | LTR |
| static TextDirection | NONE |
| static TextDirection | RTL |
| Method Summary | |
|---|---|
| TextDirection | and(TextDirection other) |
| static TextDirection | intern(int value) |
| TextDirection | or(TextDirection other) |
| boolean | test(TextDirection other) |
| TextDirection | xor(TextDirection other) |