2004-07-01 05:38:48 -04:00
|
|
|
|
|
|
|
[ current support status of Tcl/Tk extensions ]
|
|
|
|
|
|
|
|
The following list shows *CURRENT* status when this file was modifyed
|
|
|
|
at last. If you want to add other Tcl/Tk extensions to the planed list
|
|
|
|
(or change its status position), please request them at the ruby-talk,
|
|
|
|
ruby-list, or ruby-dev ML. Although we cannot promise to support your
|
|
|
|
requests, we'll try to do.
|
|
|
|
|
|
|
|
If you want to check that wrapper libraries are ready to use on your
|
|
|
|
environment, please execute 'pkg_checker.rb' with no arguments. The
|
|
|
|
script may give you some hints about that.
|
|
|
|
|
|
|
|
|
|
|
|
***** IMPORTANT NOTE **********************************************
|
|
|
|
|
|
|
|
'support' means that Ruby/Tk's wrapper libraries are released.
|
|
|
|
'not support' does *NOT* mean that the extension doesn't work
|
|
|
|
on Ruby/Tk.
|
|
|
|
|
2005-03-16 04:12:16 -05:00
|
|
|
The version number of each extension means the latest version
|
|
|
|
which is checked its feature. That is, it does NOT means only
|
|
|
|
version of working. Library files maybe include some features
|
|
|
|
which is included in the former version but removed from the
|
|
|
|
latest, and maybe able to support the later version then the
|
|
|
|
shown version.
|
|
|
|
|
2004-07-01 05:38:48 -04:00
|
|
|
Even if the status of the extension is 'not support', you can
|
|
|
|
control the functions/widgets of the extension without wrapper
|
|
|
|
libraries by Tk.tk_call(), Tk.ip_eval(), and so on.
|
|
|
|
|
|
|
|
If you cannot use installed Tcl/Tk extension, please check the
|
|
|
|
followings.
|
|
|
|
|
|
|
|
(1) On your Tcl/Tk, does the extention work?
|
|
|
|
|
|
|
|
(2) Do DLL libraries of the extension exist on DLL load-path?
|
|
|
|
(See also "<ruby archive>/ext/tcltklib/README.ActiveTcl")
|
|
|
|
|
|
|
|
(3) Is the Tcl library directory of the extension included in
|
|
|
|
library search-path of the Tcl interpreter linked Ruby/Tk?
|
|
|
|
|
|
|
|
The check results may request you to do some setup operations
|
|
|
|
before using the extension. If so, then please write the step
|
|
|
|
of setup oprations into the "setup.rb" file in the directory
|
|
|
|
of the wrapper libraries for the extention (It is the wrapper
|
|
|
|
libraries have the standard structure of the libraries in this
|
|
|
|
directory). The "setup" file is required before requiring the
|
|
|
|
Tcl library package (TkPackage.require(<libname>)).
|
|
|
|
|
|
|
|
*******************************************************************
|
|
|
|
|
|
|
|
|
|
|
|
===< support with some examples (may be beta quality) >=======================
|
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
Tcllib 1.7 http://sf.net/projects/tcllib
|
|
|
|
==> tcllib (partial support; Tklib part only)
|
2004-07-06 05:42:12 -04:00
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
IWidgets 4.0.2 http://sf.net/projects/incrTcl ==> iwidgets
|
2004-07-14 21:18:57 -04:00
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
BWidgets 1.7 http://sf.net/projects/tcllib ==> bwidget
|
2004-07-01 05:38:48 -04:00
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
TkTable 2.9 http://sf.net/projects/tktable ==> tktable
|
|
|
|
* see also <http://www.korus.hu/~fery/ruby/tktable.rb>
|
|
|
|
written by Ferenc Engard (ferenc@engard.hu)
|
2004-07-14 21:18:57 -04:00
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
vu 2.1.0 http://tktable.sourceforge.net ==> vu
|
2004-07-01 05:38:48 -04:00
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
TkHTML 2.0 http://www.hwaci.com/sw/tkhtml/index.html ==> tkHTML
|
2004-07-06 05:42:12 -04:00
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
ICONS 1.0 http://www.satisoft.com/tcltk/icons/ ==> ICONS
|
2004-07-01 05:38:48 -04:00
|
|
|
|
2005-03-15 10:41:41 -05:00
|
|
|
TkImg 1.3 http://sf.net/projects/tkimg ==> tkimg
|
|
|
|
|
2004-07-01 05:38:48 -04:00
|
|
|
|
|
|
|
|
|
|
|
===< support (may be alpha or beta quality) >=================================
|
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
IncrTcl CVS/Hd(2005-02-14)
|
|
|
|
http://sf.net/projects/incrTcl ==> itcl, itk
|
2004-07-08 12:50:07 -04:00
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
TclX CVS/Hd(2005-02-07)
|
|
|
|
http://sf.net/projects/tclx
|
|
|
|
==> tclx (partial support; infox command and
|
|
|
|
XPG/3 message catalogs only)
|
2004-07-23 02:31:57 -04:00
|
|
|
|
2005-03-16 04:12:16 -05:00
|
|
|
TkTreeCtrl 1.1 http://tktreectrl.sourceforge.net/ ==> treectrl
|
2004-07-01 05:38:48 -04:00
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
Tile 0.6 http://tktable.sourceforge.net/tile/ ==> tile
|
2004-07-01 05:38:48 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
2004-07-06 05:42:12 -04:00
|
|
|
===< possibly available (not tested; alpha quality) >=========================
|
2004-07-01 05:38:48 -04:00
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
BLT 2.4z http://sourceforge.net/projects/blt
|
|
|
|
* see also tcltk-ext library on RAA
|
|
|
|
(http://raa.ruby-lang.org/)
|
|
|
|
==> blt
|
2004-12-23 11:23:30 -05:00
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
winico CVS/Hd(2004-11-02)
|
|
|
|
http://tktable.sourceforge.net
|
|
|
|
==> winico (win32 only)
|
2004-07-28 04:29:53 -04:00
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
TkTrans latest(2004-10-11)
|
|
|
|
http://www2.cmp.uea.ac.uk/~fuzz/tktrans/default.html
|
|
|
|
==> tktrans (win32 only)
|
2004-07-01 05:38:48 -04:00
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
TkDND 1.0a2 http://sourceforge.net/projects/tkdnd ==> tkDND
|
2004-07-01 05:38:48 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
===< plan to support (alpha quality libraries may be included) >==============
|
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
GraphViz *** http://www.graphviz.org/
|
2004-07-01 05:38:48 -04:00
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
Tkgeomap *** http://tkgeomap.sourceforge.net/index.html
|
2004-07-01 05:38:48 -04:00
|
|
|
|
|
|
|
|
2004-07-23 02:31:57 -04:00
|
|
|
|
|
|
|
===< not determined to supprt or not >========================================
|
2004-07-01 05:38:48 -04:00
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
Tix *** http://tixlibrary.sourceforge.net/
|
|
|
|
* see also tcltk-ext library on RAA
|
|
|
|
(http://raa.ruby-lang.org/)
|
2004-07-01 05:38:48 -04:00
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
TkZinc *** http://www.tkzinc.org/
|
2004-07-01 05:38:48 -04:00
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
Wbc *** http://home.t-online.de/home/csaba.nemethi/
|
2004-07-01 05:38:48 -04:00
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
Mentry *** http://home.t-online.de/home/csaba.nemethi/
|
2004-07-01 05:38:48 -04:00
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
Tablelist *** http://home.t-online.de/home/csaba.nemethi/
|
2004-07-01 05:38:48 -04:00
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
ANIGIF *** http://cardtable.sourceforge.net/tcltk/
|
2004-07-01 05:38:48 -04:00
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
IMG_ROTATE *** http://cardtable.sourceforge.net/tcltk/
|
2004-07-01 05:38:48 -04:00
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
TclVfs *** http://sourceforge.net/projects/tclvfs/
|
2004-07-01 05:38:48 -04:00
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
vfwtcl *** http://sourceforge.net/projects/avicaptcl
|
|
|
|
* Win32 only
|
2004-07-01 05:38:48 -04:00
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
multicast *** http://sourceforge.net/projects/avicaptcl
|
|
|
|
* Win32 only
|
2004-07-23 02:31:57 -04:00
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
XBit *** http://www.geocities.com/~chengye/
|
|
|
|
* current implementation is for Windows only
|
2004-07-23 02:31:57 -04:00
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
QuickTimeTcl *** http://hem.fyristorg.com/matben/qt/
|
|
|
|
* works under Mac OS (8,9,X) or Windows
|
2004-07-01 05:38:48 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
===< may not support (already exist, out of Ruby/Tk scope, and so on) >=======
|
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
TkCon *** http://sf.net/projects/tkcon
|
2004-07-01 05:38:48 -04:00
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
Expect *** http://sf.net/projects/expect
|
2004-07-01 05:38:48 -04:00
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
TclXML *** http://sf.net/projects/tclxml
|
2004-07-01 05:38:48 -04:00
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
TclXSLT *** http://sf.net/projects/tclxml
|
2004-07-01 05:38:48 -04:00
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
TclDOM *** http://sf.net/projects/tclxml
|
2004-07-01 05:38:48 -04:00
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
TclSOAP *** http://sf.net/projects/tclsoap
|
2004-07-01 05:38:48 -04:00
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
Snack *** http://www.speech.kth.se/~kare/snack2.2.tar.gz
|
|
|
|
* use Snack for Ruby
|
|
|
|
(see http://rbsnack.sourceforge.net/)
|
2004-07-01 05:38:48 -04:00
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
Tcom *** http://www.vex.net/~cthuang/tcom/
|
2004-07-01 05:38:48 -04:00
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
tDOM *** http://www.tdom.org
|
2004-07-01 05:38:48 -04:00
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
Mk4tcl *** http://www.equi4.com/metakit/tcl.html
|
2004-07-01 05:38:48 -04:00
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
Memchan *** http://memchan.sourceforge.net/
|
2004-07-01 05:38:48 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
===< tool (may not supprt) >==================================================
|
|
|
|
|
2005-03-05 19:50:07 -05:00
|
|
|
tbcload/tclcompiler
|
|
|
|
*** http://www.tcl.tk/software/tclpro/
|
2004-07-01 05:38:48 -04:00
|
|
|
|
|
|
|
|
2004-12-23 11:23:30 -05:00
|
|
|
(End of List)
|