Murray Cumming Comneon com wrote:
You really don't need to ask 3 times.I don't have the connectivity to do this anytime soon. Hopefully someone else will. You might also specify exactly what you want to be changed.
I downloaded the latest gtk-web module and made a patch that just changes the words "Almost Complete", to "Complete" under Gtk 2.2, and updates the ChangeLog. Regards, Jeff Franks.Title: GTK+ - Language Bindings diff -ru gtk-web/bindings.html gtk-web-new/bindings.html --- gtk-web/bindings.html 2003-03-08 23:37:16.000000000 +1100 +++ gtk-web-new/bindings.html 2003-04-09 16:08:14.000000000 +1000 @@ -1,379 +1,364 @@ - + + +
+Language Bindings
+ Language Bindings (or 'Wrappers') allow GTK+ to be used from +other programming languages, in the style of those languages. They are +relatively easy to create because GTK+ is designed with them in mind. +
Send emails to language-bindings gnome org + | + |
+ + |
+ |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Pascal | +GTK+ +for Free Pascal | ++ |
+ + |
+ + |
+ |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Perl | +Perl/GTK+ | ++ |
+ - | ++ |
+ |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+ |
+ gtk2-perl | +- | + + |
+ + |
+ + |
+ + |
+ + |
+ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Pike | +Pike | ++ |
+ + |
+ + |
+ |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PHP | +PHP-GTK | ++ |
+ + |
+ + |
+ |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Ruby | +Ruby-GNOME2 | ++ |
+ + |
+ + |
+ |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
TCL | +tcl-gtk | ++ |
+ + |
+ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+ |
+ gnocl | ++ |
+ + |
+ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
TOM | +TOM/gtk +(more info) | ++ |
+ + |
+ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
XBase | +xbgtk | ++ |
+ + |
+
Send emails to language-bindings gnome org about this page, but please ask language-specific questions on the -appropriate project's mailing list. This web page is in the gtk-web cvs module.
- - +appropriate project's mailing list. This web page is in the gtk-web cvs +module. + + + - + diff -ru gtk-web/ChangeLog gtk-web-new/ChangeLog --- gtk-web/ChangeLog 2003-03-08 23:37:16.000000000 +1100 +++ gtk-web-new/ChangeLog 2003-04-09 16:30:34.000000000 +1000 @@ -1,3 +1,7 @@ +2003-04-09 Jeff Franks