pywinauto / SWAPY

not maintained any more (will be replaced by py_inspect)
https://github.com/pywinauto/py_inspect
271 stars 66 forks source link

Add `rectangle` property for sub items #74

Open moden-py opened 9 years ago

moden-py commented 9 years ago

At least for a tab item rectangle property can be found.

notepad = app[u'Notepad++']
systabcontrol = notepad.Tab
rectangle = systabcontrol.GetTabRect(tab_index)

Add the property for all sub items(ListView, Tree, etc.) where it is possible.