diff options
author | Mike Newman <MikeGTN@src.gnome.org> | 2003-01-19 12:13:08 +0000 |
---|---|---|
committer | Mike Newman <MikeGTN@src.gnome.org> | 2003-01-19 12:13:08 +0000 |
commit | 1e1dfef56ec71f732941398529cb1d8c79190c41 (patch) | |
tree | b4362471602483b2a003f6ade6ac6332ca3df2ff /help/C | |
parent | Added da to ALL_LINGUAS. (diff) | |
download | zenity-1e1dfef56ec71f732941398529cb1d8c79190c41.tar.gz zenity-1e1dfef56ec71f732941398529cb1d8c79190c41.tar.bz2 zenity-1e1dfef56ec71f732941398529cb1d8c79190c41.zip |
Add --editable option to --text-info, and return edited textbuffer contents on dialog close.
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 8a513633..1f722e45 100644 --- a/help/C/zenity.xml +++ b/help/C/zenity.xml @@ -629,6 +629,13 @@ </listitem> </varlistentry> + <varlistentry> + <term><varname>--editable</varname></term> + <listitem> + <para>Allow the displayed text to be edited and returned when the dialog is closed.</para> + </listitem> + </varlistentry> + </variablelist> <figure id="zenity-text-screenshot"> |