X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f8ab089a49f23a467d345835f4250f3fe8031479..2d17baae34e212fd96e3a0d6f6baad417f89ca27:/src/motif/checkbox.cpp?ds=sidebyside diff --git a/src/motif/checkbox.cpp b/src/motif/checkbox.cpp index c9c180cc93..bac4609472 100644 --- a/src/motif/checkbox.cpp +++ b/src/motif/checkbox.cpp @@ -18,6 +18,12 @@ #ifdef __VMS #define XtDisplay XTDISPLAY +#define XmNtoggleMode 0 +#define XmTOGGLE_INDETERMINATE 1 +#define XmTOGGLE_BOOLEAN 2 +#define XmUNSET 3 +#define XmSET 4 +#define XmINDETERMINATE 5 #endif #include "wx/defs.h"