|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttachOptions | |
org.gnu.gtk |
Uses of AttachOptions in org.gnu.gtk |
Fields in org.gnu.gtk declared as AttachOptions | |
static AttachOptions |
AttachOptions.EXPAND
|
static AttachOptions |
AttachOptions.SHRINK
|
static AttachOptions |
AttachOptions.FILL
|
Methods in org.gnu.gtk that return AttachOptions | |
static AttachOptions |
AttachOptions.intern(int value)
|
AttachOptions |
AttachOptions.or(AttachOptions other)
|
AttachOptions |
AttachOptions.and(AttachOptions other)
|
AttachOptions |
AttachOptions.xor(AttachOptions other)
|
Methods in org.gnu.gtk with parameters of type AttachOptions | |
AttachOptions |
AttachOptions.or(AttachOptions other)
|
AttachOptions |
AttachOptions.and(AttachOptions other)
|
AttachOptions |
AttachOptions.xor(AttachOptions other)
|
boolean |
AttachOptions.test(AttachOptions other)
|
void |
Table.attach(Widget child,
int leftAttach,
int rightAttach,
int topAttach,
int bottomAttach,
AttachOptions xOptions,
AttachOptions yOptions,
int xPadding,
int yPadding)
Attaches a child widget to a position in the table |
void |
Table.attach(Widget child,
int leftAttach,
int rightAttach,
int topAttach,
int bottomAttach,
AttachOptions xOptions,
AttachOptions yOptions,
int xPadding,
int yPadding)
Attaches a child widget to a position in the table |
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV NEXT | FRAMES NO FRAMES |