]> git.saurik.com Git - wxWidgets.git/commitdiff
Added support for wxID_CONTEXT_HELP to wxStdDialogButtonSizer.
authorKevin Ollivier <kevino@theolliviers.com>
Sun, 30 Jan 2005 20:56:43 +0000 (20:56 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Sun, 30 Jan 2005 20:56:43 +0000 (20:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/stdbtnsz.tex
src/common/sizer.cpp

index 557dc543ffdf0d9d225c6f0c3cae1d24688a8ffc..cd804ce2deebf999cfe2ce25939ca07cdcd1a87f 100644 (file)
@@ -40,6 +40,7 @@ Adds a button to the wxStdDialogButtonSizer. The button must have one of the fol
        \item wxID_NO
        \item wxID_CANCEL
        \item wxID_HELP
+       \item wxID_CONTEXT_HELP
 \end{itemize}
 
 \membersection{wxStdDialogButtonSizer::Finalise}\label{wxstddialogbuttonsizerfinalise}
index 27b781cf1658cf699b450a8d816f22ab4083877f..47a2fa90dc35110c91eb889ea003097fe848ac99 100644 (file)
@@ -1699,6 +1699,7 @@ void wxStdDialogButtonSizer::AddButton(wxButton *mybutton)
             m_buttonCancel = mybutton;
             break;
         case wxID_HELP:
+               case wxID_CONTEXT_HELP:
             m_buttonHelp = mybutton;
             break;
         default: