summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Dew <marcoz@osource.org>2011-10-27 23:07:10 -0600
committerMatt Dew <marcoz@osource.org>2011-10-27 23:07:10 -0600
commit9c362ce4dc0b9b9e46adf0168244e4fb00de0bfe (patch)
treea4662dc2c95d9217e0089006643901eeaf045086
parent007ce11591e6dcb9367124aa0d3180014b3e346f (diff)
Proofreading done. (still needs styling and layout cleanup)proofread
-rw-r--r--specs/CH09.xml2
-rw-r--r--specs/appF.xml10
-rw-r--r--specs/intrinsics.xml12
-rwxr-xr-xspecs/runme.sh8
4 files changed, 16 insertions, 16 deletions
diff --git a/specs/CH09.xml b/specs/CH09.xml
index 22b02a6..c4ed3c0 100644
--- a/specs/CH09.xml
+++ b/specs/CH09.xml
@@ -3320,7 +3320,7 @@ The get_values_hook procedure pointer is of type
<function>XtArgsProc</function>.
</para>
-<funcsynopsis id='XtArgsProc'>
+<funcsynopsis id='_XtArgsProc'>
<funcprototype>
<funcdef>typedef void <function>(*XtArgsProc)</function></funcdef>
diff --git a/specs/appF.xml b/specs/appF.xml
index da62596..1bfcec1 100644
--- a/specs/appF.xml
+++ b/specs/appF.xml
@@ -2,8 +2,8 @@
<title>Resource Configuration Management</title>
<para>
Setting and changing resources in X applications can be difficult for
-both the application programmer and the end user. \fBResource
-Configuration Management (RCM)\fP addresses this problem by changing
+both the application programmer and the end user. <emphasis role='bold'>Resource
+Configuration Management (RCM)</emphasis> addresses this problem by changing
the <function>X Intrinsics</function> to immediately modify a resource for a
specified widget and each child widget in the hierarchy.
In this context, immediate means: no sourcing of a resource
@@ -53,7 +53,7 @@ of bytes in the resource name), the resource name and the new
value for the resource. This property's type is <function>XA_STRING</function> and
the format of the string is:
</para>
-<itemizedlist>
+<orderedlist>
<listitem>
<para>
The length of the resource name (the number of bytes in
@@ -80,13 +80,13 @@ One space character
The resource value
</para>
</listitem>
-</itemizedlist>
+</orderedlist>
<para>
When setting the application's resource, the event handler calls
functions to walk the application's widget tree, determining which
widgets are affected by the resource string, and then applying the value
with
-<function>XtSetValues.</function>
+<function>XtSetValues</function>.
As the widget tree is recursively descended, at
each level in the widget tree a resource part is tested for a match.
When the entire resource string has been matched, the value is applied
diff --git a/specs/intrinsics.xml b/specs/intrinsics.xml
index b95e516..e96b8f9 100644
--- a/specs/intrinsics.xml
+++ b/specs/intrinsics.xml
@@ -1,11 +1,9 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
- "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
+<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
[ <!ENTITY % defs SYSTEM "defs.ent"> %defs;
]>
-
<book id="intrinsics" lang="en">
+
<bookinfo>
<title>X Toolkit Intrinsics - C Language Interface</title>
<subtitle>X Window System</subtitle>
@@ -32,7 +30,6 @@
<affiliation>
<orgname>Digital Equipment Corporation</orgname>
<orgdiv>External Research Group</orgdiv>
- <!-- <orgname>MIT X Consortium</orgname> -->
</affiliation>
</author>
</authorgroup>
@@ -98,9 +95,7 @@ It is provided "as is" without express or implied warranty.
</legalnotice>
</bookinfo>
-
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="preface.xml"/>
-
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CH01.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CH02.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CH03.xml"/>
@@ -121,8 +116,7 @@ It is provided "as is" without express or implied warranty.
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appE.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appF.xml"/>
-<!--
<index />
--->
+
</book>
diff --git a/specs/runme.sh b/specs/runme.sh
index e0c2bcc..bacf194 100755
--- a/specs/runme.sh
+++ b/specs/runme.sh
@@ -1 +1,7 @@
-/usr/bin/xmlto --searchpath /tmp/xorg_blah/install/share/sgml/X11 --searchpath /tmp/tmp/libXt/specs -x /tmp/xorg_blah/install/share/sgml/X11/xorg-xhtml.xsl --stringparam target.database.document=/tmp/xorg_blah/install/share/sgml/X11/dbs/masterdb.html.xml --stringparam current.docid=intrinsics xhtml-nochunks intrinsics.xml
+export FOP_HYPHENATION_PATH=/tmp/tmp/libXt/specs/fop-hyph.jar
+# /usr/bin/xmlto --searchpath /tmp/xorg_blah/install/share/sgml/X11 --searchpath /tmp/tmp/libXt/specs -x /tmp/xorg_blah/install/share/sgml/X11/xorg-xhtml.xsl --stringparam target.database.document=/tmp/xorg_blah/install/share/sgml/X11/dbs/masterdb.html.xml --stringparam current.docid=intrinsics xhtml-nochunks intrinsics.xml
+
+# /usr/bin/xmlto --with-fop pdf intrinsics.xml
+
+/usr/bin/xmlto --searchpath /tmp/xorg_blah/install/share/sgml/X11 --searchpath /tmp/tmp/libXt/specs -x /tmp/xorg_blah/install/share/sgml/X11/xorg-fo.xsl --stringparam target.database.document=/tmp/xorg_blah/install/share/sgml/X11/dbs/masterdb.pdf.xml --stringparam current.docid=intrinsics --with-fop pdf intrinsics.xml
+# /usr/bin/xmlto --searchpath /tmp/xorg_blah/install/share/sgml/X11 --searchpath /tmp/tmp/libXt/specs -x /tmp/xorg_blah/install/share/sgml/X11/xorg-xhtml.xsl --stringparam target.database.document=/tmp/xorg_blah/install/share/sgml/X11/dbs/masterdb.txt.xml --stringparam current.docid=intrinsics text intrinsics.xml