Searched defs:make_button (Results 1 – 2 of 2) sorted by relevance
| /external/python/cpython2/Lib/idlelib/ | ||
| D | SearchDialogBase.py | 163 def make_button(self, label, command, isdef=0): member in SearchDialogBase |
| /external/python/cpython3/Lib/idlelib/ | ||
| D | searchbase.py | 169 def make_button(self, label, command, isdef=0): member in SearchDialogBase |