summaryrefslogtreecommitdiff
path: root/ext/tk/lib/tkextlib/blt/htext.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/lib/tkextlib/blt/htext.rb')
-rw-r--r--ext/tk/lib/tkextlib/blt/htext.rb5
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 3bc35b7e10..a0cf3dc036 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