Package appModules :: Module mplayerc
[hide private]
[frames] | no frames]

Source Code for Module appModules.mplayerc

 1  #appModules/mplayerc.py 
 2  #A part of NonVisual Desktop Access (NVDA) 
 3  #Copyright (C) 2006-2008 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  import controlTypes 
 9   
10 -class AppModule(appModuleHandler.AppModule):
11
12 - def event_NVDAObject_init(self,obj):
13 if obj.windowClassName=="#32770" and obj.windowControlID==10021: 14 obj.role = controlTypes.ROLE_STATUSBAR
15