summaryrefslogtreecommitdiff
path: root/ext/tk/lib/tkextlib/blt/barchart.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/lib/tkextlib/blt/barchart.rb')
-rw-r--r--ext/tk/lib/tkextlib/blt/barchart.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/tk/lib/tkextlib/blt/barchart.rb b/ext/tk/lib/tkextlib/blt/barchart.rb
index 241ce11632..cb481c5889 100644
--- a/ext/tk/lib/tkextlib/blt/barchart.rb
+++ b/ext/tk/lib/tkextlib/blt/barchart.rb
@@ -17,12 +17,13 @@ module Tk::BLT
include GraphCommand
def __boolval_optkeys
- ['bufferelements', 'invertxy']
+ ['bufferelements', 'buffergraph', 'invertxy']
end
private :__boolval_optkeys
def __strval_optkeys
- ['text', 'label', 'title', 'file']
+ ['text', 'label', 'title', 'file',
+ 'background', 'plotbackground']
end
private :__strval_optkeys