Tag for OpenWindowTagList(). Add Depthgadget to window
Source position: intuition.pas line 1101
const WA_DepthGadget = WA_Dummy + 32; |
Setting this flag adds a depth gadget to the window. This allows the user to change the window's depth arrangement with respect to other windows on the screen. Intuition places the depth gadget in the upper right corner of the window. Equivalent to TNewWindow.Flags with set WFLG_DEPTHGADGET.