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

WA_SizeGadget

Tag for OpenWindowTagList().

Declaration

Source position: intuition.pas line 1099

const WA_SizeGadget = WA_Dummy + 30;

Description

Specifying this flag tells Intuition to add a sizing gadget to the window. Intuition places the sizing gadget in the lower right corner of the window. By default, the right border is adjusted to accommodate the sizing gadget, but the application can specify one of the following two flags to change this behavior. The WFLG_SIZEBRIGHT flag puts the sizing gadget in the right border. The WFLG_SIZEBBOTTOM flag puts the sizing gadget in the bottom border. Both flags may be specified, placing the gadget in both borders. Equivalent to TNewWindow.Flags with set WFLG_SIZEGADGET.


Documentation generated on: 2021-07-30