]> git.saurik.com Git - wxWidgets.git/commit - wxPython/src/gtk/combo.py
Added the wx.combo module, which contains the ComboCtrl and ComboPopup
authorRobin Dunn <robin@alldunn.com>
Thu, 16 Nov 2006 23:38:29 +0000 (23:38 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 16 Nov 2006 23:38:29 +0000 (23:38 +0000)
commit84bc0d49e411fd74ddac8b13318fc2edfba9258a
treec7fe1f0967655cd150323f8baebb217ff145ac66
parent41fa9bfc469a3d681f40504f2a6035bd8319d417
Added the wx.combo module, which contains the ComboCtrl and ComboPopup
classes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
12 files changed:
wxPython/demo/ComboCtrl.py [new file with mode: 0644]
wxPython/demo/Main.py
wxPython/docs/CHANGES.txt
wxPython/include/wx/wxPython/wxPython_int.h
wxPython/setup.py
wxPython/src/combo.i [new file with mode: 0644]
wxPython/src/gtk/combo.py [new file with mode: 0644]
wxPython/src/gtk/combo_wrap.cpp [new file with mode: 0644]
wxPython/src/mac/combo.py [new file with mode: 0644]
wxPython/src/mac/combo_wrap.cpp [new file with mode: 0644]
wxPython/src/msw/combo.py [new file with mode: 0644]
wxPython/src/msw/combo_wrap.cpp [new file with mode: 0644]