[orca/570658] Add ROLE_ENTRY support to braille



commit dd69b38571cc2f0348da78f472ff419ba5b94d0c
Author: Willie Walker <william walker sun com>
Date:   Tue Jun 30 16:23:20 2009 -0400

    Add ROLE_ENTRY support to braille

 src/orca/formatting.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/orca/formatting.py b/src/orca/formatting.py
index 8d69f4c..50e743b 100644
--- a/src/orca/formatting.py
+++ b/src/orca/formatting.py
@@ -380,6 +380,9 @@ formatting = {
             'unfocused': '[Component(obj,\
                                      asString(label + displayedText) or asString(applicationName))]'
             },
+        pyatspi.ROLE_ENTRY: {
+            'unfocused': BRAILLE_TEXT
+            },
         pyatspi.ROLE_FRAME: {
             'unfocused': '[Component(obj,\
                                      asString(((label + displayedText) or name) + value + roleName + alertAndDialogCount))]'



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]