Lines Matching refs:insert
41 self.text.insert('insert', 'This is a sample sTring')
79 text.mark_set('insert', '1.0')
92 text.mark_set('insert', 'end')
93 text.insert('insert', '\nline42:')
101 text.mark_set('insert', '1.9')
133 # replace candidate found both after and before 'insert'
134 text.mark_set('insert', '1.4')
146 # replace candidate found only before 'insert'
147 text.mark_set('insert', '1.8')
202 text.insert('insert', '\nline42')
236 text.insert('insert', '\nis as ')
254 text.insert('insert', '\n')
255 text.insert('insert', text.get('1.0', 'end')*100)