Method: Tk::Canvas#insert

Defined in:
lib/tk/canvas.rb

#insert(tagOrId, index, string) ⇒ Object



288
289
290
291
292
# File 'lib/tk/canvas.rb', line 288

def insert(tagOrId, index, string)
  tk_send_without_enc('insert', tagid(tagOrId), index,
                      _get_eval_enc_str(string))
  self
end