Home
last modified time | relevance | path

Searched refs:winfo_screenwidth (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/idlelib/
Dzoomheight.py63 screen_dimensions = (top.winfo_screenwidth(),
/external/python/cpython3/Lib/tkinter/
Dsimpledialog.py252 x = (w.winfo_screenwidth() - minwidth) // 2
D__init__.py1372 def winfo_screenwidth(self): member in Misc
/external/python/cpython3/Lib/
Dturtle.py445 return self.winfo_screenwidth()