InOut:
|
Name
|
Initial
|
Comment
|
NONE
|
16#0
|
|
HAS_CLIPPING
|
16#1
|
The client object has a layer that has to be clipped.
|
HAS_SELECTION
|
16#2
|
The client object has a selection layer. The client object contains a native element.
NATIVE_ELEM := 16#00000004,
|
The client object contains an element that is scrollable by touch.
|
TOUCH_ELEM := 16#00000008,
|
The client object contains an old native element.
|
OLD_NATIVE_ELEM := 16#00000010,
|
The client object is a background client object.
|
BACKGROUND_CLIENTOBJECT := 16#00000020,
|
The client object must not be clipped.
|
NO_CLIPPING := 16#00000040,
|
The client object does not want to capture all events.
|
NO_EVENT_CAPTURING := 16#00000080
|
|