HomeSort by relevance Sort by last modified time
    Searched refs:default_command (Results 1 - 8 of 8) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
SearchDialog.py 27 self.make_button("Find", self.default_command, 1)
29 def default_command(self, event=None): member in class:SearchDialog
GrepDialog.py 56 self.make_button("Search Files", self.default_command, 1)
58 def default_command(self, event=None): member in class:GrepDialog
ReplaceDialog.py 49 self.make_button("Replace+Find", self.default_command, 1)
59 def default_command(self, event=None): member in class:ReplaceDialog
SearchDialogBase.py 36 top.bind("<Return>", self.default_command)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
SearchDialog.py 27 self.make_button("Find", self.default_command, 1)
29 def default_command(self, event=None): member in class:SearchDialog
GrepDialog.py 56 self.make_button("Search Files", self.default_command, 1)
58 def default_command(self, event=None): member in class:GrepDialog
ReplaceDialog.py 49 self.make_button("Replace+Find", self.default_command, 1)
59 def default_command(self, event=None): member in class:ReplaceDialog
SearchDialogBase.py 36 top.bind("<Return>", self.default_command)

Completed in 355 milliseconds