|
java-gnome version 4.0.19 | ||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.freedesktop.bindings.Constant
org.gnome.gtk.ToolbarStyle
public final class ToolbarStyle
Constants that can be used to customize the look-and-feel of a Toolbar, by
calling its setStyle()
method.
Field Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class org.freedesktop.bindings.Constant |
---|
toString |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static ToolbarStyle BOTH
public static ToolbarStyle BOTH_HORIZ
public static ToolbarStyle ICONS
public static ToolbarStyle TEXT
|
![]() java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |