Example #1
0
File: gui.py Project: moleculea/ess
 def find_selection_event(self, event=None):
     SearchDialog.find_selection(self)
     return "break"
Example #2
0
 def find_selection_event(self, event=None):
     SearchDialog.find_selection(self)
     return "break"
Example #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'