Home
last modified time | relevance | path

Searched refs:windowbounds (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Mac/Demo/mlte/
Dmlted.py25 r = windowbounds(400, 400)
/external/python/cpython2/Mac/Demo/textedit/
Dped.py21 r = windowbounds(400, 400)
/external/python/cpython2/Doc/library/
Dframework.rst100 .. function:: windowbounds(width, height)
/external/python/cpython2/Lib/plat-mac/
DFrameWork.py81 def windowbounds(width, height): function