public final class ButtonBoxStyle
extends org.freedesktop.bindings.Constant
ButtonBox
. In general you shouldn't
need to use this too much; in GNOME we leave presentation style decisions
up to the the theme engine currently selected by the user.HButtonBox
,
VButtonBox
Modifier and Type | Field and Description |
---|---|
static ButtonBoxStyle |
CENTER
Buttons are to be grouped in the center of the box.
|
static ButtonBoxStyle |
DEFAULT_STYLE
Default packing, allowing the theme engine to control the presentation
of ButtonBoxes.
|
static ButtonBoxStyle |
EDGE
Buttons are to be placed at the edges of the Box.
|
static ButtonBoxStyle |
END
Buttons are to be grouped towards the end of the box (on the right for
a HButtonBox, or the bottom for a VButtonBox).
|
static ButtonBoxStyle |
SPREAD
Buttons are to be evenly spread across the Box.
|
static ButtonBoxStyle |
START
Buttons are to be grouped towards the start of the box (on the left for
a HButtonBox, or the top for a VButtonBox).
|
public static final ButtonBoxStyle CENTER
public static final ButtonBoxStyle DEFAULT_STYLE
public static final ButtonBoxStyle EDGE
public static final ButtonBoxStyle END
public static final ButtonBoxStyle SPREAD
public static final ButtonBoxStyle START