test for the bug with showing a modeless dialog from a modal one in wxGTK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19308 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-02-25 12:33:35 +00:00
parent e549bec483
commit 5315ebfaed
2 changed files with 17 additions and 9 deletions

View File

@@ -44,8 +44,9 @@ public:
void OnButton(wxCommandEvent& event);
private:
wxButton *m_btnFocused;
wxButton *m_btnDelete;
wxButton *m_btnModal,
*m_btnModeless,
*m_btnDelete;
DECLARE_EVENT_TABLE()
};