]>
Commit | Line | Data |
---|---|---|
401e3b6e VS |
1 | \section{Stock items}\label{stockitems} |
2 | ||
5f7bcb48 | 3 | Window IDs for which stock buttons are created |
f510b7b2 | 4 | (see \helpref{wxButton constructor}{wxbuttonctor}): |
401e3b6e VS |
5 | |
6 | \begin{twocollist}\itemsep=0pt | |
5f7bcb48 VS |
7 | \twocolitem{wxID\_ADD}{"Add"} |
8 | \twocolitem{wxID\_APPLY}{"\&Apply"} | |
9 | \twocolitem{wxID\_BOLD}{"\&Bold"} | |
10 | \twocolitem{wxID\_CANCEL}{"\&Cancel"} | |
11 | \twocolitem{wxID\_CLEAR}{"\&Clear"} | |
12 | \twocolitem{wxID\_CLOSE}{"\&Close"} | |
13 | \twocolitem{wxID\_COPY}{"\&Copy"} | |
14 | \twocolitem{wxID\_CUT}{"Cu\&t"} | |
15 | \twocolitem{wxID\_DELETE}{"\&Delete"} | |
16 | \twocolitem{wxID\_FIND}{"\&Find"} | |
17 | \twocolitem{wxID\_REPLACE}{"Find and rep\&lace"} | |
18 | \twocolitem{wxID\_BACKWARD}{"\&Back"} | |
19 | \twocolitem{wxID\_DOWN}{"\&Down"} | |
20 | \twocolitem{wxID\_FORWARD}{"\&Forward"} | |
21 | \twocolitem{wxID\_UP}{"\&Up"} | |
22 | \twocolitem{wxID\_HELP}{"\&Help"} | |
23 | \twocolitem{wxID\_HOME}{"\&Home"} | |
24 | \twocolitem{wxID\_INDENT}{"Indent"} | |
25 | \twocolitem{wxID\_INDEX}{"\&Index"} | |
26 | \twocolitem{wxID\_ITALIC}{"\&Italic"} | |
27 | \twocolitem{wxID\_JUSTIFY\_CENTER}{"Centered"} | |
28 | \twocolitem{wxID\_JUSTIFY\_FILL}{"Justified"} | |
29 | \twocolitem{wxID\_JUSTIFY\_LEFT}{"Align Left"} | |
30 | \twocolitem{wxID\_JUSTIFY\_RIGHT}{"Align Right"} | |
31 | \twocolitem{wxID\_NEW}{"\&New"} | |
32 | \twocolitem{wxID\_NO}{"\&No"} | |
33 | \twocolitem{wxID\_OK}{"\&OK"} | |
34 | \twocolitem{wxID\_OPEN}{"\&Open"} | |
35 | \twocolitem{wxID\_PASTE}{"\&Paste"} | |
36 | \twocolitem{wxID\_PREFERENCES}{"\&Preferences"} | |
37 | \twocolitem{wxID\_PRINT}{"\&Print"} | |
38 | \twocolitem{wxID\_PREVIEW}{"Print previe\&w"} | |
39 | \twocolitem{wxID\_PROPERTIES}{"\&Properties"} | |
40 | \twocolitem{wxID\_EXIT}{"\&Quit"} | |
41 | \twocolitem{wxID\_REDO}{"\&Redo"} | |
42 | \twocolitem{wxID\_REFRESH}{"Refresh"} | |
43 | \twocolitem{wxID\_REMOVE}{"Remove"} | |
44 | \twocolitem{wxID\_REVERT\_TO\_SAVED}{"Revert to Saved"} | |
45 | \twocolitem{wxID\_SAVE}{"\&Save"} | |
46 | \twocolitem{wxID\_SAVEAS}{"Save \&As..."} | |
47 | \twocolitem{wxID\_STOP}{"\&Stop"} | |
48 | \twocolitem{wxID\_UNDELETE}{"Undelete"} | |
49 | \twocolitem{wxID\_UNDERLINE}{"\&Underline"} | |
50 | \twocolitem{wxID\_UNDO}{"\&Undo"} | |
51 | \twocolitem{wxID\_UNINDENT}{"\&Unindent"} | |
52 | \twocolitem{wxID\_YES}{"\&Yes"} | |
53 | \twocolitem{wxID\_ZOOM\_100}{"\&Actual Size"} | |
54 | \twocolitem{wxID\_ZOOM\_FIT}{"Zoom to \&Fit"} | |
55 | \twocolitem{wxID\_ZOOM\_IN}{"Zoom \&In"} | |
56 | \twocolitem{wxID\_ZOOM\_OUT}{"Zoom \&Out"} | |
401e3b6e | 57 | \end{twocollist}\itemsep=0pt |