summaryrefslogtreecommitdiff
path: root/src/zenity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenity.h')
-rw-r--r--src/zenity.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/zenity.h b/src/zenity.h
index e5c6f4c..fd744b6 100644
--- a/src/zenity.h
+++ b/src/zenity.h
@@ -107,6 +107,9 @@ typedef struct {
gboolean no_wrap;
gchar *font;
GtkTextBuffer *buffer;
+ gchar *ok_label;
+ gchar *cancel_label;
+ gchar *checkbox;
} ZenityTextData;
typedef struct {