diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-07-27 19:35:06 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-07-27 19:35:06 +0000 |
| commit | ad263c34184bbeb5ee9939f84e47e88f231ec539 (patch) | |
| tree | d45ad5c93760b70162054cfc085ba34a86d698be /ext/tk/MANIFEST | |
| parent | 048d258eb2ee2f63991bd2543b9faeef7962f43b (diff) | |
| download | ruby-ad263c34184bbeb5ee9939f84e47e88f231ec539.tar.gz ruby-ad263c34184bbeb5ee9939f84e47e88f231ec539.tar.xz ruby-ad263c34184bbeb5ee9939f84e47e88f231ec539.zip | |
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: http://svn.ruby-lang.org/repos/ruby/trunk@4186 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/MANIFEST')
| -rw-r--r-- | ext/tk/MANIFEST | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/tk/MANIFEST b/ext/tk/MANIFEST index def3d3ddb..d744c8734 100644 --- a/ext/tk/MANIFEST +++ b/ext/tk/MANIFEST @@ -3,6 +3,7 @@ extconf.rb depend tkutil.c lib/README +lib/multi-tk.rb lib/tk.rb lib/tkafter.rb lib/tkbgerror.rb @@ -20,6 +21,7 @@ lib/tkscrollbox.rb lib/tktext.rb lib/tkvirtevent.rb lib/tkwinpkg.rb +sample/safe-tk.rb sample/tkbiff.rb sample/tkbrowse.rb sample/tkdialog.rb |
