ui/gtk/text.h

changeset 65
4697592e24ba
parent 33
458831c574f4
child 90
2019fdbaadfd
--- 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

mercurial