diff -r 419c8c3209e8 -r 3d801e8dda3a ui/qt/text.h --- a/ui/qt/text.h Sat Jan 10 10:14:28 2015 +0100 +++ b/ui/qt/text.h Sun Jan 11 15:29:38 2015 +0100 @@ -32,6 +32,7 @@ #include "toolkit.h" #include "../ui/text.h" #include +#include // value implementations extern "C" { @@ -43,6 +44,9 @@ void ui_textarea_selection(UiText *text, int *begin, int *end); int ui_textarea_length(UiText *text); void ui_textarea_remove(UiText *text, int begin, int end); + + char* ui_textfield_get(UiString *str); + void ui_textfield_set(UiString *str, char *value); }