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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 52 w_height = widget.winfo_reqheight()
54 y = m_y + (m_height - w_height) * rely
59 if y+w_height > master.winfo_screenheight():
60 y = master.winfo_screenheight() - w_height
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 52 w_height = widget.winfo_reqheight()
54 y = m_y + (m_height - w_height) * rely
59 if y+w_height > master.winfo_screenheight():
60 y = master.winfo_screenheight() - w_height

Completed in 514 milliseconds