GLG Toolkit, Java Class Library  Version 4.5
GlgConfigureMask

Specifies window configuration masks that can be combined with bitwise OR. More...

Detailed Description

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...
 

Variable Documentation

◆ POSITION_AND_SIZE_MASK

final int POSITION_AND_SIZE_MASK = 3
static

Set position and size mask.

◆ POSITION_MASK

final int POSITION_MASK = 1
static

Set position mask.

◆ RESET_POSITION_MASK

final int RESET_POSITION_MASK = 4
static

Reset position flag mask.

◆ RESET_SIZE_MASK

final int RESET_SIZE_MASK = 8
static

Reset size flag mask.

◆ SIZE_MASK

final int SIZE_MASK = 2
static

Set size mask.