| 1218:943fc009bd1c | 1219:86ed681698aa |
|---|---|
| 125 | 125 |
| 126 char* ui_textarea_getsubstr(UiText *text, int begin, int end) { | 126 char* ui_textarea_getsubstr(UiText *text, int begin, int end) { |
| 127 return NULL; | 127 return NULL; |
| 128 } | 128 } |
| 129 | 129 |
| 130 void ui_textarea_insert(UiText *text, int pos, char *str) { | 130 void ui_textarea_insert(UiText *text, int pos, const char *str) { |
| 131 | 131 |
| 132 } | 132 } |
| 133 | 133 |
| 134 void ui_textarea_setposition(UiText *text, int pos) { | 134 void ui_textarea_setposition(UiText *text, int pos) { |
| 135 | 135 |