#if wxUSE_CHOICE
-#ifdef __VMS
-#define XtDisplay XTDISPLAY
-#define XtParent XTPARENT
-#endif
-
#include "wx/choice.h"
#ifndef WX_PRECOMP
#define WIDTH_OVERHEAD_SUBTRACT 40
#define HEIGHT_OVERHEAD 15
-IMPLEMENT_DYNAMIC_CLASS(wxChoice, wxControl)
+IMPLEMENT_DYNAMIC_CLASS(wxChoice, wxControlWithItems)
void wxChoiceCallback (Widget w, XtPointer clientData,
XtPointer ptr);