pywinauto/pywinauto
2006-02-15 21:43:05 +00:00
..
controls Minor changes to avoid a Pychecker warning 2006-02-15 21:43:05 +00:00
tests Changed HwndWrapper.Text, SetText to WindowText and SetWindowText (and EditWrapper.SetText to EditWrapper.SetEditText 2006-02-12 02:44:27 +00:00
unittests Added some tab control tests 2006-02-13 13:46:02 +00:00
__init__.py Ran pychecker, pylint and fixed many of the raised items 2006-01-20 01:43:23 +00:00
application.py Renamed Appliaction.app_windows_ to windows_ and made it work like window_ in that you could pass in criteria. (but it returns wrapped windows not window criteria!) 2006-02-13 13:45:23 +00:00
clipboard.py Mainly fixing pylint warnings 2006-02-06 21:06:17 +00:00
findbestmatch.py Fixed a bug with finding the closes text control 2006-02-13 13:40:55 +00:00
findwindows.py Changed HwndWrapper.Text, SetText to WindowText and SetWindowText (and EditWrapper.SetText to EditWrapper.SetEditText 2006-02-12 02:44:27 +00:00
handleprops.py no real change 2006-02-09 22:18:10 +00:00
win32defines.py Added some keyboard input constants 2006-02-09 22:17:12 +00:00
win32functions.py Added some input and keyboard handling functions/structures 2006-02-09 22:17:58 +00:00
win32structures.py Added some input and keyboard handling functions/structures 2006-02-09 22:17:58 +00:00
XMLHelpers.py Changed HwndWrapper.Text, SetText to WindowText and SetWindowText (and EditWrapper.SetText to EditWrapper.SetEditText 2006-02-12 02:44:27 +00:00