diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-03 08:09:55 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-03 08:09:55 +0000 |
| commit | eda6be71eb9eb35f6f8650d888b3d161d8a8617a (patch) | |
| tree | ea60590209d1b19a2b8fe17e8803aa36881f7d6f /ext/tk/lib/tkextlib/SUPPORT_STATUS | |
| parent | d06747c1d87818577b30ad1b92fb743d0fff1731 (diff) | |
| download | ruby-eda6be71eb9eb35f6f8650d888b3d161d8a8617a.tar.gz ruby-eda6be71eb9eb35f6f8650d888b3d161d8a8617a.tar.xz ruby-eda6be71eb9eb35f6f8650d888b3d161d8a8617a.zip | |
* ext/tk/lib/tk.rb: support to use different Tcl commands between
configure and configinfo
* ext/tk/lib/font.rb: ditto.
* ext/tk/lib/itemconfig.rb: support to use different Tcl commands
between item_configure and item_configinfo
* ext/tk/lib/itemfont.rb: ditto.
* ext/tk/extconf.rb: install SUPPORT_STATUS
* ext/tk/lib/tkextlib: some bug fixes (see ext/tk/ChangeLog.tkextlib)
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7188 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/lib/tkextlib/SUPPORT_STATUS')
| -rw-r--r-- | ext/tk/lib/tkextlib/SUPPORT_STATUS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/tk/lib/tkextlib/SUPPORT_STATUS b/ext/tk/lib/tkextlib/SUPPORT_STATUS index a13e2751e..6bc87bab9 100644 --- a/ext/tk/lib/tkextlib/SUPPORT_STATUS +++ b/ext/tk/lib/tkextlib/SUPPORT_STATUS @@ -95,6 +95,9 @@ TkDND http://sourceforge.net/projects/tkdnd ==> tkDND ===< plan to support (alpha quality libraries may be included) >============== +BLT http://sourceforge.net/projects/blt + * see tcltk-ext library on RAA (http://raa.ruby-lang.org/) + GraphViz http://www.graphviz.org/ Tkgeomap http://tkgeomap.sourceforge.net/index.html @@ -103,9 +106,6 @@ Tkgeomap http://tkgeomap.sourceforge.net/index.html ===< not determined to supprt or not >======================================== -BLT http://sourceforge.net/projects/blt - * see tcltk-ext library on RAA (http://raa.ruby-lang.org/) - Tix http://tixlibrary.sourceforge.net/ * see tcltk-ext library on RAA (http://raa.ruby-lang.org/) |
