OSDN Git Service

Added a basic appModule for AIM (AOL Instant Messenger). For now all this does is...
authorMichael Curran <mick@kulgan.net>
Thu, 23 Sep 2010 00:14:09 +0000 (10:14 +1000)
committerMichael Curran <mick@kulgan.net>
Thu, 23 Sep 2010 00:14:09 +0000 (10:14 +1000)
source/appModules/aim.py [new file with mode: 0644]

diff --git a/source/appModules/aim.py b/source/appModules/aim.py
new file mode 100644 (file)
index 0000000..d87e357
--- /dev/null
@@ -0,0 +1,8 @@
+import _default\r
+import controlTypes\r
+\r
+class AppModule(_default.AppModule):\r
+\r
+       def event_NVDAObject_init(self,obj):\r
+               if obj.role==controlTypes.ROLE_TREEVIEWITEM:\r
+                       obj.hasEncodedAccDescription=True\r