X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4de4adcedcb683a82efaa2db7253dd799167144d..cbdf0fb0b809f0f47fc650252973b2e772a3376e:/wxPython/src/gtk/aui.py diff --git a/wxPython/src/gtk/aui.py b/wxPython/src/gtk/aui.py index 2b7f3ed4c9..76b76eeb0f 100644 --- a/wxPython/src/gtk/aui.py +++ b/wxPython/src/gtk/aui.py @@ -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)