diff -r 6ef2c7f73a30 -r 4697592e24ba ui/gtk/text.h --- a/ui/gtk/text.h Mon Jan 05 14:47:19 2015 +0100 +++ b/ui/gtk/text.h Mon Jan 05 18:47:07 2015 +0100 @@ -84,6 +84,9 @@ void ui_free_textbuf_op(UiTextBufOp *op); int ui_check_insertstr(char *oldstr, int oldlen, char *newstr, int newlen); +char* ui_textfield_get(UiString *str); +void ui_textfield_set(UiString *str, char *value); + #ifdef __cplusplus } #endif