Enumeration (GI Enum)

Atk-1.0AtkLayer

Describes the layer of a component

These enumerated "layer values" are used when determining which UI rendering layer a component is drawn into, which can help in making determinations of when components occlude one another.

Index
BACKGROUND: 1

This layer is reserved for the desktop background

CANVAS: 2

This layer is used for Canvas components

INVALID: 0

The object does not have a layer

MDI: 4

This layer is used for layered components

OVERLAY: 6

This layer is reserved for future use.

POPUP: 5

This layer is used for popup components, such as menus

WIDGET: 3

This layer is normally used for components

WINDOW: 7

This layer is used for toplevel windows.

Variables

$gtype