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

  /external/python/cpython2/Lib/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/gdb/darwin-x86/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/gdb/linux-x86/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/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
  /external/python/cpython3/Lib/tkinter/
simpledialog.py 76 w_height = widget.winfo_reqheight()
78 y = m_y + (m_height - w_height) * rely
83 if y+w_height > master.winfo_screenheight():
84 y = master.winfo_screenheight() - w_height
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
tktools.py 54 w_height = widget.winfo_reqheight()
56 y = m_y + (m_height - w_height) * rely
  /external/python/cpython2/Tools/webchecker/
tktools.py 54 w_height = widget.winfo_reqheight()
56 y = m_y + (m_height - w_height) * rely

Completed in 1208 milliseconds