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

OpenWindowTagList

OpenWindow() with TagItem extension.

Declaration

Source position: intuition.pas line 3560

function OpenWindowTagList(

  NewWindow: PNewWindow;

  TagList: PTagItem

):PWindow;

Arguments

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().

Function result

A newly created window, per your specifications.

Description

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.

See also

OpenWindow

  

Open an Intuition window.


Documentation generated on: 2021-07-30