]> git.saurik.com Git - wxWidgets.git/commitdiff
Rearrange categories, III
authorRobert Roebling <robert@roebling.de>
Thu, 10 Apr 2008 20:06:13 +0000 (20:06 +0000)
committerRobert Roebling <robert@roebling.de>
Thu, 10 Apr 2008 20:06:13 +0000 (20:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53114 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/mainpages/cat_classes.h

index 3bb6636c0e2d0788c7650af20b40eeb5223bd4f2..104612d5dae24d0723458ec4055e4b084daa38fa 100644 (file)
@@ -26,6 +26,7 @@ This page contains a summarized listing of classes, please see the
 @li @ref page_class_cat_cmndlg
 @li @ref page_class_cat_html
 @li @ref page_class_cat_richtext
+@li @ref page_class_cat_stc
 </td><td>
 @li @ref page_class_cat_dc
 @li @ref page_class_cat_gdi
@@ -52,7 +53,6 @@ This page contains a summarized listing of classes, please see the
 @li @ref page_class_cat_xrc
 @li @ref page_class_cat_net
 @li @ref page_class_cat_ipc
-@li @ref page_class_cat_stc
 @li @ref page_class_cat_help
 @li @ref page_class_cat_media
 @li @ref page_class_cat_gl
@@ -317,6 +317,17 @@ with character and paragraph formatting.
 
 
 
+@section page_class_cat_stc Scintilla Text Editor
+
+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_dc Device Contexts
 
 Device contexts are surfaces that may be drawn on, and provide an abstraction
@@ -601,7 +612,6 @@ Related Overviews: @ref overview_thread
 @li wxCriticalSectionLocker: Critical section locker utility class
 @li wxCondition: Condition class
 @li wxSemaphore: Semaphore class
-@section page_class_cat_stc Scintilla Text Editor
 
 
 
@@ -732,7 +742,17 @@ standard stream libraries, and to provide enhanced functionality.
 
 
 
-****
+@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
+
+
 
 @section page_class_cat_net Networking
 
@@ -766,27 +786,6 @@ Related Overviews: @ref overview_ipc
 
 
 
-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
-
-
-
 @section page_class_cat_help Help
 
 @li wxHelpController: Family of classes for controlling help windows