org.gnu.gtk
public class ButtonBoxStyle extends Enum
Deprecated: This class is part of the java-gnome 2.x family of libraries,
which, due to their inefficiency and complexity, are no longer
being maintained and have been abandoned by the java-gnome
project. This class may in the future have an equivalent in
java-gnome 4.0, try looking for
org.gnome.gtk.ButtonBoxStyle.
You should be aware that there is a considerably different API
in the new library: the architecture is completely different
and most notably internals are no longer exposed to public view.
GTK_BUTTONBOX_DEFAULT_STYLE Default packing. GTK_BUTTONBOX_SPREAD Buttons are evenly spread across the ButtonBox. GTK_BUTTONBOX_EDGE Buttons are placed at the edges of the ButtonBox. GTK_BUTTONBOX_START Buttons are grouped towards the start of box, (on the left for a HBox, or the top for a VBox). GTK_BUTTONBOX_END Buttons are grouped towards the end of a box, (on the right for a HBox, or the bottom for a VBox).
| Field Summary | |
|---|---|
| static ButtonBoxStyle | DEFAULT_STYLE |
| static ButtonBoxStyle | EDGE |
| static ButtonBoxStyle | END |
| static ButtonBoxStyle | SPREAD |
| static ButtonBoxStyle | START |
| Method Summary | |
|---|---|
| ButtonBoxStyle | and(ButtonBoxStyle other) |
| static ButtonBoxStyle | intern(int value) |
| ButtonBoxStyle | or(ButtonBoxStyle other) |
| boolean | test(ButtonBoxStyle other) |
| ButtonBoxStyle | xor(ButtonBoxStyle other) |