]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/mainpages/cat_classes.h
Added feature to the HTML manual to remember your preference to show or hide the...
[wxWidgets.git] / docs / doxygen / mainpages / cat_classes.h
index 3bb6636c0e2d0788c7650af20b40eeb5223bd4f2..1420509a69cd171f39fe3c2712116daf196c5805 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
@@ -71,7 +71,7 @@ The following are the most important window classes
 @li wxWindow: base class for all windows and controls
 @li wxControl: base class (mostly) for native controls/widgets
 @li wxPanel: window which can smartly manage child windows
-@li wxScrolledWindow: Window with automatically managed scrollbars
+@li wxScrolledWindow: Window with automatically managed scrollbars (see wxScrolled)
 @li wxVScrolledWindow: As wxScrolledWindow but supports lines of variable
     height
 @li wxTopLevelWindow: Any top level window, dialog or frame
@@ -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