From 1c9ac9a894cc155c7495f559bbe177241b3fc680 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Thu, 10 Apr 2008 20:06:13 +0000 Subject: [PATCH] Rearrange categories, III git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53114 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/doxygen/mainpages/cat_classes.h | 47 ++++++++++++++-------------- 1 file changed, 23 insertions(+), 24 deletions(-) diff --git a/docs/doxygen/mainpages/cat_classes.h b/docs/doxygen/mainpages/cat_classes.h index 3bb6636c0e..104612d5da 100644 --- a/docs/doxygen/mainpages/cat_classes.h +++ b/docs/doxygen/mainpages/cat_classes.h @@ -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 @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 -- 2.45.2