wxWidgets/utils/wxPython/modules
Robin Dunn 54b9688254 Enabling the use of masks for wxGTK in some of the demos
wxWindow.GetHandle returns the X-Window instead of the GtkWidget
pointer so the X-Window can be given to other Python modules such as
VTK.

wxPython.lib.vtk updated to get the window handle at widget creation
instead of in the constructor.

other updates


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5147 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-12-29 22:10:32 +00:00
..
glcanvas Enabling the use of masks for wxGTK in some of the demos 1999-12-29 22:10:32 +00:00
html Wrapper updates for wxHtmlLinkInfo and other changes 1999-12-24 03:28:55 +00:00
lseditor Prep for wxPython 2.1b3 release 1999-09-02 06:01:53 +00:00
ogl added font encoding support 1999-10-06 07:03:36 +00:00
stubs Death to all Makefiles and associates! 1999-08-25 04:50:57 +00:00
utils Prep for wxPython 2.1b3 release 1999-09-02 06:01:53 +00:00
.cvsignore Some tweaks and updates 1999-09-10 06:23:48 +00:00
buildall.py Added a simple makefile for those whose fingers can't type anything 1999-10-19 05:01:36 +00:00
README README file (sparse) added. 1999-08-11 17:26:35 +00:00

Modules subdir, more info later...

stubs contains a template for new modules.

html, lseditor are more or less usuable.

glcanvas is moved from the main src directory.

Note, there are no SWIG generated files in CVS yet. I don't expect them to
be useful at this stage, since you can't hack this stuff without a working &
patched up SWIG anyway. Besides, those big files really bog down my phone
line.

Harm van der Heijden, Aug 11, 1999.