git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51913 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
79 lines
2.7 KiB
C
79 lines
2.7 KiB
C
/////////////////////////////////////////////////////////////////////////////
|
|
// Name: const_stockitems.h
|
|
// Purpose: stock item values enumerated
|
|
// Author: wxWidgets team
|
|
// RCS-ID: $Id$
|
|
// Licence: wxWindows license
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
/*!
|
|
|
|
@page stockitems Stock items
|
|
|
|
Window IDs for which stock buttons and menu items are created
|
|
(see the wxButton constructor and the wxMenuItem constructor):
|
|
|
|
TODO: what can we use here instead of \twocolitem to keep text readable??
|
|
|
|
\twocolitem{{\bf Stock ID}}{{\bf Stock label}}
|
|
\twocolitem{wxID_ABOUT}{"&About"}
|
|
\twocolitem{wxID_ADD}{"Add"}
|
|
\twocolitem{wxID_APPLY}{"&Apply"}
|
|
\twocolitem{wxID_BOLD}{"&Bold"}
|
|
\twocolitem{wxID_CANCEL}{"&Cancel"}
|
|
\twocolitem{wxID_CLEAR}{"&Clear"}
|
|
\twocolitem{wxID_CLOSE}{"&Close"}
|
|
\twocolitem{wxID_COPY}{"&Copy"}
|
|
\twocolitem{wxID_CUT}{"Cu&t"}
|
|
\twocolitem{wxID_DELETE}{"&Delete"}
|
|
\twocolitem{wxID_EDIT}{"&Edit"}
|
|
\twocolitem{wxID_FIND}{"&Find"}
|
|
\twocolitem{wxID_FILE}{"&File"}
|
|
\twocolitem{wxID_REPLACE}{"Find and rep&lace"}
|
|
\twocolitem{wxID_BACKWARD}{"&Back"}
|
|
\twocolitem{wxID_DOWN}{"&Down"}
|
|
\twocolitem{wxID_FORWARD}{"&Forward"}
|
|
\twocolitem{wxID_UP}{"&Up"}
|
|
\twocolitem{wxID_HELP}{"&Help"}
|
|
\twocolitem{wxID_HOME}{"&Home"}
|
|
\twocolitem{wxID_INDENT}{"Indent"}
|
|
\twocolitem{wxID_INDEX}{"&Index"}
|
|
\twocolitem{wxID_ITALIC}{"&Italic"}
|
|
\twocolitem{wxID_JUSTIFY_CENTER}{"Centered"}
|
|
\twocolitem{wxID_JUSTIFY_FILL}{"Justified"}
|
|
\twocolitem{wxID_JUSTIFY_LEFT}{"Align Left"}
|
|
\twocolitem{wxID_JUSTIFY_RIGHT}{"Align Right"}
|
|
\twocolitem{wxID_NEW}{"&New"}
|
|
\twocolitem{wxID_NO}{"&No"}
|
|
\twocolitem{wxID_OK}{"&OK"}
|
|
\twocolitem{wxID_OPEN}{"&Open"}
|
|
\twocolitem{wxID_PASTE}{"&Paste"}
|
|
\twocolitem{wxID_PREFERENCES}{"&Preferences"}
|
|
\twocolitem{wxID_PRINT}{"&Print"}
|
|
\twocolitem{wxID_PREVIEW}{"Print previe&w"}
|
|
\twocolitem{wxID_PROPERTIES}{"&Properties"}
|
|
\twocolitem{wxID_EXIT}{"&Quit"}
|
|
\twocolitem{wxID_REDO}{"&Redo"}
|
|
\twocolitem{wxID_REFRESH}{"Refresh"}
|
|
\twocolitem{wxID_REMOVE}{"Remove"}
|
|
\twocolitem{wxID_REVERT_TO_SAVED}{"Revert to Saved"}
|
|
\twocolitem{wxID_SAVE}{"&Save"}
|
|
\twocolitem{wxID_SAVEAS}{"Save &As..."}
|
|
\twocolitem{wxID_SELECTALL}{"Select all"}
|
|
\twocolitem{wxID_STOP}{"&Stop"}
|
|
\twocolitem{wxID_UNDELETE}{"Undelete"}
|
|
\twocolitem{wxID_UNDERLINE}{"&Underline"}
|
|
\twocolitem{wxID_UNDO}{"&Undo"}
|
|
\twocolitem{wxID_UNINDENT}{"&Unindent"}
|
|
\twocolitem{wxID_YES}{"&Yes"}
|
|
\twocolitem{wxID_ZOOM_100}{"&Actual Size"}
|
|
\twocolitem{wxID_ZOOM_FIT}{"Zoom to &Fit"}
|
|
\twocolitem{wxID_ZOOM_IN}{"Zoom &In"}
|
|
\twocolitem{wxID_ZOOM_OUT}{"Zoom &Out"}
|
|
|
|
Note that some of the IDs listed above have also a stock accelerator
|
|
and an help string associated.
|
|
|
|
*/
|