]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/stdevtid.tex
Introduced the ability to size a book control based on the currently selected page
[wxWidgets.git] / docs / latex / wx / stdevtid.tex
index 679ff5b976b369da6657276decd8e8ddbdf433a7..cfe2af1d190df757528bfb3ff74c385d596175bc 100644 (file)
@@ -1,18 +1,22 @@
 \section{Standard event identifiers}\label{stdevtid}
 
-wxWindows defines a special identifier value {\tt wxID\_ANY} which is used in
+wxWidgets defines a special identifier value {\tt wxID\_ANY} which is used in
 the following two situations:
+
 \begin{itemize}
-    \item when creating a new window you may specify {\tt wxID\_ANY} to let
-          wxWindows assign an unused identifier to it automatically
-    \item when installing an event handler using either the event table
-          macros or \helpref{wxEvtHandler::Connect}{wxevthandlerconnect}
-          you may use it to indicate that you want to handle the events
-          coming from any control, regardless of its identifier
+\item when creating a new window you may specify {\tt wxID\_ANY} to let
+wxWidgets assign an unused identifier to it automatically
+\item when installing an event handler using either the event table
+macros or \helpref{wxEvtHandler::Connect}{wxevthandlerconnect},
+you may use it to indicate that you want to handle the events
+coming from any control, regardless of its identifier
 \end{itemize}
 
-wxWindows also defines a few standard command identifiers which may be used by
-the user code and also are sometimes used by wxWindows itself. These reserved
+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 
 {\tt wxID\_HIGHEST} and, accordingly, the user code should avoid defining its
 own constants in this range.
@@ -47,6 +51,19 @@ own constants in this range.
     wxID_FIND,
     wxID_DUPLICATE,
     wxID_SELECTALL,
+    wxID_DELETE,
+    wxID_REPLACE,
+    wxID_REPLACE_ALL,
+    wxID_PROPERTIES,
+
+    wxID_VIEW_DETAILS,
+    wxID_VIEW_LARGEICONS,
+    wxID_VIEW_SMALLICONS,
+    wxID_VIEW_LIST,
+    wxID_VIEW_SORTDATE,
+    wxID_VIEW_SORTNAME,
+    wxID_VIEW_SORTSIZE,
+    wxID_VIEW_SORTTYPE,
 
     wxID_FILE1 = 5050,
     wxID_FILE2,
@@ -78,6 +95,29 @@ own constants in this range.
     wxID_RETRY,
     wxID_IGNORE,
 
+    wxID_UP,
+    wxID_DOWN,
+    wxID_HOME,
+    wxID_REFRESH,
+    wxID_STOP,
+    wxID_INDEX,
+
+    wxID_BOLD,
+    wxID_ITALIC,
+    wxID_JUSTIFY_CENTER,
+    wxID_JUSTIFY_FILL,
+    wxID_JUSTIFY_RIGHT,
+    wxID_JUSTIFY_LEFT,
+    wxID_UNDERLINE,
+    wxID_INDENT,
+    wxID_UNINDENT,
+    wxID_ZOOM_100,
+    wxID_ZOOM_FIT,
+    wxID_ZOOM_IN,
+    wxID_ZOOM_OUT,
+    wxID_UNDELETE,
+    wxID_REVERT_TO_SAVED,
+
     // System menu IDs (used by wxUniv):
     wxID_SYSTEM_MENU = 5200,
     wxID_CLOSE_FRAME,