diff options
author | Mike Newman <MikeGTN@src.gnome.org> | 2003-06-09 18:57:01 +0000 |
---|---|---|
committer | Mike Newman <MikeGTN@src.gnome.org> | 2003-06-09 18:57:01 +0000 |
commit | 0e4c879656dcb3a0f4ffbcc65e30b6120f65c05e (patch) | |
tree | a03abf8160f62763079a451a56d8e4abe5c6f87d /help/C | |
parent | Support user-defined return values via env vars, like dialog did. (diff) | |
download | zenity-0e4c879656dcb3a0f4ffbcc65e30b6120f65c05e.tar.gz zenity-0e4c879656dcb3a0f4ffbcc65e30b6120f65c05e.tar.bz2 zenity-0e4c879656dcb3a0f4ffbcc65e30b6120f65c05e.zip |
Allow multiple file selections.
Diffstat (limited to 'help/C')
-rw-r--r-- | help/C/zenity.xml | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/help/C/zenity.xml b/help/C/zenity.xml index 37e0fa24..358fb813 100644 --- a/help/C/zenity.xml +++ b/help/C/zenity.xml @@ -539,6 +539,21 @@ </listitem> </varlistentry> + <varlistentry> + <term><varname>--multiple</varname></term> + <listitem> + <para>Allow selection of mulitple filename in the File Selection dialog.</para> + </listitem> + </varlistentry> + + <varlistentry> + <term><varname>--separator</varname>=SEPARATOR</term> + <listitem> + <para>Specify the character(s) which will divide between entries in the returned list of file names. The + default character is '|'. If you want to specify a newline, use '\n'.</para> + </listitem> + </varlistentry> + </variablelist> <figure id="zenity-fileselection-screenshot"> @@ -642,8 +657,8 @@ <varlistentry> <term><varname>--seperator</varname>=SEPERATOR</term> <listitem> - <para>Specify what seperator character should be used when the List dialog returns the selected entries. The - default character is '\'. If you want to specify a newline, use '\n'. + <para>Specify what seperator character(s) should be used when the List dialog returns the selected entries. The + default character is '|'. If you want to specify a newline, use '\n'. </para> </listitem> </varlistentry> |