1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 03:32:24 +00:00

doc: update man pages to display   correctly.

This commit is contained in:
Liang Chang 2022-03-03 09:29:32 +00:00
parent 2dabfb73c8
commit 0c0f64dbf6
24 changed files with 169 additions and 169 deletions

View file

@ -45,14 +45,14 @@ allowing a programmer to narrow the trace to the suspect area.
</Para>
<VariableList>
<VarListEntry>
<Term>&numsp;0</Term>
<Term> 0</Term>
<ListItem>
<Para>Tracing is turned off.
</Para>
</ListItem>
</VarListEntry>
<VarListEntry>
<Term>&numsp;1</Term>
<Term> 1</Term>
<ListItem>
<Para>Tracing is turned on.
</Para>

View file

@ -29,7 +29,7 @@
<CmdSynopsis>
<Command>tt_type_comp</Command>
<Arg Choice="opt">-mMs</Arg>
<Arg Choice="opt">-d&numsp;<Replaceable>db</Replaceable></Arg>
<Arg Choice="opt">-d <Replaceable>db</Replaceable></Arg>
<Arg><Replaceable>source_file</Replaceable></Arg>
<!-- -->
</CmdSynopsis>
@ -47,7 +47,7 @@
<Command>tt_type_comp</Command>
<Arg>-r</Arg>
<Arg Choice="opt">-s</Arg>
<Arg Choice="opt">-d&numsp;<Replaceable>db</Replaceable></Arg>
<Arg Choice="opt">-d <Replaceable>db</Replaceable></Arg>
<Arg><Replaceable>type</Replaceable></Arg>
<Arg>.&thinsp;.&thinsp;.</Arg>
</CmdSynopsis>
@ -68,7 +68,7 @@
<Arg>-O</Arg>
<Arg>-P</Arg>
<Arg Choice="opt">-sE</Arg>
<Arg Choice="opt">-d&numsp;<Replaceable>db</Replaceable></Arg>
<Arg Choice="opt">-d <Replaceable>db</Replaceable></Arg>
</CmdSynopsis>
]]>
<![ %CDE.C.XO; [
@ -93,7 +93,7 @@
<Command>tt_type_comp</Command>
<Arg>-x</Arg>
<Arg Choice="opt">-s</Arg>
<Arg Choice="opt">-o&numsp;<Replaceable>compiled_file</Replaceable></Arg>
<Arg Choice="opt">-o <Replaceable>compiled_file</Replaceable></Arg>
<Arg><Replaceable>source_file</Replaceable></Arg>
<!-- -->
</CmdSynopsis>
@ -143,7 +143,7 @@ own databases, and the format of
<VariableList>
<![ %CDE.C.CDE; [
<VarListEntry>
<Term><Literal>-d&numsp;</Literal><Emphasis>db</Emphasis></Term>
<Term><Literal>-d </Literal><Emphasis>db</Emphasis></Term>
<ListItem>
<Para>Specify the database to work on, which must be one of
<Literal>user</Literal>, <Literal>system</Literal> or
@ -274,7 +274,7 @@ in a source format suitable for recompilation with
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>-o&numsp;</Literal><Emphasis>compiled_file</Emphasis></Term>
<Term><Literal>-o </Literal><Emphasis>compiled_file</Emphasis></Term>
<ListItem>
<Para>Write the compiled types into the specified file,
or to standard output if
@ -489,7 +489,7 @@ in an unspecified format.
<Title>OUTPUT FILES</Title>
<Para>When the
<Literal>-x</Literal> or
<Literal>-d&numsp;user</Literal> option is used,
<Literal>-d user</Literal> option is used,
<Command>tt_type_comp</Command> writes the compiled types in an unspecified format
into a user-specified file.
Otherwise, it writes the compiled types into the

View file

@ -69,7 +69,7 @@ as a string to be passed to another shell invocation.
</Para>
<VariableList>
<VarListEntry>
<Term><Literal>-a&numsp;</Literal><Symbol Role="Variable">level</Symbol></Term>
<Term><Literal>-a </Literal><Symbol Role="Variable">level</Symbol></Term>
<ListItem>
<Para>Set the server authentication level.
The following
@ -94,7 +94,7 @@ The following
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>-c&numsp;[</Literal><Symbol Role="Variable">command</Symbol><Literal>]</Literal></Term>
<Term><Literal>-c [</Literal><Symbol Role="Variable">command</Symbol><Literal>]</Literal></Term>
<ListItem>
<Para>Start a process tree session and run the given command.
The
@ -112,7 +112,7 @@ Everything after
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>-d&numsp;</Literal><Symbol Role="Variable">display</Symbol></Term>
<Term><Literal>-d </Literal><Symbol Role="Variable">display</Symbol></Term>
<ListItem>
<Para>Specify an X Windows display.
The ToolTalk session will consist of those applications

View file

@ -90,7 +90,7 @@ the first operand,
exit.</para>
</listitem>
</varlistentry>
<varlistentry><term><literal>-rename</literal><emphasis>&numsp;oldname&numsp;newname</emphasis></term>
<varlistentry><term><literal>-rename</literal><emphasis> oldname newname</emphasis></term>
<listitem>
<para>Interpret the next two arguments as an <emphasis>oldname</emphasis>
and a <emphasis>newname</emphasis>, respectively, and rename any entry archived

View file

@ -28,10 +28,10 @@
<RefSynopsisDiv>
<CmdSynopsis>
<Command>dtaction</Command>
<Arg Choice="opt">-contextDir&numsp;<Replaceable>context_dir</Replaceable></Arg>
<Arg Choice="opt">-execHost&numsp;<Replaceable>host_name</Replaceable></Arg>
<Arg Choice="opt">-termOpts&numsp;<Replaceable>terminal_arguments</Replaceable></Arg>
<Arg Choice="opt">-user&numsp;<Replaceable>user_name</Replaceable></Arg>
<Arg Choice="opt">-contextDir <Replaceable>context_dir</Replaceable></Arg>
<Arg Choice="opt">-execHost <Replaceable>host_name</Replaceable></Arg>
<Arg Choice="opt">-termOpts <Replaceable>terminal_arguments</Replaceable></Arg>
<Arg Choice="opt">-user <Replaceable>user_name</Replaceable></Arg>
<Arg><Replaceable>action_name</Replaceable></Arg>
<Arg Choice="opt"><Replaceable>action_arg</Replaceable></Arg>
<Arg>...</Arg>

View file

@ -26,9 +26,9 @@
<RefSynopsisDiv>
<CmdSynopsis>
<Command>dtappintegrate</Command>
<Arg>-s&numsp;<Replaceable>application_root</Replaceable></Arg>
<Arg Choice="opt">-t&numsp;<Replaceable>target_path</Replaceable></Arg>
<Arg Choice="opt">-l&numsp;<Replaceable>locale</Replaceable></Arg>
<Arg>-s <Replaceable>application_root</Replaceable></Arg>
<Arg Choice="opt">-t <Replaceable>target_path</Replaceable></Arg>
<Arg Choice="opt">-l <Replaceable>locale</Replaceable></Arg>
<Arg Choice="opt">-u</Arg>
<Arg Choice="opt">-?</Arg>
</CmdSynopsis>
@ -91,7 +91,7 @@ files under the following default &str-XZ; system locations:
</Para>
<VariableList>
<VarListEntry>
<Term><Literal>-s&numsp;</Literal><Emphasis>application_root</Emphasis></Term>
<Term><Literal>-s </Literal><Emphasis>application_root</Emphasis></Term>
<ListItem>
<Para>Integrate the application files that are located under
<Emphasis>application_root</Emphasis>. The
@ -135,7 +135,7 @@ containing the application's default &str-XZ; configuration files:
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>-t&numsp;</Literal><Emphasis>target_path</Emphasis></Term>
<Term><Literal>-t </Literal><Emphasis>target_path</Emphasis></Term>
<ListItem>
<Para>Link the application &str-XZ; configuration files to
<Emphasis>target_path</Emphasis> rather than to the default &str-XZ; system locations.
@ -143,7 +143,7 @@ containing the application's default &str-XZ; configuration files:
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>-l&numsp;</Literal><Symbol Role="Variable">locale</Symbol></Term>
<Term><Literal>-l </Literal><Symbol Role="Variable">locale</Symbol></Term>
<ListItem>
<Para>Integrate only the files found in the
<Symbol Role="Variable">locale</Symbol> subdirectories.

View file

@ -13,7 +13,7 @@
CDE Application Builder</refpurpose></refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>dtbuilder</command><arg choice="opt">projectfile</arg><arg choice="opt">-useWC&numsp;<replaceable>class<?Pub Caret></replaceable></arg>
<command>dtbuilder</command><arg choice="opt">projectfile</arg><arg choice="opt">-useWC <replaceable>class<?Pub Caret></replaceable></arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
@ -30,7 +30,7 @@ Help).</para>
<refsect1>
<title>OPTIONS</title>
<variablelist>
<varlistentry><term><literal>-useWC&numsp;</literal><emphasis>class</emphasis></term>
<varlistentry><term><literal>-useWC </literal><emphasis>class</emphasis></term>
<listitem>
<para>Use the specified widget class whenever possible. Valid values are:
</para>

View file

@ -26,9 +26,9 @@
<RefSynopsisDiv>
<CmdSynopsis>
<Command>dtcm_delete</Command>
<Arg Choice="opt">-c&numsp;<Replaceable>calendar</Replaceable></Arg>
<Arg Choice="opt">-d&numsp;<Replaceable>date</Replaceable></Arg>
<Arg Choice="opt">-v&numsp;<Replaceable>view</Replaceable></Arg>
<Arg Choice="opt">-c <Replaceable>calendar</Replaceable></Arg>
<Arg Choice="opt">-d <Replaceable>date</Replaceable></Arg>
<Arg Choice="opt">-v <Replaceable>view</Replaceable></Arg>
</CmdSynopsis>
</RefSynopsisDiv>
<RefSect1>
@ -65,7 +65,7 @@ the user can specify another number, or just
</Para>
<VariableList>
<VarListEntry>
<Term><Literal>-c&numsp;</Literal><Emphasis>calendar</Emphasis></Term>
<Term><Literal>-c </Literal><Emphasis>calendar</Emphasis></Term>
<ListItem>
<Para>Specify the name of the target calendar.
Calendar names
@ -82,7 +82,7 @@ the current user at the current host machine.
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>-d&numsp;</Literal><Emphasis>date</Emphasis></Term>
<Term><Literal>-d </Literal><Emphasis>date</Emphasis></Term>
<ListItem>
<Para>Specify the date for the appointment(s) to be deleted.
The
@ -99,7 +99,7 @@ are correctly calculated.
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>-v&numsp;</Literal><Emphasis>view</Emphasis></Term>
<Term><Literal>-v </Literal><Emphasis>view</Emphasis></Term>
<ListItem>
<Para>Specify the view span of appointments to display.
The

View file

@ -26,12 +26,12 @@
<RefSynopsisDiv>
<CmdSynopsis>
<Command>dtcm_insert</Command>
<Arg Choice="opt">-c&numsp;<Replaceable>calendar</Replaceable></Arg>
<Arg Choice="opt">-d&numsp;<Replaceable>date</Replaceable></Arg>
<Arg Choice="opt">-s&numsp;<Replaceable>start</Replaceable></Arg>
<Arg Choice="opt">-e&numsp;<Replaceable>end</Replaceable></Arg>
<Arg Choice="opt">-v&numsp;<Replaceable>view</Replaceable></Arg>
<Arg Choice="opt">-w&numsp;<Replaceable>what</Replaceable></Arg>
<Arg Choice="opt">-c <Replaceable>calendar</Replaceable></Arg>
<Arg Choice="opt">-d <Replaceable>date</Replaceable></Arg>
<Arg Choice="opt">-s <Replaceable>start</Replaceable></Arg>
<Arg Choice="opt">-e <Replaceable>end</Replaceable></Arg>
<Arg Choice="opt">-v <Replaceable>view</Replaceable></Arg>
<Arg Choice="opt">-w <Replaceable>what</Replaceable></Arg>
</CmdSynopsis>
</RefSynopsisDiv>
<RefSect1>
@ -62,7 +62,7 @@ is added, the list of appointments for the specified date
</Para>
<VariableList>
<VarListEntry>
<Term><Literal>-c&numsp;</Literal><Emphasis>calendar</Emphasis></Term>
<Term><Literal>-c </Literal><Emphasis>calendar</Emphasis></Term>
<ListItem>
<Para>Specify the name of the target calendar.
Calendar names
@ -79,7 +79,7 @@ the current user at the current host machine.
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>-d&numsp;</Literal><Emphasis>date</Emphasis></Term>
<Term><Literal>-d </Literal><Emphasis>date</Emphasis></Term>
<ListItem>
<Para>Specify the date for the appointment(s) to be inserted.
The
@ -96,7 +96,7 @@ are correctly calculated.
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>-s&numsp;</Literal><Symbol Role="Variable">start</Symbol></Term>
<Term><Literal>-s </Literal><Symbol Role="Variable">start</Symbol></Term>
<ListItem>
<Para>Specify the starting time for the appointment.
The time is specified using the form
@ -118,7 +118,7 @@ no time is associated with the inserted appointment.
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>-e&numsp;</Literal><Emphasis>end</Emphasis></Term>
<Term><Literal>-e </Literal><Emphasis>end</Emphasis></Term>
<ListItem>
<Para>The ending time for the appointment,
in the same format as
@ -127,7 +127,7 @@ in the same format as
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>-v&numsp;</Literal><Emphasis>view</Emphasis></Term>
<Term><Literal>-v </Literal><Emphasis>view</Emphasis></Term>
<ListItem>
<Para>Specify the view span of appointments to display.
The
@ -161,7 +161,7 @@ starting with Sunday.
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>-w&numsp;</Literal><Emphasis>what</Emphasis></Term>
<Term><Literal>-w </Literal><Emphasis>what</Emphasis></Term>
<ListItem>
<Para>Specify the appointment description text.
Up to 5 lines of text can be specified by placing &bsol;n

View file

@ -26,9 +26,9 @@
<RefSynopsisDiv>
<CmdSynopsis>
<Command>dtcm_lookup</Command>
<Arg Choice="opt">-c&numsp;<Replaceable>calendar</Replaceable></Arg>
<Arg Choice="opt">-d&numsp;<Replaceable>date</Replaceable></Arg>
<Arg Choice="opt">-v&numsp;<Replaceable>view</Replaceable></Arg>
<Arg Choice="opt">-c <Replaceable>calendar</Replaceable></Arg>
<Arg Choice="opt">-d <Replaceable>date</Replaceable></Arg>
<Arg Choice="opt">-v <Replaceable>view</Replaceable></Arg>
</CmdSynopsis>
</RefSynopsisDiv>
<RefSect1>
@ -57,7 +57,7 @@ The current list of appointments for the specified date
</Para>
<VariableList>
<VarListEntry>
<Term><Literal>-c&numsp;</Literal><Emphasis>calendar</Emphasis></Term>
<Term><Literal>-c </Literal><Emphasis>calendar</Emphasis></Term>
<ListItem>
<Para>Specify the name of the target calendar.
Calendar names
@ -74,7 +74,7 @@ the current user at the current host machine.
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>-d&numsp;</Literal><Emphasis>date</Emphasis></Term>
<Term><Literal>-d </Literal><Emphasis>date</Emphasis></Term>
<ListItem>
<Para>Specify the date for the look up query.
The
@ -91,7 +91,7 @@ are correctly calculated.
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>-v&numsp;</Literal><Emphasis>view</Emphasis></Term>
<Term><Literal>-v </Literal><Emphasis>view</Emphasis></Term>
<ListItem>
<Para>Specify the view span of appointments to display.
The

View file

@ -15,13 +15,13 @@ a &str-XZ; application building services project or module file</refpurpose>
1995 International Business Machines Corp.--><!-- (c) Copyright 1993, 1994,
1995 Sun Microsystems, Inc.--><!-- (c) Copyright 1993, 1994, 1995 Novell,
Inc.--><refsynopsisdiv><![ %CDE.C.CDE; [<cmdsynopsis>
<command>dtcodegen</command><arg choice="opt">-changed</arg><arg choice="opt">-main</arg><arg choice="opt">-merge</arg><arg choice="opt">-nomerge</arg><arg choice="opt">-module&numsp;<replaceable>mymod</replaceable></arg>
<arg choice="opt">-useWC&numsp;<replaceable>class</replaceable></arg>
<group><arg>-p</arg><arg>-project&numsp;<replaceable>myproj</replaceable></arg>
<command>dtcodegen</command><arg choice="opt">-changed</arg><arg choice="opt">-main</arg><arg choice="opt">-merge</arg><arg choice="opt">-nomerge</arg><arg choice="opt">-module <replaceable>mymod</replaceable></arg>
<arg choice="opt">-useWC <replaceable>class</replaceable></arg>
<group><arg>-p</arg><arg>-project <replaceable>myproj</replaceable></arg>
</group><group><arg>-np</arg><arg>-noproject</arg></group><arg
choice="opt">-showall</arg><arg choice="opt">-noshowall</arg>
<group><arg>-s</arg><arg>-silent</arg></group><group><arg>-v</arg><arg>-verbose</arg></group><group><arg><replaceable>file</replaceable></arg>
<arg>&numsp;.&thinsp;.&thinsp;.</arg></group>
<arg> .&thinsp;.&thinsp;.</arg></group>
</cmdsynopsis>]]><![ %CDE.C.XO; [<CmdSynopsis>
<Command>dtcodegen</Command>
<Arg Choice="opt">-changed</Arg>
@ -39,7 +39,7 @@ choice="opt">-showall</arg><arg choice="opt">-noshowall</arg>
<Arg>-verbose</Arg>
</Group>
<Arg><Replaceable>file</Replaceable></Arg>
<Arg>&numsp;.&thinsp;.&thinsp;.</Arg>
<Arg> .&thinsp;.&thinsp;.</Arg>
</CmdSynopsis>
]]>
<cmdsynopsis>
@ -90,14 +90,14 @@ behavior.</para>
option overrides the default merging behavior. If both <literal>-merge</literal> and <literal>-nomerge</literal> are used, the one given last
on the command line takes precedence. <![ %CDE.C.CDE; [</para></listitem>
</varlistentry>
<varlistentry><term><literal>-module&numsp;</literal><emphasis>mymod</emphasis></term>
<varlistentry><term><literal>-module </literal><emphasis>mymod</emphasis></term>
<listitem>
<para>Generate code for the module <emphasis>mymod</emphasis>, (which is expected
to be defined in the file <emphasis>mymod</emphasis> <Filename>.bil</Filename>). Using multiple <literal>-module</literal> options includes
multiple modules in the generated code.</para>
</listitem>
</varlistentry>
<varlistentry><term><literal>-useWC&numsp;</literal><emphasis>class</emphasis></term>
<varlistentry><term><literal>-useWC </literal><emphasis>class</emphasis></term>
<listitem>
<para>Use the specified widget class whenever possible. Valid values are:
</para>
@ -116,7 +116,7 @@ widgets. This value retains the CDE 1.0 behavior.</para>
</variablelist>
</listitem>
</varlistentry>
<varlistentry><term><literal>-p&thinsp;|&thinsp;-project&numsp;</literal> <emphasis>myproj</emphasis></term>
<varlistentry><term><literal>-p&thinsp;|&thinsp;-project </literal> <emphasis>myproj</emphasis></term>
<listitem>
<para>Generate code for the project <emphasis>myproj</emphasis>, (which is
expected to be defined in the file <emphasis>myproj</emphasis> <Filename>.bip</Filename>).</para>

View file

@ -17,17 +17,17 @@ Format, Version 1.0.0--><!-- (c) Copyright
1995 Sun Microsystems, Inc.--><!-- (c) Copyright 1993, 1994, 1995 Novell,
Inc.--><refsynopsisdiv>
<cmdsynopsis>
<command>dtksh</command><arg choice="opt">-abCefimnuvx</arg><arg choice="opt">-o&numsp;<replaceable>option</replaceable></arg><arg choice="opt">+abCefmnuvx</arg><arg choice="opt">+o&numsp;<replaceable>option</replaceable></arg><group>
<command>dtksh</command><arg choice="opt">-abCefimnuvx</arg><arg choice="opt">-o <replaceable>option</replaceable></arg><arg choice="opt">+abCefmnuvx</arg><arg choice="opt">+o <replaceable>option</replaceable></arg><group>
<arg><replaceable>command_file</replaceable></arg><group><arg><replaceable>argument</replaceable></arg><arg>...</arg></group></group>
</cmdsynopsis>
<cmdsynopsis>
<command>dtksh</command><arg choice="opt">-abCefimnuvx</arg><arg choice="opt">-o&numsp;<replaceable>option</replaceable></arg><arg choice="opt">+abCefmnuvx</arg><arg choice="opt">+o&numsp;<replaceable>option</replaceable></arg><arg><replaceable>command_string</replaceable></arg><group><arg><replaceable>command_name</replaceable></arg>
<command>dtksh</command><arg choice="opt">-abCefimnuvx</arg><arg choice="opt">-o <replaceable>option</replaceable></arg><arg choice="opt">+abCefmnuvx</arg><arg choice="opt">+o <replaceable>option</replaceable></arg><arg><replaceable>command_string</replaceable></arg><group><arg><replaceable>command_name</replaceable></arg>
<group><arg><replaceable>argument</replaceable></arg><arg>...</arg></group>
</group>
</cmdsynopsis>
<cmdsynopsis>
<command>dtksh</command><arg>-s</arg><arg choice="opt">-abCefimnuvx</arg><arg choice="opt">-o&numsp;<replaceable>option</replaceable></arg>
<arg choice="opt">+abeCefmnuvx</arg><arg choice="opt">+o&numsp; <replaceable>option</replaceable></arg><group><arg><replaceable>argument</replaceable></arg>
<command>dtksh</command><arg>-s</arg><arg choice="opt">-abCefimnuvx</arg><arg choice="opt">-o <replaceable>option</replaceable></arg>
<arg choice="opt">+abeCefmnuvx</arg><arg choice="opt">+o <replaceable>option</replaceable></arg><group><arg><replaceable>argument</replaceable></arg>
<arg>...</arg></group>
</cmdsynopsis>
</refsynopsisdiv><refsect1>
@ -470,7 +470,7 @@ GC arguments</replaceable></arg>
<cmdsynopsis>
<command>XDrawLines</command><arg><replaceable>display drawable</replaceable></arg>
<arg choice="opt"><replaceable>-coordinateMode</replaceable></arg><arg
choice="opt"><replaceable>optional GC arguments</replaceable></arg><arg><replaceable>x1 y1 x2 y2</replaceable></arg><arg choice="opt"><replaceable>x3 y3&numsp;...</replaceable></arg>
choice="opt"><replaceable>optional GC arguments</replaceable></arg><arg><replaceable>x1 y1 x2 y2</replaceable></arg><arg choice="opt"><replaceable>x3 y3 ...</replaceable></arg>
</cmdsynopsis>
<para><!--.VL 6-->The <emphasis>coordinateMode</emphasis> operand is either <systemitem class="Constant">CoordModeOrigin</systemitem> or <systemitem class="Constant">CoordModePrevious</systemitem>. <!--.LE--></para>
<cmdsynopsis>
@ -481,7 +481,7 @@ choice="opt"><replaceable>optional GC arguments</replaceable></arg><arg><replace
<cmdsynopsis>
<command>XDrawPoints</command><arg><replaceable>display drawable</replaceable></arg>
<arg choice="opt"><replaceable>-coordinateMode</replaceable></arg><arg
choice="opt"><replaceable>optional GC arguments</replaceable></arg><arg><replaceable>x1 y1</replaceable></arg><arg choice="opt"><replaceable>x2 y2 x3 y3&numsp;...</replaceable></arg>
choice="opt"><replaceable>optional GC arguments</replaceable></arg><arg><replaceable>x1 y1</replaceable></arg><arg choice="opt"><replaceable>x2 y2 x3 y3 ...</replaceable></arg>
</cmdsynopsis>
<para><!--.VL 6-->The <emphasis>coordinateMode</emphasis> operand is either <systemitem class="Constant">CoordModeOrigin</systemitem> or <systemitem class="Constant">CoordModePrevious</systemitem>. <!--.LE--></para>
<cmdsynopsis>
@ -491,7 +491,7 @@ choice="opt"><replaceable>optional GC arguments</replaceable></arg><arg><replace
</cmdsynopsis>
<cmdsynopsis>
<command>XDrawSegments</command><arg><replaceable>display drawable</replaceable></arg>
<arg choice="opt"><replaceable>optional GC arguments</replaceable></arg><arg><replaceable>x1 y1 x2 y2</replaceable></arg><arg choice="opt"><replaceable>x3 y3 x4 y4&numsp;...</replaceable></arg>
<arg choice="opt"><replaceable>optional GC arguments</replaceable></arg><arg><replaceable>x1 y1 x2 y2</replaceable></arg><arg choice="opt"><replaceable>x3 y3 x4 y4 ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XDrawString</command><arg><replaceable>display drawable</replaceable></arg>
@ -511,7 +511,7 @@ choice="opt"><replaceable>optional GC arguments</replaceable></arg><arg><replace
<cmdsynopsis>
<command>XFillPolygon</command><arg><replaceable>display drawable</replaceable></arg>
<arg choice="opt"><replaceable>-shape</replaceable></arg><arg choice="opt"><replaceable>-coordinateMode</replaceable></arg><arg choice="opt"><replaceable>optional
GC arguments</replaceable></arg><arg><replaceable>x1 y1 x2 y2&numsp;...</replaceable></arg>
GC arguments</replaceable></arg><arg><replaceable>x1 y1 x2 y2 ...</replaceable></arg>
<!-- -->
</cmdsynopsis>
<para><!--.VL 6-->The <emphasis>shape</emphasis> operand is one of <systemitem class="Constant">Complex</systemitem>, <systemitem class="Constant">Convex</systemitem> or <systemitem class="Constant">Nonconvex</systemitem>, and
@ -641,7 +641,7 @@ causes the work procedure to be automatically unregistered. <!--.LE--></para>
</cmdsynopsis>
<cmdsynopsis>
<command>XtCreateApplicationShell</command><arg><replaceable>variable applicationName
widgetClass</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
widgetClass</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XtCallCallbacks</command><arg><replaceable>widgetHandle callbackName</replaceable></arg>
@ -658,19 +658,19 @@ for example, <emphasis>activateCallback</emphasis>. <!--.LE--></para>
with the passed-in widget handle. <!--.LE--></para>
<cmdsynopsis>
<command>XtCreateManagedWidget</command><arg><replaceable>variable widgetName
widgetClass parentWidgetHandle</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
widgetClass parentWidgetHandle</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XtCreatePopupShell</command><arg><replaceable>variable widgetName
widgetClass parentWidgetHandle</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
widgetClass parentWidgetHandle</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XtCreateWidget</command><arg><replaceable>variable widgetName widgetClass
parentWidgetHandle</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
parentWidgetHandle</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XtDestroyWidget</command><arg><replaceable>widgetHandle</replaceable></arg>
<arg choice="opt"><replaceable>widgetHandle&numsp;...</replaceable></arg>
<arg choice="opt"><replaceable>widgetHandle ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XtDisplay</command><arg><replaceable>variable widgetHandle</replaceable></arg>
@ -681,7 +681,7 @@ parentWidgetHandle</replaceable></arg><arg choice="opt"><replaceable>resource:va
<!-- -->
</cmdsynopsis>
<cmdsynopsis>
<command>XtGetValues</command><arg><replaceable>widgetHandle resource:variable1</replaceable></arg><arg choice="opt"><replaceable>resource:variable2&numsp;...</replaceable></arg>
<command>XtGetValues</command><arg><replaceable>widgetHandle resource:variable1</replaceable></arg><arg choice="opt"><replaceable>resource:variable2 ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XtHasCallbacks</command><arg><replaceable>variable widgetHandle callbackName</replaceable></arg>
@ -751,7 +751,7 @@ name</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XtManageChildren</command><arg><replaceable>widgetHandle</replaceable></arg>
<arg choice="opt"><replaceable>widgetHandle&numsp;...</replaceable></arg>
<arg choice="opt"><replaceable>widgetHandle ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XtMapWidget</command><arg><replaceable>widgetHandle</replaceable></arg>
@ -841,7 +841,7 @@ registered using the <command>XtAddWorkProc</command> command. <!--.LE--></para>
<para><!--.VL 6-->The <symbol role="Variable">state</symbol> operand is either
True or False. <!--.LE--></para>
<cmdsynopsis>
<command>XtSetValues</command><arg><replaceable>widgetHandle resource:value</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
<command>XtSetValues</command><arg><replaceable>widgetHandle resource:value</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XtUninstallTranslations</command><arg><replaceable>widgetHandle</replaceable></arg>
@ -853,7 +853,7 @@ True or False. <!--.LE--></para>
</cmdsynopsis>
<cmdsynopsis>
<command>XtUnmanageChildren</command><arg><replaceable>widgetHandle</replaceable></arg>
<arg choice="opt"><replaceable>widgetHandle&numsp;...</replaceable></arg>
<arg choice="opt"><replaceable>widgetHandle ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XtUnmapWidget</command><arg><replaceable>widgetHandle</replaceable></arg>
@ -878,7 +878,7 @@ dtksh-command</replaceable></arg>
<para><!--.VL 6-->The <emphasis>protocolAtom</emphasis> operand is typically
obtained using the <command>XmInternAtom</command> command. <!--.LE--></para>
<cmdsynopsis>
<command>XmAddWMProtocols</command><arg><replaceable>widgetHandle protocolAtom</replaceable></arg><arg choice="opt"><replaceable>protocolAtom&numsp;...</replaceable></arg>
<command>XmAddWMProtocols</command><arg><replaceable>widgetHandle protocolAtom</replaceable></arg><arg choice="opt"><replaceable>protocolAtom ...</replaceable></arg>
</cmdsynopsis>
<para><!--.VL 6-->The <emphasis>protocolAtom</emphasis> operand is typically
obtained using the <command>XmInternAtom</command> command. <!--.LE--></para>
@ -906,207 +906,207 @@ strings:</para>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateArrowButton</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateArrowButtonGadget</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateBulletinBoard</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateBulletinBoardDialog</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateCascadeButton</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateCascadeButtonGadget</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateCommand</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateDialogShell</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateDrawingArea</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateDrawnButton</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateErrorDialog</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateFileSelectionBox</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateFileSelectionDialog</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateForm</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateFormDialog</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateFrame</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateInformationDialog</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateLabel</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateLabelGadget</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateList</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateMainWindow</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateMenuBar</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateMenuShell</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateMessageBox</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateMessageDialog</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateOptionMenu</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreatePanedWindow</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreatePopupMenu</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreatePromptDialog</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreatePulldownMenu</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreatePushButton</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreatePushButtonGadget</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateQuestionDialog</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateRadioBox</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateRowColumn</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateScale</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateScrollBar</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateScrolledList</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateScrolledText</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateScrolledWindow</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateSelectionBox</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateSelectionDialog</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateSeparator</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateSeparatorGadget</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateText</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateTextField</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateToggleButton</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateToggleButtonGadget</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateWarningDialog</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateWorkArea</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmCreateWorkingDialog</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmFileSelectionDoSearch</command><arg><replaceable>widgetHandle directoryMask</replaceable></arg>
@ -1187,12 +1187,12 @@ set to either True or False. <!--.LE--></para>
</cmdsynopsis>
<para><!--.VL 6-->The ordering of the arguments to the <command>XmListAddItem</command> command differs from the corresponding C function. <!--.LE--></para>
<cmdsynopsis>
<command>XmListAddItems</command><arg><replaceable>widgetHandle position itemString</replaceable></arg><arg choice="opt"><replaceable>itemString&numsp;...</replaceable></arg>
<command>XmListAddItems</command><arg><replaceable>widgetHandle position itemString</replaceable></arg><arg choice="opt"><replaceable>itemString ...</replaceable></arg>
</cmdsynopsis>
<para><!--.VL 6-->The ordering of the arguments to the <command>XmListAddItems</command> command differs from the corresponding C function. <!--.LE--></para>
<cmdsynopsis>
<command>XmListAddItemsUnselected</command><arg><replaceable>widgetHandle
position itemString</replaceable></arg><arg choice="opt"><replaceable>itemString&numsp;...</replaceable></arg>
position itemString</replaceable></arg><arg choice="opt"><replaceable>itemString ...</replaceable></arg>
</cmdsynopsis>
<para><!--.VL 6-->The ordering of the arguments to the <command>XmListAddItemsUnselected</command> command differs from the corresponding C function. <!--.LE--></para>
<cmdsynopsis>
@ -1210,7 +1210,7 @@ itemString</replaceable></arg>
<!-- -->
</cmdsynopsis>
<cmdsynopsis>
<command>XmListDeleteItems</command><arg><replaceable>widgetHandle itemString</replaceable></arg><arg choice="opt"><replaceable>itemString&numsp;...</replaceable></arg>
<command>XmListDeleteItems</command><arg><replaceable>widgetHandle itemString</replaceable></arg><arg choice="opt"><replaceable>itemString ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmListDeleteItemsPos</command><arg><replaceable>widgetHandle itemCount
@ -1222,7 +1222,7 @@ position</replaceable></arg>
<!-- -->
</cmdsynopsis>
<cmdsynopsis>
<command>XmListDeletePositions</command><arg><replaceable>widgetHandle position</replaceable></arg><arg choice="opt"><replaceable>position&numsp;...</replaceable></arg>
<command>XmListDeletePositions</command><arg><replaceable>widgetHandle position</replaceable></arg><arg choice="opt"><replaceable>position ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>XmListDeselectAllItems</command><arg><replaceable>widgetHandle</replaceable></arg>
@ -1277,12 +1277,12 @@ variable variable2 variable3 variable4</replaceable></arg>
<para><!--.VL 6-->The command returns a value that can be used in a conditional. <!--.LE--></para>
<cmdsynopsis>
<command>XmListReplaceItemsPos</command><arg><replaceable>widgetHandle position
itemString</replaceable></arg><arg choice="opt"><replaceable>itemString&numsp;...</replaceable></arg>
itemString</replaceable></arg><arg choice="opt"><replaceable>itemString ...</replaceable></arg>
</cmdsynopsis>
<para><!--.VL 6-->The ordering of the arguments to the <command>XmListReplaceItemsPos</command> command differs from the corresponding C function. <!--.LE--></para>
<cmdsynopsis>
<command>XmListReplaceItemsPosUnselected</command><arg><replaceable>widgetHandle
position itemString</replaceable></arg><arg choice="opt"><replaceable>itemString&numsp;...</replaceable></arg>
position itemString</replaceable></arg><arg choice="opt"><replaceable>itemString ...</replaceable></arg>
</cmdsynopsis>
<para><!--.VL 6-->The ordering of the arguments to the <command>XmListReplaceItemsPosUnselected</command> command differs from the corresponding C function. <!--.LE--></para>
<cmdsynopsis>
@ -1414,7 +1414,7 @@ WM callbacks, when a callback is removed, the same <command>dtksh</command>
command string must be specified as was specified when the callback was originally
registered. <!--.LE--></para>
<cmdsynopsis>
<command>XmRemoveWMProtocols</command><arg><replaceable>widgetHandle protocolAtom</replaceable></arg><arg choice="opt"><replaceable>protocolAtom&numsp;...</replaceable></arg>
<command>XmRemoveWMProtocols</command><arg><replaceable>widgetHandle protocolAtom</replaceable></arg><arg choice="opt"><replaceable>protocolAtom ...</replaceable></arg>
</cmdsynopsis>
<para><!--.VL 6-->The <emphasis>protocolAtom</emphasis> operand is typically
obtained using the <command>XmInternAtom</command> command. <!--.LE--></para>
@ -1805,11 +1805,11 @@ be set to either True or False. <!--.LE--></para>
<title>Built-in &str-XZ; Application Help Commands</title>
<cmdsynopsis>
<command>DtCreateHelpQuickDialog</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>DtCreateHelpDialog</command><arg><replaceable>variable parentWidgetHandle
name</replaceable></arg><arg choice="opt"><replaceable>resource:value&numsp;...</replaceable></arg>
name</replaceable></arg><arg choice="opt"><replaceable>resource:value ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>DtHelpQuickDialogGetChild</command><arg><replaceable>variable widgetHandle
@ -2039,7 +2039,7 @@ defined, or if the <systemitem class="Constant">DESCRIPTION</systemitem> attribu
is not specified. <!--.LE--></para>
<cmdsynopsis>
<command>DtActionInvoke</command><arg><replaceable>widgetHandle actionName
termOpts execHost contextDir useIndicator</replaceable></arg><arg><replaceable>dtksh-command</replaceable></arg><group><arg>FILE</arg><arg><replaceable>fileName</replaceable></arg></group><arg>&numsp;...</arg>
termOpts execHost contextDir useIndicator</replaceable></arg><arg><replaceable>dtksh-command</replaceable></arg><group><arg>FILE</arg><arg><replaceable>fileName</replaceable></arg></group><arg> ...</arg>
</cmdsynopsis>
<para><!--.VL 6-->The [FILE <emphasis>fileName</emphasis>] couplets can be
used to specify file arguments to be used by <command>DtActionInvoke</command>
@ -2490,12 +2490,12 @@ into a composite widget. Most frequently, it is used to add a collection of
buttons into a menupane or menubar.</para>
<cmdsynopsis>
<command>DtkshAddButtons</command><arg><replaceable>parent widgetClass label1
callback1</replaceable></arg><arg choice="opt"><replaceable>label2 callback2&numsp;...</replaceable></arg>
callback1</replaceable></arg><arg choice="opt"><replaceable>label2 callback2 ...</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>DtkshAddButtons</command><arg choice="opt"><replaceable>-w</replaceable></arg><arg><replaceable>parent widgetClass variable1 label1
callback1</replaceable></arg><arg choice="opt"><replaceable>variable2 label2
callback2&numsp;...</replaceable></arg>
callback2 ...</replaceable></arg>
</cmdsynopsis>
<para>The <literal>-w</literal> option indicates that the convenience
function should return the widget handle for each of the buttons it creates.

View file

@ -320,7 +320,7 @@ the grammar is significant to the expression. For example,</para>
<informalexample remap="indent">
<programlisting>NAME_PATTERN abc | def</programlisting>
</informalexample>
<para>is matched by either `` <literal>abc&numsp;</literal>'' (with a trailing <keysym>space</keysym>) or ``&numsp; <literal>def</literal>'' (with a leading <keysym>space</keysym>).</para>
<para>is matched by either `` <literal>abc </literal>'' (with a trailing <keysym>space</keysym>) or `` <literal>def</literal>'' (with a leading <keysym>space</keysym>).</para>
</refsect2>
<refsect2>
<title>Escape Character</title>

View file

@ -42,7 +42,7 @@ action management actions:
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>Dtcreate</Literal>&numsp;<Symbol Role="Variable">file</Symbol></Term>
<Term><Literal>Dtcreate</Literal> <Symbol Role="Variable">file</Symbol></Term>
<ListItem>
<Para>Open a view of the desktop action and data type editor
and load the action and data type description file

View file

@ -43,7 +43,7 @@ application builder actions:
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>Dtbuilder</Literal>&numsp;<Emphasis>component</Emphasis></Term>
<Term><Literal>Dtbuilder</Literal> <Emphasis>component</Emphasis></Term>
<ListItem>
<Para>Open an application builder view of the module or project
named by the pathname in the
@ -60,7 +60,7 @@ and generate code for the project specified by the user.
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>Dtcodegen</Literal>&numsp;<Emphasis>component</Emphasis></Term>
<Term><Literal>Dtcodegen</Literal> <Emphasis>component</Emphasis></Term>
<ListItem>
<Para>Generate code for the project named by the pathname in the
<Emphasis>component</Emphasis> argument.
@ -68,7 +68,7 @@ and generate code for the project specified by the user.
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>Open</Literal>&numsp;<Emphasis>component</Emphasis></Term>
<Term><Literal>Open</Literal> <Emphasis>component</Emphasis></Term>
<ListItem>
<Para>Open an application builder view of the module or project
named by the pathname in the

View file

@ -45,7 +45,7 @@ calendar and appointment management actions:
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>DtcmEdit</Literal>&numsp;<Emphasis>appointment</Emphasis></Term>
<Term><Literal>DtcmEdit</Literal> <Emphasis>appointment</Emphasis></Term>
<ListItem>
<Para>Edit the appointment named by the pathname in the
<Emphasis>appointment</Emphasis> argument.
@ -53,7 +53,7 @@ calendar and appointment management actions:
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>DtcmInsert</Literal>&numsp;<Emphasis>appointment</Emphasis></Term>
<Term><Literal>DtcmInsert</Literal> <Emphasis>appointment</Emphasis></Term>
<ListItem>
<Para>Insert the appointment named by the pathname in the
<Emphasis>appointment</Emphasis> argument into the user's default calendar.
@ -61,7 +61,7 @@ calendar and appointment management actions:
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>Open</Literal>&numsp;<Emphasis>appointment</Emphasis></Term>
<Term><Literal>Open</Literal> <Emphasis>appointment</Emphasis></Term>
<ListItem>
<Para>Edit the appointment named by the pathname in the
<Emphasis>appointment</Emphasis> argument.
@ -69,7 +69,7 @@ calendar and appointment management actions:
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>Insert</Literal>&numsp;<Emphasis>appointment</Emphasis></Term>
<Term><Literal>Insert</Literal> <Emphasis>appointment</Emphasis></Term>
<ListItem>
<Para>Insert the appointment named by the pathname in the
<Emphasis>appointment</Emphasis> argument into the user's default calendar.

View file

@ -47,7 +47,7 @@ and open a folder view of the directory specified by the user.
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>Dtfile</Literal>&numsp;<Emphasis>directory</Emphasis></Term>
<Term><Literal>Dtfile</Literal> <Emphasis>directory</Emphasis></Term>
<ListItem>
<Para>Open a folder view of the directory named by the pathname in the
<Emphasis>directory</Emphasis> argument.
@ -62,7 +62,7 @@ and open a folder view of the directory specified by the user.
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>Open</Literal>&numsp;<Emphasis>directory</Emphasis></Term>
<Term><Literal>Open</Literal> <Emphasis>directory</Emphasis></Term>
<ListItem>
<Para>Open a folder view of the directory named by the pathname in the
<Emphasis>directory</Emphasis> argument.
@ -70,7 +70,7 @@ and open a folder view of the directory specified by the user.
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>Open</Literal>&numsp;<Symbol Role="Variable">file</Symbol></Term>
<Term><Literal>Open</Literal> <Symbol Role="Variable">file</Symbol></Term>
<ListItem>
<Para>Open the file named by the pathname in the
<Symbol Role="Variable">file</Symbol> argument.
@ -80,7 +80,7 @@ the type of file.)
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Symbol Role="Message">Print</Symbol>&numsp;<Emphasis>directory</Emphasis></Term>
<Term><Symbol Role="Message">Print</Symbol> <Emphasis>directory</Emphasis></Term>
<ListItem>
<Para>Print a listing of the directory named by the pathname in the
<Emphasis>directory</Emphasis> argument.
@ -88,7 +88,7 @@ the type of file.)
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Symbol Role="Message">Print</Symbol>&numsp;<Symbol Role="Variable">file</Symbol></Term>
<Term><Symbol Role="Message">Print</Symbol> <Symbol Role="Variable">file</Symbol></Term>
<ListItem>
<Para>Print the file named by the pathname in the
<Symbol Role="Variable">file</Symbol> argument.

View file

@ -41,7 +41,7 @@ Open <Emphasis>volume</Emphasis>
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>Dthelpview</Literal>&numsp;<Emphasis>volume</Emphasis></Term>
<Term><Literal>Dthelpview</Literal> <Emphasis>volume</Emphasis></Term>
<ListItem>
<Para>Open a view of the help volume named by the pathname in the
<Emphasis>volume</Emphasis> argument.
@ -49,7 +49,7 @@ Open <Emphasis>volume</Emphasis>
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>Open</Literal>&numsp;<Emphasis>volume</Emphasis></Term>
<Term><Literal>Open</Literal> <Emphasis>volume</Emphasis></Term>
<ListItem>
<Para>Open a view of the help volume named by the pathname in the
<Emphasis>volume</Emphasis> argument.

View file

@ -42,7 +42,7 @@ icon editing actions:
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>Dticon</Literal>&numsp;<Symbol Role="Variable">icon</Symbol></Term>
<Term><Literal>Dticon</Literal> <Symbol Role="Variable">icon</Symbol></Term>
<ListItem>
<Para>Open an icon editor view of the bitmap or pixmap named by the pathname in the
<Symbol Role="Variable">icon</Symbol> argument.
@ -50,7 +50,7 @@ icon editing actions:
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>Open</Literal>&numsp;<Symbol Role="Variable">icon</Symbol></Term>
<Term><Literal>Open</Literal> <Symbol Role="Variable">icon</Symbol></Term>
<ListItem>
<Para>Open an icon editor view of the bitmap or pixmap named by the pathname in the
<Symbol Role="Variable">icon</Symbol> argument.

View file

@ -43,7 +43,7 @@ Print <Symbol Role="Variable">file</Symbol>
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>Compose</Literal>&numsp;<Symbol Role="Variable">file</Symbol>&numsp;.&thinsp;.&thinsp;.</Term>
<Term><Literal>Compose</Literal> <Symbol Role="Variable">file</Symbol> .&thinsp;.&thinsp;.</Term>
<ListItem>
<Para>Open a mail composition view with attachments named
by the pathnames in the
@ -59,7 +59,7 @@ by the pathnames in the
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>Dtmail</Literal>&numsp;<Symbol Role="Variable">file</Symbol></Term>
<Term><Literal>Dtmail</Literal> <Symbol Role="Variable">file</Symbol></Term>
<ListItem>
<Para>Open a view of the mail file named by the pathname in the
<Symbol Role="Variable">file</Symbol> argument.
@ -67,7 +67,7 @@ by the pathnames in the
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>Open</Literal>&numsp;<Symbol Role="Variable">file</Symbol></Term>
<Term><Literal>Open</Literal> <Symbol Role="Variable">file</Symbol></Term>
<ListItem>
<Para>Open a view of the mail file named by the pathname in the
<Symbol Role="Variable">file</Symbol> argument.
@ -75,7 +75,7 @@ by the pathnames in the
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Symbol Role="Message">Print</Symbol>&numsp;<Symbol Role="Variable">file</Symbol></Term>
<Term><Symbol Role="Message">Print</Symbol> <Symbol Role="Variable">file</Symbol></Term>
<ListItem>
<Para>Print the mail file named by the pathname in the
<Symbol Role="Variable">file</Symbol> argument.

View file

@ -43,7 +43,7 @@ specified by the user.
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>Dtmanpageview</Literal>&numsp;<Emphasis>page</Emphasis></Term>
<Term><Literal>Dtmanpageview</Literal> <Emphasis>page</Emphasis></Term>
<ListItem>
<Para>Open a view of the manual page named by the pathname in the
<Emphasis>page</Emphasis> argument.
@ -51,7 +51,7 @@ specified by the user.
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>Open</Literal>&numsp;<Emphasis>page</Emphasis></Term>
<Term><Literal>Open</Literal> <Emphasis>page</Emphasis></Term>
<ListItem>
<Para>Open a view of the manual page named by the pathname in the
<Emphasis>page</Emphasis> argument.
@ -59,7 +59,7 @@ specified by the user.
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Symbol Role="Message">Print</Symbol>&numsp;<Emphasis>page</Emphasis></Term>
<Term><Symbol Role="Message">Print</Symbol> <Emphasis>page</Emphasis></Term>
<ListItem>
<Para>Print the manual page named by the pathname in the
<Emphasis>page</Emphasis> argument.

View file

@ -43,7 +43,7 @@ action for viewing printers and print jobs:
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>Dtprintinfo</Literal>&numsp;<Emphasis>printer</Emphasis></Term>
<Term><Literal>Dtprintinfo</Literal> <Emphasis>printer</Emphasis></Term>
<ListItem>
<Para>Display the printer named by the printer in the
<Emphasis>printer</Emphasis> argument and its print jobs.
@ -65,7 +65,7 @@ action for viewing printers and print jobs:
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Symbol Role="Message">Print</Symbol>&numsp;<Symbol Role="Variable">file</Symbol></Term>
<Term><Symbol Role="Message">Print</Symbol> <Symbol Role="Variable">file</Symbol></Term>
<ListItem>
<Para>Submit the file named by the pathname in the
<Symbol Role="Variable">file</Symbol> argument to the default printer.

View file

@ -44,7 +44,7 @@ text editing actions:
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>Dtpad</Literal>&numsp;<Symbol Role="Variable">file</Symbol></Term>
<Term><Literal>Dtpad</Literal> <Symbol Role="Variable">file</Symbol></Term>
<ListItem>
<Para>Open a desktop text editor view of the text file named by the pathname in the
<Symbol Role="Variable">file</Symbol> argument.
@ -52,7 +52,7 @@ text editing actions:
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>Open</Literal>&numsp;<Symbol Role="Variable">file</Symbol></Term>
<Term><Literal>Open</Literal> <Symbol Role="Variable">file</Symbol></Term>
<ListItem>
<Para>Open a view of the text file named by the pathname in the
<Symbol Role="Variable">file</Symbol> argument.
@ -60,7 +60,7 @@ text editing actions:
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Symbol Role="Message">Print</Symbol>&numsp;<Symbol Role="Variable">file</Symbol></Term>
<Term><Symbol Role="Message">Print</Symbol> <Symbol Role="Variable">file</Symbol></Term>
<ListItem>
<Para>Print the text file named by the pathname in the
<Symbol Role="Variable">file</Symbol> argument.

View file

@ -41,7 +41,7 @@ trash management actions:
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Literal>Dttrash</Literal>&numsp;<Symbol Role="Variable">file</Symbol></Term>
<Term><Literal>Dttrash</Literal> <Symbol Role="Variable">file</Symbol></Term>
<ListItem>
<Para>Move the file named by the pathname in the
<Symbol Role="Variable">file</Symbol> argument to the desktop trash folder.