diff options
Diffstat (limited to 'ext/tk/lib/tkextlib/iwidgets/panedwindow.rb')
-rw-r--r-- | ext/tk/lib/tkextlib/iwidgets/panedwindow.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/tk/lib/tkextlib/iwidgets/panedwindow.rb b/ext/tk/lib/tkextlib/iwidgets/panedwindow.rb index a20503623..035df0a5b 100644 --- a/ext/tk/lib/tkextlib/iwidgets/panedwindow.rb +++ b/ext/tk/lib/tkextlib/iwidgets/panedwindow.rb @@ -51,6 +51,11 @@ class Tk::Iwidgets::Panedwindow #################################### + def __boolval_optkeys + super() << 'showhandle' + end + private :__boolval_optkeys + def add(tag=nil, keys={}) if tag.kind_of?(Hash) keys = tag |