aim.py 213 Bytes
import appModuleHandler
import controlTypes

class AppModule(appModuleHandler.AppModule):

	def event_NVDAObject_init(self,obj):
		if obj.role==controlTypes.ROLE_TREEVIEWITEM:
			obj.hasEncodedAccDescription=True