summaryrefslogtreecommitdiffstats
path: root/include/widgets/textbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/widgets/textbox.h')
-rw-r--r--include/widgets/textbox.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/widgets/textbox.h b/include/widgets/textbox.h
index b40f3978..446a39a6 100644
--- a/include/widgets/textbox.h
+++ b/include/widgets/textbox.h
@@ -39,6 +39,8 @@ typedef struct
int update;
int blink;
guint blink_timeout;
+ //
+ char *theme_name ;
} textbox;
/**
@@ -97,7 +99,7 @@ typedef enum
* free with #widget_free
* @returns a new #textbox
*/
-textbox* textbox_create ( TextboxFlags flags,
+textbox* textbox_create ( const char *name, TextboxFlags flags,
short x, short y, short w, short h,
TextBoxFontType tbft,
const char *text );