#pragma hdrstop
#endif
+#if wxUSE_COMBOBOX
+
// for all others, include the necessary headers
#ifndef WX_PRECOMP
#include "wx/log.h"
*m_textDelete;
private:
- DECLARE_EVENT_TABLE();
- DECLARE_WIDGETS_PAGE(ComboboxWidgetsPage);
+ DECLARE_EVENT_TABLE()
+ DECLARE_WIDGETS_PAGE(ComboboxWidgetsPage)
};
// ----------------------------------------------------------------------------
CreateCombo();
}
+#endif //wxUSE_COMBOBOX
+