Method: TkVariable#tkwait

Defined in:
lib/tk/variable.rb

#tkwait(on_thread = true) ⇒ Object



385
386
387
# File 'lib/tk/variable.rb', line 385

def tkwait(on_thread = true)
  wait(on_thread, true)
end