diff options
author | Mike Newman <MikeGTN@src.gnome.org> | 2003-06-03 21:52:16 +0000 |
---|---|---|
committer | Mike Newman <MikeGTN@src.gnome.org> | 2003-06-03 21:52:16 +0000 |
commit | 626d95b752159fdcec1e7c08271f3eaca1113ab7 (patch) | |
tree | 2c1773cc1c39c4ea5abad8316bacccbd9c06097e /help/C | |
parent | add a --help option, pointing to zenity docs. Fixes #114338 (diff) | |
download | zenity-626d95b752159fdcec1e7c08271f3eaca1113ab7.tar.gz zenity-626d95b752159fdcec1e7c08271f3eaca1113ab7.tar.bz2 zenity-626d95b752159fdcec1e7c08271f3eaca1113ab7.zip |
Add --auto-close option to progress dialog. Closes dialog when 100% has been reached. Also update docs for new option. Fixes #114125.
Diffstat (limited to 'help/C')
-rw-r--r-- | help/C/zenity.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/help/C/zenity.xml b/help/C/zenity.xml index e7c9bfb7..37e0fa24 100644 --- a/help/C/zenity.xml +++ b/help/C/zenity.xml @@ -710,6 +710,13 @@ </varlistentry> <varlistentry> + <term><varname>--auto-close</varname></term> + <listitem> + <para>Closes the progress dialog when 100% has been reached.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><varname>--pulsate</varname></term> <listitem> <para>Specify if the Progress dialog should pulsate until an EOF character is read |