Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/
H A 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)
H A Dsearchbase.py18 (make_button, create_command_buttons).
169 def make_button(self, label, command, isdef=0): member in SearchDialogBase
184 b = self.make_button("Close", self.close)
H A Dsearch.py69 self.make_button("Find Next", self.default_command, isdef=True)
H A Dgrep.py127 self.make_button("Search Files", self.default_command, isdef=True)
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_searchbase.py145 btn = self.dialog.make_button('Test', self.dialog.close)

Completed in 3 milliseconds