Tag for OpenWindowTagList(). Zero-Zero window
Source position: intuition.pas line 1117
const WA_GimmeZeroZero = WA_Dummy + 46; |
Set this tag to create a GimmeZeroZero window. GimmeZeroZero windows have the window border and border gadgets rendered into an extra layer. This extra layer slows down window operations, thus it is recommended that applications only use GimmeZeroZero windows when they are required. For clipping graphics to the area within the borders of a window. Equivalent to TNewWindow.Flags with set WFLG_GIMMEZEROZERO.