mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
b388591ab7
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
19 lines
639 B
Text
19 lines
639 B
Text
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
|
|
tkcanvas.rb Tk canvas interface
|
|
tkclass.rb provides generic names for Tk classes
|
|
tkconsole.rb console command support
|
|
tkdialog.rb Tk dialog class
|
|
tkentry.rb Tk entry class
|
|
tkfont.rb Tk font support
|
|
tkmacpkg.rb Mac resource support
|
|
tkmenubar.rb TK menubar utility
|
|
tkmngfocus.rb focus manager
|
|
tkpalette.rb pallete support
|
|
tkscrollbox.rb scroll box, also example of compound widget
|
|
tktext.rb text classes
|
|
tkvirtevent.rb virtual event support
|
|
tkwinpkg.rb Win DDE and registry support
|