git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51977
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
ALIASES += endExtraStyleTable="\n"
# misc aliases
ALIASES += endExtraStyleTable="\n"
# misc aliases
-ALIASES += library{1}="\section class_lib Library\n \ref page_libraries_\1"
+ALIASES += library{1}="\section class_lib Library\n \ref page_libs_\1"
ALIASES += nolibrary="\section class_lib Library\n None; this class implementation is entirely header-based."
ALIASES += stdobjects="\section class_stdobj Predefined objects\n \b"
ALIASES += nolibrary="\section class_lib Library\n None; this class implementation is entirely header-based."
ALIASES += stdobjects="\section class_stdobj Predefined objects\n \b"
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
-INPUT = ./mainpages ./overviews #../../interface
+INPUT = ./mainpages ./overviews # ../../interface
INPUT_ENCODING = UTF-8
FILE_PATTERNS = *.h *.txt
RECURSIVE = YES
INPUT_ENCODING = UTF-8
FILE_PATTERNS = *.h *.txt
RECURSIVE = YES
- @page page_libraries Libraries list
+ @page page_libs Libraries list
wxWidgets can be built either as a single large
library (this is called the <em>monolithic build</em>) or as several smaller
wxWidgets can be built either as a single large
library (this is called the <em>monolithic build</em>) or as several smaller
- @section page_libraries_wxbase wxBase
+ @section page_libs_wxbase wxBase
Every wxWidgets application must link against this library. It contains
mandatory classes that any wxWidgets code depends on (e.g. wxString) and
Every wxWidgets application must link against this library. It contains
mandatory classes that any wxWidgets code depends on (e.g. wxString) and
any GUI libraries or running X Window System on Unix.
any GUI libraries or running X Window System on Unix.
- @section page_libraries_wxcore wxCore
+ @section page_libs_wxcore wxCore
Basic GUI classes such as GDI classes or controls are in this library. All
wxWidgets GUI applications must link against this library, only console mode
applications don't.
Basic GUI classes such as GDI classes or controls are in this library. All
wxWidgets GUI applications must link against this library, only console mode
applications don't.
+ Requires @ref page_libs_wxbase.
+ @section page_libs_wxaui wxAui
This contains the Advanced User Interface docking library.
This contains the Advanced User Interface docking library.
- Requires @ref wxadv, @ref wxhtml, @ref wxxml, @ref wxcore, @ref wxbase.
+ Requires @ref page_libs_wxadv, @ref page_libs_wxhtml, @ref page_libs_wxxml,
+ @ref page_libs_wxcore, @ref page_libs_wxbase.
+ @section page_libs_wxnet wxNet
Classes for network access:
Classes for network access:
@li wxURL
@li wxInternetFSHandler (a wxFileSystem handler)
@li wxURL
@li wxInternetFSHandler (a wxFileSystem handler)
+ Requires @ref page_libs_wxbase.
- @section wxrichtext wxRichText
+ @section page_libs_wxrichtext wxRichText
This contains generic rich text control functionality.
This contains generic rich text control functionality.
- Requires @ref wxadv, @ref wxhtml, @ref wxxml, @ref wxcore, @ref wxbase.
+ Requires @ref page_libs_wxadv, @ref page_libs_wxhtml, @ref page_libs_wxxml,
+ @ref page_libs_wxcore, @ref page_libs_wxbase.
+ @section page_libs_wxxml wxXML
This library contains simple classes for parsing XML documents.
This library contains simple classes for parsing XML documents.
+ Requires @ref page_libs_wxbase.
- @section wxadv wxAdvanced
+ @section page_libs_wxadv wxAdvanced
Advanced or rarely used GUI classes:
Advanced or rarely used GUI classes:
@li wxSashWindow
@li ...others
@li wxSashWindow
@li ...others
- Requires @ref wxcore and @ref wxbase.
+ Requires @ref page_libs_wxcore and @ref page_libs_wxbase.
- @section wxmedia wxMedia
+ @section page_libs_wxmedia wxMedia
Miscellaneous classes related to multimedia. Currently this library only
contains wxMediaCtrl but more classes will be added in
the future.
Miscellaneous classes related to multimedia. Currently this library only
contains wxMediaCtrl but more classes will be added in
the future.
- Requires @ref wxcore and @ref wxbase.
+ Requires @ref page_libs_wxcore and @ref page_libs_wxbase.
+ @section page_libs_wxgl wxGL
This library contains wxGLCanvas class for integrating
OpenGL library with wxWidgets. Unlike all others, this library is {\em not}
part of the monolithic library, it is always built as separate library.
This library contains wxGLCanvas class for integrating
OpenGL library with wxWidgets. Unlike all others, this library is {\em not}
part of the monolithic library, it is always built as separate library.
- Requires @ref wxcore and @ref wxbase.
+ Requires @ref page_libs_wxcore and @ref page_libs_wxbase.
+ @section page_libs_wxhtml wxHTML
Simple HTML renderer and other @ref html_overview are contained in this library,
as well as wxHtmlHelpController, wxBestHelpController and wxHtmlListBox.
Simple HTML renderer and other @ref html_overview are contained in this library,
as well as wxHtmlHelpController, wxBestHelpController and wxHtmlListBox.
- Requires @ref wxcore and @ref wxbase.
+ Requires @ref page_libs_wxcore and @ref page_libs_wxbase.
+ @section page_libs_wxqa wxQA
This is the library containing extra classes for quality assurance. Currently
it only contains wxDebugReport and related classes,
but more will be added to it in the future.
This is the library containing extra classes for quality assurance. Currently
it only contains wxDebugReport and related classes,
but more will be added to it in the future.
- Requires @ref wxxml, @ref wxcore, @ref wxbase.
+ Requires @ref page_libs_wxxml, @ref page_libs_wxcore, @ref page_libs_wxbase.
+ @section page_libs_wxxrc wxXRC
This library contains wxXmlResource class that
provides access to XML resource files in XRC format.
This library contains wxXmlResource class that
provides access to XML resource files in XRC format.
- Requires @ref wxadv, @ref wxhtml, @ref wxxml, @ref wxcore, @ref wxbase.
+ Requires @ref page_libs_wxadv, @ref page_libs_wxhtml, @ref page_libs_wxxml,
+ @ref page_libs_wxcore, @ref page_libs_wxbase.
+ @section page_libs_wxstc wxSTC
STC (Styled Text Control) is a wrapper around Scintilla, a syntax-highlighting text editor.
See http://www.scintilla.org for more info about Scintilla.
STC (Styled Text Control) is a wrapper around Scintilla, a syntax-highlighting text editor.
See http://www.scintilla.org for more info about Scintilla.
- Requires @ref wxcore, @ref wxbase.
+ Requires @ref page_libs_wxcore, @ref page_libs_wxbase.