ui/winui/text.h

branch
newapi
changeset 219
527a66c0afb2
parent 192
bcacd00ea955
child 225
097f45f9c1fa
equal deleted inserted replaced
218:d06e7e8e53e1 219:527a66c0afb2
31 #include "../ui/text.h" 31 #include "../ui/text.h"
32 #include "toolkit.h" 32 #include "toolkit.h"
33 33
34 #include "../ui/container.h" 34 #include "../ui/container.h"
35 35
36
37 char* ui_string_get(UiString* str, std::wstring& value);
38 std::wstring ui_string_set(UiString* str, const char* value);
39
36 extern "C" char* ui_textfield_get(UiString *str); 40 extern "C" char* ui_textfield_get(UiString *str);
37 extern "C" void ui_textfield_set(UiString *str, const char *newvalue); 41 extern "C" void ui_textfield_set(UiString *str, const char *newvalue);
38 42
39 extern "C" char* ui_passwordfield_get(UiString * str); 43 extern "C" char* ui_passwordfield_get(UiString * str);
40 extern "C" void ui_passwordfield_set(UiString * str, const char* newvalue); 44 extern "C" void ui_passwordfield_set(UiString * str, const char* newvalue);

mercurial