#include <minigui.h>
Z-node header structure
Definition at line 1128 of file minigui.h.
◆ caption
The pointer to the caption string of the z-node if it is a window.
Definition at line 1144 of file minigui.h.
◆ changes
The count for changes of the content.
Definition at line 1166 of file minigui.h.
◆ cli
Client id of the z-node.
Definition at line 1159 of file minigui.h.
◆ ct
The compositing type for this z-node. For more information, see SetMainWindowCompositing.
Definition at line 1171 of file minigui.h.
◆ ct_arg
The compositing argument for this z-node. For more information, see SetMainWindowCompositing.
Definition at line 1176 of file minigui.h.
◆ dirty_age
The dirty age of this z-node.
Definition at line 1182 of file minigui.h.
◆ dirty_rcs
The pointer to the dirty rectangles.
Definition at line 1188 of file minigui.h.
◆ flags
The flags of the z-node, can be OR'd with the following values:
- ZNIF_VISIBLE
a visible window.
- ZNIF_DISABLED
a disabled window.
- ZNIF_MAXIMIZED
a maximized window.
- ZNIF_MINIMIZED
a minimized window. Note that the flags are only applied to window.
Definition at line 1141 of file minigui.h.
◆ hwnd
The window handle of the z-node if it is a window.
Definition at line 1147 of file minigui.h.
◆ lock_count
The lock count (only for compositing schema).
Definition at line 1162 of file minigui.h.
◆ main_win
The window handle of the z-node's main window if it is a control with WS_EX_CTRLASMAINWIN style.
Definition at line 1153 of file minigui.h.
◆ mem_dc
The memory DC for this z-node.
Definition at line 1179 of file minigui.h.
◆ nr_dirty_rcs
The number of dirty rects.
Definition at line 1185 of file minigui.h.
◆ rc
The rectangle of the z-node in the screen.
Definition at line 1156 of file minigui.h.
The documentation for this struct was generated from the following file: