OpenWindow() with TagItem extension.
Source position: intuition.pas line 4142
function OpenWindowTagList( |
const newWindow: pNewWindow; |
const tagList: pTagItem |
):pWindow; |
newWindow |
|
A optional pointer to a NewWindow structure. |
tagList |
|
A optional pointer to TagItem array, with tag values as described under the description for OpenWindow(). |
A newly created window, per your specifications.
A variation of OpenWindow() that allow direct specification of a TagItem array of extension data. Recommended over using the TExtNewWindow.Extension field.
If you omit the NewWindow (pass nil), a set of defaults are used, and overridden by the tag items. Even without any tag items at all, a reasonable window opens on the Workbench or default public screen.
|
Open an Intuition window. |