+ wxTIMER_CONTINUOUS,
+ wxTIMER_ONE_SHOT,
+
+ // the symbolic names for the mouse buttons
+ wxMOUSE_BTN_ANY,
+ wxMOUSE_BTN_NONE,
+ wxMOUSE_BTN_LEFT,
+ wxMOUSE_BTN_MIDDLE,
+ wxMOUSE_BTN_RIGHT,
+
+ // It looks like wxTabCtrl may rise from the dead. Uncomment these if
+ // it gets an implementation for all platforms...
+// wxTC_RIGHTJUSTIFY,
+// wxTC_FIXEDWIDTH,
+// wxTC_TOP,
+// wxTC_LEFT,
+// wxTC_RIGHT,
+// wxTC_BOTTOM,
+// wxTC_MULTILINE,
+// wxTC_OWNERDRAW,
+