reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1266,12 +1266,13 @@ class DockInfo(object):
|
||||
resizable = property(_aui.DockInfo_resizable_get, _aui.DockInfo_resizable_set)
|
||||
toolbar = property(_aui.DockInfo_toolbar_get, _aui.DockInfo_toolbar_set)
|
||||
fixed = property(_aui.DockInfo_fixed_get, _aui.DockInfo_fixed_set)
|
||||
__swig_destroy__ = _aui.delete_DockInfo
|
||||
__del__ = lambda self : None;
|
||||
_aui.DockInfo_swigregister(DockInfo)
|
||||
|
||||
class DockUIPart(object):
|
||||
"""Proxy of C++ DockUIPart class"""
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
|
||||
def __init__(self): raise AttributeError, "No constructor defined"
|
||||
__repr__ = _swig_repr
|
||||
typeCaption = _aui.DockUIPart_typeCaption
|
||||
typeGripper = _aui.DockUIPart_typeGripper
|
||||
@@ -1290,14 +1291,23 @@ class DockUIPart(object):
|
||||
cont_sizer = property(_aui.DockUIPart_cont_sizer_get, _aui.DockUIPart_cont_sizer_set)
|
||||
sizer_item = property(_aui.DockUIPart_sizer_item_get, _aui.DockUIPart_sizer_item_set)
|
||||
rect = property(_aui.DockUIPart_rect_get, _aui.DockUIPart_rect_set)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""__init__(self) -> DockUIPart"""
|
||||
_aui.DockUIPart_swiginit(self,_aui.new_DockUIPart(*args, **kwargs))
|
||||
__swig_destroy__ = _aui.delete_DockUIPart
|
||||
__del__ = lambda self : None;
|
||||
_aui.DockUIPart_swigregister(DockUIPart)
|
||||
|
||||
class PaneButton(object):
|
||||
"""Proxy of C++ PaneButton class"""
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
|
||||
def __init__(self): raise AttributeError, "No constructor defined"
|
||||
__repr__ = _swig_repr
|
||||
button_id = property(_aui.PaneButton_button_id_get, _aui.PaneButton_button_id_set)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""__init__(self) -> PaneButton"""
|
||||
_aui.PaneButton_swiginit(self,_aui.new_PaneButton(*args, **kwargs))
|
||||
__swig_destroy__ = _aui.delete_PaneButton
|
||||
__del__ = lambda self : None;
|
||||
_aui.PaneButton_swigregister(PaneButton)
|
||||
|
||||
wxEVT_AUI_PANEBUTTON = _aui.wxEVT_AUI_PANEBUTTON
|
||||
|
Reference in New Issue
Block a user