GLG Toolkit, Java Class Library  Version 4.5
GlgEventType

GLG event type constants. More...

Detailed Description

GLG event type constants.

Constants

static final int LV_ENTER_NOTIFY = (( AWTEvent.RESERVED_ID_MAX + 2000 ) + 1 )
 GLG event type. More...
 
static final int LV_LEAVE_NOTIFY = (( AWTEvent.RESERVED_ID_MAX + 2000 ) + 2 )
 GLG event type. More...
 
static final int LV_RESIZE = (( AWTEvent.RESERVED_ID_MAX + 2000 ) + 3 )
 GLG event type. More...
 

Variable Documentation

◆ LV_ENTER_NOTIFY

final int LV_ENTER_NOTIFY = (( AWTEvent.RESERVED_ID_MAX + 2000 ) + 1 )
static

GLG event type.

◆ LV_LEAVE_NOTIFY

final int LV_LEAVE_NOTIFY = (( AWTEvent.RESERVED_ID_MAX + 2000 ) + 2 )
static

GLG event type.

◆ LV_RESIZE

final int LV_RESIZE = (( AWTEvent.RESERVED_ID_MAX + 2000 ) + 3 )
static

GLG event type.