Tag for OpenWindowTagList(). Add CloseGadget to window
Source position: intuition.pas line 1573
const WA_CloseGadget = WA_Dummy + $21; |
Setting this flag attaches a close gadget to the window. When the user selects this gadget, Intuition transmits a message to the application. It is up to the application to close the window with a CloseWindow() call. Intuition places the close gadget in the upper left corner of the window. Equivalent to TNewWindow.Flags with set WFLG_CLOSEGADGET.