コード例 #1
0
 def find_selection_event(self, event):
     SearchDialog.find_selection(self)
     return "break"
コード例 #2
0
ファイル: PyEditor.py プロジェクト: alexandremetgy/MrPython
 def find_selection_event(self, event):
     SearchDialog.find_selection(self)
     return "break"
コード例 #3
0
 def find_again_event(self, event):
     SearchDialog.find_again(self)
     return "break"
コード例 #4
0
ファイル: PyEditor.py プロジェクト: alexandremetgy/MrPython
 def find_again_event(self, event):
     SearchDialog.find_again(self)
     return "break"