|
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.SizeGroupMode
public final class SizeGroupMode
Constants indicating how a given SizeGroup is to operate.
Field Summary | |
---|---|
static SizeGroupMode |
BOTH
Widgets in this SizeGroup will have the same size request (both width and height) as the largest Widget in the group. |
static SizeGroupMode |
HORIZONTAL
All the Widgets in this SizeGroup will share the width requested by the widest Widget in the group. |
static SizeGroupMode |
NONE
The SizeGroup will (no longer have) an effect. |
static SizeGroupMode |
VERTICAL
All the Widgets in this SizeGroup will share the height requested by the tallest Widget in the group. |
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 final SizeGroupMode BOTH
public static final SizeGroupMode HORIZONTAL
public static final SizeGroupMode NONE
public static final SizeGroupMode VERTICAL
|
![]() java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |