Example #1
0
File: gui.py Project: moleculea/ess
 def replace_event(self, event=None):
     ReplaceDialog.replace(self)
     return "break"
Example #2
0
 def replace_event(self, event=None):
     ReplaceDialog.replace(self)
     return "break"
Example #3
0
 def replace_event(self, event=None):
     """Perform replace operation."""
     ReplaceDialog.replace(self)
     return "break"
 def replace_event(self, event):
     ReplaceDialog.replace(self.text)
     return 'break'