fixing rti
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66572 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
50fa616c35
commit
72259abb8a
@ -81,7 +81,11 @@ wxFLAGS_MEMBER(wxCB_DROPDOWN)
|
||||
|
||||
wxEND_FLAGS( wxComboBoxStyle )
|
||||
|
||||
#ifdef __WXUNIVERSAL__
|
||||
wxIMPLEMENT_DYNAMIC_CLASS_XTI(wxComboBox, wxControl, "wx/combobox.h")
|
||||
#else
|
||||
wxIMPLEMENT_DYNAMIC_CLASS_XTI(wxComboBox, wxChoice, "wx/combobox.h")
|
||||
#endif
|
||||
|
||||
wxBEGIN_PROPERTIES_TABLE(wxComboBox)
|
||||
wxEVENT_PROPERTY( Select, wxEVT_COMMAND_COMBOBOX_SELECTED, wxCommandEvent )
|
||||
|
@ -47,6 +47,12 @@
|
||||
// wxWin macros
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
#if wxHAS_NATIVE_CALENDARCTRL
|
||||
|
||||
IMPLEMENT_DYNAMIC_CLASS_XTI(wxGenericCalendarCtrl, wxControl,"wx/calctrl.h")
|
||||
|
||||
#endif
|
||||
|
||||
BEGIN_EVENT_TABLE(wxGenericCalendarCtrl, wxControl)
|
||||
EVT_PAINT(wxGenericCalendarCtrl::OnPaint)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user