Tag start for OpenScreenTagList() boolean equivalent to flag SCREENQUIET_f
Source position: intuition.pas line 2038
const SA_Quiet = SA_Dummy + $0018; |
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.