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

SA_Quiet

Tag start for OpenScreenTagList() boolean equivalent to flag SCREENQUIET_f

Declaration

Source position: intuition.pas line 1260

const SA_Quiet = SA_Dummy + 24;

Description

Disable Intuition rendering into screen. Data is a boolean value (True to set flag). This tag is equivalent to the SCREENQUIET_f flag of the TNewScreen.SType field. The screen will have no visible title bar or gadgets, but dragging and depth arrangement still function. In order to completely prevent Intuition from rendering into the screen, menu operations must be disabled for each window in the screen using WFLG_RMBTRAP.


Documentation generated on: 2017-01-10