diff options
author | Glynn Foster <glynn.foster@sun.com> | 2003-01-28 14:58:30 +0000 |
---|---|---|
committer | Glynn Foster <gman@src.gnome.org> | 2003-01-28 14:58:30 +0000 |
commit | 22625f8b16e1dc38be50cc2e869780b74e7f6891 (patch) | |
tree | 22350d18e411b9f0ce5cb6eadff9f5d2b0af4d3b /src/zenity.h | |
parent | Update (diff) | |
download | zenity-22625f8b16e1dc38be50cc2e869780b74e7f6891.tar.gz zenity-22625f8b16e1dc38be50cc2e869780b74e7f6891.tar.bz2 zenity-22625f8b16e1dc38be50cc2e869780b74e7f6891.zip |
Don't display the translators tab unless there is stuff to show.
2003-01-28 Glynn Foster <glynn.foster@sun.com>
* src/about.c: Don't display the translators tab
unless there is stuff to show.
* src/entry.c: Add sanity NULL checking.
* src/tree.c, src/zenity.h: Add support for a new
--editable option.
* src/main.c: Add support for new --editable option for
the List dialog. Merge in the list of Gtk+ options into
the popt table - ripped this from libbonoboui, thanks to
James for pointing this out.
* src/zenity.glade: Make the translatable strings less arse.
* TODO: Update accordingly.
Diffstat (limited to 'src/zenity.h')
-rw-r--r-- | src/zenity.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenity.h b/src/zenity.h index de833f0b..28944164 100644 --- a/src/zenity.h +++ b/src/zenity.h @@ -78,6 +78,7 @@ typedef struct { gboolean checkbox; gboolean radiobox; gchar *separator; + gboolean editable; const gchar **data; } ZenityTreeData; |