Fixed a typemap.
authorRobin Dunn <robin@alldunn.com>
Mon, 21 Jan 2002 21:33:07 +0000 (21:33 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 21 Jan 2002 21:33:07 +0000 (21:33 +0000)
commit293a0a8677c1ea28e42d4a97c3ec9c2a757d1c0c
treed9fa455e52fa38d9e2558dfd26b777ee252251cf
parentc9baf9d7381850790040b26b11cc9456877ddc4e
Fixed a typemap.

Added a Python list --> wxArrayInt typemap and wxArrayInt --> Python
list helper.

Added wxMultiChoiceDialog.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13736 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
15 files changed:
wxPython/b.bat
wxPython/contrib/gizmos/gizmos.cpp
wxPython/src/_extras.py
wxPython/src/cmndlgs.i
wxPython/src/export.h
wxPython/src/helpers.cpp
wxPython/src/helpers.h
wxPython/src/msw/cmndlgs.cpp
wxPython/src/msw/cmndlgs.py
wxPython/src/msw/grid.cpp
wxPython/src/msw/misc2.cpp
wxPython/src/msw/wx.cpp
wxPython/src/msw/wx.py
wxPython/src/my_typemaps.i
wxPython/src/wx.i