Home
last modified time | relevance | path

Searched refs:make_button (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/idlelib/
Dreplace.py90 self.make_button("Find", self.find_it)
91 self.make_button("Replace", self.replace_it)
92 self.make_button("Replace+Find", self.default_command, isdef=True)
93 self.make_button("Replace All", self.replace_all)
Dsearchbase.py169 def make_button(self, label, command, isdef=0): member in SearchDialogBase
184 b = self.make_button("Close", self.close)
Dsearch.py69 self.make_button("Find Next", self.default_command, isdef=True)
Dgrep.py127 self.make_button("Search Files", self.default_command, isdef=True)
/third_party/python/Lib/idlelib/idle_test/
Dtest_searchbase.py145 btn = self.dialog.make_button('Test', self.dialog.close)