()
| 149 | text.insert("insert","This is a sample string.\n"*5) |
| 150 | |
| 151 | def show_find(): |
| 152 | text.tag_add('sel', '1.0', 'end') |
| 153 | _setup(text).open(text) |
| 154 | text.tag_remove('sel', '1.0', 'end') |
| 155 | |
| 156 | button = Button(frame, text="Search (selection ignored)", command=show_find) |
| 157 | button.pack() |
nothing calls this directly
no test coverage detected
searching dependent graphs…