Refactored Python shadows to use wxControlWithItems where appropriate.
authorRobin Dunn <robin@alldunn.com>
Wed, 3 Oct 2001 06:12:49 +0000 (06:12 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 3 Oct 2001 06:12:49 +0000 (06:12 +0000)
commit65191ae8f2f5f19e6e042b8eb596ff3b0776dba0
tree2aa6e49350c6b53c30240d0247a9359f7ddfd3f8
parent900d98862dc265f24943f60074d8b69025331737
Refactored Python shadows to use wxControlWithItems where appropriate.

Implememted SetClientData for wxControlWithItems.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11799 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
14 files changed:
wxPython/src/gtk/controls.cpp
wxPython/src/gtk/controls.py
wxPython/src/gtk/controls2.cpp
wxPython/src/gtk/controls2.py
wxPython/src/gtk/events.cpp
wxPython/src/gtk/events.py
wxPython/src/gtk/frames.cpp
wxPython/src/gtk/frames.py
wxPython/src/gtk/gdi.cpp
wxPython/src/gtk/gdi.py
wxPython/src/gtk/utils.cpp
wxPython/src/gtk/utils.py
wxPython/src/gtk/windows.cpp
wxPython/src/gtk/windows.py