Tag for OpenWindowTagList().
Source position: intuition.pas line 1583
const WA_SmartRefresh = WA_Dummy + $2A; |
Intuition handles all window updating, except for parts of the window revealed when the window is sized larger. Only specify if True. Equivalent to TNewWindow.Flags with set WFLG_SMART_REFRESH.
WA_SmartRefresh windows without a sizing gadget will never receive refresh events due to the user sizing the window. However, if the application sizes the window through a call like ChangeWindowBox(), ZipWindow() or SizeWindow(), a refresh event may be generated. Use WA_NoCareRefresh to disable refresh events.