From 51b02f8b1d02128f5aba62b23ef2c1e94bee706b Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 5 May 2003 22:38:54 +0000 Subject: Update docs for new commandline options. 2003-05-05 Glynn Foster * help/C/zenity.xml: Update docs for new commandline options. --- ChangeLog | 7 ++++++- help/C/zenity.xml | 18 +++++++++++++++++- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f9cf9aa..18a65ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ 2003-05-05 Glynn Foster - * configure.in: releasee 1.1 + * help/C/zenity.xml: Update docs for new commandline + options. + +2003-05-05 Glynn Foster + + * configure.in: release 1.1 NEWS: Updated for new release. 2003-05-05 Glynn Foster diff --git a/help/C/zenity.xml b/help/C/zenity.xml index 8e58e69..4503a72 100644 --- a/help/C/zenity.xml +++ b/help/C/zenity.xml @@ -244,6 +244,20 @@ + + --width=WIDTH + + Specify the width of the dialog. + + + + + --height=HEIGHT + + Specify the height of the dialog. + + + @@ -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. -- cgit v1.2.3-2-g168b