wxWidgets/utils/wxPython/modules/lseditor
Robin Dunn 107e4716f2 Prep for wxPython 2.1b3 release
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-09-02 06:01:53 +00:00
..
gtk Prep for wxPython 2.1b3 release 1999-09-02 06:01:53 +00:00
msw Adding new SWIGified sources for wxPython modules 1999-08-24 07:15:52 +00:00
test
.cvsignore New build system for wxPython. (Still needs some polish but is stable 1999-08-24 07:46:54 +00:00
BUGS
build.cfg New build system for wxPython. (Still needs some polish but is stable 1999-08-24 07:46:54 +00:00
config.h
controlarea.h
COPYING
editorpl.h
finddlg.cpp
finddlg.h
lseditor.i
lseditorc.def
lseditorpl.cpp
lseditorpl.h
markup.cpp
markup.h
plugin.cpp
plugin.h
README
sourcepainter.cpp
sourcepainter.h
tdefs.cpp
tdefs.h
wxsdefs.h
wxstlac.h
wxstldefs.h
wxstllst.h
wxstlvec.h

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.