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/lib
a_matsuda 58d698af35 Missing require
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53361 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-12-28 15:10:19 +00:00
..
tk Typos in messages 2015-12-27 09:57:30 +00:00
tkextlib Documentation typos 2015-12-27 09:57:21 +00:00
multi-tk.rb Documentation typos 2015-12-27 09:57:21 +00:00
README * doc/contributors.rdoc: fix a typo. Patch by @davydovanton 2015-04-15 01:37:47 +00:00
remote-tk.rb Missing require 2015-12-28 15:10:19 +00:00
tcltk.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
tk.rb Documentation typos 2015-12-27 09:57:21 +00:00
tkafter.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
tkbgerror.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
tkcanvas.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
tkclass.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
tkconsole.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
tkdialog.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
tkentry.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
tkfont.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
tkmacpkg.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
tkmenubar.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
tkmngfocus.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
tkpalette.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
tkscrollbox.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
tktext.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
tkvirtevent.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
tkwinpkg.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00

README		this file
multi-tk.rb	multiple Tk interpreter (included safe-Tk) support
remotei-tk.rb	control remote Tk interpreter on the other process support
tk.rb		Tk interface

tk/             library files construct Ruby/Tk

tkextlib/       non-standard Tcl/Tk extension support libraries

*********************************************************************
***  The followings exists for backward compatibility only.
***  The only thing which they work is that requires current
***  library files ( tk/*.rb ).
*********************************************************************
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	palette 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