Method: TkTextListBox#insert

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

#insert(index, chars, *tags) ⇒ Object



543
544
545
# File 'ext/ae-editor/ae-editor.rb', line 543

def insert(index, chars, *tags)
  super(index, chars, *tags)
end