Home
last modified time | relevance | path

Searched refs:create_action_buttons (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DconfigDialog.py89 self.create_action_buttons().pack(side=BOTTOM)
91 def create_action_buttons(self): member in ConfigDialog
/external/python/cpython3/Lib/idlelib/
Dconfigdialog.py122 self.create_action_buttons().pack(side=BOTTOM)
124 def create_action_buttons(self): member in ConfigDialog