|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Enum
org.gnu.gtk.ButtonBoxStyle
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.
public class ButtonBoxStyle
Used to dictate the style that a ButtonBox uses to layout the buttons it contains.
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
Deprecated. |
static ButtonBoxStyle |
EDGE
Deprecated. |
static ButtonBoxStyle |
END
Deprecated. |
static ButtonBoxStyle |
SPREAD
Deprecated. |
static ButtonBoxStyle |
START
Deprecated. |
Method Summary | |
---|---|
ButtonBoxStyle |
and(ButtonBoxStyle other)
Deprecated. |
static ButtonBoxStyle |
intern(int value)
Deprecated. |
ButtonBoxStyle |
or(ButtonBoxStyle other)
Deprecated. |
boolean |
test(ButtonBoxStyle other)
Deprecated. |
ButtonBoxStyle |
xor(ButtonBoxStyle other)
Deprecated. |
Methods inherited from class org.gnu.glib.Enum |
---|
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final ButtonBoxStyle DEFAULT_STYLE
public static final ButtonBoxStyle SPREAD
public static final ButtonBoxStyle EDGE
public static final ButtonBoxStyle START
public static final ButtonBoxStyle END
Method Detail |
---|
public static ButtonBoxStyle intern(int value)
public ButtonBoxStyle or(ButtonBoxStyle other)
public ButtonBoxStyle and(ButtonBoxStyle other)
public ButtonBoxStyle xor(ButtonBoxStyle other)
public boolean test(ButtonBoxStyle other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |