From 903563a1cd3604b7bd6151ea0ec5c32314098808 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 30 Mar 2003 21:54:31 +0000 Subject: Updated list of GTK+ bindings. --- doc/ScintillaRelated.html | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/doc/ScintillaRelated.html b/doc/ScintillaRelated.html index e81efb015..3caf8cd09 100644 --- a/doc/ScintillaRelated.html +++ b/doc/ScintillaRelated.html @@ -65,8 +65,33 @@ A Python binding for wxStyledTextCtrl is part of wxPython.

- A Python binding of the - GTK+ version of Scintilla, that can be used with pygtk. + gtkscintilla + is an alternative GTK class implementation for scintilla. + This implementation acts more like a Gtk+ object, with many methods rather + than just scintilla_send_message() and is available as a shared library. + This implementation works with GTK 1.x. +

+

+ gtkscintilla2 + is an alternative GTK class implementation for scintilla + similar to the above, but for GTK 2.x. +

+

+ pyscintilla + is the original Python binding for Scintilla's default GTK + 1.x class. Includes some additional support, such as native printing on + Windows. The binding is hand-written rather than auto-generated from the + Scintilla.iface file. +

+

+ pygtkscintilla + is a Python binding for gtk1.x scintilla that uses + gtkscintilla instead of the default GTK class. +

+

+ pyscintilla2 + is a Python binding for GTK 2.x scintilla that uses + gtkscintilla2.

ScintillaCtrl -- cgit v1.2.3