ui/ui/text.h

changeset 63
46a42f0c4f93
parent 33
458831c574f4
child 94
d51e334c1439
--- a/ui/ui/text.h	Sun Jan 04 22:12:07 2015 +0100
+++ b/ui/ui/text.h	Mon Jan 05 11:49:46 2015 +0100
@@ -41,6 +41,9 @@
 void ui_text_undo(UiText *value);
 void ui_text_redo(UiText *value);
 
+UIWIDGET ui_textfield(UiObject *obj, UiString *value);
+UIWIDGET ui_textfield_nv(UiObject *obj, char *varname);
+
 #ifdef	__cplusplus
 }
 #endif

mercurial