|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gnu.glib.Flags
org.gnu.gtk.AttachOptions
org.gnome.gtk.AttachOptions.
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 AttachOptions
Denotes the expansion properties that a widget will have when it (or it's parent) is resized.
Table| Field Summary | |
|---|---|
static AttachOptions |
EXPAND
Deprecated. |
static AttachOptions |
FILL
Deprecated. |
static AttachOptions |
SHRINK
Deprecated. |
| Method Summary | |
|---|---|
AttachOptions |
and(AttachOptions other)
Deprecated. |
static AttachOptions |
intern(int value)
Deprecated. |
AttachOptions |
or(AttachOptions other)
Deprecated. |
boolean |
test(AttachOptions other)
Deprecated. |
AttachOptions |
xor(AttachOptions other)
Deprecated. |
| Methods inherited from class org.gnu.glib.Flags |
|---|
equals, getValue, hashCode |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final AttachOptions EXPAND
public static final AttachOptions SHRINK
public static final AttachOptions FILL
| Method Detail |
|---|
public static AttachOptions intern(int value)
public AttachOptions or(AttachOptions other)
public AttachOptions and(AttachOptions other)
public AttachOptions xor(AttachOptions other)
public boolean test(AttachOptions other)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||