1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/tk/sample/tkextlib/tkHTML
nagai 41b74c6e20 * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.
* ext/tk/*: Support new features of Tcl/Tk8.6b1 and minor bug fixes.
     ( [KNOWN BUG] Ruby/Tk on Ruby 1.9 will not work on Cygwin. )
* ext/tk/*: Unify sources between Ruby 1.8 & 1.9.
            Improve default_widget_set handling.
* ext/tk/*: Multi-TkInterpreter (multi-tk.rb) works on Ruby 1.8 & 1.9.
     ( [KNOWN BUG] On Ruby 1.8, join to a long term Thread on Tk
       callbacks may freeze. On Ruby 1.9, cannot create a second 
       master interpreter (creating slaves are OK); supported master
       interpreter is the default master interpreter only. )
* ext/tk/lib/tkextlib/*: Update supported versions of Tk extensions.
         Tcllib 1.8/Tklib 0.4.1  ==>  Tcllib 1.11.1/Tklib 0.5
         BWidgets 1.7            ==>  BWidgets 1.8
         TkTable 2.9             ==>  TkTable 2.10
         TkTreeCtrl 2005-12-02   ==>  TkTreeCtrl 2.2.9
         Tile 0.8.0/8.5.1        ==>  Tile 0.8.3/8.6b1
         IncrTcl 2005-02-14      ==>  IncrTcl 2008-12-15
         TclX 2005-02-07         ==>  TclX 2008-12-15
         Trofs 0.4.3             ==>  Trofs 0.4.4


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24064 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-07-12 23:09:52 +00:00
..
page1 This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. 2004-07-01 09:38:53 +00:00
page2 This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. 2004-07-01 09:38:53 +00:00
page3 This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. 2004-07-01 09:38:53 +00:00
page4 revert error check-in in r11777 2007-02-19 08:29:08 +00:00
hv.rb * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries. 2009-07-12 23:09:52 +00:00
Orig_COPYRIGHT.txt * rename files to avoid application (cvs and so on) troubles 2004-07-16 13:58:43 +00:00
README This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. 2004-07-01 09:38:53 +00:00
ss.rb * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries. 2009-07-12 23:09:52 +00:00

   [ TkHtml widget example ]

The directory page1 -- page4 are referd from "test" directory of 
original TkHtml extension's source archive. 
( see http://www.hwaci.com/sw/tkhtml/index.html )

You can see the HTML documents on the 'hv.rb' or 'ss.rb' sample script.

 e.g. 
   LD_LIBRARY_PATH=/usr/local/ActiveTcl/lib:$LD_LIBRARY_PATH /usr/local/bin/ruby ./hv.rb page1/index.html