Enumeration
AtkLayer
since: 1.0
Description [src]
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.
Available since: 1.0
Members
ATK_LAYER_INVALID-
The object does not have a layer.
- Value:
0 - Nickname:
invalid - Available since: 1.0
- Value:
ATK_LAYER_BACKGROUND-
This layer is reserved for the desktop background.
- Value:
1 - Nickname:
background - Available since: 1.0
- Value:
ATK_LAYER_CANVAS-
This layer is used for Canvas components.
- Value:
2 - Nickname:
canvas - Available since: 1.0
- Value:
ATK_LAYER_WIDGET-
This layer is normally used for components.
- Value:
3 - Nickname:
widget - Available since: 1.0
- Value:
ATK_LAYER_MDI-
This layer is used for layered components.
- Value:
4 - Nickname:
mdi - Available since: 1.0
- Value:
ATK_LAYER_POPUP-
This layer is used for popup components, such as menus.
- Value:
5 - Nickname:
popup - Available since: 1.0
- Value:
ATK_LAYER_OVERLAY-
This layer is reserved for future use.
- Value:
6 - Nickname:
overlay - Available since: 1.0
- Value:
ATK_LAYER_WINDOW-
This layer is used for toplevel windows.
- Value:
7 - Nickname:
window - Available since: 1.0
- Value: