added wxAPPLY and wxCLOSE flags to CreateStdDialogButtonSizer() (Marcin Wojdyr)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45457 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -862,10 +862,10 @@ public:
|
||||
|
||||
protected:
|
||||
wxButton *m_buttonAffirmative; // wxID_OK, wxID_YES, wxID_SAVE go here
|
||||
wxButton *m_buttonApply;
|
||||
wxButton *m_buttonApply; // wxID_APPLY
|
||||
wxButton *m_buttonNegative; // wxID_NO
|
||||
wxButton *m_buttonCancel;
|
||||
wxButton *m_buttonHelp;
|
||||
wxButton *m_buttonCancel; // wxID_CANCEL, wxID_CLOSE
|
||||
wxButton *m_buttonHelp; // wxID_HELP, wxID_CONTEXT_HELP
|
||||
|
||||
private:
|
||||
DECLARE_CLASS(wxStdDialogButtonSizer)
|
||||
|
Reference in New Issue
Block a user