aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-list-editor
diff options
context:
space:
mode:
authorHao Sheng <hao.sheng@sun.com>2005-01-20 13:49:55 +0800
committerHarry Lu <haip@src.gnome.org>2005-01-20 13:49:55 +0800
commit7894cabd880fff2e049ac8d7421da37a2612bdff (patch)
tree426cb3d340df1dabeb1d222f407944571e9984c2 /addressbook/gui/contact-list-editor
parent774affb0aa62f4feb53e6a2e14f5ab2703d7beeb (diff)
downloadgsoc2013-evolution-7894cabd880fff2e049ac8d7421da37a2612bdff.tar
gsoc2013-evolution-7894cabd880fff2e049ac8d7421da37a2612bdff.tar.gz
gsoc2013-evolution-7894cabd880fff2e049ac8d7421da37a2612bdff.tar.bz2
gsoc2013-evolution-7894cabd880fff2e049ac8d7421da37a2612bdff.tar.lz
gsoc2013-evolution-7894cabd880fff2e049ac8d7421da37a2612bdff.tar.xz
gsoc2013-evolution-7894cabd880fff2e049ac8d7421da37a2612bdff.tar.zst
gsoc2013-evolution-7894cabd880fff2e049ac8d7421da37a2612bdff.zip
add accessable key to the contact editor UI. add accessable key to the
2005-01-19 Hao Sheng <hao.sheng@sun.com> * gui/contact-editor/contact-editor.glade: add accessable key to the contact editor UI. * gui/contact-list-editor/contact-list-editor.glade: add accessable key to the contact list editor UI. svn path=/trunk/; revision=28455
Diffstat (limited to 'addressbook/gui/contact-list-editor')
-rw-r--r--addressbook/gui/contact-list-editor/contact-list-editor.glade15
1 files changed, 13 insertions, 2 deletions
diff --git a/addressbook/gui/contact-list-editor/contact-list-editor.glade b/addressbook/gui/contact-list-editor/contact-list-editor.glade
index 30760f6108..bc5c2c18ee 100644
--- a/addressbook/gui/contact-list-editor/contact-list-editor.glade
+++ b/addressbook/gui/contact-list-editor/contact-list-editor.glade
@@ -11,6 +11,11 @@
<property name="modal">False</property>
<property name="resizable">True</property>
<property name="destroy_with_parent">False</property>
+ <property name="decorated">True</property>
+ <property name="skip_taskbar_hint">False</property>
+ <property name="skip_pager_hint">False</property>
+ <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
+ <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
<property name="has_separator">True</property>
<child internal-child="vbox">
@@ -32,6 +37,7 @@
<property name="label">gtk-cancel</property>
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
+ <property name="focus_on_click">True</property>
<property name="response_id">-6</property>
</widget>
</child>
@@ -44,6 +50,7 @@
<property name="label">gtk-ok</property>
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
+ <property name="focus_on_click">True</property>
<property name="response_id">-5</property>
</widget>
</child>
@@ -232,6 +239,7 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
+ <property name="mnemonic_widget">email-entry</property>
</widget>
<packing>
<property name="padding">0</property>
@@ -263,7 +271,6 @@
<widget class="Custom" id="contact-list-table">
<property name="visible">True</property>
<property name="creation_function">e_contact_list_editor_create_table</property>
- <property name="string1"></property>
<property name="int1">0</property>
<property name="int2">0</property>
<property name="last_modification_time">Sat, 23 Jun 2001 06:00:16 GMT</property>
@@ -282,6 +289,7 @@
<property name="label" translatable="yes">_Hide addresses when sending mail to this list</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
+ <property name="focus_on_click">True</property>
<property name="active">False</property>
<property name="inconsistent">False</property>
<property name="draw_indicator">True</property>
@@ -343,6 +351,7 @@
<property name="label">gtk-add</property>
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
+ <property name="focus_on_click">True</property>
</widget>
</child>
@@ -355,6 +364,7 @@
<property name="label">gtk-remove</property>
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
+ <property name="focus_on_click">True</property>
</widget>
</child>
@@ -364,9 +374,10 @@
<property name="tooltip" translatable="yes">Insert email adresses from Adress Book</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
- <property name="label" translatable="yes">Select</property>
+ <property name="label" translatable="yes">_Select</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
+ <property name="focus_on_click">True</property>
</widget>
</child>
</widget>