Whole document tree
    

Whole document tree

VarListEntry

VarListEntry

Name

VarListEntry -- Wrapper for Term and its associated ListItem in a VariableList

Content Model

  (Term+, ListItem)

Attributes

This element has common and Role attributes.

Tag Minimization

The start-tag is required for this element. The end-tag is optional, if your SGML declaration allows minimization.

Description

Wrapper for Term and its associated ListItem in a VariableList (see VariableList). It has common attributes.

Parents

VarListEntry occurs in VariableList.

Children

VarListEntry contains these elements: ListItem, Term.

Examples

<VARIABLELIST>
<VARLISTENTRY>
<TERM>Window
</TERM>
<LISTITEM>
<PARA>A unique integer identifier (ID) that is
returned by XCreateWindow or XCreateSimpleWindow and is
thereafter used by the program to refer to the created
window resource.
</PARA>
</LISTITEM>
</VARLISTENTRY>
<VARLISTENTRY>
<TERM>Display
</TERM>
<TERM>XOpenDisplay
</TERM>
<LISTITEM>
<PARA>A large structure that contains information
about the server and its screens.  It is filled only after
this program connects to a server by calling XOpenDisplay.
</PARA>
<PARA>A small structure containing information about
the server and its screens would be more economical, but we
mention it only to generate another paragraph.
</PARA>
</LISTITEM>
</VARLISTENTRY>
</VARIABLELIST>