#pragma implementation "radiobox.h"
#endif
+#ifdef __VMS
+#define XtDisplay XTDISPLAY
+#endif
+
#include "wx/radiobox.h"
#include "wx/utils.h"
#endif
XmNfontList, fontList,
NULL);
-#ifdef __VMS__
-#pragma message disable voiincconext
- // VMS gives here the compiler warning:
- // conversion from pointer to function to void* permitted
- // as an extension
-#endif
XtAddCallback ((Widget) m_radioButtons[i], XmNvalueChangedCallback, (XtCallbackProc) wxRadioBoxCallback,
- (XtCallbackProc) this);
-#ifdef __VMS__
-#pragma message enable voiincconext
-#endif
-
+ (XtPointer) this);
}
SetSelection (0);