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.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/widgets/textbox.h b/include/widgets/textbox.h
index f49a9126..9648cbaf 100644
--- a/include/widgets/textbox.h
+++ b/include/widgets/textbox.h
@@ -127,10 +127,8 @@ typedef enum
* free with #widget_free
* @returns a new #textbox
*/
-textbox* textbox_create_full ( WidgetType type, const char *name, TextboxFlags flags,
- TextBoxFontType tbft,
- const char *text );
-#define textbox_create( n, f, tbft, t ) textbox_create_full ( WIDGET_TYPE_UNKNOWN, n, f, tbft, t )
+textbox* textbox_create ( WidgetType type, const char *name, TextboxFlags flags,
+ TextBoxFontType tbft, const char *text );
/**
* @param tb Handle to the textbox
* @param tbft The style of font to render.