]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/stdbtnsz.tex
English corrections
[wxWidgets.git] / docs / latex / wx / stdbtnsz.tex
index cd804ce2deebf999cfe2ce25939ca07cdcd1a87f..04ce68ebe41c626fc95ea09eee49dbd2278681eb 100644 (file)
@@ -6,7 +6,7 @@ When there aren't interface guidelines defined for a particular platform or tool
 
 TO USE THIS CLASS: First, add buttons to the sizer by calling AddButton (or SetAffirmativeButton, SetNegativeButton, or SetCancelButton) and then call Finalise in order to create the actual button layout used. Other than these special operations, this sizer works like any other sizer. 
 
-ALSO NOTE: If you add a button with wxID_SAVE, on Mac OS X the button will be renamed to "Save" and the wxID_NO button will be renamed to "Don't Save" in accordance with the Mac OS X Human Interface Guidelines.
+ALSO NOTE: If you add a button with wxID\_SAVE, on Mac OS X the button will be renamed to "Save" and the wxID\_NO button will be renamed to "Don't Save" in accordance with the Mac OS X Human Interface Guidelines.
 
 \wxheading{Derived from}
 
@@ -33,14 +33,14 @@ Constructor for a wxStdDialogButtonSizer.
 Adds a button to the wxStdDialogButtonSizer. The button must have one of the following IDs:
 
 \begin{itemize}
-       \item wxID_OK
-       \item wxID_YES
-       \item wxID_SAVE
-       \item wxID_APPLY
-       \item wxID_NO
-       \item wxID_CANCEL
-       \item wxID_HELP
-       \item wxID_CONTEXT_HELP
+       \item wxID\_OK
+       \item wxID\_YES
+       \item wxID\_SAVE
+       \item wxID\_APPLY
+       \item wxID\_NO
+       \item wxID\_CANCEL
+       \item wxID\_HELP
+       \item wxID\_CONTEXT\_HELP
 \end{itemize}
 
 \membersection{wxStdDialogButtonSizer::Finalise}\label{wxstddialogbuttonsizerfinalise}