コード例 #1
0
ファイル: gui.py プロジェクト: moleculea/ess
 def find_selection_event(self, event=None):
     SearchDialog.find_selection(self)
     return "break"
コード例 #2
0
ファイル: gui.py プロジェクト: donkaban/pywiki-bot
 def find_selection_event(self, event=None):
     SearchDialog.find_selection(self)
     return "break"
コード例 #3
0
 def find_selection_event(self, event=None):
     """Perform find selection operation."""
     SearchDialog.find_selection(self)
     return "break"
コード例 #4
0
 def find_selection_event(self, event):
     SearchDialog.find_selection(self.text)
     return 'break'