X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/99d82720737ebf91d3a387d53dd0cf6c8cf9a643..e7bdf0ac8d2f095062b054e1adffd283c1d507a4:/docs/doxygen/mainpages/const_stdevtid.h diff --git a/docs/doxygen/mainpages/const_stdevtid.h b/docs/doxygen/mainpages/const_stdevtid.h index 56c3034ba0..50e6a68c79 100644 --- a/docs/doxygen/mainpages/const_stdevtid.h +++ b/docs/doxygen/mainpages/const_stdevtid.h @@ -2,14 +2,13 @@ // Name: const_stdevtid.h // Purpose: std event values enumerated // Author: wxWidgets team -// RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** -@page page_stdevtid Standard event identifiers +@page page_stdevtid Standard Event Identifiers wxWidgets defines a special identifier value @c wxID_ANY which is used in the following two situations: @@ -30,6 +29,7 @@ identifiers are all in the range between @c wxID_LOWEST and @c wxID_HIGHEST and, accordingly, the user code should avoid defining its own constants in this range (e.g. by using wxNewId()). -Refer to ::wxStockID enumeration values for the reference of these IDs. +Refer to @ref page_stockitems "the list of stock items" for the subset of standard IDs +which are stock IDs as well. */