aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/lib/tkextlib/vu/charts.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/lib/tkextlib/vu/charts.rb')
-rw-r--r--ext/tk/lib/tkextlib/vu/charts.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/tk/lib/tkextlib/vu/charts.rb b/ext/tk/lib/tkextlib/vu/charts.rb
index a578c6979b..ee4298fa1c 100644
--- a/ext/tk/lib/tkextlib/vu/charts.rb
+++ b/ext/tk/lib/tkextlib/vu/charts.rb
@@ -17,6 +17,12 @@ module Tk
end
private :__item_boolval_optkeys
+ def __item_strval_optkeys(id)
+ super(id) << 'bar' << 'color' << 'outline' <<
+ 'fill' << 'scaleline' << 'stripline'
+ end
+ private :__item_strval_optkeys
+
def __item_listval_optkeys(id)
super(id) << 'values' << 'tags'
end