summaryrefslogtreecommitdiff
path: root/src/zenity.h
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2003-01-14 01:52:23 +0000
committerGlynn Foster <gman@src.gnome.org>2003-01-14 01:52:23 +0000
commitf00eb34c0604dcf68457ab09278295f647c622b8 (patch)
tree1d4d1058e57a367061b9f8d82603261205c528e8 /src/zenity.h
parent275dafc66e27aa179d09886f17635bda857038e0 (diff)
Add support to separate the selected rows output with a character with '/'
2003-01-14 Glynn Foster <glynn.foster@sun.com> * src/tree.c, src/zenity.h, src/main.c: Add support to separate the selected rows output with a character with '/' used by default.
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 bedec33..9431138 100644
--- a/src/zenity.h
+++ b/src/zenity.h
@@ -75,6 +75,7 @@ typedef struct {
GSList *columns;
gboolean checkbox;
gboolean radiobox;
+ gchar *separator;
const gchar **data;
} ZenityTreeData;