Tag for OpenWindowTagList(). Specify screen to open window on
Source position: intuition.pas line 1525
const WA_PubScreen = WA_Dummy + $16; |
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.