ui/motif/text.h

changeset 63
46a42f0c4f93
parent 29
c96169444d88
child 90
2019fdbaadfd
--- a/ui/motif/text.h	Sun Jan 04 22:12:07 2015 +0100
+++ b/ui/motif/text.h	Mon Jan 05 11:49:46 2015 +0100
@@ -76,6 +76,9 @@
 int ui_check_insertstr(char *oldstr, int oldlen, char *newstr, int newlen);
 void ui_free_textbuf_op(UiTextBufOp *op);
 
+char* ui_textfield_get(UiString *str);
+void ui_textfield_set(UiString *str, char *value);
+
 #ifdef	__cplusplus
 }
 #endif

mercurial