summaryrefslogtreecommitdiff
path: root/ext/tk/lib/tkextlib/blt/stripchart.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/lib/tkextlib/blt/stripchart.rb')
-rw-r--r--ext/tk/lib/tkextlib/blt/stripchart.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/tk/lib/tkextlib/blt/stripchart.rb b/ext/tk/lib/tkextlib/blt/stripchart.rb
index b8cbf8bc34..64c5c1abf8 100644
--- a/ext/tk/lib/tkextlib/blt/stripchart.rb
+++ b/ext/tk/lib/tkextlib/blt/stripchart.rb
@@ -26,6 +26,7 @@ module Tk::BLT
end
private :__strval_optkeys
+=begin
BarElement_ID = ['blt_stripchart_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))