]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_defs.i
Add Get/SetLogicalFunction
[wxWidgets.git] / wxPython / src / _defs.i
index c0534eff691f6b1e6c2106bd9b0e687d9379defc..772318584620115dd5872b172759c4b735bdcdde 100644 (file)
@@ -162,6 +162,12 @@ typedef unsigned long   wxUIntPtr;
     %pythoncode { NAME = property(STUFF) }
 %enddef
 
+
+%define setCallbackInfo(klass)
+    "klass._setCallbackInfo(self, self, klass)"
+%enddef
+
+
 //----------------------------------------------------------------------
 // Macros for the docstring and autodoc features of SWIG.  These will
 // help make the code look more readable, and pretty, as well as help
@@ -1210,6 +1216,14 @@ enum wxUpdateUI
 };
 
 
+enum wxLayoutDirection
+{
+    wxLayout_Default,
+    wxLayout_LeftToRight,
+    wxLayout_RightToLeft
+};
+
+
 
 //---------------------------------------------------------------------------