]> git.saurik.com Git - wxWidgets.git/commit
Added wxDllWidget from Vaclav Slavik which allows wx widgets derived
authorRobin Dunn <robin@alldunn.com>
Thu, 6 Dec 2001 19:59:37 +0000 (19:59 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 6 Dec 2001 19:59:37 +0000 (19:59 +0000)
commit4a61305d364dcf229395fb223daec31e2d6efcb4
tree780dae02e5a2c385bb9ef28b2566ffa8efd3c20a
parentd30f0930060a3091d7326dff8c4e5fa09f638e99
Added wxDllWidget from Vaclav Slavik which allows wx widgets derived
from wxWindow to be loaded from a C++ .dll (or .so) and be used in a
wxPython program, without the widget having to be SWIGged first.

Various updates for distribs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12890 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
14 files changed:
wxPython/CHANGES.txt
wxPython/MANIFEST.in
wxPython/contrib/dllwidget/dllwidget.cpp [new file with mode: 0644]
wxPython/contrib/dllwidget/dllwidget.h [new file with mode: 0644]
wxPython/contrib/dllwidget/dllwidget.py [new file with mode: 0644]
wxPython/contrib/dllwidget/dllwidget_.cpp [new file with mode: 0644]
wxPython/contrib/dllwidget/dllwidget_.i [new file with mode: 0644]
wxPython/contrib/dllwidget/dllwidget_.py [new file with mode: 0644]
wxPython/demo/dllwidget/Makefile [new file with mode: 0644]
wxPython/demo/dllwidget/makefile.vc [new file with mode: 0644]
wxPython/demo/dllwidget/test_dll.cpp [new file with mode: 0644]
wxPython/demo/dllwidget/test_prog.py [new file with mode: 0644]
wxPython/distrib/make_installer.py
wxPython/setup.py