diff options
Diffstat (limited to 'ext/tk/lib/tkextlib/blt/container.rb')
-rw-r--r-- | ext/tk/lib/tkextlib/blt/container.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/tk/lib/tkextlib/blt/container.rb b/ext/tk/lib/tkextlib/blt/container.rb index ef711bbcc..60ba1dec1 100644 --- a/ext/tk/lib/tkextlib/blt/container.rb +++ b/ext/tk/lib/tkextlib/blt/container.rb @@ -13,6 +13,11 @@ module Tk::BLT WidgetClassNames[WidgetClassName] = self end + def __strval_optkeys + super() << 'name' + end + private :__strval_optkeys + def find_command(pat) list(tk_send_without_enc(tk_call(self.path, 'find', '-command', pat))) end |