]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/stdevtid.tex
typo (patch 1528925)
[wxWidgets.git] / docs / latex / wx / stdevtid.tex
index 48ff1da8166723eeb731d83018d2830725fa21f9..bb2c7700e99cfc89e7f9f86a79cddbd003bb6aec 100644 (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 
@@ -36,6 +39,8 @@ own constants in this range.
     wxID_PREVIEW,
     wxID_ABOUT,
     wxID_HELP_CONTENTS,
+    wxID_HELP_INDEX,
+    wxID_HELP_SEARCH,
     wxID_HELP_COMMANDS,
     wxID_HELP_PROCEDURES,
     wxID_HELP_CONTEXT,