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 10fa84d750 * lib/tkextlib/blt/component.rb: cannot create elements except
default type of element.
* lib/tkextlib/blt/barchart.rb: ditto.
* lib/tkextlib/blt/graph.rb: ditto.
* lib/tkextlib/blt/stripchart.rb: ditto.
* lib/tkextlib/blt/component.rb: axis command option gets
  proper object type of arguments.
* sample/tkextlib/blt/calendar.rb: new sample.
* sample/tkextlib/blt/pareto.rb: ditto.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8208 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2005-03-29 10:27:32 +00:00
..
images * lib/tkextlib/blt/component.rb: cannot create elements except 2005-03-29 10:27:32 +00:00
scripts
barchart5.rb
calendar.rb * lib/tkextlib/blt/component.rb: cannot create elements except 2005-03-29 10:27:32 +00:00
graph7.rb
graph7a.rb
graph7b.rb
graph7c.rb
pareto.rb * lib/tkextlib/blt/component.rb: cannot create elements except 2005-03-29 10:27:32 +00:00
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.