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

WA_PubScreen

Tag for OpenWindowTagList(). Specify screen to open window on

Declaration

Source position: intuition.pas line 1184

const WA_PubScreen = WA_Dummy + $16;

Description

Open the window as a visitor window on the public screen whose address is in the ti_Data field of the WA_PubScreen TagItem. To ensure that this screen remains open until OpenWindowTagList() has completed, the application must either be the screen's owner, have a window open on the screen, or use LockPubScreen(). Setting this tag implies screen type of PUBLICSCREEN_f.


Documentation generated on: 2021-07-30