]> git.saurik.com Git - wxWidgets.git/blob - docs/doxygen/mainpages/const_stockitems.h
fix the menu item bitmaps for wxMSW;
[wxWidgets.git] / docs / doxygen / mainpages / 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 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 @beginDefList
18 @itemdef{<b>Stock ID</b>, <b>Stock label</b>}
19 @itemdef{wxID_ABOUT, "&About..."}
20 @itemdef{wxID_ADD, "Add"}
21 @itemdef{wxID_APPLY, "&Apply"}
22 @itemdef{wxID_BACKWARD, "&Back"}
23 @itemdef{wxID_BOLD, "&Bold"}
24 @itemdef{wxID_BOTTOM, "&Bottom"}
25 @itemdef{wxID_CANCEL, "&Cancel"}
26 @itemdef{wxID_CDROM, "&CD-Rom"}
27 @itemdef{wxID_CLEAR, "&Clear"}
28 @itemdef{wxID_CLOSE, "&Close"}
29 @itemdef{wxID_CONVERT, "&Convert"}
30 @itemdef{wxID_COPY, "&Copy"}
31 @itemdef{wxID_CUT, "Cu&t"}
32 @itemdef{wxID_DELETE, "&Delete"}
33 @itemdef{wxID_DOWN, "&Down"}
34 @itemdef{wxID_EDIT, "&Edit"}
35 @itemdef{wxID_EXECUTE, "&Execute"}
36 @itemdef{wxID_EXIT, "&Quit"}
37 @itemdef{wxID_FILE, "&File"}
38 @itemdef{wxID_FIND, "&Find"}
39 @itemdef{wxID_FIRST, "&First"}
40 @itemdef{wxID_FLOPPY, "&Floppy"}
41 @itemdef{wxID_FORWARD, "&Forward"}
42 @itemdef{wxID_HARDDISK, "&Harddisk"}
43 @itemdef{wxID_HELP, "&Help"}
44 @itemdef{wxID_HOME, "&Home"}
45 @itemdef{wxID_INDENT, "Indent"}
46 @itemdef{wxID_INDEX, "&Index"}
47 @itemdef{wxID_INFO, "&Info"}
48 @itemdef{wxID_ITALIC, "&Italic"}
49 @itemdef{wxID_JUMP_TO, "&Jump to"}
50 @itemdef{wxID_JUSTIFY_CENTER, "Centered"}
51 @itemdef{wxID_JUSTIFY_FILL, "Justified"}
52 @itemdef{wxID_JUSTIFY_LEFT, "Align Left"}
53 @itemdef{wxID_JUSTIFY_RIGHT, "Align Right"}
54 @itemdef{wxID_LAST, "&Last"}
55 @itemdef{wxID_NETWORK, "&Network"}
56 @itemdef{wxID_NEW, "&New"}
57 @itemdef{wxID_NO, "&No"}
58 @itemdef{wxID_OK, "&OK"}
59 @itemdef{wxID_OPEN, "&Open..."}
60 @itemdef{wxID_PASTE, "&Paste"}
61 @itemdef{wxID_PREFERENCES, "&Preferences"}
62 @itemdef{wxID_PREVIEW, "Print previe&w"}
63 @itemdef{wxID_PRINT, "&Print..."}
64 @itemdef{wxID_PROPERTIES, "&Properties"}
65 @itemdef{wxID_REDO, "&Redo"}
66 @itemdef{wxID_REFRESH, "Refresh"}
67 @itemdef{wxID_REMOVE, "Remove"}
68 @itemdef{wxID_REPLACE, "Rep&lace"}
69 @itemdef{wxID_REVERT_TO_SAVED, "Revert to Saved"}
70 @itemdef{wxID_SAVE, "&Save"}
71 @itemdef{wxID_SAVEAS, "Save &As..."}
72 @itemdef{wxID_SELECTALL, "Select &All"}
73 @itemdef{wxID_SELECT_COLOR, "&Color"}
74 @itemdef{wxID_SELECT_FONT, "&Font"}
75 @itemdef{wxID_SORT_ASCENDING, "&Ascending"}
76 @itemdef{wxID_SORT_DESCENDING, "&Descending"}
77 @itemdef{wxID_SPELL_CHECK, "&Spell Check"}
78 @itemdef{wxID_STOP, "&Stop"}
79 @itemdef{wxID_STRIKETHROUGH, "&Strikethrough"}
80 @itemdef{wxID_TOP, "&Top"}
81 @itemdef{wxID_UNDELETE, "Undelete"}
82 @itemdef{wxID_UNDERLINE, "&Underline"}
83 @itemdef{wxID_UNDO, "&Undo"}
84 @itemdef{wxID_UNINDENT, "&Unindent"}
85 @itemdef{wxID_UP, "&Up"}
86 @itemdef{wxID_YES, "&Yes"}
87 @itemdef{wxID_ZOOM_100, "&Actual Size"}
88 @itemdef{wxID_ZOOM_FIT, "Zoom to &Fit"}
89 @itemdef{wxID_ZOOM_IN, "Zoom &In"}
90 @itemdef{wxID_ZOOM_OUT, "Zoom &Out"}
91 @endDefList
92
93 Note that some of the IDs listed above have also a stock accelerator
94 and an help string associated.
95
96 */