[glom/glom-1-8] Added window title for initial dialog and accessible names for its widgets



commit 3ba89eb55e8f371f52326db9b139a58f80281074
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 |   20 ++++++++++++++++++++
 2 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index afc32a8..54c3532 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>
 
 	Fixed a crash when Glom was lanuched via LDTP:ChangeLog
diff --git a/glom/glom.glade b/glom/glom.glade
index 9e46ba1..18b45ee 100644
--- a/glom/glom.glade
+++ b/glom/glom.glade
@@ -193,6 +193,7 @@
     </child>
   </widget>
   <widget 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">GDK_WINDOW_TYPE_HINT_DIALOG</property>
@@ -242,6 +243,11 @@
                   <widget 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>
                       <widget class="GtkScrolledWindow" id="scrolledwindow2">
                         <property name="visible">True</property>
@@ -259,6 +265,13 @@
                             <property name="headers_clickable">True</property>
                             <property name="search_column">0</property>
                           </widget>
+
+                            <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>
+ 
                         </child>
                       </widget>
                     </child>
@@ -288,6 +301,13 @@
                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
                             <property name="headers_clickable">True</property>
                           </widget>
+
+                            <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>
+
                         </child>
                       </widget>
                       <packing>



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