X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/99d82720737ebf91d3a387d53dd0cf6c8cf9a643..7a36d9c7c1a077ba7e05c248bcf19c4c9bb1356f:/docs/doxygen/mainpages/const_stdevtid.h diff --git a/docs/doxygen/mainpages/const_stdevtid.h b/docs/doxygen/mainpages/const_stdevtid.h index 56c3034ba0..92fa90e552 100644 --- a/docs/doxygen/mainpages/const_stdevtid.h +++ b/docs/doxygen/mainpages/const_stdevtid.h @@ -3,13 +3,13 @@ // 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 +30,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. */