| Trees | Indices | Help |
|---|
|
|
1 #appModules/putty.py 2 #A part of NonVisual Desktop Access (NVDA) 3 #This file is covered by the GNU General Public License. 4 #See the file COPYING for more details. 5 #Copyright (C) 2010 James Teh <jamie@jantrid.net> 6 7 """App module for PuTTY 8 """ 9 10 import oleacc 11 from NVDAObjects.behaviors import Terminal 12 from NVDAObjects.window import DisplayModelEditableText, DisplayModelLiveText 13 import appModuleHandler 14162418 if obj.windowClassName == "PuTTY" and obj.IAccessibleRole == oleacc.ROLE_SYSTEM_CLIENT: 19 try: 20 clsList.remove(DisplayModelEditableText) 21 except ValueError: 22 pass 23 clsList[0:0] = (Terminal, DisplayModelLiveText)
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Nov 18 17:46:06 2011 | http://epydoc.sourceforge.net |