reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43651 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-11-26 07:02:21 +00:00
parent 4de4adcedc
commit cbdf0fb0b8
18 changed files with 285 additions and 525 deletions

View 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)