Method: TkVariable#eventloop_wait
- Defined in:
- lib/tk/variable.rb
#eventloop_wait(check_root = false) ⇒ Object
379 380 381 |
# File 'lib/tk/variable.rb', line 379 def eventloop_wait(check_root = false) wait(false, check_root) end |
379 380 381 |
# File 'lib/tk/variable.rb', line 379 def eventloop_wait(check_root = false) wait(false, check_root) end |