]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_defs.i
Removed deprecation warnings in OGL and Gizmos
[wxWidgets.git] / wxPython / src / _defs.i
index 553b379839e6ec4021d350413fa6c4b1a1bd2d17..7e07e029542ef44261fb4f500334e1d8c1c9ff95 100644 (file)
@@ -298,6 +298,7 @@ enum {
     wxRA_SPECIFY_ROWS,
     wxRA_SPECIFY_COLS,
     wxRB_GROUP,
+    wxRB_SINGLE,
     wxGA_PROGRESSBAR,
     wxGA_HORIZONTAL,
     wxGA_VERTICAL,
@@ -532,6 +533,17 @@ enum {
     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,
+
 };
 
 
@@ -921,12 +933,6 @@ enum wxHitTest
 
 
 
-#define FALSE 0
-#define false 0
-#define TRUE 1
-#define true 1
-
-
 //---------------------------------------------------------------------------
 //---------------------------------------------------------------------------