]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/aui.py
reSWIGged
[wxWidgets.git] / wxPython / src / gtk / aui.py
index 2b7f3ed4c9026c8ca36b35eb1e52bbbf34258628..76b76eeb0f89423b3d9805a18f88664a57bac1cc 100644 (file)
@@ -866,6 +866,7 @@ class AuiDockInfo(object):
     resizable = property(_aui.AuiDockInfo_resizable_get, _aui.AuiDockInfo_resizable_set)
     toolbar = property(_aui.AuiDockInfo_toolbar_get, _aui.AuiDockInfo_toolbar_set)
     fixed = property(_aui.AuiDockInfo_fixed_get, _aui.AuiDockInfo_fixed_set)
+    reserved1 = property(_aui.AuiDockInfo_reserved1_get, _aui.AuiDockInfo_reserved1_set)
     __swig_destroy__ = _aui.delete_AuiDockInfo
     __del__ = lambda self : None;
 _aui.AuiDockInfo_swigregister(AuiDockInfo)