]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/categories.h
added wxWidgets samples
[wxWidgets.git] / docs / doxygen / categories.h
index 88805049fd6d22183e8e10b493d1e80a7846bdb2..422e771858f81b9c5df2b0168fbf23bc0e6bbc85 100644 (file)
@@ -13,6 +13,8 @@
 
  A classification of wxWidgets classes by category.
 
+ @beginInvisibleTable
+ <tr><td>
  @li @ref cat_manwnd
  @li @ref cat_miscwnd
  @li @ref cat_cmndlg
@@ -32,6 +34,7 @@
  @li @ref cat_logging
  @li @ref cat_debugging
  @li @ref cat_net
+ </td><td>
  @li @ref cat_ipc
  @li @ref cat_dvf
  @li @ref cat_printing
@@ -50,7 +53,8 @@
  @li @ref cat_gl
  @li @ref cat_appmanagement
  @li @ref cat_misc
-
+ </td></tr>
+ @endTable
 
  <hr>
 
  This is a new set of classes for writing a customizable application
  interface with built-in docking, floatable panes and a flexible
  MDI-like interface. Further classes for custom notebooks with
- draggable tabs etc. are in progress. See also @ref wxaui_overview.
+ draggable tabs etc. are in progress. See also @ref aui_overview.
 
  @li wxAuiManager: The central class for managing the interface
  @li wxAuiNotebook: A replacement notebook class with extra features
 
  @li wxDebugContext: Provides memory-checking facilities
  @li Debugging macros: Debug macros for assertion and checking
- @li WXDEBUG\_NEW: Use this macro to give further debugging information
+ @li WXDEBUG_NEW: Use this macro to give further debugging information
  @li wxDebugReport: Base class for creating debug reports in case of a program crash.
  @li wxDebugReportCompress: Class for creating compressed debug reports.
  @li wxDebugReportUpload: Class for uploading compressed debug reports via HTTP.
  @section cat_misc Miscellaneous
 
  @li wxCaret: A caret (cursor) object
- @li wxConfig: Classes for configuration reading/writing (using either INI files or registry)
+ @li wxConfigBase: Classes for reading/writing the configuration settings
  @li wxTimer: Timer class
  @li wxStopWatch: Stop watch class
  @li wxMimeTypesManager: MIME-types manager class