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:
@@ -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()
|
||||
};
|
||||
|
Reference in New Issue
Block a user