diff options
author | Glynn Foster <glynn.foster@sun.com> | 2003-05-05 22:38:54 +0000 |
---|---|---|
committer | Glynn Foster <gman@src.gnome.org> | 2003-05-05 22:38:54 +0000 |
commit | 51b02f8b1d02128f5aba62b23ef2c1e94bee706b (patch) | |
tree | bcd1bd440f02f9b11c1931033d3963b531b73184 /help/C | |
parent | releasee 1.1 NEWS: Updated for new release. (diff) | |
download | zenity-51b02f8b1d02128f5aba62b23ef2c1e94bee706b.tar.gz zenity-51b02f8b1d02128f5aba62b23ef2c1e94bee706b.tar.bz2 zenity-51b02f8b1d02128f5aba62b23ef2c1e94bee706b.zip |
Update docs for new commandline options.
2003-05-05 Glynn Foster <glynn.foster@sun.com>
* help/C/zenity.xml: Update docs for new commandline
options.
Diffstat (limited to 'help/C')
-rw-r--r-- | help/C/zenity.xml | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/help/C/zenity.xml b/help/C/zenity.xml index 8e58e69f..4503a722 100644 --- a/help/C/zenity.xml +++ b/help/C/zenity.xml @@ -244,6 +244,20 @@ </listitem> </varlistentry> + <varlistentry> + <term><varname>--width</varname>=WIDTH</term> + <listitem> + <para>Specify the width of the dialog.</para> + </listitem> + </varlistentry> + + <varlistentry> + <term><varname>--height</varname>=HEIGHT</term> + <listitem> + <para>Specify the height of the dialog.</para> + </listitem> + </varlistentry> + </variablelist> </sect1> @@ -580,7 +594,9 @@ specifying the column headers. To fill data into this dialog, you may specify entries column by column, row by row. If you are using a checklist or a radiolist then your first pieces of data for each row must be either 'TRUE' or 'FALSE'. See - examples below for how to fill data into this dialog. + examples below for how to fill data into this dialog. The List dialog may also be + filled by providing data from standard input, column by column, row by row, each + seperated by a newline. </para> <para> |