Files
wxWidgets/utils/wxPython/modules/lseditor
Harco de Hilster f786a3b23d - Updated gtk SWIGged files to SWIG 1.1 cvs level
- changed SOURCES treatment in build.py; the path is stripped from the source
file when the object name is derived; this means sources can be anywhere
(typically might be in GENCODEDIR) but the compiled object will always be
in the current dir. (This is how the implicit makefile rule already behaved)
- updated glcanvas/build.cfg for unix builds to copy glcanvas.cpp from
utils/glcanvas (like Setup.in did)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-08-24 12:51:54 +00:00
..
1999-08-11 17:14:49 +00:00
1999-08-11 17:23:17 +00:00
1999-08-11 17:14:49 +00:00
1999-08-11 17:14:49 +00:00
1999-08-11 17:14:49 +00:00
1999-08-11 17:14:49 +00:00
1999-08-11 17:14:49 +00:00
1999-08-11 17:14:49 +00:00
1999-08-11 17:14:49 +00:00
1999-08-11 17:14:49 +00:00
1999-08-11 17:14:49 +00:00
1999-08-11 17:14:49 +00:00
1999-08-11 17:14:49 +00:00
1999-08-17 15:14:08 +00:00
1999-08-11 17:14:49 +00:00
1999-08-11 17:14:49 +00:00
1999-08-11 17:14:49 +00:00
1999-08-11 17:14:49 +00:00
1999-08-11 17:14:49 +00:00
1999-08-11 17:14:49 +00:00
1999-08-11 17:14:49 +00:00
1999-08-11 17:14:49 +00:00
1999-08-11 17:14:49 +00:00
1999-08-11 17:14:49 +00:00
1999-08-11 17:14:49 +00:00
1999-08-11 17:14:49 +00:00
1999-08-11 17:14:49 +00:00
1999-08-11 17:14:49 +00:00

Aug. 2 1999 Harm van der Heijden

What's in here:

lseditorplugin
	-- minimal wrap of Alexanders Gluchovas' editor plugin. The code was
	ransacked from the wxStudio (http://wxstudio.linuxbox.com) project.
	Since the editor is released under the Gnu Public License, this
	module, as a derivative work, is also released under this licence
	and NOT THE WXWINDOWS LICENSE. See the file COPYING for details.
	the file 'editor.py' contains a sample implementation using the
	editorplugin object.