Home
last modified time | relevance | path

Searched refs:winfo_reqwidth (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/tkinter/
Dsimpledialog.py235 minwidth = w.winfo_reqwidth()
D__init__.py1186 def winfo_reqwidth(self): member in Misc
/third_party/python/Lib/idlelib/
Dconfig_key.py89 (parent.winfo_width()/2 - self.winfo_reqwidth()/2),
Dquery.py77 (parent.winfo_width()/2 - self.winfo_reqwidth()/2),
Ddebugger.py532 width = subframe.winfo_reqwidth()
Dconfigdialog.py2396 size = (interior.winfo_reqwidth(), interior.winfo_reqheight())
2401 if interior.winfo_reqwidth() != canvas.winfo_width():
/third_party/python/Lib/tkinter/test/test_tkinter/
Dtest_geometry_managers.py263 self.assertEqual(pack.winfo_reqwidth(), 300)
267 self.assertEqual(pack.winfo_reqwidth(), 20)