SWIGged updates for wxGTK for recent changes

A few other little cleanups


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14189 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-02-13 22:17:33 +00:00
parent c0fbf24ba6
commit ef2060faf3
7 changed files with 124 additions and 29 deletions

View File

@@ -783,7 +783,7 @@ class __wxPyCleanup:
sys.__wxPythonCleanup = __wxPyCleanup()
## # another possible solution, but it gets called too eary...
## # another possible solution, but it gets called too early...
## if sys.version[0] == '2':
## import atexit
## atexit.register(wxc.wxApp_CleanUp)