add tests for the remaining message box flags (wxNO_DEFAULT and wxCENTRE)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55528 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-09-09 17:25:34 +00:00
parent 3e7ea45c59
commit 4e2dc7895b
2 changed files with 36 additions and 1 deletions

View File

@@ -181,6 +181,7 @@ private:
void OnApply(wxCommandEvent& event);
void OnClose(wxCommandEvent& event);
void OnUpdateLabelUI(wxUpdateUIEvent& event);
void OnUpdateNoDefaultUI(wxUpdateUIEvent& event);
enum
{
@@ -207,6 +208,9 @@ private:
wxRadioBox *m_icons;
wxCheckBox *m_chkNoDefault,
*m_chkCentre;
DECLARE_EVENT_TABLE()
DECLARE_NO_COPY_CLASS(TestMessageBoxDialog)
};