summaryrefslogtreecommitdiff
path: root/specs/CH09.xml
diff options
context:
space:
mode:
Diffstat (limited to 'specs/CH09.xml')
-rw-r--r--specs/CH09.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/specs/CH09.xml b/specs/CH09.xml
index 01fb386..4acb9d4 100644
--- a/specs/CH09.xml
+++ b/specs/CH09.xml
@@ -93,7 +93,7 @@ The <emphasis remap='I'>resource_class</emphasis> field contains the class strin
specification files to identify the field.
A resource class provides two functions:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
It isolates an application from different representations that widgets
@@ -1297,7 +1297,7 @@ are automatically invoked by the resource-fetching routines.
The Intrinsics additionally provide and register several commonly used converters.
This resource conversion mechanism serves several purposes:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
It permits user and application resource files to contain textual
@@ -1476,7 +1476,7 @@ the constant
<function>XtDefaultFont</function>
and evaluate this in the following manner:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Query the resource database for the resource whose full name
@@ -1517,7 +1517,7 @@ The String-to-FontSet converter recognizes the constant
<function>XtDefaultFontSet</function>
and evaluate this in the following manner:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Query the resource database for the resource whose full name
@@ -2251,7 +2251,7 @@ field may contain one of the following values:
<para>
<function>XtCacheNone</function>
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Specifies that the results of a previous conversion
@@ -2264,7 +2264,7 @@ each time the converted value is required.
<para>
<function>XtCacheAll</function>
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Specifies that the results of a previous conversion
@@ -2276,7 +2276,7 @@ upon the same source value and conversion arguments.
<para>
<function>XtCacheByDisplay</function>
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Specifies that the results of a previous conversion
@@ -3241,14 +3241,14 @@ object instance field. If the field is a pointer type, the lifetime
of the pointed-to data is defined by the object class. For the
Intrinsics-defined resources, the following lifetimes apply:
</para>
-<itemizedlist>
+<itemizedlist spacing='compact'>
<listitem>
<para>
Not valid following any operation that modifies the resource:
</para>
</listitem>
<listitem>
- <itemizedlist>
+ <itemizedlist spacing='compact'>
<listitem>
<para>
XtNchildren resource of composite widgets.
@@ -3267,7 +3267,7 @@ Remain valid at least until the widget is destroyed:
</para>
</listitem>
<listitem>
- <itemizedlist>
+ <itemizedlist spacing='compact'>
<listitem>
<para>
XtNaccelerators, XtNtranslations.
@@ -3281,7 +3281,7 @@ Remain valid until the Display is closed:
</para>
</listitem>
<listitem>
- <itemizedlist>
+ <itemizedlist spacing='compact'>
<listitem>
<para>
XtNscreen.