]> git.saurik.com Git - wxWidgets.git/blob - docs/doxygen/groups/funcmacro_rtti.h
Use generic appearance for wxSimpleHtmlListBox.
[wxWidgets.git] / docs / doxygen / groups / funcmacro_rtti.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: funcmacro_rtti.h
3 // Purpose: Runtime Type Information function and macro group docs
4 // Author: wxWidgets team
5 // Licence: wxWindows licence
6 /////////////////////////////////////////////////////////////////////////////
7
8 /**
9
10 @defgroup group_funcmacro_rtti Runtime Type Information (RTTI)
11 @ingroup group_funcmacro
12
13 wxWidgets uses its own RTTI ("run-time type identification") system which
14 predates the current standard C++ RTTI and so is kept for backwards
15 compatibility reasons but also because it allows some things which the standard
16 RTTI doesn't directly support (such as creating a class from its name). The
17 standard C++ RTTI can be used in the user code without any problems and in
18 general you shouldn't need to use the functions and the macros in this section
19 unless you are thinking of modifying or adding any wxWidgets classes.
20
21 Related Overviews: @ref overview_rtti
22
23 Related class group: @ref group_class_rtti
24
25 */
26