| 984 | } |
| 985 | |
| 986 | const char* RichTextarea::GetAreaStyle(HWND wnd) |
| 987 | { |
| 988 | TextareaData *data = GetData(wnd); |
| 989 | return data->areaTextEx; |
| 990 | } |
| 991 | |
| 992 | // Function that sets the text in text area |
| 993 | void RichTextarea::SetAreaText(HWND wnd, const char *text) |