Added wxRTTI information to wxNumberEntryDialog.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -60,6 +60,7 @@ protected:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
DECLARE_EVENT_TABLE()
|
DECLARE_EVENT_TABLE()
|
||||||
|
DECLARE_DYNAMIC_CLASS(wxNumberEntryDialog)
|
||||||
DECLARE_NO_COPY_CLASS(wxNumberEntryDialog)
|
DECLARE_NO_COPY_CLASS(wxNumberEntryDialog)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -71,6 +71,8 @@ BEGIN_EVENT_TABLE(wxNumberEntryDialog, wxDialog)
|
|||||||
EVT_BUTTON(wxID_CANCEL, wxNumberEntryDialog::OnCancel)
|
EVT_BUTTON(wxID_CANCEL, wxNumberEntryDialog::OnCancel)
|
||||||
END_EVENT_TABLE()
|
END_EVENT_TABLE()
|
||||||
|
|
||||||
|
IMPLEMENT_CLASS(wxNumberEntryDialog, wxDialog)
|
||||||
|
|
||||||
wxNumberEntryDialog::wxNumberEntryDialog(wxWindow *parent,
|
wxNumberEntryDialog::wxNumberEntryDialog(wxWindow *parent,
|
||||||
const wxString& message,
|
const wxString& message,
|
||||||
const wxString& prompt,
|
const wxString& prompt,
|
||||||
|
Reference in New Issue
Block a user