ui/motif/text.h

branch
newapi
changeset 414
ef60d527c066
parent 406
0ebf9d7b23e8
equal deleted inserted replaced
413:b8e41d42f400 414:ef60d527c066
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