From b388591ab76c81eb2c7b4a5d66a840235f1365df Mon Sep 17 00:00:00 2001 From: nagai Date: Sun, 27 Jul 2003 19:35:06 +0000 Subject: multi-tk.rb : (new) library to support multiple Tk interpreters (high level) tcltklib.c : add some methods to support multiple interpreters (low level) MANUAL.euc : modify descriptions tcltklib/sample/safeTk.rb : (new) sample : how to use safeTk interpreter tk/sample/safe-tk.rb : (new) sample : how to use multi-tk.rb tk.rb, tkafter.rb : bug fix and add feature to supprt multi-tk git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4186 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tcltklib/MANIFEST | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ext/tcltklib/MANIFEST') diff --git a/ext/tcltklib/MANIFEST b/ext/tcltklib/MANIFEST index 4e37fb900f..7337bbeba5 100644 --- a/ext/tcltklib/MANIFEST +++ b/ext/tcltklib/MANIFEST @@ -6,11 +6,12 @@ stubs.c depend extconf.rb lib/tcltk.rb -demo/lines1.rb demo/lines0.tcl +demo/lines1.rb demo/lines2.rb +demo/safeTk.rb +sample/sample0.rb sample/sample1.rb sample/sample2.rb sample/maru.gif sample/batsu.gif -sample/sample0.rb -- cgit v1.2.3