GLG Toolkit, Java Class Library  Version 4.5
GlgComponentQueryType

Specifies a native component to return. More...

Detailed Description

Specifies a native component to return.

See GetNativeComponent for more information.

Constants

static final int CHILD_WIDGET_QUERY = 2
 Queries native components of the list and text edit viewports. More...
 
static final int SHELL_QUERY = 1
 Returns the top level component used to host the GLG drawing. More...
 
static final int WIDGET_QUERY = 0
 Returns the native component used to render the viewport. More...
 

Variable Documentation

◆ CHILD_WIDGET_QUERY

final int CHILD_WIDGET_QUERY = 2
static

Queries native components of the list and text edit viewports.

◆ SHELL_QUERY

final int SHELL_QUERY = 1
static

Returns the top level component used to host the GLG drawing.

◆ WIDGET_QUERY

final int WIDGET_QUERY = 0
static

Returns the native component used to render the viewport.