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