-wxWidgets also provides a wrapper around the Scintilla text editor control,
-which is a control for plain-text editing with support for highlighting, smart
-indentation, etc.
-
-@li wxStyledTextCtrl: A wxWidgets implementation of the Scintilla source code
- editing component.
-
-
-
-@section page_class_cat_xrc XML Based Resource System (XRC)
-
-Resources allow your application to create controls and other user interface
-elements from specifications stored in an XML format.
-
-Related Overviews: @ref overview_xrc
-
-@li wxXmlResource: The main class for working with resources
-@li wxXmlResourceHandler: The base class for XML resource handlers
-
-
-