diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-03-29 10:27:32 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-03-29 10:27:32 +0000 |
| commit | f2eecb241ad4e01ff6fc4fc8fde2b96cca88305e (patch) | |
| tree | 6e3a8a51b86e9469fb17314d43d747a1d9456102 /ext/tk/lib/tkextlib/blt/graph.rb | |
| parent | 7fa78892757dd7c317f6499cf2c1ee7d5f84cd21 (diff) | |
| download | ruby-f2eecb241ad4e01ff6fc4fc8fde2b96cca88305e.tar.gz ruby-f2eecb241ad4e01ff6fc4fc8fde2b96cca88305e.tar.xz ruby-f2eecb241ad4e01ff6fc4fc8fde2b96cca88305e.zip | |
* 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: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8208 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/lib/tkextlib/blt/graph.rb')
| -rw-r--r-- | ext/tk/lib/tkextlib/blt/graph.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/tk/lib/tkextlib/blt/graph.rb b/ext/tk/lib/tkextlib/blt/graph.rb index b16c72458..e9fbdd587 100644 --- a/ext/tk/lib/tkextlib/blt/graph.rb +++ b/ext/tk/lib/tkextlib/blt/graph.rb @@ -26,6 +26,7 @@ module Tk::BLT end private :__strval_optkeys +=begin BarElement_ID = ['blt_graph_bar'.freeze, '00000'.taint].freeze def bar(elem=nil, keys={}) @@ -40,6 +41,7 @@ module Tk::BLT tk_send('bar', elem, keys) Element.new(self, elem, :without_creating=>true) end +=end def extents(item) num_or_str(tk_send_without_enc('extents', item)) |
