Rearrange categories, III
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53114 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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_cmndlg
|
||||||
@li @ref page_class_cat_html
|
@li @ref page_class_cat_html
|
||||||
@li @ref page_class_cat_richtext
|
@li @ref page_class_cat_richtext
|
||||||
|
@li @ref page_class_cat_stc
|
||||||
</td><td>
|
</td><td>
|
||||||
@li @ref page_class_cat_dc
|
@li @ref page_class_cat_dc
|
||||||
@li @ref page_class_cat_gdi
|
@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_xrc
|
||||||
@li @ref page_class_cat_net
|
@li @ref page_class_cat_net
|
||||||
@li @ref page_class_cat_ipc
|
@li @ref page_class_cat_ipc
|
||||||
@li @ref page_class_cat_stc
|
|
||||||
@li @ref page_class_cat_help
|
@li @ref page_class_cat_help
|
||||||
@li @ref page_class_cat_media
|
@li @ref page_class_cat_media
|
||||||
@li @ref page_class_cat_gl
|
@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
|
@section page_class_cat_dc Device Contexts
|
||||||
|
|
||||||
Device contexts are surfaces that may be drawn on, and provide an abstraction
|
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 wxCriticalSectionLocker: Critical section locker utility class
|
||||||
@li wxCondition: Condition class
|
@li wxCondition: Condition class
|
||||||
@li wxSemaphore: Semaphore 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
|
@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
|
@section page_class_cat_help Help
|
||||||
|
|
||||||
@li wxHelpController: Family of classes for controlling help windows
|
@li wxHelpController: Family of classes for controlling help windows
|
||||||
|
Reference in New Issue
Block a user