]>
Commit | Line | Data |
---|---|---|
dae2800a BP |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: funcmacro_string.h | |
3 | // Purpose: String function and macro group docs | |
4 | // Author: wxWidgets team | |
526954c5 | 5 | // Licence: wxWindows licence |
dae2800a BP |
6 | ///////////////////////////////////////////////////////////////////////////// |
7 | ||
8 | /** | |
9 | ||
10 | @defgroup group_funcmacro_string Strings | |
11 | @ingroup group_funcmacro | |
12 | ||
dbbca9fd FM |
13 | Global string functions and macros. See wxString for the wxWidgets string class. |
14 | ||
8f182e0a FM |
15 | Please note that all functions of this group which are documented to take @c char* |
16 | arrays are overloaded with @c wchar_t* variants. | |
17 | ||
18 | Note also that wxWidgets wraps all standard CRT functions, even if the wrappers | |
19 | are not (all) documented. | |
20 | ||
dae2800a BP |
21 | */ |
22 |