X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e9f4f51d06f536fadacb1796fa124728f50674d2..81c882b613b5d99ddb1e5ab69fcd7ebccc287025:/docs/latex/wx/stdevtid.tex diff --git a/docs/latex/wx/stdevtid.tex b/docs/latex/wx/stdevtid.tex index 48ff1da816..5e288682df 100644 --- a/docs/latex/wx/stdevtid.tex +++ b/docs/latex/wx/stdevtid.tex @@ -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 @@ -33,15 +36,19 @@ own constants in this range. wxID_HELP, wxID_PRINT, wxID_PRINT_SETUP, + wxID_PAGE_SETUP, wxID_PREVIEW, wxID_ABOUT, wxID_HELP_CONTENTS, + wxID_HELP_INDEX, + wxID_HELP_SEARCH, wxID_HELP_COMMANDS, wxID_HELP_PROCEDURES, wxID_HELP_CONTEXT, wxID_CLOSE_ALL, - wxID_CUT = 5030, + wxID_EDIT = 5030, + wxID_CUT, wxID_COPY, wxID_PASTE, wxID_CLEAR, @@ -62,7 +69,8 @@ own constants in this range. wxID_VIEW_SORTSIZE, wxID_VIEW_SORTTYPE, - wxID_FILE1 = 5050, + wxID_FILE = 5050, + wxID_FILE1, wxID_FILE2, wxID_FILE3, wxID_FILE4,