Lines Matching defs:insert
80 def insert(self, index, chars, tags=None):
197 if name != "insert" and name != "current":
208 # Undoable insert command
217 # Insert before the final newline
219 text.insert(self.index1, self.chars, self.tags)
225 text.mark_set('insert', self.index1)
226 text.insert(self.index1, self.chars, self.tags)
228 text.see('insert')
232 text.mark_set('insert', self.index1)
235 text.see('insert')
287 text.mark_set('insert', self.index1)
290 text.see('insert')
294 text.mark_set('insert', self.index1)
295 text.insert(self.index1, self.chars)
297 text.see('insert')