Whole document tree
    

Whole document tree

Term

Term

Name

Term -- Hanging term attached to a ListItem within a VarListEntry in a VariableList

Description

Hanging term attached to a ListItem within a VarListEntry in a VariableList; visually, a VariableList is a set of Terms with attached items such as paragraphs. Each ListItem may be associated with a set of Terms. Term may contain in-line elements or synopses. It has common attributes.

Parents

Term occurs in VarListEntry.

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>