]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/windowids.h
Fix incorrect XRC format docs for wxMenu(Bar)'s "style" property.
[wxWidgets.git] / docs / doxygen / overviews / windowids.h
index 7bfc294d06bcb3d1c0fb14ec0aaa95cf28b00850..427b050c4cc1c33461e9ec329ee54034d63458fc 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        windowids.h
 // Purpose:     topic overview
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -10,21 +9,7 @@
 
 @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
@@ -50,6 +35,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.
 
+@see wxIdManager, wxWindow::NewControlId(), wxWindow::UnreserveControlId()
+
 
 @section overview_windowids_type Data Types
 
@@ -85,4 +72,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.
 
 */
-