summaryrefslogtreecommitdiff
path: root/specs/CH11.xml
diff options
context:
space:
mode:
Diffstat (limited to 'specs/CH11.xml')
-rwxr-xr-xspecs/CH11.xml30
1 files changed, 15 insertions, 15 deletions
diff --git a/specs/CH11.xml b/specs/CH11.xml
index f445af4..958bf80 100755
--- a/specs/CH11.xml
+++ b/specs/CH11.xml
@@ -456,7 +456,7 @@ is a convenience macro that calls
<xref linkend='XtMalloc' xrefstyle='select: title'/>
with the following arguments specified:
</para>
-<literallayout class="monospaced">
+<literallayout >
((type *) XtMalloc((unsigned) sizeof(type)))
</literallayout>
<para>
@@ -502,7 +502,7 @@ is a convenience macro that calls
<xref linkend='XtMalloc' xrefstyle='select: title'/>
with the following arguments specified:
</para>
-<literallayout class="monospaced">
+<literallayout >
(strcpy(XtMalloc((unsigned)strlen(str) + 1), str))
</literallayout>
<para>
@@ -1802,7 +1802,7 @@ The procedure pointer specified by the incremental owner to supply the
selection data to the Intrinsics is of type
<xref linkend='XtConvertSelectionIncrProc' xrefstyle='select: title'/>.
</para>
-<literallayout class="monospaced">
+<literallayout >
typedef XtPointer XtRequestId;
</literallayout>
@@ -3220,7 +3220,7 @@ event.
<listitem>
<para>
Specifies the region object (as defined in
-<function>&lt; X11/Xutil.h &gt;).</function>
+<function>&lt;X11/Xutil.h&gt;</function>).
</para>
</listitem>
</varlistentry>
@@ -4306,7 +4306,7 @@ A string substitution is defined by a list of
<function>Substitution</function>
entries.
</para>
-<literallayout class="monospaced">
+<literallayout >
typedef struct {
char match;
String substitution;
@@ -4836,9 +4836,9 @@ The resource names, classes, and representation types that are specified
in the hook object resource list are:
<informaltable>
<tgroup cols='3' align='center'>
- <colspec colname='c1'/>
- <colspec colname='c2'/>
- <colspec colname='c3'/>
+ <colspec colwidth='1.0*' colname='c1'/>
+ <colspec colwidth='1.0*' colname='c2'/>
+ <colspec colwidth='1.0*' colname='c3'/>
<tbody>
<row>
<entry>Name</entry>
@@ -4903,7 +4903,7 @@ The <emphasis remap='I'>call_data</emphasis> parameter in a createHook callback
cast to type
<function>XtCreateHookData</function>.
</para>
-<literallayout class="monospaced">
+<literallayout >
typedef struct {
String type;
Widget widget;
@@ -4986,7 +4986,7 @@ The <emphasis remap='I'>call_data</emphasis> parameter in a changeHook callback
be cast to type
<function>XtChangeHookData</function>.
</para>
-<literallayout class="monospaced">
+<literallayout >
typedef struct {
String type;
Widget widget;
@@ -5005,7 +5005,7 @@ or
<emphasis remap='I'>event_data</emphasis> may be cast to type
<function>XtChangeHookSetValuesData</function>.
</para>
-<literallayout class="monospaced">
+<literallayout >
typedef struct {
Widget old, req;
ArgList args;
@@ -5249,7 +5249,7 @@ without employing the Intrinsics library should invoke the change hook
itself. This is done by:
</para>
-<literallayout class="monospaced">
+<literallayout >
XtCallCallbacks(XtHooksOfDisplay(dpy), XtNchangeHook, call_data);
</literallayout>
<para>
@@ -5263,7 +5263,7 @@ is called.
The <emphasis remap='I'>call_data</emphasis> parameter may be cast to type
<function>XtConfigureHookData.</function>
</para>
-<literallayout class="monospaced">
+<literallayout >
typedef struct {
String type;
Widget widget;
@@ -5292,7 +5292,7 @@ The <emphasis remap='I'>call_data</emphasis> parameter may be cast to type
<function>XtGeometryHookData</function>.
</para>
-<literallayout class="monospaced">
+<literallayout >
typedef struct {
String type;
Widget widget;
@@ -5320,7 +5320,7 @@ The XtNdestroyHook callback list is called when a widget is destroyed.
The <emphasis remap='I'>call_data parameter</emphasis> may be cast to type
<function>XtDestroyHookData</function>.
</para>
-<literallayout class="monospaced">
+<literallayout >
typedef struct {
String type;
Widget widget;