| Trees | Indices | Help |
|---|
|
|
1 #NVDAObjects/IAccessible/SysMonthCal32.py 2 #A part of NonVisual Desktop Access (NVDA) 3 #Copyright (C) 2006-2007 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 controlTypes 8 from . import IAccessible 911 14 17 20 24 25 __valueChangeGestures = ( 26 "kb:upArrow", 27 "kb:downArrow", 28 "kb:leftArrow", 29 "kb:rightArrow", 30 "kb:home", 31 "kb:end", 32 "kb:control+home", 33 "kb:control+end", 34 "kb:pageDown", 35 "kb:pageUp", 36 ) 3741
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Nov 18 17:46:07 2011 | http://epydoc.sourceforge.net |