]> git.saurik.com Git - wxWidgets.git/blob - docs/doxygen/const_stockitems.h
removed erraneously-added file
[wxWidgets.git] / docs / doxygen / const_stockitems.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: const_stockitems.h
3 // Purpose: stock item values enumerated
4 // Author: wxWidgets team
5 // RCS-ID: $Id$
6 // Licence: wxWindows license
7 /////////////////////////////////////////////////////////////////////////////
8
9
10 /*!
11
12 @page stockitems Stock items
13
14 Window IDs for which stock buttons and menu items are created
15 (see the wxButton constructor and the wxMenuItem constructor):
16
17 TODO: what can we use here instead of \twocolitem to keep text readable??
18
19 \twocolitem{{\bf Stock ID}}{{\bf Stock label}}
20 \twocolitem{wxID_ABOUT}{"&About"}
21 \twocolitem{wxID_ADD}{"Add"}
22 \twocolitem{wxID_APPLY}{"&Apply"}
23 \twocolitem{wxID_BOLD}{"&Bold"}
24 \twocolitem{wxID_CANCEL}{"&Cancel"}
25 \twocolitem{wxID_CLEAR}{"&Clear"}
26 \twocolitem{wxID_CLOSE}{"&Close"}
27 \twocolitem{wxID_COPY}{"&Copy"}
28 \twocolitem{wxID_CUT}{"Cu&t"}
29 \twocolitem{wxID_DELETE}{"&Delete"}
30 \twocolitem{wxID_EDIT}{"&Edit"}
31 \twocolitem{wxID_FIND}{"&Find"}
32 \twocolitem{wxID_FILE}{"&File"}
33 \twocolitem{wxID_REPLACE}{"Find and rep&lace"}
34 \twocolitem{wxID_BACKWARD}{"&Back"}
35 \twocolitem{wxID_DOWN}{"&Down"}
36 \twocolitem{wxID_FORWARD}{"&Forward"}
37 \twocolitem{wxID_UP}{"&Up"}
38 \twocolitem{wxID_HELP}{"&Help"}
39 \twocolitem{wxID_HOME}{"&Home"}
40 \twocolitem{wxID_INDENT}{"Indent"}
41 \twocolitem{wxID_INDEX}{"&Index"}
42 \twocolitem{wxID_ITALIC}{"&Italic"}
43 \twocolitem{wxID_JUSTIFY_CENTER}{"Centered"}
44 \twocolitem{wxID_JUSTIFY_FILL}{"Justified"}
45 \twocolitem{wxID_JUSTIFY_LEFT}{"Align Left"}
46 \twocolitem{wxID_JUSTIFY_RIGHT}{"Align Right"}
47 \twocolitem{wxID_NEW}{"&New"}
48 \twocolitem{wxID_NO}{"&No"}
49 \twocolitem{wxID_OK}{"&OK"}
50 \twocolitem{wxID_OPEN}{"&Open"}
51 \twocolitem{wxID_PASTE}{"&Paste"}
52 \twocolitem{wxID_PREFERENCES}{"&Preferences"}
53 \twocolitem{wxID_PRINT}{"&Print"}
54 \twocolitem{wxID_PREVIEW}{"Print previe&w"}
55 \twocolitem{wxID_PROPERTIES}{"&Properties"}
56 \twocolitem{wxID_EXIT}{"&Quit"}
57 \twocolitem{wxID_REDO}{"&Redo"}
58 \twocolitem{wxID_REFRESH}{"Refresh"}
59 \twocolitem{wxID_REMOVE}{"Remove"}
60 \twocolitem{wxID_REVERT_TO_SAVED}{"Revert to Saved"}
61 \twocolitem{wxID_SAVE}{"&Save"}
62 \twocolitem{wxID_SAVEAS}{"Save &As..."}
63 \twocolitem{wxID_SELECTALL}{"Select all"}
64 \twocolitem{wxID_STOP}{"&Stop"}
65 \twocolitem{wxID_UNDELETE}{"Undelete"}
66 \twocolitem{wxID_UNDERLINE}{"&Underline"}
67 \twocolitem{wxID_UNDO}{"&Undo"}
68 \twocolitem{wxID_UNINDENT}{"&Unindent"}
69 \twocolitem{wxID_YES}{"&Yes"}
70 \twocolitem{wxID_ZOOM_100}{"&Actual Size"}
71 \twocolitem{wxID_ZOOM_FIT}{"Zoom to &Fit"}
72 \twocolitem{wxID_ZOOM_IN}{"Zoom &In"}
73 \twocolitem{wxID_ZOOM_OUT}{"Zoom &Out"}
74
75 Note that some of the IDs listed above have also a stock accelerator
76 and an help string associated.
77
78 */