git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26003
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
private:
DECLARE_EVENT_TABLE()
private:
DECLARE_EVENT_TABLE()
+ DECLARE_DYNAMIC_CLASS(wxNumberEntryDialog)
DECLARE_NO_COPY_CLASS(wxNumberEntryDialog)
};
DECLARE_NO_COPY_CLASS(wxNumberEntryDialog)
};
EVT_BUTTON(wxID_CANCEL, wxNumberEntryDialog::OnCancel)
END_EVENT_TABLE()
EVT_BUTTON(wxID_CANCEL, wxNumberEntryDialog::OnCancel)
END_EVENT_TABLE()
+IMPLEMENT_CLASS(wxNumberEntryDialog, wxDialog)
+
wxNumberEntryDialog::wxNumberEntryDialog(wxWindow *parent,
const wxString& message,
const wxString& prompt,
wxNumberEntryDialog::wxNumberEntryDialog(wxWindow *parent,
const wxString& message,
const wxString& prompt,