Fix Inherit keyword
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user