Method: TkTimer#thread_wait
- Defined in:
- lib/tk/timer.rb
#thread_wait(check_root = false) ⇒ Object
520 521 522 |
# File 'lib/tk/timer.rb', line 520 def thread_wait(check_root = false) wait(true, check_root) end |
520 521 522 |
# File 'lib/tk/timer.rb', line 520 def thread_wait(check_root = false) wait(true, check_root) end |