Method: Tk::Canvas#insert
- Defined in:
- ext/lib/tk/canvas.rb
#insert(tagOrId, index, string) ⇒ Object
272 273 274 275 276 |
# File 'ext/lib/tk/canvas.rb', line 272 def insert(tagOrId, index, string) tk_send_without_enc('insert', tagid(tagOrId), index, _get_eval_enc_str(string)) self end |