org.gnu.gtk
public class ToolBarStyle extends Enum
| Field Summary | |
|---|---|
| static ToolBarStyle | BOTH |
| static ToolBarStyle | BOTH_HORIZ |
| static ToolBarStyle | ICONS |
| static ToolBarStyle | TEXT |
| Method Summary | |
|---|---|
| ToolBarStyle | and(ToolBarStyle other) |
| static ToolBarStyle | intern(int value) |
| ToolBarStyle | or(ToolBarStyle other) |
| boolean | test(ToolBarStyle other) |
| ToolBarStyle | xor(ToolBarStyle other) |