HomeSort by relevance Sort by last modified time
    Searched refs:winfo_screenheight (Results 1 - 8 of 8) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ZoomHeight.py 30 newheight = top.winfo_screenheight()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ZoomHeight.py 30 newheight = top.winfo_screenheight()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 49 m_height = master.winfo_screenheight()
59 if y+w_height > master.winfo_screenheight():
60 y = master.winfo_screenheight() - w_height
Tkinter.py 861 def winfo_screenheight(self): member in class:Misc
    [all...]
turtle.py 477 return self.winfo_screenheight()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 49 m_height = master.winfo_screenheight()
59 if y+w_height > master.winfo_screenheight():
60 y = master.winfo_screenheight() - w_height
Tkinter.py 861 def winfo_screenheight(self): member in class:Misc
    [all...]
turtle.py 477 return self.winfo_screenheight()
    [all...]

Completed in 38 milliseconds