summaryrefslogtreecommitdiff
path: root/src/zenity.h
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2003-01-06 15:06:17 +0000
committerGlynn Foster <gman@src.gnome.org>2003-01-06 15:06:17 +0000
commit344345d9aa262940fedfb8beed9dc0c9bb163a10 (patch)
tree5c987624efb5352bb3ff4496af798943a3cc62c1 /src/zenity.h
parentb44078584af9c85532b05c371c8c960725679620 (diff)
Add functions to init and free the parsing options. Still not terribly
2003-01-06 Glynn Foster <glynn.foster@sun.com> * src/main.c: Add functions to init and free the parsing options. Still not terribly pretty though. * src/tree.c, src/zenity.h: Handle --column argument. * TODO: Update accordingly.
Diffstat (limited to 'src/zenity.h')
-rw-r--r--src/zenity.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/zenity.h b/src/zenity.h
index 1543436..ea04b02 100644
--- a/src/zenity.h
+++ b/src/zenity.h
@@ -69,8 +69,7 @@ typedef struct {
typedef struct {
gchar *dialog_text;
- gchar *column_one_header;
- gchar *column_two_header;
+ GSList *columns;
gboolean checkbox;
gboolean radiobox;
} ZenityTreeData;