]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/doxygen/groups/funcmacro_string.h
Add missing XRC format docs for wxComboCtrl and wxEditableListBox.
[wxWidgets.git] / docs / doxygen / groups / funcmacro_string.h
... / ...
CommitLineData
1/////////////////////////////////////////////////////////////////////////////
2// Name: funcmacro_string.h
3// Purpose: String function and macro group docs
4// Author: wxWidgets team
5// Licence: wxWindows licence
6/////////////////////////////////////////////////////////////////////////////
7
8/**
9
10@defgroup group_funcmacro_string Strings
11@ingroup group_funcmacro
12
13Global string functions and macros. See wxString for the wxWidgets string class.
14
15Please note that all functions of this group which are documented to take @c char*
16arrays are overloaded with @c wchar_t* variants.
17
18Note also that wxWidgets wraps all standard CRT functions, even if the wrappers
19are not (all) documented.
20
21*/
22