Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/
H A Dquery.py73 self.update_idletasks() # Need here for winfo_reqwidth below.
77 (parent.winfo_width()/2 - self.winfo_reqwidth()/2),
H A Dconfig_key.py300 # Needed for winfo_reqwidth().
304 (parent.winfo_width()//2 - self.winfo_reqwidth()//2))
H A Ddebugger.py533 width = subframe.winfo_reqwidth()
H A Dconfigdialog.py2396 size = (interior.winfo_reqwidth(), interior.winfo_reqheight())
2401 if interior.winfo_reqwidth() != canvas.winfo_width():
/third_party/python/Lib/tkinter/
H A Dsimpledialog.py235 minwidth = w.winfo_reqwidth()
H A D__init__.py1213 def winfo_reqwidth(self): member in Misc
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_geometry_managers.py263 self.assertEqual(pack.winfo_reqwidth(), 300)
267 self.assertEqual(pack.winfo_reqwidth(), 20)

Completed in 15 milliseconds