]> git.saurik.com Git - wxWidgets.git/commit - wxPython/src/gtk/wx.cpp
Added wxSashWindow, wxSashEvent, wxLayoutAlgorithm, etc.
authorRobin Dunn <robin@alldunn.com>
Sat, 30 Jan 1999 07:31:33 +0000 (07:31 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 30 Jan 1999 07:31:33 +0000 (07:31 +0000)
commit0812732316f715a480526cedcd481e7fc31a130c
tree599f5526eb889ab6068b755ebc3e7df38fef8f69
parentf37615d7896e9b976c5c251e567570c394f19cf8
Added wxSashWindow, wxSashEvent, wxLayoutAlgorithm, etc.

Various cleanup, tweaks, minor additions, etc. to maintain
compatibility with the current wxWindows.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
28 files changed:
utils/wxPython/README.txt
utils/wxPython/src/Makefile.pre.in
utils/wxPython/src/Setup [deleted file]
utils/wxPython/src/Setup.in
utils/wxPython/src/Setup.in.linux
utils/wxPython/src/Setup.in.solaris
utils/wxPython/src/_defs.i
utils/wxPython/src/_extras.py
utils/wxPython/src/controls2.i
utils/wxPython/src/gdi.i
utils/wxPython/src/helpers.cpp
utils/wxPython/src/makefile.nt
utils/wxPython/src/misc.i
utils/wxPython/src/msw/controls2.cpp
utils/wxPython/src/msw/controls2.py
utils/wxPython/src/msw/gdi.cpp
utils/wxPython/src/msw/misc.cpp
utils/wxPython/src/msw/stattool.cpp
utils/wxPython/src/msw/stattool.py
utils/wxPython/src/msw/windows2.cpp
utils/wxPython/src/msw/windows3.cpp [new file with mode: 0644]
utils/wxPython/src/msw/windows3.py [new file with mode: 0644]
utils/wxPython/src/msw/wx.cpp
utils/wxPython/src/msw/wx.py
utils/wxPython/src/stattool.i
utils/wxPython/src/windows3.i [new file with mode: 0644]
utils/wxPython/src/wx.i
utils/wxPython/tests/test4.py