%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
};
+enum wxLayoutDirection
+{
+ wxLayout_Default,
+ wxLayout_LeftToRight,
+ wxLayout_RightToLeft
+};
+
+
//---------------------------------------------------------------------------