]> 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 2e02039ea54d70093a33e8a8966b3c738104ed20..7e07e029542ef44261fb4f500334e1d8c1c9ff95 100644 (file)
@@ -284,6 +284,10 @@ enum {
     wxTE_DONTWRAP,
     wxTE_LINEWRAP,
     wxTE_WORDWRAP,
+    wxTE_LEFT,
+    wxTE_RIGHT,
+    wxTE_CENTER,
+    wxTE_CENTRE,
 
     wxCB_SIMPLE,
     wxCB_DROPDOWN,
@@ -294,6 +298,7 @@ enum {
     wxRA_SPECIFY_ROWS,
     wxRA_SPECIFY_COLS,
     wxRB_GROUP,
+    wxRB_SINGLE,
     wxGA_PROGRESSBAR,
     wxGA_HORIZONTAL,
     wxGA_VERTICAL,
@@ -528,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,
+
 };
 
 
@@ -917,12 +933,6 @@ enum wxHitTest
 
 
 
-#define FALSE 0
-#define false 0
-#define TRUE 1
-#define true 1
-
-
 //---------------------------------------------------------------------------
 //---------------------------------------------------------------------------