git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13334
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
friend class wxPopupWindowHandler;
friend class wxPopupFocusHandler;
+
+ DECLARE_DYNAMIC_CLASS(wxPopupTransientWindow)
};
#if wxUSE_COMBOBOX && defined(__WXUNIVERSAL__)
// the parent combobox
wxComboControl *m_combo;
+
+ DECLARE_DYNAMIC_CLASS(wxPopupComboWindow)
};
#endif // wxUSE_COMBOBOX && defined(__WXUNIVERSAL__)
IMPLEMENT_DYNAMIC_CLASS(wxPopupWindow, wxWindow)
#endif // __WXMSW__
+IMPLEMENT_DYNAMIC_CLASS(wxPopupTransientWindow, wxPopupWindow)
+IMPLEMENT_DYNAMIC_CLASS(wxPopupComboWindow, wxPopupTransientWindow)
+
// ----------------------------------------------------------------------------
// private classes
// ----------------------------------------------------------------------------