summaryrefslogtreecommitdiff
path: root/src/zenity.h
diff options
context:
space:
mode:
authormuzuiget <muzuiget@gmail.com>2010-08-19 05:40:57 +0800
committerArx Cruz <arxcruz@src.gnome.org>2011-01-04 11:29:49 -0200
commite5467650a641694c82d85cc5d34a5ece28fd51f0 (patch)
treeb87a082b7d8d50a5013bed5c587c53752dd8494f /src/zenity.h
parentef3a33a142620fee850351d14f4a1c191fc6e273 (diff)
Add font and no wrap mode support in text dialog
Diffstat (limited to 'src/zenity.h')
-rw-r--r--src/zenity.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zenity.h b/src/zenity.h
index 537f5f0..6414140 100644
--- a/src/zenity.h
+++ b/src/zenity.h
@@ -104,6 +104,8 @@ typedef struct {
typedef struct {
gchar *uri;
gboolean editable;
+ gboolean no_wrap;
+ gchar *font;
GtkTextBuffer *buffer;
} ZenityTextData;