Home
last modified time | relevance | path

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

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