GLG Toolkit, Java Class Library
Version 4.5
|
Specifies window configuration masks that can be combined with bitwise OR. More...
Specifies window configuration masks that can be combined with bitwise OR.
Constants | |
static final int | POSITION_AND_SIZE_MASK = 3 |
Set position and size mask. More... | |
static final int | POSITION_MASK = 1 |
Set position mask. More... | |
static final int | RESET_POSITION_MASK = 4 |
Reset position flag mask. More... | |
static final int | RESET_SIZE_MASK = 8 |
Reset size flag mask. More... | |
static final int | SIZE_MASK = 2 |
Set size mask. More... | |
|
static |
Set position and size mask.
|
static |
Set position mask.
|
static |
Reset position flag mask.
|
static |
Reset size flag mask.
|
static |
Set size mask.