コード例 #1
0
ファイル: replace.py プロジェクト: Darkness0ut/cpython
 def close(self, event=None):
     SearchDialogBase.close(self, event)
     self.text.tag_remove("hit", "1.0", "end")
コード例 #2
0
ファイル: replace.py プロジェクト: iflat/idlecn
 def close(self, event=None):
     SearchDialogBase.close(self, event)
     self.text.tag_remove("hit", "1.0", "end")
コード例 #3
0
ファイル: replace.py プロジェクト: willingc/cpython
 def close(self, event=None):
     "Close the dialog and remove hit tags."
     SearchDialogBase.close(self, event)
     self.text.tag_remove("hit", "1.0", "end")
コード例 #4
0
 def close(self, event=None):
     "Close the dialog and remove hit tags."
     SearchDialogBase.close(self, event)
     self.text.tag_remove("hit", "1.0", "end")
コード例 #5
0
ファイル: replace.py プロジェクト: emilyemorehouse/ast-and-me
 def close(self, event=None):
     SearchDialogBase.close(self, event)
     self.text.tag_remove('hit', '1.0', 'end')