コード例 #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')