ui/wpf/text.h

changeset 101
1c943d43fa81
parent 88
04c81be1c5a0
equal deleted inserted replaced
100:d276306d801f 101:1c943d43fa81
56 UI_IMPORT int __stdcall UItextarea_length(UIWIDGET textarea); 56 UI_IMPORT int __stdcall UItextarea_length(UIWIDGET textarea);
57 UI_IMPORT void __stdcall UItextarea_remove(UIWIDGET textarea, int begin, int end); 57 UI_IMPORT void __stdcall UItextarea_remove(UIWIDGET textarea, int begin, int end);
58 58
59 UI_IMPORT void __stdcall UIfreestr(char *str); 59 UI_IMPORT void __stdcall UIfreestr(char *str);
60 60
61
62 UI_IMPORT UIWIDGET __stdcall UItextfield(void *container, char *text);
63
61 #ifdef __cplusplus 64 #ifdef __cplusplus
62 } 65 }
63 #endif 66 #endif
64 67
65 #endif /* TEXT_H */ 68 #endif /* TEXT_H */

mercurial