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