Пример #1
0
 def find_selection_event(self, event=None):
     SearchDialog.find_selection(self)
     return "break"
Пример #2
0
 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"
 def find_selection_event(self, event):
     SearchDialog.find_selection(self.text)
     return 'break'