summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Dew <marcoz@osource.org>2011-10-25 21:13:03 -0600
committerMatt Dew <marcoz@osource.org>2011-10-25 21:13:03 -0600
commitc299ee07fc33da9f6a08aa39ae7b6dd61f0417b5 (patch)
tree25cfada4c8900953dad31a29cfcf28b24f876f1e
parentdb268afb7f59855583cffa3989e64cd6632e8c96 (diff)
proofread CH05.xml
-rw-r--r--specs/CH05.xml19
1 files changed, 5 insertions, 14 deletions
diff --git a/specs/CH05.xml b/specs/CH05.xml
index d6fdb30..85cd5ba 100644
--- a/specs/CH05.xml
+++ b/specs/CH05.xml
@@ -43,8 +43,6 @@ There are three kinds of pop-up widgets:
<para>
Modeless pop-ups
</para>
- </listitem>
- <listitem>
<para>
A modeless pop-up (for example, a dialog box that does not prevent
continued interaction with the rest of the application)
@@ -58,8 +56,6 @@ The application main window itself is a special case of a modeless pop-up.
<para>
Modal pop-ups
</para>
- </listitem>
- <listitem>
<para>
A modal pop-up (for example, a dialog box that requires user input to
continue)
@@ -72,8 +68,6 @@ it disables user-event distribution to the rest of the application.
<para>
Spring-loaded pop-ups
</para>
- </listitem>
- <listitem>
<para>
A spring-loaded pop-up (for example, a menu)
can seldom be manipulated by the window manager,
@@ -248,6 +242,7 @@ To create a pop-up shell using varargs lists, use
<paramdef>String <parameter>name</parameter></paramdef>
<paramdef>WidgetClass <parameter>widget_class</parameter></paramdef>
<paramdef>Widget <parameter>parent</parameter></paramdef>
+ <paramdef><parameter>...</parameter></paramdef>
</funcprototype>
</funcsynopsis>
@@ -283,9 +278,7 @@ Specifies the parent widget. Must be of class Core or any subclass thereof.
</listitem>
</varlistentry>
<varlistentry>
- <term>
- ...
- </term>
+ <term>...</term>
<listitem>
<para>
Specifies the variable argument list to override any other
@@ -512,12 +505,10 @@ or
<function>XtGrabExclusive</function>,
it calls
</para>
- </listitem>
-</itemizedlist>
<literallayout class="monospaced">
XtAddGrab(<emphasis remap='I'>popup_shell</emphasis>, (<emphasis remap='I'>grab_kind</emphasis> == XtGrabExclusive), False)
</literallayout>
-<itemizedlist>
+ </listitem>
<listitem>
<para>
Calls
@@ -628,7 +619,7 @@ which is not used by this procedure.
<funcsynopsis id='XtCallbackNonexclusive'>
<funcprototype>
-<funcdef> <function>XtCallbackNonexclusive</function></funcdef>
+<funcdef>void <function>XtCallbackNonexclusive</function></funcdef>
<paramdef>Widget <parameter>w</parameter></paramdef>
<paramdef>XtPointer <parameter>client_data</parameter></paramdef>
<paramdef>XtPointer <parameter>call_data</parameter></paramdef>
@@ -671,7 +662,7 @@ which is not used by this procedure.
<funcsynopsis id='XtCallbackExclusive'>
<funcprototype>
-<funcdef> <function>XtCallbackExclusive</function></funcdef>
+<funcdef>void <function>XtCallbackExclusive</function></funcdef>
<paramdef>Widget <parameter>w</parameter></paramdef>
<paramdef>XtPointer <parameter>client_data</parameter></paramdef>
<paramdef>XtPointer <parameter>call_data</parameter></paramdef>