Better wrapper for wxListCtrl.GetColumn, and some other cleanup

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14335 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-02-21 00:54:23 +00:00
parent c921c2cd3a
commit 14afa2cbca
5 changed files with 37 additions and 19 deletions

View File

@@ -1676,7 +1676,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)