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