Method: TkTextListBox#clear

Defined in:
ext/ae-editor/ae-editor.rb

#clearObject



560
561
562
563
# File 'ext/ae-editor/ae-editor.rb', line 560

def clear
  delete('1.0','end')
  @count = 0
end