aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/refman.tex5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/refman.tex b/doc/refman.tex
index e2fb052..58a578e 100644
--- a/doc/refman.tex
+++ b/doc/refman.tex
@@ -262,6 +262,11 @@ to do the same for Ruby, a binding for Tk is provided in the standard distributi
Ruby. Other scripting languages may be used as well depending on the availability
of a Tk interface.
+As of the 3.3.2 release, a C++ binding has been added thanks to Intuilab \anurl{www.intuilab.com}.
+It doesn't cover the full Tk/Tkzinc extent but it should be quite adequate to test the concept
+and write small apps. It can be found in the directoy zinclib.d. It is provide in source
+form only, makefiles are available to build it for linux and windows.
+
This document is Tcl/Tk and Perl/Tk oriented but it should be easy for Python or Ruby
programmers to adapt. Every time a TkZinc command is described in this
document, it is given first in Tcl/Tk idiom and then in Perl/Tk idiom.