git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66559
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// wxButton
//-----------------------------------------------------------------------------
-IMPLEMENT_DYNAMIC_CLASS(wxButton,wxControl)
-
bool wxButton::Create(wxWindow *parent,
wxWindowID id,
const wxString &label,
// wxDialog
//-----------------------------------------------------------------------------
-IMPLEMENT_DYNAMIC_CLASS(wxDialog,wxTopLevelWindow)
-
void wxDialog::Init()
{
m_modalLoop = NULL;