Fix Inherit keyword

This commit is contained in:
Dave Davenport
2017-09-07 13:46:09 +02:00
parent 72f050e2fc
commit acfc07a63e
16 changed files with 62 additions and 64 deletions

View File

@@ -127,7 +127,7 @@ typedef enum
* free with #widget_free
* @returns a new #textbox
*/
textbox* textbox_create ( WidgetType type, const char *name, TextboxFlags flags,
textbox* textbox_create ( widget *parent, WidgetType type, const char *name, TextboxFlags flags,
TextBoxFontType tbft, const char *text, double xalign, double yalign );
/**
* @param tb Handle to the textbox