Method: Tk::Listbox#clear
- Defined in:
- lib/tk/listbox.rb
#clear ⇒ Object Also known as: erase
101 102 103 104 |
# File 'lib/tk/listbox.rb', line 101 def clear tk_send_without_enc('delete', '0', 'end') self end |
101 102 103 104 |
# File 'lib/tk/listbox.rb', line 101 def clear tk_send_without_enc('delete', '0', 'end') self end |