rwSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42975 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3305,6 +3305,7 @@ class PyWindow(_core.Window):
|
||||
"""_setCallbackInfo(self, PyObject self, PyObject _class)"""
|
||||
return _windows_.PyWindow__setCallbackInfo(*args, **kwargs)
|
||||
|
||||
SetBestSize = wx.Window.SetInitialSize
|
||||
def DoEraseBackground(*args, **kwargs):
|
||||
"""DoEraseBackground(self, DC dc) -> bool"""
|
||||
return _windows_.PyWindow_DoEraseBackground(*args, **kwargs)
|
||||
@@ -3481,6 +3482,7 @@ class PyPanel(Panel):
|
||||
"""_setCallbackInfo(self, PyObject self, PyObject _class)"""
|
||||
return _windows_.PyPanel__setCallbackInfo(*args, **kwargs)
|
||||
|
||||
SetBestSize = wx.Window.SetInitialSize
|
||||
def DoEraseBackground(*args, **kwargs):
|
||||
"""DoEraseBackground(self, DC dc) -> bool"""
|
||||
return _windows_.PyPanel_DoEraseBackground(*args, **kwargs)
|
||||
@@ -3657,6 +3659,7 @@ class PyScrolledWindow(ScrolledWindow):
|
||||
"""_setCallbackInfo(self, PyObject self, PyObject _class)"""
|
||||
return _windows_.PyScrolledWindow__setCallbackInfo(*args, **kwargs)
|
||||
|
||||
SetBestSize = wx.Window.SetInitialSize
|
||||
def DoEraseBackground(*args, **kwargs):
|
||||
"""DoEraseBackground(self, DC dc) -> bool"""
|
||||
return _windows_.PyScrolledWindow_DoEraseBackground(*args, **kwargs)
|
||||
|
Reference in New Issue
Block a user