]> git.saurik.com Git - wxWidgets.git/blame - docs/doxygen/mainpages/const_stockitems.h
Rebake after bakefile changes.
[wxWidgets.git] / docs / doxygen / mainpages / const_stockitems.h
CommitLineData
4514447c
FM
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
880efa2a 10/**
4514447c 11
928f1a07 12@page page_stockitems Stock items
4514447c 13
928f1a07
FM
14Window IDs for which stock buttons and menu items are created
15(see the wxButton constructor and the wxMenuItem constructor):
4514447c 16
928f1a07
FM
17@beginDefList
18@itemdef{<b>Stock ID</b>, <b>Stock label</b>}
6b1eedc1
VZ
19@itemdef{wxID_ABOUT, "&About..."}
20@itemdef{wxID_ADD, "Add"}
928f1a07 21@itemdef{wxID_APPLY, "&Apply"}
6b1eedc1 22@itemdef{wxID_BACKWARD, "&Back"}
928f1a07 23@itemdef{wxID_BOLD, "&Bold"}
6b1eedc1 24@itemdef{wxID_BOTTOM, "&Bottom"}
928f1a07 25@itemdef{wxID_CANCEL, "&Cancel"}
6b1eedc1 26@itemdef{wxID_CDROM, "&CD-Rom"}
928f1a07
FM
27@itemdef{wxID_CLEAR, "&Clear"}
28@itemdef{wxID_CLOSE, "&Close"}
6b1eedc1 29@itemdef{wxID_CONVERT, "&Convert"}
928f1a07
FM
30@itemdef{wxID_COPY, "&Copy"}
31@itemdef{wxID_CUT, "Cu&t"}
32@itemdef{wxID_DELETE, "&Delete"}
6b1eedc1 33@itemdef{wxID_DOWN, "&Down"}
928f1a07 34@itemdef{wxID_EDIT, "&Edit"}
6b1eedc1
VZ
35@itemdef{wxID_EXECUTE, "&Execute"}
36@itemdef{wxID_EXIT, "&Quit"}
928f1a07 37@itemdef{wxID_FILE, "&File"}
6b1eedc1
VZ
38@itemdef{wxID_FIND, "&Find"}
39@itemdef{wxID_FIRST, "&First"}
40@itemdef{wxID_FLOPPY, "&Floppy"}
928f1a07 41@itemdef{wxID_FORWARD, "&Forward"}
6b1eedc1 42@itemdef{wxID_HARDDISK, "&Harddisk"}
928f1a07
FM
43@itemdef{wxID_HELP, "&Help"}
44@itemdef{wxID_HOME, "&Home"}
45@itemdef{wxID_INDENT, "Indent"}
46@itemdef{wxID_INDEX, "&Index"}
6b1eedc1 47@itemdef{wxID_INFO, "&Info"}
928f1a07 48@itemdef{wxID_ITALIC, "&Italic"}
6b1eedc1 49@itemdef{wxID_JUMP_TO, "&Jump to"}
928f1a07
FM
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"}
6b1eedc1
VZ
54@itemdef{wxID_LAST, "&Last"}
55@itemdef{wxID_NETWORK, "&Network"}
928f1a07
FM
56@itemdef{wxID_NEW, "&New"}
57@itemdef{wxID_NO, "&No"}
58@itemdef{wxID_OK, "&OK"}
6b1eedc1 59@itemdef{wxID_OPEN, "&Open..."}
928f1a07
FM
60@itemdef{wxID_PASTE, "&Paste"}
61@itemdef{wxID_PREFERENCES, "&Preferences"}
928f1a07 62@itemdef{wxID_PREVIEW, "Print previe&w"}
6b1eedc1 63@itemdef{wxID_PRINT, "&Print..."}
928f1a07 64@itemdef{wxID_PROPERTIES, "&Properties"}
928f1a07
FM
65@itemdef{wxID_REDO, "&Redo"}
66@itemdef{wxID_REFRESH, "Refresh"}
67@itemdef{wxID_REMOVE, "Remove"}
6b1eedc1 68@itemdef{wxID_REPLACE, "Rep&lace"}
928f1a07
FM
69@itemdef{wxID_REVERT_TO_SAVED, "Revert to Saved"}
70@itemdef{wxID_SAVE, "&Save"}
71@itemdef{wxID_SAVEAS, "Save &As..."}
6b1eedc1
VZ
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"}
928f1a07 78@itemdef{wxID_STOP, "&Stop"}
6b1eedc1
VZ
79@itemdef{wxID_STRIKETHROUGH, "&Strikethrough"}
80@itemdef{wxID_TOP, "&Top"}
928f1a07
FM
81@itemdef{wxID_UNDELETE, "Undelete"}
82@itemdef{wxID_UNDERLINE, "&Underline"}
83@itemdef{wxID_UNDO, "&Undo"}
84@itemdef{wxID_UNINDENT, "&Unindent"}
6b1eedc1 85@itemdef{wxID_UP, "&Up"}
928f1a07
FM
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
4514447c 92
928f1a07
FM
93Note that some of the IDs listed above have also a stock accelerator
94and an help string associated.
4514447c
FM
95
96*/