guizh_common.zh# Variables# const int GUI_ROOT const int WFLAG_WANTS_MOUSE const int WFLAG_HIDDEN Variable descriptions# const int GUI_ROOT = 0 🔗 Source Root widget; parent of all top-level widgets const int WFLAG_WANTS_MOUSE = 1 🔗 Source Accepts mouse input const int WFLAG_HIDDEN = 2 🔗 Source Invisible and unusable (applies to children)
Root widget; parent of all top-level widgets