ui/motif/text.h

changeset 101
7b3a3130be44
parent 100
d2bd73d28ff1
equal deleted inserted replaced
100:d2bd73d28ff1 101:7b3a3130be44
35 35
36 #ifdef __cplusplus 36 #ifdef __cplusplus
37 extern "C" { 37 extern "C" {
38 #endif 38 #endif
39 39
40 char* ui_textfield_get(UiString *str);
41 void ui_textfield_set(UiString *str, const char *value);
42
43 char* ui_path_textfield_get(UiString *str);
44 void ui_path_textfield_set(UiString *str, const char *value);
45
46
40 #ifdef __cplusplus 47 #ifdef __cplusplus
41 } 48 }
42 #endif 49 #endif
43 50
44 #endif /* TEXT_H */ 51 #endif /* TEXT_H */

mercurial