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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 48 m_width = master.winfo_screenwidth()
55 if x+w_width > master.winfo_screenwidth():
56 x = master.winfo_screenwidth() - w_width
Tkinter.py 881 def winfo_screenwidth(self): member in class:Misc
    [all...]
turtle.py 474 return self.winfo_screenwidth()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 48 m_width = master.winfo_screenwidth()
55 if x+w_width > master.winfo_screenwidth():
56 x = master.winfo_screenwidth() - w_width
Tkinter.py 881 def winfo_screenwidth(self): member in class:Misc
    [all...]
turtle.py 474 return self.winfo_screenwidth()
    [all...]

Completed in 28 milliseconds