aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlecoanet2005-06-10 14:32:32 +0000
committerlecoanet2005-06-10 14:32:32 +0000
commitd22ede54b7b3a0c1d010d9f383052856fef7802a (patch)
tree222a1b4fc2f8f8ab0b97df8bf8726c9ae3825c47
parentff2d45396071901364f3fd8e0f26cc1ce3b47df5 (diff)
downloadtkzinc-d22ede54b7b3a0c1d010d9f383052856fef7802a.zip
tkzinc-d22ede54b7b3a0c1d010d9f383052856fef7802a.tar.gz
tkzinc-d22ede54b7b3a0c1d010d9f383052856fef7802a.tar.bz2
tkzinc-d22ede54b7b3a0c1d010d9f383052856fef7802a.tar.xz
Documented the addition of zinclib
-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.