// Modified by:
// Created: 04/01/98
// RCS-ID: $Id$
-// Copyright: (c) Julian Smart and Markus Holzem
+// Copyright: (c) Julian Smart
// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
void OnButton(wxCommandEvent& event);
private:
- wxButton *m_btnFocused;
- wxButton *m_btnDelete;
+ wxButton *m_btnModal,
+ *m_btnModeless,
+ *m_btnDelete;
DECLARE_EVENT_TABLE()
};