]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/container.h
revert r74683, wxTLW has its own {Width,Height}Default()
[wxWidgets.git] / docs / doxygen / overviews / container.h
index eaf176e733a763931abd6911d90b9aefe20f7dff..931ef706716949c81182a98e9de07e8823f59437 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        container.h
 // Purpose:     topic overview
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -10,9 +9,7 @@
 
 @page overview_container Container Classes
 
-Classes: wxList<T>, wxArray<T>, wxVector<T>, wxStack<T>, wxHashMap, wxHashSet
-
-@section overview_container_intro Overview
+@tableofcontents
 
 For historical reasons, wxWidgets uses custom container classes internally.
 This was unfortunately unavoidable during a long time when the standard library
@@ -46,6 +43,9 @@ it isn't and only use legacy wxWidgets containers such as wxArray<T> and
 wxList<T> when you must, i.e. when you use a wxWidgets function taking or
 returning a container of such type.
 
+@see @ref group_class_containers
+
+
 
 @section overview_container_legacy Legacy Classes
 
@@ -91,6 +91,7 @@ wxArrayString is somewhat special: it is an optimized version of wxArray which
 uses its knowledge about wxString reference counting schema.
 
 
+
 @section overview_container_std STL Build
 
 To build wxWidgets with the standard containers you need to set
@@ -125,6 +126,4 @@ default one. Here are the most important differences:
    class. Please either use std::vector<bool> directly or use an integer array
    instead.
 
-
 */
-