X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3d902bdfa8fa9fe970de3456c31eb0d0b48edb7c..25c4a27cb334abfd64cc4d41e8db8584c40f1d12:/docs/doxygen/const_stockitems.h?ds=sidebyside diff --git a/docs/doxygen/const_stockitems.h b/docs/doxygen/const_stockitems.h new file mode 100644 index 0000000000..eda3594751 --- /dev/null +++ b/docs/doxygen/const_stockitems.h @@ -0,0 +1,78 @@ +///////////////////////////////////////////////////////////////////////////// +// 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. + +*/