| 1 | ///////////////////////////////////////////////////////////////////////////// |
| 2 | // Name: funcmacro_string.h |
| 3 | // Purpose: String function and macro group docs |
| 4 | // Author: wxWidgets team |
| 5 | // RCS-ID: $Id: funcmacro_gdi.h 52454 2008-03-12 19:08:48Z BP $ |
| 6 | // Licence: wxWindows licence |
| 7 | ///////////////////////////////////////////////////////////////////////////// |
| 8 | |
| 9 | /** |
| 10 | |
| 11 | @defgroup group_funcmacro_string Strings |
| 12 | @ingroup group_funcmacro |
| 13 | |
| 14 | Global string functions and macros. See wxString for the wxWidgets string class. |
| 15 | |
| 16 | Please note that all functions of this group which are documented to take @c char* |
| 17 | arrays are overloaded with @c wchar_t* variants. |
| 18 | |
| 19 | Note also that wxWidgets wraps all standard CRT functions, even if the wrappers |
| 20 | are not (all) documented. |
| 21 | |
| 22 | */ |
| 23 | |