Ejemplo n.º 1
0
def nvdaControllerInternal_displayModelTextChangeNotify(hwnd, left, top, right, bottom):
	import displayModel
	displayModel.textChangeNotify(hwnd, left, top, right, bottom)
	return 0
def nvdaControllerInternal_displayModelTextChangeNotify(
        hwnd, left, top, right, bottom):
    import displayModel
    displayModel.textChangeNotify(hwnd, left, top, right, bottom)
    return 0