reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39994 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-07-05 00:59:54 +00:00
parent f1d0b1300c
commit 92515dfc1c
4 changed files with 580 additions and 790 deletions

View File

@@ -9563,7 +9563,7 @@ class Window(EvtHandler):
self._setCallbackInfo(self, self.__class__)
def SendSizeEvent(self):
self.GetEventhandler().ProcessEvent(wx.SizeEvent((-1,-1)))
self.GetEventHandler().ProcessEvent(wx.SizeEvent((-1,-1)))
_core_.Window_swigregister(Window)