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

WA_SmartRefresh

Tag for OpenWindowTagList().

Declaration

Source position: intuition.pas line 914

const WA_SmartRefresh = WA_Dummy + 42;

Description

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.


Documentation generated on: 2017-01-10