/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
ReplaceDialog.py | 47 self.make_button("Find", self.find_it) 48 self.make_button("Replace", self.replace_it) 49 self.make_button("Replace+Find", self.default_command, 1) 50 self.make_button("Replace All", self.replace_all)
|
SearchDialog.py | 27 self.make_button("Find", self.default_command, 1)
|
SearchDialogBase.py | 69 def make_button(self, label, command, isdef=0): member in class:SearchDialogBase 139 b = self.make_button("close", self.close)
|
GrepDialog.py | 56 self.make_button("Search Files", self.default_command, 1)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
ReplaceDialog.py | 47 self.make_button("Find", self.find_it) 48 self.make_button("Replace", self.replace_it) 49 self.make_button("Replace+Find", self.default_command, 1) 50 self.make_button("Replace All", self.replace_all)
|
SearchDialog.py | 27 self.make_button("Find", self.default_command, 1)
|
SearchDialogBase.py | 69 def make_button(self, label, command, isdef=0): member in class:SearchDialogBase 139 b = self.make_button("close", self.close)
|
GrepDialog.py | 56 self.make_button("Search Files", self.default_command, 1)
|