SWAPY icon indicating copy to clipboard operation
SWAPY copied to clipboard

Add `rectangle` property for sub items

Open moden-py opened this issue 10 years ago • 0 comments

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.

moden-py avatar Nov 02 '15 10:11 moden-py