| Trees | Indices | Help |
|---|
|
|
1 #appModules/teamtalk4classic.py 2 #A part of NonVisual Desktop Access (NVDA) 3 #Copyright (C) 2010 NVDA Contributors <http://www.nvda-project.org/> 4 #This file is covered by the GNU General Public License. 5 #See the file COPYING for more details. 6 7 import appModuleHandler 8 from NVDAObjects.behaviors import ProgressBar 9112413 # The richedit control displaying incoming chat does not return correct _isWindowUnicode flag. 14 if obj.windowClassName=="RichEdit20A": 15 obj._isWindowUnicode=False1618 # There is a VU meter progress bar in the main window which we don't want to get anounced as all the other progress bars. 19 if obj.windowClassName=="msctls_progress32" and obj.name==u'VU': 20 try: 21 clsList.remove(ProgressBar) 22 except ValueError: 23 pass
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Nov 18 17:46:08 2011 | http://epydoc.sourceforge.net |