]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/windowids.h
Add missing critical section locking before accessing shared variable.
[wxWidgets.git] / docs / doxygen / overviews / windowids.h
index 7bfc294d06bcb3d1c0fb14ec0aaa95cf28b00850..169383f4736a7507713450d29f98cbbddf2a81b3 100644 (file)
 
 @page overview_windowids Window IDs
 
 
 @page overview_windowids Window IDs
 
-@li @ref overview_windowids_intro
-@li @ref overview_windowids_type
-@li @ref overview_windowids_using
-
-@see
-
-@li wxIdManager
-@li wxWindow::NewControlId
-@li wxWindow::UnreserveControlId
-
-
-<hr>
-
-
-@section overview_windowids_intro Introduction
+@tableofcontents
 
 Various controls and other parts of wxWidgets need an ID.  Sometimes the ID may
 be directly provided by the user or have a predefined value, such as
 
 Various controls and other parts of wxWidgets need an ID.  Sometimes the ID may
 be directly provided by the user or have a predefined value, such as
@@ -50,6 +36,8 @@ one another.  This is accomplished by keeping a reference count for each of the
 IDs that can possibly be returned by wxWindow::NewControlId. Other IDs are not
 reference counted.
 
 IDs that can possibly be returned by wxWindow::NewControlId. Other IDs are not
 reference counted.
 
+@see wxIdManager, wxWindow::NewControlId(), wxWindow::UnreserveControlId()
+
 
 @section overview_windowids_type Data Types
 
 
 @section overview_windowids_type Data Types
 
@@ -85,4 +73,3 @@ This is done already for windows, menu items, and tool bar items. It should
 only be used in the main thread, as it is not thread safe.
 
 */
 only be used in the main thread, as it is not thread safe.
 
 */
-