]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_defs.i
use the right number in the tarball filename
[wxWidgets.git] / wxPython / src / _defs.i
index c0534eff691f6b1e6c2106bd9b0e687d9379defc..1aa7ff32b0e31b182577ed938f775b9e0ad8f0da 100644 (file)
@@ -1210,6 +1210,14 @@ enum wxUpdateUI
 };
 
 
+enum wxLayoutDirection
+{
+    wxLayout_Default,
+    wxLayout_LeftToRight,
+    wxLayout_RightToLeft
+};
+
+
 
 //---------------------------------------------------------------------------