]>
Commit | Line | Data |
---|---|---|
6e7f563b BP |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: class_stc.h | |
3 | // Purpose: Scintilla Text Editor classes group docs | |
4 | // Author: wxWidgets team | |
526954c5 | 5 | // Licence: wxWindows licence |
6e7f563b BP |
6 | ///////////////////////////////////////////////////////////////////////////// |
7 | ||
8 | /** | |
9 | ||
10 | @defgroup group_class_stc Scintilla Text Editor | |
11 | @ingroup group_class | |
12 | ||
13 | wxWidgets also provides a wrapper around the Scintilla text editor control, | |
14 | which is a control for plain-text editing with support for highlighting, smart | |
15 | indentation, etc. | |
16 | ||
17 | */ | |
18 |