X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5f7bcb48fd9a642036a3bf5c70e2b0c9576df1b1..d60156ac9d764d9ee6cf866a87084732d341abb9:/docs/latex/wx/stockitems.tex?ds=sidebyside diff --git a/docs/latex/wx/stockitems.tex b/docs/latex/wx/stockitems.tex index cba41bc03c..6257e7df34 100644 --- a/docs/latex/wx/stockitems.tex +++ b/docs/latex/wx/stockitems.tex @@ -1,9 +1,12 @@ \section{Stock items}\label{stockitems} -Window IDs for which stock buttons are created -(see \helpref{wxButton constructor}{wxbuttonconstr}): +Window IDs for which stock buttons and menu items are created +(see \helpref{wxButton constructor}{wxbuttonctor} and +\helpref{wxMenuItem constructor}{wxmenuitemctor}): \begin{twocollist}\itemsep=0pt +\twocolitem{{\bf Stock ID}}{{\bf Stock label}} +\twocolitem{wxID\_ABOUT}{"\&About"} \twocolitem{wxID\_ADD}{"Add"} \twocolitem{wxID\_APPLY}{"\&Apply"} \twocolitem{wxID\_BOLD}{"\&Bold"} @@ -13,7 +16,9 @@ Window IDs for which stock buttons are created \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"} @@ -44,6 +49,7 @@ Window IDs for which stock buttons are created \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"} @@ -54,4 +60,8 @@ Window IDs for which stock buttons are created \twocolitem{wxID\_ZOOM\_FIT}{"Zoom to \&Fit"} \twocolitem{wxID\_ZOOM\_IN}{"Zoom \&In"} \twocolitem{wxID\_ZOOM\_OUT}{"Zoom \&Out"} -\end{twocollist}\itemsep=0pt +\end{twocollist} + + +Note that some of the IDs listed above have also a stock accelerator +and an help string associated.