added wxRTTI macros to wxPopupComboWindow and wxPopupTransientWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -111,6 +111,8 @@ protected:
|
|||||||
|
|
||||||
friend class wxPopupWindowHandler;
|
friend class wxPopupWindowHandler;
|
||||||
friend class wxPopupFocusHandler;
|
friend class wxPopupFocusHandler;
|
||||||
|
|
||||||
|
DECLARE_DYNAMIC_CLASS(wxPopupTransientWindow)
|
||||||
};
|
};
|
||||||
|
|
||||||
#if wxUSE_COMBOBOX && defined(__WXUNIVERSAL__)
|
#if wxUSE_COMBOBOX && defined(__WXUNIVERSAL__)
|
||||||
@@ -138,6 +140,8 @@ protected:
|
|||||||
|
|
||||||
// the parent combobox
|
// the parent combobox
|
||||||
wxComboControl *m_combo;
|
wxComboControl *m_combo;
|
||||||
|
|
||||||
|
DECLARE_DYNAMIC_CLASS(wxPopupComboWindow)
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // wxUSE_COMBOBOX && defined(__WXUNIVERSAL__)
|
#endif // wxUSE_COMBOBOX && defined(__WXUNIVERSAL__)
|
||||||
|
@@ -46,6 +46,9 @@
|
|||||||
IMPLEMENT_DYNAMIC_CLASS(wxPopupWindow, wxWindow)
|
IMPLEMENT_DYNAMIC_CLASS(wxPopupWindow, wxWindow)
|
||||||
#endif // __WXMSW__
|
#endif // __WXMSW__
|
||||||
|
|
||||||
|
IMPLEMENT_DYNAMIC_CLASS(wxPopupTransientWindow, wxPopupWindow)
|
||||||
|
IMPLEMENT_DYNAMIC_CLASS(wxPopupComboWindow, wxPopupTransientWindow)
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// private classes
|
// private classes
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user