aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/task-details-page.glade
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2002-02-09 01:33:14 +0800
committerJP Rosevear <jpr@src.gnome.org>2002-02-09 01:33:14 +0800
commit180d4e4ed0aaffc07bb9082dbcf754d5dd6aa042 (patch)
tree74771a844d17e3aaa032ebb3212f49b91da793e1 /calendar/gui/dialogs/task-details-page.glade
parent1c663ab61d4ee59c5dabd403793cf989cd857f61 (diff)
downloadgsoc2013-evolution-180d4e4ed0aaffc07bb9082dbcf754d5dd6aa042.tar
gsoc2013-evolution-180d4e4ed0aaffc07bb9082dbcf754d5dd6aa042.tar.gz
gsoc2013-evolution-180d4e4ed0aaffc07bb9082dbcf754d5dd6aa042.tar.bz2
gsoc2013-evolution-180d4e4ed0aaffc07bb9082dbcf754d5dd6aa042.tar.lz
gsoc2013-evolution-180d4e4ed0aaffc07bb9082dbcf754d5dd6aa042.tar.xz
gsoc2013-evolution-180d4e4ed0aaffc07bb9082dbcf754d5dd6aa042.tar.zst
gsoc2013-evolution-180d4e4ed0aaffc07bb9082dbcf754d5dd6aa042.zip
add a custom widget created with e_url_button_new
2002-02-08 JP Rosevear <jpr@ximian.com> * gui/dialogs/task-details-page.glade: add a custom widget created with e_url_button_new * gui/dialogs/task-details-page.c (task_details_page_init): init url_button member to NULL (init_widgets): set the url button entry (get_widgets): get the url button * gui/calendar-commands.c (pixmaps): use new all day event icon svn path=/trunk/; revision=15610
Diffstat (limited to 'calendar/gui/dialogs/task-details-page.glade')
-rw-r--r--calendar/gui/dialogs/task-details-page.glade42
1 files changed, 34 insertions, 8 deletions
diff --git a/calendar/gui/dialogs/task-details-page.glade b/calendar/gui/dialogs/task-details-page.glade
index 54ba5d35b5..48ecfdfdca 100644
--- a/calendar/gui/dialogs/task-details-page.glade
+++ b/calendar/gui/dialogs/task-details-page.glade
@@ -281,13 +281,10 @@ Undefined
</widget>
<widget>
- <class>GtkEntry</class>
- <name>url</name>
- <can_focus>True</can_focus>
- <editable>True</editable>
- <text_visible>True</text_visible>
- <text_max_length>0</text_max_length>
- <text></text>
+ <class>GtkHBox</class>
+ <name>hbox2</name>
+ <homogeneous>False</homogeneous>
+ <spacing>0</spacing>
<child>
<left_attach>1</left_attach>
<right_attach>2</right_attach>
@@ -300,8 +297,37 @@ Undefined
<xshrink>False</xshrink>
<yshrink>False</yshrink>
<xfill>True</xfill>
- <yfill>False</yfill>
+ <yfill>True</yfill>
</child>
+
+ <widget>
+ <class>GtkEntry</class>
+ <name>url</name>
+ <can_focus>True</can_focus>
+ <editable>True</editable>
+ <text_visible>True</text_visible>
+ <text_max_length>0</text_max_length>
+ <text></text>
+ <child>
+ <padding>0</padding>
+ <expand>True</expand>
+ <fill>True</fill>
+ </child>
+ </widget>
+
+ <widget>
+ <class>Custom</class>
+ <name>url_button</name>
+ <creation_function>e_url_button_new</creation_function>
+ <int1>0</int1>
+ <int2>0</int2>
+ <last_modification_time>Fri, 08 Feb 2002 16:56:48 GMT</last_modification_time>
+ <child>
+ <padding>0</padding>
+ <expand>False</expand>
+ <fill>False</fill>
+ </child>
+ </widget>
</widget>
</widget>
</widget>