Lines Matching refs:insert
62 find_paragraph(text, text.index("insert"))
70 text.mark_set("insert", first)
73 text.insert(first, newdata)
76 text.mark_set("insert", last)
77 text.see("insert")
166 # re-split and re-insert the comment header.
234 head = text.index("insert linestart")
235 tail = text.index("insert lineend +1c")
248 lines: List of new lines to insert between head
257 text.mark_set("insert", head)
260 text.insert(head, newchars)
262 text.tag_add("sel", head, "insert")