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