wxGTK version of generated code for recent changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2001-03-15 00:36:12 +00:00
parent e87269a7a5
commit 5e40f9dd0d
10 changed files with 1009 additions and 84 deletions

View File

@@ -430,6 +430,9 @@ class wxWindowPtr(wxEvtHandlerPtr):
def SetEventHandler(self, *_args, **_kwargs):
val = apply(windowsc.wxWindow_SetEventHandler,(self,) + _args, _kwargs)
return val
def SetExtraStyle(self, *_args, **_kwargs):
val = apply(windowsc.wxWindow_SetExtraStyle,(self,) + _args, _kwargs)
return val
def SetTitle(self, *_args, **_kwargs):
val = apply(windowsc.wxWindow_SetTitle,(self,) + _args, _kwargs)
return val