X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4c51a665c649f7579fb39e62070cef4f66b3210d..3540b72b5fb594e79ae307edd6397731d27b3162:/docs/doxygen/overviews/windowids.h?ds=sidebyside diff --git a/docs/doxygen/overviews/windowids.h b/docs/doxygen/overviews/windowids.h index 7bfc294d06..169383f473 100644 --- a/docs/doxygen/overviews/windowids.h +++ b/docs/doxygen/overviews/windowids.h @@ -10,21 +10,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 - - -
- - -@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 +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. +@see wxIdManager, wxWindow::NewControlId(), wxWindow::UnreserveControlId() + @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. */ -