SWIGged update for wxGTK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16553 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-08-16 19:45:18 +00:00
parent 3979290c61
commit 57ee4c3b3b
5 changed files with 303 additions and 0 deletions

View File

@@ -1730,6 +1730,7 @@ class wxPySimpleApp(wxApp):
def __init__(self, flag=0):
wxApp.__init__(self, flag)
def OnInit(self):
wxInitAllImageHandlers()
return true