Unit 'intuition' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#os4units]

WA_CloseGadget

Tag for OpenWindowTagList(). Add CloseGadget to window

Declaration

Source position: intuition.pas line 1203

const WA_CloseGadget = WA_Dummy + $21;

Description

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.


Documentation generated on: 2021-07-30