]> git.saurik.com Git - wxWidgets.git/blame - docs/doxygen/mainpages/const_stockitems.h
Revert "Make wxMSW stack walking methods work with Unicode identifiers."
[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
526954c5 5// Licence: wxWindows licence
4514447c
FM
6/////////////////////////////////////////////////////////////////////////////
7
8
880efa2a 9/**
4514447c 10
e7054054
BP
11@page page_stockitems Stock Items
12
13The following is the list of the window IDs for which stock buttons and menu
14items are created.
4514447c 15
6d6e5b66
FM
16See the wxButton constructor and the wxMenuItem constructor for classes which
17automatically add stock bitmaps when using stock IDs.
e7054054 18
6d6e5b66 19Also note that you can retrieve stock bitmaps using wxArtProvider.
4514447c 20
928f1a07 21@beginDefList
808b128e 22@row3col{<b>Stock ID</b>, <b>GTK icon</b>, <b>Stock label</b>}
2d143b66 23@stock{wxID_ABOUT,about,&About}
808b128e
VZ
24@stock{wxID_ADD,add,Add}
25@stock{wxID_APPLY,apply,&Apply}
26@stock{wxID_BACKWARD,go-back-ltr,&Back}
27@stock{wxID_BOLD,bold,&Bold}
28@stock{wxID_BOTTOM,goto-bottom,&Bottom}
29@stock{wxID_CANCEL,cancel,&Cancel}
30@stock{wxID_CDROM,cdrom,&CD-Rom}
31@stock{wxID_CLEAR,clear,&Clear}
32@stock{wxID_CLOSE,close,&Close}
33@stock{wxID_CONVERT,convert,&Convert}
34@stock{wxID_COPY,copy,&Copy}
35@stock{wxID_CUT,cut,Cu&t}
36@stock{wxID_DELETE,delete,&Delete}
37@stock{wxID_DOWN,go-down,&Down}
38@stock{wxID_EDIT,edit,&Edit}
39@stock{wxID_EXECUTE,execute,&Execute}
40@stock{wxID_EXIT,quit,&Quit}
41@stock{wxID_FILE,file,&File}
42@stock{wxID_FIND,find,&Find}
43@stock{wxID_FIRST,goto-first-ltr,&First}
44@stock{wxID_FLOPPY,floppy,&Floppy}
45@stock{wxID_FORWARD,go-forward-ltr,&Forward}
46@stock{wxID_HARDDISK,harddisk,&Harddisk}
47@stock{wxID_HELP,help,&Help}
48@stock{wxID_HOME,home,&Home}
49@stock{wxID_INDENT,indent-ltr,Indent}
50@stock{wxID_INDEX,index,&Index}
51@stock{wxID_INFO,info,&Info}
52@stock{wxID_ITALIC,italic,&Italic}
53@stock{wxID_JUMP_TO,jump-to-ltr,&Jump to}
54@stock{wxID_JUSTIFY_CENTER,justify-center,Centered}
55@stock{wxID_JUSTIFY_FILL,justify-fill,Justified}
56@stock{wxID_JUSTIFY_LEFT,justify-left,Align Left}
57@stock{wxID_JUSTIFY_RIGHT,justify-right,Align Right}
58@stock{wxID_LAST,goto-last-ltr,&Last}
59@stock{wxID_NETWORK,network,&Network}
60@stock{wxID_NEW,new,&New}
61@stock{wxID_NO,no,&No}
62@stock{wxID_OK,ok,&OK}
63@stock{wxID_OPEN,open,&Open...}
64@stock{wxID_PASTE,paste,&Paste}
65@stock{wxID_PREFERENCES,preferences,&Preferences}
66@stock{wxID_PREVIEW,print-preview,Print previe&w}
67@stock{wxID_PRINT,print,&Print...}
68@stock{wxID_PROPERTIES,properties,&Properties}
69@stock{wxID_REDO,redo-ltr,&Redo}
70@stock{wxID_REFRESH,refresh,Refresh}
71@stock{wxID_REMOVE,remove,Remove}
72@stock{wxID_REPLACE,find-and-replace,Rep&lace}
73@stock{wxID_REVERT_TO_SAVED,revert-to-saved-ltr,Revert to Saved}
74@stock{wxID_SAVE,save,&Save}
75@stock{wxID_SAVEAS,save-as,Save &As...}
76@stock{wxID_SELECTALL,select-all,Select &All}
77@stock{wxID_SELECT_COLOR,select-color,&Color}
78@stock{wxID_SELECT_FONT,select-font,&Font}
79@stock{wxID_SORT_ASCENDING,sort-ascending,&Ascending}
80@stock{wxID_SORT_DESCENDING,sort-descending,&Descending}
81@stock{wxID_SPELL_CHECK,spell-check,&Spell Check}
82@stock{wxID_STOP,stop,&Stop}
83@stock{wxID_STRIKETHROUGH,strikethrough,&Strikethrough}
84@stock{wxID_TOP,goto-top,&Top}
85@stock{wxID_UNDELETE,undelete-ltr,Undelete}
86@stock{wxID_UNDERLINE,underline,&Underline}
87@stock{wxID_UNDO,undo-ltr,&Undo}
88@stock{wxID_UNINDENT,unindent-ltr,&Unindent}
89@stock{wxID_UP,go-up,&Up}
90@stock{wxID_YES,yes,&Yes}
91@stock{wxID_ZOOM_100,zoom-100,&Actual Size}
92@stock{wxID_ZOOM_FIT,zoom-fit,Zoom to &Fit}
93@stock{wxID_ZOOM_IN,zoom-in,Zoom &In}
94@stock{wxID_ZOOM_OUT,zoom-out,Zoom &Out}
928f1a07 95@endDefList
4514447c 96
e7054054
BP
97Note that some of the IDs listed above also have a stock accelerator and an
98associated help string.
4514447c
FM
99
100*/