git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41021 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
		
			
				
	
	
		
			68 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			TeX
		
	
	
	
	
	
			
		
		
	
	
			68 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			TeX
		
	
	
	
	
	
| \section{Stock items}\label{stockitems}
 | |
| 
 | |
| 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"}
 | |
| \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"}
 | |
| \end{twocollist}
 | |
| 
 | |
| 
 | |
| Note that some of the IDs listed above have also a stock accelerator
 | |
| and an help string associated.
 |