X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/261ba880dd7ba7138370b5ff7c8d8dd04321f95d..17902387c4c464e24f05597be07bfc6f487ee815:/docs/latex/wx/stdbtnsz.tex diff --git a/docs/latex/wx/stdbtnsz.tex b/docs/latex/wx/stdbtnsz.tex index cd804ce2de..04ce68ebe4 100644 --- a/docs/latex/wx/stdbtnsz.tex +++ b/docs/latex/wx/stdbtnsz.tex @@ -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}