[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Intuition' (#aros)

WA_CloseGadget

Tag for OpenWindowTagList(). Add CloseGadget to window

Declaration

Source position: intuition.pas line 905

const WA_CloseGadget = WA_Dummy + 33;

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: 2017-01-10