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/sample/tkextlib/blt
nagai 4f8df7dcc4 * ext/tk/lib/tk.rb (TkWindow.initialize): accept 'without_creating'
option without 'widgetname' option to allow creating a widget object
  which is used as an argument of Tcl/Tk's widget allocation commands.
* ext/tk/lib/tk/image.rb (TkImage.initialize): accept 'imagename'
  option to create a image object by the given name.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8237 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2005-04-01 17:22:02 +00:00
..
images
scripts
barchart5.rb
calendar.rb
graph6.rb * ext/tk/lib/tk.rb (TkWindow.initialize): accept 'without_creating' 2005-04-01 17:22:02 +00:00
graph7.rb
graph7a.rb
graph7b.rb
graph7c.rb
pareto.rb
plot1.rb
plot1b.rb
readme.txt
winop1.rb
winop2.rb

The scripts and image files in this directory are based on demo files
of Tcl/Tk's BLT extention.