Add wxRTTI to generic wxDirDialog.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -82,6 +82,7 @@ protected:
|
|||||||
wxTextCtrl* m_input;
|
wxTextCtrl* m_input;
|
||||||
|
|
||||||
DECLARE_EVENT_TABLE()
|
DECLARE_EVENT_TABLE()
|
||||||
|
DECLARE_DYNAMIC_CLASS(wxGenericDirDialog)
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // _WX_DIRDLGG_H_
|
#endif // _WX_DIRDLGG_H_
|
||||||
|
@@ -45,6 +45,8 @@
|
|||||||
// wxGenericDirDialog
|
// wxGenericDirDialog
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
IMPLEMENT_DYNAMIC_CLASS(wxGenericDirDialog, wxDialog)
|
||||||
|
|
||||||
static const int ID_DIRCTRL = 1000;
|
static const int ID_DIRCTRL = 1000;
|
||||||
static const int ID_TEXTCTRL = 1001;
|
static const int ID_TEXTCTRL = 1001;
|
||||||
static const int ID_OK = 1002;
|
static const int ID_OK = 1002;
|
||||||
|
Reference in New Issue
Block a user