aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/select-names/select-names.glade
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2001-01-05 07:20:44 +0800
committerChris Lahey <clahey@src.gnome.org>2001-01-05 07:20:44 +0800
commit3596cc5df5ac3e995a61e68bf2d61053688dbf7e (patch)
treee3fe6f6ebedcc7d0cbc7a266e178f353979cab40 /addressbook/gui/component/select-names/select-names.glade
parent5ff5cd81532edda57a0793273fee0cdadef07dd9 (diff)
downloadgsoc2013-evolution-3596cc5df5ac3e995a61e68bf2d61053688dbf7e.tar
gsoc2013-evolution-3596cc5df5ac3e995a61e68bf2d61053688dbf7e.tar.gz
gsoc2013-evolution-3596cc5df5ac3e995a61e68bf2d61053688dbf7e.tar.bz2
gsoc2013-evolution-3596cc5df5ac3e995a61e68bf2d61053688dbf7e.tar.lz
gsoc2013-evolution-3596cc5df5ac3e995a61e68bf2d61053688dbf7e.tar.xz
gsoc2013-evolution-3596cc5df5ac3e995a61e68bf2d61053688dbf7e.tar.zst
gsoc2013-evolution-3596cc5df5ac3e995a61e68bf2d61053688dbf7e.zip
Added this function.
2001-01-04 Christopher James Lahey <clahey@helixcode.com> * gui/component/addressbook-component.c, gui/component/addressbook-component.h (addressbook_component_get_shell_client): Added this function. * gui/component/select-names/e-select-names.c, gui/component/select-names/e-select-names.h: Added code for the ability to switch between different folders. This doesn't work yet. * gui/component/select-names/select-names.glade, gui/component/select-names/select-names.glade.h: Added an option menu to this dialog. svn path=/trunk/; revision=7262
Diffstat (limited to 'addressbook/gui/component/select-names/select-names.glade')
-rw-r--r--addressbook/gui/component/select-names/select-names.glade39
1 files changed, 31 insertions, 8 deletions
diff --git a/addressbook/gui/component/select-names/select-names.glade b/addressbook/gui/component/select-names/select-names.glade
index 90ca93bd3a..063d39c1fa 100644
--- a/addressbook/gui/component/select-names/select-names.glade
+++ b/addressbook/gui/component/select-names/select-names.glade
@@ -80,7 +80,7 @@
<widget>
<class>GtkTable</class>
<name>table-top</name>
- <rows>3</rows>
+ <rows>4</rows>
<columns>2</columns>
<homogeneous>False</homogeneous>
<row_spacing>6</row_spacing>
@@ -99,8 +99,8 @@
<child>
<left_attach>0</left_attach>
<right_attach>1</right_attach>
- <top_attach>1</top_attach>
- <bottom_attach>2</bottom_attach>
+ <top_attach>2</top_attach>
+ <bottom_attach>3</bottom_attach>
<xpad>0</xpad>
<ypad>0</ypad>
<xexpand>True</xexpand>
@@ -134,6 +134,7 @@
<visible>False</visible>
<can_focus>True</can_focus>
<label>Find...</label>
+ <relief>GTK_RELIEF_NORMAL</relief>
<child>
<padding>0</padding>
<expand>False</expand>
@@ -145,7 +146,7 @@
<widget>
<class>GtkAccelLabel</class>
<name>accellabel1</name>
- <label>Select name from List:</label>
+ <label>Select name from:</label>
<justify>GTK_JUSTIFY_LEFT</justify>
<wrap>False</wrap>
<xalign>0</xalign>
@@ -178,8 +179,8 @@
<child>
<left_attach>0</left_attach>
<right_attach>1</right_attach>
- <top_attach>2</top_attach>
- <bottom_attach>3</bottom_attach>
+ <top_attach>3</top_attach>
+ <bottom_attach>4</bottom_attach>
<xpad>0</xpad>
<ypad>0</ypad>
<xexpand>True</xexpand>
@@ -202,8 +203,8 @@
<child>
<left_attach>1</left_attach>
<right_attach>2</right_attach>
- <top_attach>2</top_attach>
- <bottom_attach>3</bottom_attach>
+ <top_attach>3</top_attach>
+ <bottom_attach>4</bottom_attach>
<xpad>0</xpad>
<ypad>0</ypad>
<xexpand>True</xexpand>
@@ -240,6 +241,28 @@
</child>
</widget>
</widget>
+
+ <widget>
+ <class>GtkOptionMenu</class>
+ <name>optionmenu1</name>
+ <can_focus>True</can_focus>
+ <items></items>
+ <initial_choice>0</initial_choice>
+ <child>
+ <left_attach>0</left_attach>
+ <right_attach>1</right_attach>
+ <top_attach>1</top_attach>
+ <bottom_attach>2</bottom_attach>
+ <xpad>0</xpad>
+ <ypad>0</ypad>
+ <xexpand>False</xexpand>
+ <yexpand>False</yexpand>
+ <xshrink>False</xshrink>
+ <yshrink>False</yshrink>
+ <xfill>True</xfill>
+ <yfill>False</yfill>
+ </child>
+ </widget>
</widget>
</widget>
</widget>