1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
nagai 2003-07-27 19:35:06 +00:00
parent e4ffaf6ea8
commit b388591ab7
10 changed files with 1144 additions and 146 deletions

View file

@ -1,4 +1,5 @@
README this file
multi-tk.rb multiple Tk interpreter (included safe-Tk) support
tk.rb Tk interface
tkafter.rb handles Tcl after
tkbgerror.rb Tk error module