public final class ToolbarStyle
extends org.freedesktop.bindings.Constant
setStyle()
method.Modifier and Type | Field and Description |
---|---|
static ToolbarStyle |
BOTH
Toolbar buttons will display both an icon and text label.
|
static ToolbarStyle |
BOTH_HORIZ
Toolbar buttons will display both an icon and text label.
|
static ToolbarStyle |
ICONS
Toolbar buttons will only display an icon.
|
static ToolbarStyle |
TEXT
Toolbar buttons will only display a text label.
|
public static ToolbarStyle BOTH
public static ToolbarStyle BOTH_HORIZ
public static ToolbarStyle ICONS
public static ToolbarStyle TEXT