Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DReplaceDialog.py47 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)
DSearchDialogBase.py163 def make_button(self, label, command, isdef=0): member in SearchDialogBase
178 b = self.make_button("close", self.close)
DSearchDialog.py27 self.make_button("Find Next", self.default_command, 1)
DGrepDialog.py61 self.make_button("Search Files", self.default_command, 1)
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_searchdialogbase.py149 btn = self.dialog.make_button('Test', self.dialog.close)