Home
last modified time | relevance | path

Searched refs:create_widgets (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython3/Lib/idlelib/
Dsearchbase.py54 self.create_widgets()
74 def create_widgets(self): member in SearchDialogBase
195 self.create_widgets()
Dsearch.py65 def create_widgets(self): member in SearchDialog
67 SearchDialogBase.create_widgets(self)
Dhelp_about.py42 self.create_widgets()
60 def create_widgets(self): member in AboutDialog
Dconfig_key.py82 self.create_widgets()
100 def create_widgets(self): member in GetKeysDialog
Dquery.py76 self.create_widgets()
92 def create_widgets(self, ok_text='OK'): # Do not replace. member in Query
Dconfigdialog.py77 self.create_widgets()
95 def create_widgets(self): member in ConfigDialog
/external/python/cpython2/Lib/idlelib/
DSearchDialog.py25 def create_widgets(self): member in SearchDialog
26 SearchDialogBase.create_widgets(self)
DconfigSectionNameDialog.py26 self.create_widgets()
41 def create_widgets(self): member in GetCfgSectionNameDialog
DSearchDialogBase.py51 self.create_widgets()
69 def create_widgets(self): member in SearchDialogBase
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_searchdialogbase.py66 self.dialog.create_widgets()
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_searchbase.py69 self.dialog.create_widgets()
/external/python/cpython3/Doc/library/
Dtkinter.rst210 self.create_widgets()
212 def create_widgets(self):