[glom] Added window title for initial dialog and accessible names for its widgets



commit 9b6405a2ad73d9b50aab754ea8e810700d499e1f
Author: Armin Burgmeier <armin arbur net>
Date:   Tue May 26 20:41:51 2009 +0200

    Added window title for initial dialog and accessible names for its widgets
    
    	* glom/glom.glade: Added a window title to the initial dialog, and
    	accessible names for the two tree views in it, so they are easily
    	accessible from LDTP.
---
 ChangeLog       |    6 ++++++
 glom/glom.glade |   16 ++++++++++++++++
 2 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 447cd75..b527ab8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-05-26  Armin Burgmeier  <armin openismus com>
+
+	* glom/glom.glade: Added a window title to the initial dialog, and
+	accessible names for the two tree views in it, so they are easily
+	accessible from LDTP.
+
 2009-05-25  Armin Burgmeier  <armin openismus com>
 
 	* glom/dialog_existing_or_new.cc (constructor): Create the top level
diff --git a/glom/glom.glade b/glom/glom.glade
index 2453d83..1a58411 100644
--- a/glom/glom.glade
+++ b/glom/glom.glade
@@ -214,6 +214,7 @@
     </child>
   </object>
   <object class="GtkDialog" id="dialog_existing_or_new">
+    <property name="title" translatable="yes">Welcome to Glom</property>
     <property name="default_width">480</property>
     <property name="default_height">320</property>
     <property name="type_hint">dialog</property>
@@ -264,6 +265,11 @@
                   <object class="GtkNotebook" id="existing_or_new_notebook">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
+                    <child internal-child="accessible">
+                      <object class="AtkObject" id="existing_or_new_notebook-atkobject">
+                        <property name="AtkObject::accessible-name" translatable="yes">Open or create Document</property>
+                      </object>
+                    </child>
                     <child>
                       <object class="GtkScrolledWindow" id="scrolledwindow2">
                         <property name="visible">True</property>
@@ -276,6 +282,11 @@
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+                            <child internal-child="accessible">
+                              <object class="AtkObject" id="existing_or_new_existing_treeview-atkobject">
+                                <property name="AtkObject::accessible-name" translatable="yes">Open Existing Document</property>
+                              </object>
+                            </child>
                           </object>
                         </child>
                       </object>
@@ -302,6 +313,11 @@
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+                            <child internal-child="accessible">
+                              <object class="AtkObject" id="existing_or_new_new_treeview-atkobject">
+                                <property name="AtkObject::accessible-name" translatable="yes">Create New Document</property>
+                              </object>
+                            </child>
                           </object>
                         </child>
                       </object>



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