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

WA_NoCareRefresh

Tag for OpenWindowTagList(). Do not need Refresh message

Declaration

Source position: intuition.pas line 1105

const WA_NoCareRefresh = WA_Dummy + 36;

Description

This window does not want IDCMP_REFRESHWINDOW events. Set this flag to prevent the window from receiving refresh window messages. Equivalent to TNewWindow.Flags with set WFLG_NOCAREREFRESH. Intuition will manage BeginRefresh() and EndRefresh() internally.


Documentation generated on: 2021-07-30