--- TODO 2003/03/05 19:34:10 1.96
+++ TODO 2003/03/05 19:49:14 1.97
@@ -195,8 +195,8 @@
Post:
Procedure:
---- as-gui.html.orig Wed Mar 5 20:33:14 2003
-+++ as-gui.html Wed Mar 5 20:32:11 2003
+--- as-gui.html.orig Wed Mar 5 20:48:10 2003
++++ as-gui.html Wed Mar 5 20:47:58 2003
@@ -10,8 +10,8 @@
<p><a name="__index__"></a></p>
<!-- INDEX BEGIN -->
@@ -252,7 +252,86 @@
<p>The following <em>X11 options</em> are passed directly to the X11 subsystem, and
allow for the typical customization of a X11 application.</p>
<dl>
-@@ -144,7 +141,7 @@
+@@ -74,57 +71,57 @@
+ <dd>
+ Sets the X display (host:server.screen). The default value is $DISPLAY.
+ </dd>
+-<p></p>
++<br>
+ <dt><strong><a name="item_%2dgeometry_geometry"><strong>-geometry geometry</strong></a></strong><br />
+ </dt>
+ <dd>
+ Sets the client geometry (width x height + xoffset + yoffset) of the main widget.
+ </dd>
+-<p></p>
++<br>
+ <dt><strong><a name="item_%2dfn_font%2c_%2dfont_font"><strong>-fn font</strong>, <strong>-font font</strong></a></strong><br />
+ </dt>
+ <dd>
+ Defines the application font. The font should be specified using a X logical
+ font description.
+ </dd>
+-<p></p>
++<br>
+ <dt><strong><a name="item_%2dbg_color%2c_%2dbackground_color"><strong>-bg color</strong>, <strong>-background color</strong></a></strong><br />
+ </dt>
+ <dd>
+ Sets the default background color and an application palette (light and dark
+ shades are calculated).
+ </dd>
+-<p></p>
++<br>
+ <dt><strong><a name="item_%2dfg_color%2c_%2dforeground_color"><strong>-fg color</strong>, <strong>-foreground color</strong></a></strong><br />
+ </dt>
+ <dd>
+ Sets the default foreground color.
+ </dd>
+-<p></p>
++<br>
+ <dt><strong><a name="item_%2dbtn_color%2c_%2dbutton_color"><strong>-btn color</strong>, <strong>-button color</strong></a></strong><br />
+ </dt>
+ <dd>
+ Sets the default button color.
+ </dd>
+-<p></p>
++<br>
+ <dt><strong><a name="item_%2dname_name"><strong>-name name</strong></a></strong><br />
+ </dt>
+ <dd>
+ Sets the application name.
+ </dd>
+-<p></p>
++<br>
+ <dt><strong><a name="item_%2dtitle_title"><strong>-title title</strong></a></strong><br />
+ </dt>
+ <dd>
+ Sets the application title (caption).
+ </dd>
+-<p></p>
++<br>
+ <dt><strong><a name="item_%2dvisual_truecolor"><strong>-visual TrueColor</strong></a></strong><br />
+ </dt>
+ <dd>
+ Forces the application to use a TrueColor visual on an 8-bit display.
+ </dd>
+-<p></p>
++<br>
+ <dt><strong><a name="item_%2dncols_count"><strong>-ncols count</strong></a></strong><br />
+ </dt>
+ <dd>
+@@ -134,17 +131,17 @@
+ green, and 6 of blue). For other values, a cube approximately proportional to
+ a 2x3x1 cube is used.
+ </dd>
+-<p></p>
++<br>
+ <dt><strong><a name="item_%2dcmap"><strong>-cmap</strong></a></strong><br />
+ </dt>
+ <dd>
+ Causes the application to install a private color map on an 8-bit display.
+ </dd>
+-<p></p></dl>
++<br></dl>
<p>
</p>
<hr />
@@ -261,7 +340,27 @@
<p>The following <em>Qt options</em> are used when rendering the graphics of the Qt
widget library. They are not compatible with other X11 or Win32 applications,
unless they were first linked with the Qt widget library.</p>
-@@ -173,35 +170,35 @@
+@@ -156,59 +153,59 @@
+ platinum. If you compiled Qt with additional styles or have additional styles
+ as plugins these will be available to the -style command line option.
+ </dd>
+-<p></p>
++<br>
+ <dt><strong><a name="item_%2dsession_session"><strong>-session session</strong></a></strong><br />
+ </dt>
+ <dd>
+ Restores the application from an earlier session.
+ </dd>
+-<p></p>
++<br>
+ <dt><strong><a name="item_%2dwidgetcount"><strong>-widgetcount</strong></a></strong><br />
+ </dt>
+ <dd>
+ Prints debug message at the end about number of widgets left undestroyed and
+ maximum number of widgets existed at the same time.
+ </dd>
+-<p></p></dl>
++<br></dl>
<p>
</p>
<hr />
@@ -283,21 +382,26 @@
+<h2><a name="examples">EXAMPLES</a></h2>
<p>Try out some of these examples to customize <strong>as-gui</strong> from the command
line. Remember that options can be mixed.</p>
- <p>Initially editing the document 'figo.as':</p>
+-<p>Initially editing the document 'figo.as':</p>
-<p>$ as-gui figo.as</p>
-+<p> $ as-gui figo.as</p>
- <p>Showing lovely blue shades in most widgets:</p>
+-<p>Showing lovely blue shades in most widgets:</p>
-<p>$ as-gui -bg lightblue -fg darkblue</p>
-+<p> $ as-gui -bg lightblue -fg darkblue</p>
- <p>Starting with a title bar that reads 'Yours here':</p>
+-<p>Starting with a title bar that reads 'Yours here':</p>
-<p>$ as-gui -title 'Yours here'</p>
-+<p> $ as-gui -title 'Yours here'</p>
- <p>Displaying graphics output on the host borchert:</p>
+-<p>Displaying graphics output on the host borchert:</p>
-<p>$ as-gui -display borchert:0.0</p>
-+<p> $ as-gui -display borchert:0.0</p>
- <p>A slim window slightly left of the top right corner:</p>
+-<p>A slim window slightly left of the top right corner:</p>
-<p>$ as-gui -geometry 761x347-120+0</p>
-+<p> $ as-gui -geometry 761x347-120+0</p>
++<p>Initially editing the document 'figo.as':
++<br> $ as-gui figo.as</p>
++<p>Showing lovely blue shades in most widgets:
++<br> $ as-gui -bg lightblue -fg darkblue</p>
++<p>Starting with a title bar that reads 'Yours here':
++<br> $ as-gui -title 'Yours here'</p>
++<p>Displaying graphics output on the host borchert:
++<br> $ as-gui -display borchert:0.0</p>
++<p>A slim window slightly left of the top right corner:
++<br> $ as-gui -geometry 761x347-120+0</p>
<p>
</p>
<hr />
@@ -306,6 +410,14 @@
<dl>
<dt><strong><a name="item_%7e%2f%2eas%2dgui">~/.as-gui</a></strong><br />
</dt>
+ <dd>
+ User preferences file.
+ </dd>
+-<p></p>
++<br>
+ <dt><strong><a name="item_as%2dgui%2ehtml">as-gui.html</a></strong><br />
+ </dt>
+ <dd>
@@ -218,7 +215,7 @@
<p>
</p>
@@ -320,10 +432,9 @@
</p>
<hr />
-<h1><a name="see_also">SEE ALSO</a></h1>
--<p>as-gui.conf(5)</p>
+<h2><a name="see_also">SEE ALSO</a></h2>
-+<p>as-gui(1)
-+<br>as-gui.conf(5)</p>
++<p>as-gui(1)</p>
+ <p>as-gui.conf(5)</p>
<p>
</p>
<hr />
|