예제 #1
0
 def close(self, event=None):
     SearchDialogBase.close(self, event)
     self.text.tag_remove("hit", "1.0", "end")
예제 #2
0
 def close(self, event=None):
     SearchDialogBase.close(self, event)
     self.text.tag_remove("hit", "1.0", "end")
예제 #3
0
 def close(self, event=None):
     SearchDialogBase.close(self, event)
     self.text.tag_remove('hit', '1.0', 'end')
예제 #4
0
 def close(self, event = None):
     SearchDialogBase.close(self, event)
     self.text.tag_remove('hit', '1.0', 'end')