diff options
Diffstat (limited to 'ext/tk/lib/tkextlib/blt/htext.rb')
-rw-r--r-- | ext/tk/lib/tkextlib/blt/htext.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/tk/lib/tkextlib/blt/htext.rb b/ext/tk/lib/tkextlib/blt/htext.rb index 3bc35b7e1..a0cf3dc03 100644 --- a/ext/tk/lib/tkextlib/blt/htext.rb +++ b/ext/tk/lib/tkextlib/blt/htext.rb @@ -26,6 +26,11 @@ module Tk::BLT alias window_configuinfo itemconfiginfo alias current_window_configuinfo current_itemconfiginfo + def __strval_optkeys + super() << 'filename' + end + private :__strval_optkeys + def append(win, keys={}) tk_send('append', _epath(win), keys) self |