1\section{Stock items}\label{stockitems}
2
3Window IDs for which stock buttons and menu items are created
4(see \helpref{wxButton constructor}{wxbuttonctor} and 
5\helpref{wxMenuItem constructor}{wxmenuitemctor}):
6
7\begin{twocollist}\itemsep=0pt
8\twocolitem{{\bf Stock ID}}{{\bf Stock label}}
9\twocolitem{wxID\_ABOUT}{"\&About"}
10\twocolitem{wxID\_ADD}{"Add"}
11\twocolitem{wxID\_APPLY}{"\&Apply"}
12\twocolitem{wxID\_BOLD}{"\&Bold"}
13\twocolitem{wxID\_CANCEL}{"\&Cancel"}
14\twocolitem{wxID\_CLEAR}{"\&Clear"}
15\twocolitem{wxID\_CLOSE}{"\&Close"}
16\twocolitem{wxID\_COPY}{"\&Copy"}
17\twocolitem{wxID\_CUT}{"Cu\&t"}
18\twocolitem{wxID\_DELETE}{"\&Delete"}
19\twocolitem{wxID\_EDIT}{"\&Edit"}
20\twocolitem{wxID\_FIND}{"\&Find"}
21\twocolitem{wxID\_FILE}{"\&File"}
22\twocolitem{wxID\_REPLACE}{"Find and rep\&lace"}
23\twocolitem{wxID\_BACKWARD}{"\&Back"}
24\twocolitem{wxID\_DOWN}{"\&Down"}
25\twocolitem{wxID\_FORWARD}{"\&Forward"}
26\twocolitem{wxID\_UP}{"\&Up"}
27\twocolitem{wxID\_HELP}{"\&Help"}
28\twocolitem{wxID\_HOME}{"\&Home"}
29\twocolitem{wxID\_INDENT}{"Indent"}
30\twocolitem{wxID\_INDEX}{"\&Index"}
31\twocolitem{wxID\_ITALIC}{"\&Italic"}
32\twocolitem{wxID\_JUSTIFY\_CENTER}{"Centered"}
33\twocolitem{wxID\_JUSTIFY\_FILL}{"Justified"}
34\twocolitem{wxID\_JUSTIFY\_LEFT}{"Align Left"}
35\twocolitem{wxID\_JUSTIFY\_RIGHT}{"Align Right"}
36\twocolitem{wxID\_NEW}{"\&New"}
37\twocolitem{wxID\_NO}{"\&No"}
38\twocolitem{wxID\_OK}{"\&OK"}
39\twocolitem{wxID\_OPEN}{"\&Open"}
40\twocolitem{wxID\_PASTE}{"\&Paste"}
41\twocolitem{wxID\_PREFERENCES}{"\&Preferences"}
42\twocolitem{wxID\_PRINT}{"\&Print"}
43\twocolitem{wxID\_PREVIEW}{"Print previe\&w"}
44\twocolitem{wxID\_PROPERTIES}{"\&Properties"}
45\twocolitem{wxID\_EXIT}{"\&Quit"}
46\twocolitem{wxID\_REDO}{"\&Redo"}
47\twocolitem{wxID\_REFRESH}{"Refresh"}
48\twocolitem{wxID\_REMOVE}{"Remove"}
49\twocolitem{wxID\_REVERT\_TO\_SAVED}{"Revert to Saved"}
50\twocolitem{wxID\_SAVE}{"\&Save"}
51\twocolitem{wxID\_SAVEAS}{"Save \&As..."}
52\twocolitem{wxID\_SELECTALL}{"Select all"}
53\twocolitem{wxID\_STOP}{"\&Stop"}
54\twocolitem{wxID\_UNDELETE}{"Undelete"}
55\twocolitem{wxID\_UNDERLINE}{"\&Underline"}
56\twocolitem{wxID\_UNDO}{"\&Undo"}
57\twocolitem{wxID\_UNINDENT}{"\&Unindent"}
58\twocolitem{wxID\_YES}{"\&Yes"}
59\twocolitem{wxID\_ZOOM\_100}{"\&Actual Size"}
60\twocolitem{wxID\_ZOOM\_FIT}{"Zoom to \&Fit"}
61\twocolitem{wxID\_ZOOM\_IN}{"Zoom \&In"}
62\twocolitem{wxID\_ZOOM\_OUT}{"Zoom \&Out"}
63\end{twocollist}
64
65
66Note that some of the IDs listed above have also a stock accelerator
67and an help string associated.
68