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

WA_PubScreen

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

Declaration

Source position: intuition.pas line 889

const WA_PubScreen = WA_Dummy + 22;

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: 2017-01-10