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