diff -r 70d2aee84432 -r 46a42f0c4f93 ui/motif/text.h --- 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