Tag for OpenWindowTagList(). Choose screen by name
Source position: intuition.pas line 1082
const WA_PubScreenName = WA_Dummy + 21; |
Declares that the window is to be opened as a visitor on the public screen whose name is pointed to by the ti_Data field of the WA_PubScreenName TagItem. The OpenWindowTagList() call will fail if it cannot obtain a lock on the named public screen and no fall back name (WA_PubScreenFallBack) is specified. Setting this tag implies screen type of PUBLICSCREEN_f.