Method: TkVariable#thread_wait
- Defined in:
- lib/tk/variable.rb
#thread_wait(check_root = false) ⇒ Object
384 385 386 |
# File 'lib/tk/variable.rb', line 384 def thread_wait(check_root = false) wait(true, check_root) end |
384 385 386 |
# File 'lib/tk/variable.rb', line 384 def thread_wait(check_root = false) wait(true, check_root) end |