Method: Tk::Busy.forget
- Defined in:
- lib/tk/busy.rb
.forget(*wins) ⇒ Object
69 70 71 72 |
# File 'lib/tk/busy.rb', line 69 def forget(*wins) tk_call_without_enc('tk', 'busy', 'forget', *wins) self end |
69 70 71 72 |
# File 'lib/tk/busy.rb', line 69 def forget(*wins) tk_call_without_enc('tk', 'busy', 'forget', *wins) self end |