]> git.saurik.com Git - wxWidgets.git/commit - utils/wxPython/src/controls2.i
Tweaks needed to be able to build wxPython with wxGTK.
authorRobin Dunn <robin@alldunn.com>
Wed, 16 Dec 1998 22:12:47 +0000 (22:12 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 16 Dec 1998 22:12:47 +0000 (22:12 +0000)
commit105e45b9d02d7e9ed10923957ae1ce60c037273d
tree4b2bfd6a09e87b24800b5e55782c5ee87e63d79e
parent5f4987fed4dc52a35f0ddd649ae1cf9e75bb92d3
Tweaks needed to be able to build wxPython with wxGTK.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1211 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
38 files changed:
utils/wxPython/src/Makefile.pre.in
utils/wxPython/src/Setup.in
utils/wxPython/src/Setup.in.linux
utils/wxPython/src/Setup.in.solaris
utils/wxPython/src/controls2.i
utils/wxPython/src/frames.i
utils/wxPython/src/gdi.i
utils/wxPython/src/gtk/cmndlgs.cpp
utils/wxPython/src/gtk/cmndlgs.py
utils/wxPython/src/gtk/controls.cpp
utils/wxPython/src/gtk/controls.py
utils/wxPython/src/gtk/controls2.cpp
utils/wxPython/src/gtk/controls2.py
utils/wxPython/src/gtk/events.cpp
utils/wxPython/src/gtk/events.py
utils/wxPython/src/gtk/frames.cpp
utils/wxPython/src/gtk/frames.py
utils/wxPython/src/gtk/gdi.cpp
utils/wxPython/src/gtk/gdi.py
utils/wxPython/src/gtk/mdi.cpp
utils/wxPython/src/gtk/mdi.py
utils/wxPython/src/gtk/misc.cpp
utils/wxPython/src/gtk/misc.py
utils/wxPython/src/gtk/stattool.cpp
utils/wxPython/src/gtk/stattool.py
utils/wxPython/src/gtk/utils.cpp [new file with mode: 0644]
utils/wxPython/src/gtk/utils.py [new file with mode: 0644]
utils/wxPython/src/gtk/windows.cpp
utils/wxPython/src/gtk/windows.py
utils/wxPython/src/gtk/windows2.cpp
utils/wxPython/src/gtk/windows2.py
utils/wxPython/src/gtk/wx.cpp
utils/wxPython/src/gtk/wx.py
utils/wxPython/src/misc.i
utils/wxPython/src/windows.i
utils/wxPython/src/wx.i
utils/wxPython/tests/test3.py
utils/wxPython/tests/test4.py