added wxID_NONE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-07-14 23:06:02 +00:00
parent 8c6785f071
commit dadacffc74
2 changed files with 15 additions and 13 deletions

View File

@@ -12,6 +12,9 @@ you may use it to indicate that you want to handle the events
coming from any control, regardless of its identifier
\end{itemize}
Another standard special identifier value is {\tt wxID\_NONE}: this is a value
which is not matched by any other id.
wxWidgets also defines a few standard command identifiers which may be used by
the user code and also are sometimes used by wxWidgets itself. These reserved
identifiers are all in the range between {\tt wxID\_LOWEST} and