Did I find the right examples for you? yes no

All Samples(7)  |  Call(0)  |  Derive(0)  |  Import(7)

src/p/y/pyaa-HEAD/Watcher.py   pyaa(Download)
'''
Classes that make watching for common window events easier.
'''
import AA, Defer
 

src/p/y/pyaa-HEAD/treeExplorer.py   pyaa(Download)
import wx, win32gui
from pyHook.HookManager import HookManager
import AA, Watcher
 
ID_INFO_LIST = wx.NewId()

src/p/y/pyaa-HEAD/Path.py   pyaa(Download)
'''
Functions for creating and parsing XPath like representations for objects in the
MSAA DOM.
'''
import AA

src/p/y/pyaa-HEAD/tests.py   pyaa(Download)
'''Unit tests for pyAA.'''
import unittest, os, time, pythoncom
import AA, Watcher, Path
 
# path to the list control in the explorer window