Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib-tk/
DSimpleDialog.py48 m_width = master.winfo_screenwidth()
55 if x+w_width > master.winfo_screenwidth():
56 x = master.winfo_screenwidth() - w_width
Dturtle.py474 return self.winfo_screenwidth()
DTkinter.py948 def winfo_screenwidth(self): member in Misc
/external/python/cpython3/Lib/idlelib/
Dzoomheight.py63 screen_dimensions = (top.winfo_screenwidth(),
/external/python/cpython2/Tools/webchecker/
Dtktools.py50 m_width = master.winfo_screenwidth()
/external/python/cpython3/Lib/tkinter/
Dsimpledialog.py252 x = (w.winfo_screenwidth() - minwidth) // 2
D__init__.py1248 def winfo_screenwidth(self): member in Misc
/external/python/cpython2/Demo/tix/
Dtixwidgets.py116 if z.winfo_screenwidth() <= 800:
/external/python/cpython3/Lib/
Dturtle.py451 return self.winfo_screenwidth()