summaryrefslogtreecommitdiff
path: root/src/zenity.h
diff options
context:
space:
mode:
authorArx Cruz <arxcruz@gnome.org>2012-07-19 14:22:25 -0300
committerArx Cruz <arxcruz@gnome.org>2012-07-19 14:23:48 -0300
commitc17eff5863009c69196e92520b150643f1f7937d (patch)
tree1404340cb01026b0398ebb60436a855754229158 /src/zenity.h
parent9a2a2d8367f7c6a638370adcc6709a691fd883ff (diff)
Added support to --imagelist on tree. Thanks to Joshua Nathaniel Pritikin <jpritikin@pobox.com> now the first column can have an image.
Diffstat (limited to 'src/zenity.h')
-rw-r--r--src/zenity.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenity.h b/src/zenity.h
index c5414fe..30c497b 100644
--- a/src/zenity.h
+++ b/src/zenity.h
@@ -121,6 +121,7 @@ typedef struct {
gboolean checkbox;
gboolean radiobox;
gboolean hide_header;
+ gboolean imagebox;
gchar *separator;
gboolean multi;
gboolean editable;