2002-10-20 19:55:16 +05:30
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
<glade-interface>
<requires lib="gnome"/>
<requires lib="canvas"/>
<requires lib="bonobo"/>
<widget class="GnomeApp" id="gramps">
<property name="title" translatable="yes">GRAMPS</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
<property name="modal">False</property>
<property name="resizable">True</property>
<property name="destroy_with_parent">False</property>
<property name="icon">gramps.xpm</property>
<property name="enable_layout_config">True</property>
<signal name="destroy" handler="on_exit_activate"/>
<signal name="delete_event" handler="delete_event"/>
<child internal-child="dock">
<widget class="BonoboDock" id="dock1">
<property name="visible">True</property>
<property name="allow_floating">True</property>
<child>
<widget class="BonoboDockItem" id="dockitem1">
<property name="border_width">2</property>
<property name="visible">True</property>
<property name="shadow_type">GTK_SHADOW_OUT</property>
<child>
<widget class="GtkMenuBar" id="menubar1">
<property name="visible">True</property>
<child>
<widget class="GtkMenuItem" id="file1">
<property name="visible">True</property>
<property name="label" translatable="yes">_File</property>
<property name="use_underline">True</property>
<child>
<widget class="GtkMenu" id="file1_menu">
<child>
<widget class="GtkImageMenuItem" id="new_file1">
<property name="visible">True</property>
<property name="label" translatable="yes">_New</property>
<property name="use_underline">True</property>
2003-04-01 09:53:44 +05:30
<signal name="activate" handler="on_new_clicked" last_modification_time="Tue, 01 Apr 2003 03:57:54 GMT"/>
<accelerator key="N" modifiers="GDK_CONTROL_MASK" signal="activate"/>
<child internal-child="image">
2003-10-17 10:35:20 +05:30
<widget class="GtkImage" id="image1550">
2003-04-01 09:53:44 +05:30
<property name="visible">True</property>
<property name="stock">gtk-new</property>
<property name="icon_size">1</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
2002-10-20 19:55:16 +05:30
</widget>
</child>
<child>
<widget class="GtkImageMenuItem" id="open2">
<property name="visible">True</property>
2003-04-01 09:53:44 +05:30
<property name="label" translatable="yes">_Open...</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_open_activate" last_modification_time="Tue, 01 Apr 2003 03:54:39 GMT"/>
<accelerator key="O" modifiers="GDK_CONTROL_MASK" signal="activate"/>
<child internal-child="image">
2003-10-17 10:35:20 +05:30
<widget class="GtkImage" id="image1551">
2003-04-01 09:53:44 +05:30
<property name="visible">True</property>
<property name="stock">gtk-open</property>
<property name="icon_size">1</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
2002-10-20 19:55:16 +05:30
</widget>
</child>
<child>
<widget class="GtkImageMenuItem" id="save1">
<property name="visible">True</property>
2003-04-01 09:53:44 +05:30
<property name="label" translatable="yes">_Save</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_save_activate" last_modification_time="Tue, 01 Apr 2003 03:53:17 GMT"/>
<accelerator key="S" modifiers="GDK_CONTROL_MASK" signal="activate"/>
<child internal-child="image">
2003-10-17 10:35:20 +05:30
<widget class="GtkImage" id="image1552">
2003-04-01 09:53:44 +05:30
<property name="visible">True</property>
<property name="stock">gtk-save</property>
<property name="icon_size">1</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
2002-10-20 19:55:16 +05:30
</widget>
</child>
<child>
2003-04-04 11:18:25 +05:30
<widget class="GtkImageMenuItem" id="save_as1">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-04-04 11:18:25 +05:30
<property name="label" translatable="yes">Save _As...</property>
2002-10-20 19:55:16 +05:30
<property name="use_underline">True</property>
2003-04-04 11:18:25 +05:30
<signal name="activate" handler="on_save_as_activate" last_modification_time="Tue, 01 Apr 2003 03:50:28 GMT"/>
2002-10-20 19:55:16 +05:30
<child internal-child="image">
2003-10-17 10:35:20 +05:30
<widget class="GtkImage" id="image1553">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-04-04 11:18:25 +05:30
<property name="stock">gtk-save-as</property>
2002-10-20 19:55:16 +05:30
<property name="icon_size">1</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
2003-04-04 11:18:25 +05:30
<child>
<widget class="GtkMenuItem" id="separator9">
<property name="visible">True</property>
</widget>
</child>
2002-10-20 19:55:16 +05:30
<child>
<widget class="GtkMenuItem" id="import1">
<property name="visible">True</property>
<property name="label" translatable="yes">_Import</property>
<property name="use_underline">True</property>
</widget>
</child>
<child>
2003-04-04 11:18:25 +05:30
<widget class="GtkImageMenuItem" id="export1">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-04-04 11:18:25 +05:30
<property name="label" translatable="yes">_Export</property>
2003-04-01 09:53:44 +05:30
<property name="use_underline">True</property>
<child internal-child="image">
2003-10-17 10:35:20 +05:30
<widget class="GtkImage" id="image1554">
2003-04-01 09:53:44 +05:30
<property name="visible">True</property>
2003-04-04 11:18:25 +05:30
<property name="stock">gtk-convert</property>
2003-04-01 09:53:44 +05:30
<property name="icon_size">1</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
2002-10-20 19:55:16 +05:30
</widget>
</child>
<child>
2003-04-04 11:18:25 +05:30
<widget class="GtkImageMenuItem" id="revert">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-04-04 11:18:25 +05:30
<property name="label" translatable="yes">_Revert</property>
2002-10-20 19:55:16 +05:30
<property name="use_underline">True</property>
2003-04-04 11:18:25 +05:30
<signal name="activate" handler="on_revert_activate"/>
2002-10-20 19:55:16 +05:30
<child internal-child="image">
2003-10-17 10:35:20 +05:30
<widget class="GtkImage" id="image1555">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-04-04 11:18:25 +05:30
<property name="stock">gtk-revert-to-saved</property>
2002-10-20 19:55:16 +05:30
<property name="icon_size">1</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkImageMenuItem" id="reload_plugins">
<property name="visible">True</property>
2003-03-31 07:03:40 +05:30
<property name="label" translatable="yes">Re_load plugins</property>
2002-10-20 19:55:16 +05:30
<property name="use_underline">True</property>
<signal name="activate" handler="on_reload_plugins_activate"/>
<child internal-child="image">
2003-10-17 10:35:20 +05:30
<widget class="GtkImage" id="image1556">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="stock">gtk-refresh</property>
<property name="icon_size">1</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="separator1">
<property name="visible">True</property>
</widget>
</child>
<child>
<widget class="GtkImageMenuItem" id="exit1">
<property name="visible">True</property>
2003-04-01 09:53:44 +05:30
<property name="label" translatable="yes">_Quit</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_exit_activate" last_modification_time="Tue, 01 Apr 2003 03:49:05 GMT"/>
2003-05-30 05:57:59 +05:30
<accelerator key="Q" modifiers="GDK_CONTROL_MASK" signal="activate"/>
2003-04-01 09:53:44 +05:30
<child internal-child="image">
2003-10-17 10:35:20 +05:30
<widget class="GtkImage" id="image1557">
2003-04-01 09:53:44 +05:30
<property name="visible">True</property>
<property name="stock">gtk-quit</property>
<property name="icon_size">1</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
2002-10-20 19:55:16 +05:30
</widget>
</child>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="edit1">
<property name="visible">True</property>
<property name="label" translatable="yes">_Edit</property>
<property name="use_underline">True</property>
<child>
<widget class="GtkMenu" id="edit1_menu">
* src/gramps.glade: Remove hot keys from toolbar buttons.
Add editing items under Edit menu.
* src/gramps_main.py: Enable/disable new menu items.
* NEWS, configure, configure.in, gramps.spec, doc/gramps.1,
doc/gramps-manual/C/gramps-manual-C.omf,
doc/gramps-manual/C/gramps-manual.xml: merge with 0.9.5 branch.
* Version 0.9.5: the "Fix me up" release.
* src/gramps_main.py (delete_person_response, merge_update):
Add remove_from_history and redraw_histmenu() calls before deleting
the person.
* doc/gramps.1.in, doc/gramps.1, doc/gramps-manual/C/gramps-manual.xml,
doc/gramps-manual/C/gramps-manual.omf, gramps.spec: New version.
* configure.in: Fix version and release numbers for 0.9.5-1.
* NEWS: Update for a 0.9.5 release.
svn: r2222
2003-10-10 09:26:19 +05:30
<child>
<widget class="GtkImageMenuItem" id="add_item">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Add a new item</property>
<property name="label" translatable="yes">_Add...</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_addbtn_clicked" last_modification_time="Fri, 10 Oct 2003 03:03:48 GMT"/>
<accelerator key="Insert" modifiers="GDK_CONTROL_MASK" signal="activate"/>
<child internal-child="image">
2003-10-17 10:35:20 +05:30
<widget class="GtkImage" id="image1558">
* src/gramps.glade: Remove hot keys from toolbar buttons.
Add editing items under Edit menu.
* src/gramps_main.py: Enable/disable new menu items.
* NEWS, configure, configure.in, gramps.spec, doc/gramps.1,
doc/gramps-manual/C/gramps-manual-C.omf,
doc/gramps-manual/C/gramps-manual.xml: merge with 0.9.5 branch.
* Version 0.9.5: the "Fix me up" release.
* src/gramps_main.py (delete_person_response, merge_update):
Add remove_from_history and redraw_histmenu() calls before deleting
the person.
* doc/gramps.1.in, doc/gramps.1, doc/gramps-manual/C/gramps-manual.xml,
doc/gramps-manual/C/gramps-manual.omf, gramps.spec: New version.
* configure.in: Fix version and release numbers for 0.9.5-1.
* NEWS: Update for a 0.9.5 release.
svn: r2222
2003-10-10 09:26:19 +05:30
<property name="visible">True</property>
<property name="stock">gtk-add</property>
<property name="icon_size">1</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkImageMenuItem" id="remove_item">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Remove the currently selected item</property>
<property name="label" translatable="yes">_Remove</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_removebtn_clicked" last_modification_time="Fri, 10 Oct 2003 03:05:36 GMT"/>
<accelerator key="Delete" modifiers="GDK_CONTROL_MASK" signal="activate"/>
<child internal-child="image">
2003-10-17 10:35:20 +05:30
<widget class="GtkImage" id="image1559">
* src/gramps.glade: Remove hot keys from toolbar buttons.
Add editing items under Edit menu.
* src/gramps_main.py: Enable/disable new menu items.
* NEWS, configure, configure.in, gramps.spec, doc/gramps.1,
doc/gramps-manual/C/gramps-manual-C.omf,
doc/gramps-manual/C/gramps-manual.xml: merge with 0.9.5 branch.
* Version 0.9.5: the "Fix me up" release.
* src/gramps_main.py (delete_person_response, merge_update):
Add remove_from_history and redraw_histmenu() calls before deleting
the person.
* doc/gramps.1.in, doc/gramps.1, doc/gramps-manual/C/gramps-manual.xml,
doc/gramps-manual/C/gramps-manual.omf, gramps.spec: New version.
* configure.in: Fix version and release numbers for 0.9.5-1.
* NEWS: Update for a 0.9.5 release.
svn: r2222
2003-10-10 09:26:19 +05:30
<property name="visible">True</property>
<property name="stock">gtk-remove</property>
<property name="icon_size">1</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="edit_item">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Edit the selected item</property>
<property name="label" translatable="yes">E_dit...</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_editbtn_clicked" last_modification_time="Fri, 10 Oct 2003 03:07:52 GMT"/>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="separator10">
<property name="visible">True</property>
</widget>
</child>
2002-10-20 19:55:16 +05:30
<child>
<widget class="GtkImageMenuItem" id="find">
<property name="visible">True</property>
2003-03-31 07:03:40 +05:30
<property name="label" translatable="yes">_Find...</property>
2002-12-25 04:06:46 +05:30
<property name="use_underline">True</property>
2002-10-20 19:55:16 +05:30
<signal name="activate" handler="on_find_activate"/>
2003-04-04 11:18:25 +05:30
<accelerator key="F" modifiers="GDK_CONTROL_MASK" signal="activate"/>
2002-12-25 04:06:46 +05:30
<child internal-child="image">
2003-10-17 10:35:20 +05:30
<widget class="GtkImage" id="image1560">
2002-12-25 04:06:46 +05:30
<property name="visible">True</property>
<property name="stock">gtk-find</property>
<property name="icon_size">1</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
2002-10-20 19:55:16 +05:30
</widget>
</child>
<child>
<widget class="GtkImageMenuItem" id="merge">
<property name="visible">True</property>
2003-07-16 17:54:26 +05:30
<property name="label" translatable="yes">_Merge...</property>
2002-10-20 19:55:16 +05:30
<property name="use_underline">True</property>
<signal name="activate" handler="on_merge_activate"/>
* src/gramps.glade: Remove hot keys from toolbar buttons.
Add editing items under Edit menu.
* src/gramps_main.py: Enable/disable new menu items.
* NEWS, configure, configure.in, gramps.spec, doc/gramps.1,
doc/gramps-manual/C/gramps-manual-C.omf,
doc/gramps-manual/C/gramps-manual.xml: merge with 0.9.5 branch.
* Version 0.9.5: the "Fix me up" release.
* src/gramps_main.py (delete_person_response, merge_update):
Add remove_from_history and redraw_histmenu() calls before deleting
the person.
* doc/gramps.1.in, doc/gramps.1, doc/gramps-manual/C/gramps-manual.xml,
doc/gramps-manual/C/gramps-manual.omf, gramps.spec: New version.
* configure.in: Fix version and release numbers for 0.9.5-1.
* NEWS: Update for a 0.9.5 release.
svn: r2222
2003-10-10 09:26:19 +05:30
<accelerator key="M" modifiers="GDK_CONTROL_MASK" signal="activate"/>
2002-10-20 19:55:16 +05:30
<child internal-child="image">
2003-10-17 10:35:20 +05:30
<widget class="GtkImage" id="image1561">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="stock">gtk-convert</property>
<property name="icon_size">1</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="view1">
<property name="visible">True</property>
<property name="label" translatable="yes">_View</property>
<property name="use_underline">True</property>
<child>
<widget class="GtkMenu" id="view1_menu">
2003-10-17 10:35:20 +05:30
<child>
<widget class="GtkCheckMenuItem" id="filter1">
<property name="visible">True</property>
<property name="label" translatable="yes">_Filter</property>
<property name="use_underline">True</property>
<property name="active">True</property>
<signal name="activate" handler="on_filter1_activate" last_modification_time="Thu, 05 Sep 2002 01:38:10 GMT"/>
</widget>
</child>
2002-10-20 19:55:16 +05:30
<child>
<widget class="GtkCheckMenuItem" id="sidebar1">
<property name="visible">True</property>
2003-03-31 07:03:40 +05:30
<property name="label" translatable="yes">_Sidebar</property>
2002-10-20 19:55:16 +05:30
<property name="use_underline">True</property>
<property name="active">True</property>
<signal name="activate" handler="on_sidebar1_activate" last_modification_time="Thu, 05 Sep 2002 00:58:01 GMT"/>
</widget>
</child>
<child>
2003-10-17 10:35:20 +05:30
<widget class="GtkCheckMenuItem" id="toolbar2">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-10-17 10:35:20 +05:30
<property name="label" translatable="yes">_Toolbar</property>
2002-10-20 19:55:16 +05:30
<property name="use_underline">True</property>
<property name="active">True</property>
2003-10-17 10:35:20 +05:30
<signal name="activate" handler="on_toolbar2_activate" last_modification_time="Fri, 17 Oct 2003 04:41:03 GMT"/>
2002-10-20 19:55:16 +05:30
</widget>
</child>
</widget>
</child>
</widget>
</child>
2003-08-16 07:45:43 +05:30
<child>
<widget class="GtkMenuItem" id="go1">
<property name="visible">True</property>
<property name="label" translatable="yes">_Go</property>
<property name="use_underline">True</property>
</widget>
</child>
2002-10-20 19:55:16 +05:30
<child>
<widget class="GtkMenuItem" id="bookmarks">
<property name="visible">True</property>
<property name="label" translatable="yes">_Bookmarks</property>
<property name="use_underline">True</property>
<child>
<widget class="GtkMenu" id="bookmarks_menu">
<child>
<widget class="GtkImageMenuItem" id="add_bookmark">
<property name="visible">True</property>
2003-03-07 07:51:18 +05:30
<property name="label" translatable="yes">_Add bookmark</property>
2002-10-20 19:55:16 +05:30
<property name="use_underline">True</property>
<signal name="activate" handler="on_add_bookmark_activate"/>
<accelerator key="D" modifiers="GDK_CONTROL_MASK" signal="activate"/>
<child internal-child="image">
2003-10-17 10:35:20 +05:30
<widget class="GtkImage" id="image1562">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="stock">gtk-index</property>
<property name="icon_size">1</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkImageMenuItem" id="edit_bookmarks">
<property name="visible">True</property>
2003-07-16 17:54:26 +05:30
<property name="label" translatable="yes">_Edit bookmarks...</property>
2002-10-20 19:55:16 +05:30
<property name="use_underline">True</property>
<signal name="activate" handler="on_edit_bookmarks_activate"/>
<accelerator key="B" modifiers="GDK_CONTROL_MASK" signal="activate"/>
<child internal-child="image">
2003-10-17 10:35:20 +05:30
<widget class="GtkImage" id="image1563">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="stock">gnome-stock-book-open</property>
<property name="icon_size">1</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="separator6">
<property name="visible">True</property>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="jump_to">
<property name="visible">True</property>
2003-03-31 07:03:40 +05:30
<property name="label" translatable="yes">_Go to bookmark</property>
2002-10-20 19:55:16 +05:30
<property name="use_underline">True</property>
</widget>
</child>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="reports_menu">
<property name="visible">True</property>
<property name="label" translatable="yes">_Reports</property>
<property name="use_underline">True</property>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="tools_menu">
<property name="visible">True</property>
<property name="label" translatable="yes">_Tools</property>
<property name="use_underline">True</property>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="settings1">
<property name="visible">True</property>
<property name="label" translatable="yes">_Settings</property>
<property name="use_underline">True</property>
<child>
<widget class="GtkMenu" id="settings1_menu">
<child>
2003-02-24 10:21:57 +05:30
<widget class="GtkImageMenuItem" id="preferences1">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-07-16 17:54:26 +05:30
<property name="label" translatable="yes">Prefere_nces...</property>
2003-04-01 09:53:44 +05:30
<property name="use_underline">True</property>
2003-02-24 10:21:57 +05:30
<signal name="activate" handler="on_preferences1_activate"/>
2003-04-01 09:53:44 +05:30
<child internal-child="image">
2003-10-17 10:35:20 +05:30
<widget class="GtkImage" id="image1564">
2003-04-01 09:53:44 +05:30
<property name="visible">True</property>
<property name="stock">gtk-preferences</property>
<property name="icon_size">1</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
2002-10-20 19:55:16 +05:30
</widget>
</child>
<child>
<widget class="GtkImageMenuItem" id="default_person1">
<property name="visible">True</property>
2003-08-16 07:45:43 +05:30
<property name="label" translatable="yes">_Home person...</property>
2002-10-20 19:55:16 +05:30
<property name="use_underline">True</property>
2003-08-16 07:45:43 +05:30
<signal name="activate" handler="on_default_person_activate" last_modification_time="Sat, 16 Aug 2003 01:58:26 GMT"/>
2002-10-20 19:55:16 +05:30
<child internal-child="image">
2003-10-17 10:35:20 +05:30
<widget class="GtkImage" id="image1565">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="stock">gtk-home</property>
<property name="icon_size">1</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="help1">
<property name="visible">True</property>
<property name="label" translatable="yes">_Help</property>
<property name="use_underline">True</property>
<child>
<widget class="GtkMenu" id="help1_menu">
<child>
<widget class="GtkImageMenuItem" id="contents">
<property name="visible">True</property>
2003-04-04 11:18:25 +05:30
<property name="label" translatable="yes">_User manual</property>
2002-10-20 19:55:16 +05:30
<property name="use_underline">True</property>
<signal name="activate" handler="on_contents_activate"/>
2003-08-16 07:45:43 +05:30
<accelerator key="F1" modifiers="0" signal="activate"/>
2002-10-20 19:55:16 +05:30
<child internal-child="image">
2003-10-17 10:35:20 +05:30
<widget class="GtkImage" id="image1566">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-04-06 05:09:22 +05:30
<property name="stock">gtk-help</property>
2002-10-20 19:55:16 +05:30
<property name="icon_size">1</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
2003-04-04 11:18:25 +05:30
<child>
<widget class="GtkMenuItem" id="separator7">
<property name="visible">True</property>
</widget>
</child>
2002-10-20 19:55:16 +05:30
<child>
<widget class="GtkImageMenuItem" id="gramps_home_page">
<property name="visible">True</property>
2003-03-07 07:51:18 +05:30
<property name="label" translatable="yes">GRAMPS _home page</property>
2002-10-20 19:55:16 +05:30
<property name="use_underline">True</property>
<signal name="activate" handler="on_gramps_home_page_activate"/>
<child internal-child="image">
2003-10-17 10:35:20 +05:30
<widget class="GtkImage" id="image1567">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="stock">gtk-jump-to</property>
<property name="icon_size">1</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkImageMenuItem" id="gramps_mailing_lists">
<property name="visible">True</property>
2003-03-07 07:51:18 +05:30
<property name="label" translatable="yes">GRAMPS _mailing lists</property>
2002-10-20 19:55:16 +05:30
<property name="use_underline">True</property>
<signal name="activate" handler="on_gramps_mailing_lists_activate"/>
<child internal-child="image">
2003-10-17 10:35:20 +05:30
<widget class="GtkImage" id="image1568">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="stock">gnome-stock-mail</property>
<property name="icon_size">1</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="report_a_bug1">
<property name="visible">True</property>
<property name="label" translatable="yes">_Report a bug</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_gramps_report_bug_activate"/>
</widget>
</child>
2003-04-04 11:18:25 +05:30
<child>
<widget class="GtkMenuItem" id="separator8">
<property name="visible">True</property>
</widget>
</child>
2002-10-20 19:55:16 +05:30
<child>
<widget class="GtkMenuItem" id="show_plugin_status">
<property name="visible">True</property>
2003-07-16 17:54:26 +05:30
<property name="label" translatable="yes">_Show plugin status...</property>
2002-10-20 19:55:16 +05:30
<property name="use_underline">True</property>
<signal name="activate" handler="on_show_plugin_status"/>
</widget>
</child>
2003-03-31 07:03:40 +05:30
<child>
<widget class="GtkMenuItem" id="open_example_database1">
<property name="visible">True</property>
<property name="label" translatable="yes">_Open example database</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_open_example" last_modification_time="Sun, 30 Mar 2003 04:49:11 GMT"/>
</widget>
</child>
2002-10-20 19:55:16 +05:30
<child>
2003-04-01 09:53:44 +05:30
<widget class="GtkImageMenuItem" id="about">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-04-01 09:53:44 +05:30
<property name="label" translatable="yes">_About</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_about_activate" last_modification_time="Tue, 01 Apr 2003 03:44:24 GMT"/>
<child internal-child="image">
2003-10-17 10:35:20 +05:30
<widget class="GtkImage" id="image1569">
2003-04-01 09:53:44 +05:30
<property name="visible">True</property>
<property name="stock">gnome-stock-about</property>
<property name="icon_size">1</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
2002-10-20 19:55:16 +05:30
</widget>
</child>
</widget>
</child>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="placement">BONOBO_DOCK_TOP</property>
<property name="band">0</property>
<property name="position">0</property>
<property name="offset">0</property>
<property name="behavior">BONOBO_DOCK_ITEM_BEH_EXCLUSIVE|BONOBO_DOCK_ITEM_BEH_NEVER_VERTICAL</property>
</packing>
</child>
<child>
<widget class="BonoboDockItem" id="dockitem2">
<property name="border_width">1</property>
<property name="visible">True</property>
<property name="shadow_type">GTK_SHADOW_OUT</property>
<child>
<widget class="GtkToolbar" id="toolbar1">
<property name="visible">True</property>
<property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
2003-08-26 00:03:52 +05:30
<property name="toolbar_style">GTK_TOOLBAR_BOTH</property>
2002-10-20 19:55:16 +05:30
<property name="tooltips">True</property>
<child>
<widget class="button" id="button2">
<property name="visible">True</property>
2003-10-16 10:12:21 +05:30
<property name="tooltip" translatable="yes">Open database</property>
* src/gramps.glade: Remove hot keys from toolbar buttons.
Add editing items under Edit menu.
* src/gramps_main.py: Enable/disable new menu items.
* NEWS, configure, configure.in, gramps.spec, doc/gramps.1,
doc/gramps-manual/C/gramps-manual-C.omf,
doc/gramps-manual/C/gramps-manual.xml: merge with 0.9.5 branch.
* Version 0.9.5: the "Fix me up" release.
* src/gramps_main.py (delete_person_response, merge_update):
Add remove_from_history and redraw_histmenu() calls before deleting
the person.
* doc/gramps.1.in, doc/gramps.1, doc/gramps-manual/C/gramps-manual.xml,
doc/gramps-manual/C/gramps-manual.omf, gramps.spec: New version.
* configure.in: Fix version and release numbers for 0.9.5-1.
* NEWS: Update for a 0.9.5 release.
svn: r2222
2003-10-10 09:26:19 +05:30
<property name="label" translatable="yes">Open</property>
<property name="use_underline">True</property>
<property name="stock_pixmap">gtk-open</property>
2002-10-20 19:55:16 +05:30
<signal name="clicked" handler="on_open_activate"/>
</widget>
</child>
<child>
<widget class="button" id="button3">
<property name="visible">True</property>
2003-10-16 10:12:21 +05:30
<property name="tooltip" translatable="yes">Save database</property>
* src/gramps.glade: Remove hot keys from toolbar buttons.
Add editing items under Edit menu.
* src/gramps_main.py: Enable/disable new menu items.
* NEWS, configure, configure.in, gramps.spec, doc/gramps.1,
doc/gramps-manual/C/gramps-manual-C.omf,
doc/gramps-manual/C/gramps-manual.xml: merge with 0.9.5 branch.
* Version 0.9.5: the "Fix me up" release.
* src/gramps_main.py (delete_person_response, merge_update):
Add remove_from_history and redraw_histmenu() calls before deleting
the person.
* doc/gramps.1.in, doc/gramps.1, doc/gramps-manual/C/gramps-manual.xml,
doc/gramps-manual/C/gramps-manual.omf, gramps.spec: New version.
* configure.in: Fix version and release numbers for 0.9.5-1.
* NEWS: Update for a 0.9.5 release.
svn: r2222
2003-10-10 09:26:19 +05:30
<property name="label" translatable="yes">Save</property>
<property name="use_underline">True</property>
<property name="stock_pixmap">gtk-save</property>
2002-10-20 19:55:16 +05:30
<signal name="clicked" handler="on_save_activate"/>
</widget>
</child>
2003-08-14 09:21:19 +05:30
<child>
<widget class="button" id="back_btn">
<property name="visible">True</property>
2003-10-16 10:12:21 +05:30
<property name="tooltip" translatable="yes">Go back in history</property>
* src/gramps.glade: Remove hot keys from toolbar buttons.
Add editing items under Edit menu.
* src/gramps_main.py: Enable/disable new menu items.
* NEWS, configure, configure.in, gramps.spec, doc/gramps.1,
doc/gramps-manual/C/gramps-manual-C.omf,
doc/gramps-manual/C/gramps-manual.xml: merge with 0.9.5 branch.
* Version 0.9.5: the "Fix me up" release.
* src/gramps_main.py (delete_person_response, merge_update):
Add remove_from_history and redraw_histmenu() calls before deleting
the person.
* doc/gramps.1.in, doc/gramps.1, doc/gramps-manual/C/gramps-manual.xml,
doc/gramps-manual/C/gramps-manual.omf, gramps.spec: New version.
* configure.in: Fix version and release numbers for 0.9.5-1.
* NEWS: Update for a 0.9.5 release.
svn: r2222
2003-10-10 09:26:19 +05:30
<property name="label" translatable="yes">Back</property>
<property name="use_underline">True</property>
<property name="stock_pixmap">gtk-go-back</property>
2003-08-14 09:21:19 +05:30
<property name="new_group">True</property>
<signal name="clicked" handler="on_back_clicked" last_modification_time="Thu, 14 Aug 2003 02:19:55 GMT"/>
2003-08-19 06:04:09 +05:30
<signal name="button_press_event" handler="on_back_pressed" last_modification_time="Tue, 19 Aug 2003 00:07:23 GMT"/>
2003-08-14 09:21:19 +05:30
</widget>
<packing>
<property name="new_group">True</property>
</packing>
</child>
<child>
<widget class="button" id="fwd_btn">
<property name="visible">True</property>
2003-10-16 10:12:21 +05:30
<property name="tooltip" translatable="yes">Go forward in history</property>
* src/gramps.glade: Remove hot keys from toolbar buttons.
Add editing items under Edit menu.
* src/gramps_main.py: Enable/disable new menu items.
* NEWS, configure, configure.in, gramps.spec, doc/gramps.1,
doc/gramps-manual/C/gramps-manual-C.omf,
doc/gramps-manual/C/gramps-manual.xml: merge with 0.9.5 branch.
* Version 0.9.5: the "Fix me up" release.
* src/gramps_main.py (delete_person_response, merge_update):
Add remove_from_history and redraw_histmenu() calls before deleting
the person.
* doc/gramps.1.in, doc/gramps.1, doc/gramps-manual/C/gramps-manual.xml,
doc/gramps-manual/C/gramps-manual.omf, gramps.spec: New version.
* configure.in: Fix version and release numbers for 0.9.5-1.
* NEWS: Update for a 0.9.5 release.
svn: r2222
2003-10-10 09:26:19 +05:30
<property name="label" translatable="yes">Forward</property>
<property name="use_underline">True</property>
<property name="stock_pixmap">gtk-go-forward</property>
2003-08-14 09:21:19 +05:30
<signal name="clicked" handler="on_fwd_clicked" last_modification_time="Thu, 14 Aug 2003 02:20:17 GMT"/>
2003-08-19 06:04:09 +05:30
<signal name="button_press_event" handler="on_fwd_pressed" last_modification_time="Tue, 19 Aug 2003 00:27:51 GMT"/>
2003-08-14 09:21:19 +05:30
</widget>
</child>
2002-10-20 19:55:16 +05:30
<child>
<widget class="button" id="button97">
<property name="visible">True</property>
2003-04-10 08:35:22 +05:30
<property name="tooltip" translatable="yes">Make the Home Person the active person</property>
* src/gramps.glade: Remove hot keys from toolbar buttons.
Add editing items under Edit menu.
* src/gramps_main.py: Enable/disable new menu items.
* NEWS, configure, configure.in, gramps.spec, doc/gramps.1,
doc/gramps-manual/C/gramps-manual-C.omf,
doc/gramps-manual/C/gramps-manual.xml: merge with 0.9.5 branch.
* Version 0.9.5: the "Fix me up" release.
* src/gramps_main.py (delete_person_response, merge_update):
Add remove_from_history and redraw_histmenu() calls before deleting
the person.
* doc/gramps.1.in, doc/gramps.1, doc/gramps-manual/C/gramps-manual.xml,
doc/gramps-manual/C/gramps-manual.omf, gramps.spec: New version.
* configure.in: Fix version and release numbers for 0.9.5-1.
* NEWS: Update for a 0.9.5 release.
svn: r2222
2003-10-10 09:26:19 +05:30
<property name="label" translatable="yes">Home</property>
2003-09-07 19:46:25 +05:30
<property name="use_underline">True</property>
<property name="stock_pixmap">gtk-home</property>
2002-10-20 19:55:16 +05:30
<signal name="clicked" handler="on_home_clicked"/>
</widget>
</child>
<child>
<widget class="button" id="reports">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Generate reports</property>
<property name="label" translatable="yes">Reports</property>
<property name="use_underline">True</property>
<property name="stock_pixmap">gtk-dnd-multiple</property>
2003-05-06 05:38:41 +05:30
<property name="new_group">True</property>
2002-10-20 19:55:16 +05:30
<signal name="clicked" handler="on_reports_clicked"/>
</widget>
<packing>
<property name="new_group">True</property>
</packing>
</child>
<child>
<widget class="button" id="tools">
<property name="visible">True</property>
2003-10-16 10:12:21 +05:30
<property name="tooltip" translatable="yes">Run tools</property>
2002-10-20 19:55:16 +05:30
<property name="label" translatable="yes">Tools</property>
<property name="use_underline">True</property>
2003-08-16 08:52:56 +05:30
<property name="icon">tools.png</property>
2002-10-20 19:55:16 +05:30
<signal name="clicked" handler="on_tools_clicked"/>
</widget>
</child>
<child>
<widget class="button" id="addbtn">
<property name="visible">True</property>
2003-02-28 10:19:18 +05:30
<property name="tooltip" translatable="yes">Add a new item</property>
* src/gramps.glade: Remove hot keys from toolbar buttons.
Add editing items under Edit menu.
* src/gramps_main.py: Enable/disable new menu items.
* NEWS, configure, configure.in, gramps.spec, doc/gramps.1,
doc/gramps-manual/C/gramps-manual-C.omf,
doc/gramps-manual/C/gramps-manual.xml: merge with 0.9.5 branch.
* Version 0.9.5: the "Fix me up" release.
* src/gramps_main.py (delete_person_response, merge_update):
Add remove_from_history and redraw_histmenu() calls before deleting
the person.
* doc/gramps.1.in, doc/gramps.1, doc/gramps-manual/C/gramps-manual.xml,
doc/gramps-manual/C/gramps-manual.omf, gramps.spec: New version.
* configure.in: Fix version and release numbers for 0.9.5-1.
* NEWS: Update for a 0.9.5 release.
svn: r2222
2003-10-10 09:26:19 +05:30
<property name="label" translatable="yes">Add</property>
<property name="use_underline">True</property>
<property name="stock_pixmap">gtk-add</property>
2003-05-06 05:38:41 +05:30
<property name="new_group">True</property>
2002-10-20 19:55:16 +05:30
<signal name="clicked" handler="on_addbtn_clicked" last_modification_time="Sun, 22 Sep 2002 04:17:19 GMT"/>
</widget>
<packing>
<property name="new_group">True</property>
</packing>
</child>
<child>
<widget class="button" id="removebtn">
<property name="visible">True</property>
2003-02-28 10:19:18 +05:30
<property name="tooltip" translatable="yes">Remove the currently selected item</property>
* src/gramps.glade: Remove hot keys from toolbar buttons.
Add editing items under Edit menu.
* src/gramps_main.py: Enable/disable new menu items.
* NEWS, configure, configure.in, gramps.spec, doc/gramps.1,
doc/gramps-manual/C/gramps-manual-C.omf,
doc/gramps-manual/C/gramps-manual.xml: merge with 0.9.5 branch.
* Version 0.9.5: the "Fix me up" release.
* src/gramps_main.py (delete_person_response, merge_update):
Add remove_from_history and redraw_histmenu() calls before deleting
the person.
* doc/gramps.1.in, doc/gramps.1, doc/gramps-manual/C/gramps-manual.xml,
doc/gramps-manual/C/gramps-manual.omf, gramps.spec: New version.
* configure.in: Fix version and release numbers for 0.9.5-1.
* NEWS: Update for a 0.9.5 release.
svn: r2222
2003-10-10 09:26:19 +05:30
<property name="label" translatable="yes">Remove</property>
<property name="use_underline">True</property>
<property name="stock_pixmap">gtk-remove</property>
2002-10-20 19:55:16 +05:30
<signal name="clicked" handler="on_removebtn_clicked" last_modification_time="Sun, 22 Sep 2002 04:17:33 GMT"/>
</widget>
</child>
<child>
<widget class="button" id="editbtn">
<property name="visible">True</property>
2003-02-28 10:19:18 +05:30
<property name="tooltip" translatable="yes">Edit the selected item</property>
2002-10-20 19:55:16 +05:30
<property name="label" translatable="yes">Edit</property>
<property name="use_underline">True</property>
2002-10-25 10:22:51 +05:30
<property name="icon">edit.png</property>
2002-10-20 19:55:16 +05:30
<signal name="clicked" handler="on_editbtn_clicked" last_modification_time="Sun, 22 Sep 2002 04:17:44 GMT"/>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="placement">BONOBO_DOCK_TOP</property>
<property name="band">1</property>
<property name="position">0</property>
<property name="offset">0</property>
<property name="behavior">BONOBO_DOCK_ITEM_BEH_EXCLUSIVE</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="hbox79">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
<child>
<widget class="GtkEventBox" id="side_event">
<property name="visible">True</property>
<child>
<widget class="GtkVBox" id="sidebar">
<property name="width_request">80</property>
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
<child>
<widget class="GtkButton" id="side_people">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NONE</property>
<signal name="clicked" handler="on_person_list1_activate" last_modification_time="Thu, 05 Sep 2002 01:03:54 GMT"/>
<child>
<widget class="GtkImage" id="image34">
<property name="visible">True</property>
<property name="pixbuf">people48.png</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
2003-04-04 11:18:25 +05:30
<widget class="GtkLabel" id="side_people_label">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="label" translatable="yes">People</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2003-04-04 11:18:25 +05:30
<property name="mnemonic_widget">views</property>
2002-10-20 19:55:16 +05:30
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="side_family">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NONE</property>
2003-08-26 09:56:09 +05:30
<signal name="clicked" handler="on_family_activate" last_modification_time="Tue, 26 Aug 2003 04:14:43 GMT"/>
2002-10-20 19:55:16 +05:30
<child>
<widget class="GtkImage" id="image46">
<property name="visible">True</property>
<property name="pixbuf">family48.png</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label318">
<property name="visible">True</property>
<property name="label" translatable="yes">Family</property>
2003-04-04 11:18:25 +05:30
<property name="use_underline">True</property>
2002-10-20 19:55:16 +05:30
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2003-04-04 11:18:25 +05:30
<property name="mnemonic_widget">views</property>
2002-10-20 19:55:16 +05:30
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="side_pedigree">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NONE</property>
<signal name="clicked" handler="on_pedigree1_activate" last_modification_time="Thu, 05 Sep 2002 01:04:23 GMT"/>
<child>
<widget class="GtkImage" id="image33">
<property name="visible">True</property>
<property name="pixbuf">gramps.png</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label316">
<property name="visible">True</property>
<property name="label" translatable="yes">Pedigree</property>
2003-04-04 11:18:25 +05:30
<property name="use_underline">True</property>
2002-10-20 19:55:16 +05:30
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2003-04-04 11:18:25 +05:30
<property name="mnemonic_widget">views</property>
2002-10-20 19:55:16 +05:30
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="side_sources">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NONE</property>
<signal name="clicked" handler="on_sources_activate" last_modification_time="Sat, 21 Sep 2002 23:57:08 GMT"/>
<child>
<widget class="GtkImage" id="image47">
<property name="visible">True</property>
<property name="pixbuf">sources.png</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label319">
<property name="visible">True</property>
<property name="label" translatable="yes">Sources</property>
2003-04-04 11:18:25 +05:30
<property name="use_underline">True</property>
2002-10-20 19:55:16 +05:30
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2003-04-04 11:18:25 +05:30
<property name="mnemonic_widget">views</property>
2002-10-20 19:55:16 +05:30
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="side_places">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NONE</property>
<signal name="clicked" handler="on_places_activate" last_modification_time="Sat, 21 Sep 2002 23:57:32 GMT"/>
<child>
<widget class="GtkImage" id="image48">
<property name="visible">True</property>
<property name="pixbuf">place.png</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label320">
<property name="visible">True</property>
<property name="label" translatable="yes">Places</property>
2003-04-04 11:18:25 +05:30
<property name="use_underline">True</property>
2002-10-20 19:55:16 +05:30
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2003-04-04 11:18:25 +05:30
<property name="mnemonic_widget">views</property>
2002-10-20 19:55:16 +05:30
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="side_media">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NONE</property>
<signal name="clicked" handler="on_media_activate" last_modification_time="Sat, 21 Sep 2002 23:57:55 GMT"/>
<child>
<widget class="GtkImage" id="image49">
<property name="visible">True</property>
<property name="pixbuf">media.png</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label321">
<property name="visible">True</property>
<property name="label" translatable="yes">Media</property>
2003-04-04 11:18:25 +05:30
<property name="use_underline">True</property>
2002-10-20 19:55:16 +05:30
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2003-04-04 11:18:25 +05:30
<property name="mnemonic_widget">views</property>
2002-10-20 19:55:16 +05:30
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
</widget>
</child>
</widget>
<packing>
<property name="padding">5</property>
<property name="expand">False</property>
<property name="fill">True</property>
</packing>
</child>
<child>
2003-03-27 08:46:09 +05:30
<widget class="GtkNotebook" id="views">
2002-10-20 19:55:16 +05:30
<property name="border_width">3</property>
<property name="width_request">750</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="show_tabs">True</property>
<property name="show_border">False</property>
<property name="tab_pos">GTK_POS_TOP</property>
<property name="scrollable">False</property>
<property name="enable_popup">False</property>
<signal name="switch_page" handler="on_notebook1_switch_page" after="yes"/>
<child>
<widget class="GtkVBox" id="vbox1">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
<child>
<widget class="GtkHBox" id="filterbar">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
<child>
<widget class="GtkHBox" id="hbox15">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
<child>
<widget class="GtkLabel" id="label184">
<property name="visible">True</property>
2003-09-30 09:49:35 +05:30
<property name="label" translatable="yes">Fi_lter:</property>
<property name="use_underline">True</property>
2002-10-20 19:55:16 +05:30
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">5</property>
<property name="ypad">0</property>
2003-09-30 09:49:35 +05:30
<property name="mnemonic_widget">filter_list</property>
2002-10-20 19:55:16 +05:30
</widget>
<packing>
<property name="padding">4</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkOptionMenu" id="filter_list">
<property name="width_request">200</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="history">-1</property>
<child internal-child="menu">
<widget class="GtkMenu" id="convertwidget12">
<property name="visible">True</property>
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
</packing>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="hbox2">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
<child>
<widget class="GtkLabel" id="qual">
2003-03-27 08:46:09 +05:30
<property name="label" translatable="yes">Qualifier:</property>
2003-09-30 09:49:35 +05:30
<property name="use_underline">True</property>
2002-10-20 19:55:16 +05:30
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">5</property>
<property name="ypad">0</property>
2003-09-30 09:49:35 +05:30
<property name="mnemonic_widget">filter</property>
2002-10-20 19:55:16 +05:30
</widget>
<packing>
<property name="padding">3</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="filter">
<property name="can_focus">True</property>
<property name="editable">True</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
<property name="invisible_char" translatable="yes">*</property>
<property name="activates_default">False</property>
<signal name="activate" handler="on_apply_filter_clicked"/>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
</packing>
</child>
</widget>
<packing>
<property name="padding">5</property>
<property name="expand">True</property>
<property name="fill">True</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="hbox74">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
<child>
<widget class="GtkCheckButton" id="invert">
2003-11-02 04:50:15 +05:30
<property name="border_width">6</property>
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-08-03 09:11:35 +05:30
<property name="tooltip" translatable="yes">Show people that do not match the filtering rule</property>
2002-10-20 19:55:16 +05:30
<property name="can_focus">True</property>
2003-09-30 09:49:35 +05:30
<property name="label" translatable="yes">_Invert</property>
2002-10-20 19:55:16 +05:30
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="active">False</property>
<property name="inconsistent">False</property>
<property name="draw_indicator">True</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="apply_filter">
<property name="visible">True</property>
2003-10-16 10:12:21 +05:30
<property name="tooltip" translatable="yes">Apply filter using the selected controls</property>
2002-10-20 19:55:16 +05:30
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<signal name="clicked" handler="on_apply_filter_clicked" object="filter"/>
2003-04-01 09:53:44 +05:30
<child>
<widget class="GtkAlignment" id="alignment2">
<property name="visible">True</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xscale">0</property>
<property name="yscale">0</property>
<child>
<widget class="GtkHBox" id="hbox90">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">2</property>
<child>
<widget class="GtkImage" id="image352">
<property name="visible">True</property>
<property name="stock">gtk-apply</property>
<property name="icon_size">4</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label371">
<property name="visible">True</property>
<property name="label" translatable="yes">_Apply</property>
<property name="use_underline">True</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
</widget>
</child>
</widget>
</child>
2002-10-20 19:55:16 +05:30
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
</widget>
<packing>
<property name="padding">3</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
</widget>
<packing>
<property name="padding">5</property>
<property name="expand">False</property>
<property name="fill">True</property>
</packing>
</child>
<child>
2002-11-10 06:08:58 +05:30
<widget class="GtkNotebook" id="ptabs">
2003-03-27 08:46:09 +05:30
<property name="border_width">3</property>
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="can_focus">True</property>
2002-11-10 06:08:58 +05:30
<property name="show_tabs">True</property>
2003-03-27 08:46:09 +05:30
<property name="show_border">False</property>
2002-11-10 06:08:58 +05:30
<property name="tab_pos">GTK_POS_BOTTOM</property>
<property name="scrollable">False</property>
<property name="enable_popup">False</property>
<signal name="switch_page" handler="on_alpha_switch_page" last_modification_time="Sat, 09 Nov 2002 22:11:07 GMT"/>
2002-10-20 19:55:16 +05:30
2002-11-10 06:08:58 +05:30
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow59">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="shadow_type">GTK_SHADOW_NONE</property>
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
<child>
<widget class="GtkTreeView" id="pl_other">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="headers_visible">True</property>
<property name="rules_hint">True</property>
<property name="reorderable">False</property>
<property name="enable_search">True</property>
</widget>
</child>
</widget>
<packing>
<property name="tab_expand">False</property>
<property name="tab_fill">True</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="pllabel">
<property name="visible">True</property>
<property name="label" translatable="yes">Other</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="type">tab</property>
</packing>
2002-10-20 19:55:16 +05:30
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
</packing>
</child>
</widget>
<packing>
<property name="tab_expand">False</property>
<property name="tab_fill">True</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>People</b></property>
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="type">tab</property>
</packing>
</child>
<child>
2003-02-26 11:13:55 +05:30
<widget class="GtkTable" id="table38">
<property name="border_width">6</property>
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-02-28 10:19:18 +05:30
<property name="n_rows">8</property>
2003-02-26 11:13:55 +05:30
<property name="n_columns">6</property>
2002-10-20 19:55:16 +05:30
<property name="homogeneous">False</property>
2003-02-26 11:13:55 +05:30
<property name="row_spacing">6</property>
<property name="column_spacing">12</property>
2002-10-20 19:55:16 +05:30
<child>
2003-02-26 11:13:55 +05:30
<widget class="GtkButton" id="swap_spouse_btn">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-02-26 11:13:55 +05:30
<property name="tooltip" translatable="yes">Exchange the current spouse with the active person</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
2002-10-20 19:55:16 +05:30
<child>
2003-02-26 11:13:55 +05:30
<widget class="GtkVBox" id="vbox58">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="homogeneous">False</property>
2003-02-26 11:13:55 +05:30
<property name="spacing">0</property>
2002-10-20 19:55:16 +05:30
<child>
2003-02-26 11:13:55 +05:30
<widget class="GtkArrow" id="arrow14">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-02-26 11:13:55 +05:30
<property name="arrow_type">GTK_ARROW_UP</property>
<property name="shadow_type">GTK_SHADOW_OUT</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2002-10-20 19:55:16 +05:30
</widget>
<packing>
2003-02-26 11:13:55 +05:30
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
2002-10-20 19:55:16 +05:30
</packing>
</child>
<child>
2003-02-26 11:13:55 +05:30
<widget class="GtkArrow" id="arrow13">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-02-26 11:13:55 +05:30
<property name="arrow_type">GTK_ARROW_DOWN</property>
<property name="shadow_type">GTK_SHADOW_OUT</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2002-10-20 19:55:16 +05:30
</widget>
<packing>
2003-02-26 11:13:55 +05:30
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
2002-10-20 19:55:16 +05:30
</packing>
</child>
2003-02-26 11:13:55 +05:30
</widget>
</child>
</widget>
<packing>
<property name="left_attach">2</property>
<property name="right_attach">3</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
2002-10-20 19:55:16 +05:30
2003-02-26 11:13:55 +05:30
<child>
<widget class="GtkVBox" id="vbox55">
<property name="visible">True</property>
<property name="homogeneous">True</property>
2003-06-15 09:43:16 +05:30
<property name="spacing">6</property>
2002-10-20 19:55:16 +05:30
2003-02-26 11:13:55 +05:30
<child>
<widget class="GtkButton" id="add_spouse">
<property name="visible">True</property>
2003-06-15 09:43:16 +05:30
<property name="tooltip" translatable="yes">Adds a new person to the database and to a new relationship</property>
2003-02-26 11:13:55 +05:30
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
2002-11-28 11:22:02 +05:30
2003-02-26 11:13:55 +05:30
<child>
<widget class="GtkImage" id="image84">
<property name="visible">True</property>
2003-06-15 09:43:16 +05:30
<property name="stock">gtk-new</property>
<property name="icon_size">4</property>
2003-02-26 11:13:55 +05:30
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2002-10-20 19:55:16 +05:30
</widget>
</child>
2003-02-26 11:13:55 +05:30
</widget>
<packing>
2003-06-15 09:43:16 +05:30
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="select_spouse">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Selects an existing person from the database and adds to a new relationship</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<child>
<widget class="GtkImage" id="image475">
<property name="visible">True</property>
<property name="stock">gtk-index</property>
<property name="icon_size">4</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
2003-02-26 11:13:55 +05:30
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="remove_spouse">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Removes the currently selected spouse</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
2002-10-20 19:55:16 +05:30
<child>
2003-02-26 11:13:55 +05:30
<widget class="GtkImage" id="image86">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-02-26 11:13:55 +05:30
<property name="stock">gtk-remove</property>
2003-02-28 10:19:18 +05:30
<property name="icon_size">1</property>
2003-02-26 11:13:55 +05:30
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
<packing>
2003-06-15 09:43:16 +05:30
<property name="padding">0</property>
2003-02-26 11:13:55 +05:30
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
</widget>
<packing>
<property name="left_attach">2</property>
<property name="right_attach">3</property>
2003-02-28 10:19:18 +05:30
<property name="top_attach">4</property>
<property name="bottom_attach">5</property>
2003-02-26 11:13:55 +05:30
<property name="x_options">fill</property>
<property name="y_options">fill</property>
</packing>
</child>
2002-10-20 19:55:16 +05:30
2003-02-26 11:13:55 +05:30
<child>
<widget class="GtkVBox" id="vbox57">
<property name="visible">True</property>
<property name="homogeneous">False</property>
2003-06-15 09:43:16 +05:30
<property name="spacing">6</property>
2002-10-21 03:05:25 +05:30
2003-02-26 11:13:55 +05:30
<child>
<widget class="GtkButton" id="ap_parents_btn">
<property name="visible">True</property>
2003-10-14 07:52:14 +05:30
<property name="tooltip" translatable="yes">Make the active person's parents the active family</property>
2003-02-26 11:13:55 +05:30
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
2002-10-20 19:55:16 +05:30
2003-02-26 11:13:55 +05:30
<child>
<widget class="GtkImage" id="image87">
<property name="visible">True</property>
<property name="stock">gtk-go-forward</property>
2003-02-28 10:19:18 +05:30
<property name="icon_size">1</property>
2003-02-26 11:13:55 +05:30
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2002-10-20 19:55:16 +05:30
</widget>
</child>
2003-02-26 11:13:55 +05:30
</widget>
<packing>
2003-06-15 09:43:16 +05:30
<property name="padding">0</property>
2003-02-26 11:13:55 +05:30
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="add_parents">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Adds a new set of parents to the active person</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
2002-10-20 19:55:16 +05:30
<child>
2003-02-26 11:13:55 +05:30
<widget class="GtkImage" id="image91">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-02-26 11:13:55 +05:30
<property name="stock">gtk-add</property>
2003-02-28 10:19:18 +05:30
<property name="icon_size">1</property>
2003-02-26 11:13:55 +05:30
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2002-10-20 19:55:16 +05:30
</widget>
</child>
2003-02-26 11:13:55 +05:30
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="del_parents">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Deletes the selected parents from the active person</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
2002-10-20 19:55:16 +05:30
<child>
2003-02-26 11:13:55 +05:30
<widget class="GtkImage" id="image92">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-02-26 11:13:55 +05:30
<property name="stock">gtk-remove</property>
2003-02-28 10:19:18 +05:30
<property name="icon_size">1</property>
2003-02-26 11:13:55 +05:30
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
</widget>
<packing>
<property name="left_attach">5</property>
<property name="right_attach">6</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">fill</property>
<property name="y_options">fill</property>
</packing>
</child>
2002-10-20 19:55:16 +05:30
2003-02-26 11:13:55 +05:30
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow67">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="shadow_type">GTK_SHADOW_IN</property>
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
2002-10-20 19:55:16 +05:30
2003-02-26 11:13:55 +05:30
<child>
<widget class="GtkTreeView" id="sp_parents">
<property name="visible">True</property>
2003-07-21 05:39:12 +05:30
<property name="tooltip" translatable="yes">Double-click to edit the relationship to the selected parents</property>
2003-02-26 11:13:55 +05:30
<property name="can_focus">True</property>
<property name="headers_visible">False</property>
<property name="rules_hint">True</property>
<property name="reorderable">False</property>
<property name="enable_search">False</property>
</widget>
</child>
</widget>
<packing>
<property name="left_attach">4</property>
<property name="right_attach">5</property>
2003-02-28 10:19:18 +05:30
<property name="top_attach">4</property>
<property name="bottom_attach">5</property>
2003-02-26 11:13:55 +05:30
<property name="y_options">fill</property>
</packing>
</child>
2002-10-20 19:55:16 +05:30
2003-02-26 11:13:55 +05:30
<child>
<widget class="GtkVBox" id="vbox56">
<property name="visible">True</property>
<property name="homogeneous">False</property>
2003-06-15 09:43:16 +05:30
<property name="spacing">6</property>
2002-10-21 03:05:25 +05:30
2003-02-26 11:13:55 +05:30
<child>
<widget class="GtkButton" id="sp_parents_btn">
<property name="visible">True</property>
2003-10-14 07:52:14 +05:30
<property name="tooltip" translatable="yes">Make the selected spouse's parents the active family</property>
2003-02-26 11:13:55 +05:30
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
2002-10-20 19:55:16 +05:30
2003-02-26 11:13:55 +05:30
<child>
<widget class="GtkImage" id="image88">
<property name="visible">True</property>
<property name="stock">gtk-go-forward</property>
2003-02-28 10:19:18 +05:30
<property name="icon_size">1</property>
2003-02-26 11:13:55 +05:30
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2002-10-20 19:55:16 +05:30
</widget>
</child>
2003-02-26 11:13:55 +05:30
</widget>
<packing>
2003-06-15 09:43:16 +05:30
<property name="padding">0</property>
2003-02-26 11:13:55 +05:30
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="add_spparents">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Adds a new set of parents to the selected spouse</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
2002-10-20 19:55:16 +05:30
<child>
2003-02-26 11:13:55 +05:30
<widget class="GtkImage" id="image89">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-02-26 11:13:55 +05:30
<property name="stock">gtk-add</property>
2003-02-28 10:19:18 +05:30
<property name="icon_size">1</property>
2003-02-26 11:13:55 +05:30
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2002-10-20 19:55:16 +05:30
</widget>
</child>
2003-02-26 11:13:55 +05:30
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="del_spparents">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Deletes the selected parents from the selected spouse</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
2002-10-20 19:55:16 +05:30
<child>
2003-02-26 11:13:55 +05:30
<widget class="GtkImage" id="image90">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-02-26 11:13:55 +05:30
<property name="stock">gtk-remove</property>
2003-02-28 10:19:18 +05:30
<property name="icon_size">1</property>
2003-02-26 11:13:55 +05:30
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
</widget>
<packing>
<property name="left_attach">5</property>
<property name="right_attach">6</property>
2003-02-28 10:19:18 +05:30
<property name="top_attach">4</property>
<property name="bottom_attach">5</property>
2003-02-26 11:13:55 +05:30
<property name="x_options">fill</property>
<property name="y_options">fill</property>
</packing>
</child>
2002-10-20 19:55:16 +05:30
2003-02-26 11:13:55 +05:30
<child>
<widget class="GtkLabel" id="label364">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Children</b></property>
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="left_attach">0</property>
<property name="right_attach">6</property>
2003-02-28 10:19:18 +05:30
<property name="top_attach">6</property>
<property name="bottom_attach">7</property>
2003-02-26 11:13:55 +05:30
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
2002-10-20 19:55:16 +05:30
2003-02-26 11:13:55 +05:30
<child>
<widget class="GtkLabel" id="label360">
<property name="visible">True</property>
2003-03-07 07:51:18 +05:30
<property name="label" translatable="yes"><b>Active person</b></property>
2003-02-26 11:13:55 +05:30
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="left_attach">0</property>
<property name="right_attach">3</property>
<property name="top_attach">0</property>
<property name="bottom_attach">1</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label362">
<property name="visible">True</property>
2003-03-19 09:57:34 +05:30
<property name="label" translatable="yes"><b>Active person's parents</b></property>
2003-02-26 11:13:55 +05:30
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="left_attach">3</property>
<property name="right_attach">6</property>
<property name="top_attach">0</property>
<property name="bottom_attach">1</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label361">
<property name="visible">True</property>
2003-05-18 09:48:12 +05:30
<property name="label" translatable="yes"><b>Relationship</b></property>
2003-02-26 11:13:55 +05:30
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="left_attach">0</property>
<property name="right_attach">3</property>
2003-02-28 10:19:18 +05:30
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
2003-02-26 11:13:55 +05:30
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label363">
<property name="visible">True</property>
2003-03-07 07:51:18 +05:30
<property name="label" translatable="yes"><b>Spouse's parents</b></property>
2003-02-26 11:13:55 +05:30
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="left_attach">3</property>
<property name="right_attach">6</property>
2003-02-28 10:19:18 +05:30
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
2003-02-26 11:13:55 +05:30
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow70">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="shadow_type">GTK_SHADOW_IN</property>
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
<child>
<widget class="GtkTreeView" id="chlist">
<property name="border_width">5</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="headers_visible">True</property>
<property name="rules_hint">True</property>
<property name="reorderable">False</property>
<property name="enable_search">False</property>
</widget>
</child>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">5</property>
2003-02-28 10:19:18 +05:30
<property name="top_attach">7</property>
<property name="bottom_attach">8</property>
2003-02-26 11:13:55 +05:30
<property name="x_options">fill</property>
</packing>
</child>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow68">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="shadow_type">GTK_SHADOW_IN</property>
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
<child>
<widget class="GtkTreeView" id="ap_parents">
<property name="visible">True</property>
2003-07-21 05:39:12 +05:30
<property name="tooltip" translatable="yes">Double-click to edit the relationship to the selected parents</property>
2003-02-26 11:13:55 +05:30
<property name="can_focus">True</property>
<property name="headers_visible">False</property>
<property name="rules_hint">True</property>
<property name="reorderable">False</property>
<property name="enable_search">False</property>
</widget>
</child>
</widget>
<packing>
<property name="left_attach">4</property>
<property name="right_attach">5</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="y_options">fill</property>
</packing>
</child>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow64">
<property name="visible">True</property>
<property name="can_focus">True</property>
2003-06-11 09:14:22 +05:30
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2003-02-26 11:13:55 +05:30
<property name="shadow_type">GTK_SHADOW_IN</property>
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
<child>
<widget class="GtkTreeView" id="ap_data">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Double-click to edit the active person</property>
<property name="can_focus">True</property>
<property name="headers_visible">False</property>
<property name="rules_hint">True</property>
<property name="reorderable">False</property>
<property name="enable_search">False</property>
</widget>
</child>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="y_options">fill</property>
</packing>
</child>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow66">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="shadow_type">GTK_SHADOW_IN</property>
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
<child>
<widget class="GtkTreeView" id="sp_list">
<property name="visible">True</property>
2003-05-18 09:48:12 +05:30
<property name="tooltip" translatable="yes">Double-click to edit the relationship information, Shift-click to edit the person</property>
2003-02-26 11:13:55 +05:30
<property name="can_focus">True</property>
<property name="headers_visible">False</property>
<property name="rules_hint">True</property>
<property name="reorderable">False</property>
<property name="enable_search">False</property>
</widget>
</child>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2003-02-28 10:19:18 +05:30
<property name="top_attach">4</property>
<property name="bottom_attach">5</property>
2003-02-26 11:13:55 +05:30
<property name="y_options">fill</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox65">
<property name="visible">True</property>
<property name="homogeneous">False</property>
2003-06-15 09:43:16 +05:30
<property name="spacing">6</property>
2003-02-26 11:13:55 +05:30
<child>
<widget class="GtkButton" id="fam_back">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Make the selected child the active person</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<child>
<widget class="GtkImage" id="image93">
<property name="visible">True</property>
<property name="stock">gtk-go-back</property>
2003-02-28 10:19:18 +05:30
<property name="icon_size">1</property>
2003-02-26 11:13:55 +05:30
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2002-10-20 19:55:16 +05:30
</widget>
</child>
2003-02-26 11:13:55 +05:30
</widget>
<packing>
2003-06-15 09:43:16 +05:30
<property name="padding">0</property>
2003-02-26 11:13:55 +05:30
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="add_child_btn">
<property name="visible">True</property>
2003-06-15 09:43:16 +05:30
<property name="tooltip" translatable="yes">Adds a new child to the database and to the current family</property>
2003-02-26 11:13:55 +05:30
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
2002-10-25 10:22:51 +05:30
<child>
2003-02-26 11:13:55 +05:30
<widget class="GtkImage" id="image94">
2002-10-25 10:22:51 +05:30
<property name="visible">True</property>
2003-06-15 09:43:16 +05:30
<property name="stock">gtk-new</property>
<property name="icon_size">4</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="select_child">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Selects an existing person from the database and adds as a child to the current family</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<child>
<widget class="GtkImage" id="image474">
<property name="visible">True</property>
<property name="stock">gtk-index</property>
<property name="icon_size">4</property>
2003-02-26 11:13:55 +05:30
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
2002-10-25 10:22:51 +05:30
2003-02-26 11:13:55 +05:30
<child>
<widget class="GtkButton" id="del_child_btn">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Deletes the selected child from the selected family</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
2002-10-25 10:22:51 +05:30
2003-02-26 11:13:55 +05:30
<child>
<widget class="GtkImage" id="image95">
<property name="visible">True</property>
<property name="stock">gtk-remove</property>
2003-02-28 10:19:18 +05:30
<property name="icon_size">1</property>
2003-02-26 11:13:55 +05:30
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2002-10-25 10:22:51 +05:30
</widget>
</child>
2002-10-20 19:55:16 +05:30
</widget>
2003-02-26 11:13:55 +05:30
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
2002-10-20 19:55:16 +05:30
</child>
</widget>
<packing>
2003-02-26 11:13:55 +05:30
<property name="left_attach">5</property>
<property name="right_attach">6</property>
2003-02-28 10:19:18 +05:30
<property name="top_attach">7</property>
<property name="bottom_attach">8</property>
2003-02-26 11:13:55 +05:30
<property name="x_options">fill</property>
<property name="y_options">fill</property>
2002-10-20 19:55:16 +05:30
</packing>
</child>
</widget>
<packing>
<property name="tab_expand">False</property>
<property name="tab_fill">True</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label322">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Family</b></property>
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="type">tab</property>
</packing>
</child>
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkTable" id="table43">
<property name="border_width">6</property>
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-08-26 09:15:41 +05:30
<property name="n_rows">8</property>
<property name="n_columns">6</property>
<property name="homogeneous">False</property>
<property name="row_spacing">6</property>
<property name="column_spacing">12</property>
2002-10-20 19:55:16 +05:30
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkScrolledWindow" id="scrolledwindow72">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="can_focus">True</property>
2003-08-26 09:15:41 +05:30
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="shadow_type">GTK_SHADOW_IN</property>
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
<child>
<widget class="GtkTreeView" id="sp_list2">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Double-click to edit the relationship information, Shift-click to edit the person</property>
<property name="can_focus">True</property>
<property name="headers_visible">False</property>
<property name="rules_hint">True</property>
<property name="reorderable">False</property>
<property name="enable_search">False</property>
</widget>
</child>
2002-10-20 19:55:16 +05:30
</widget>
2003-08-26 09:15:41 +05:30
<packing>
<property name="left_attach">4</property>
<property name="right_attach">5</property>
<property name="top_attach">4</property>
<property name="bottom_attach">5</property>
<property name="y_options">fill</property>
</packing>
2002-10-20 19:55:16 +05:30
</child>
2003-08-26 09:15:41 +05:30
<child>
<widget class="GtkLabel" id="label386">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Children</b></property>
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="left_attach">0</property>
<property name="right_attach">6</property>
<property name="top_attach">6</property>
<property name="bottom_attach">7</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
2002-10-20 19:55:16 +05:30
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkScrolledWindow" id="scrolledwindow73">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2003-02-26 11:13:55 +05:30
<property name="shadow_type">GTK_SHADOW_IN</property>
2002-10-20 19:55:16 +05:30
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkTreeView" id="chlist2">
<property name="border_width">5</property>
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="headers_visible">True</property>
<property name="rules_hint">True</property>
<property name="reorderable">False</property>
2003-08-26 09:15:41 +05:30
<property name="enable_search">False</property>
2002-10-20 19:55:16 +05:30
</widget>
</child>
</widget>
<packing>
2003-08-26 09:15:41 +05:30
<property name="left_attach">1</property>
<property name="right_attach">5</property>
<property name="top_attach">7</property>
<property name="bottom_attach">8</property>
<property name="x_options">fill</property>
2002-10-20 19:55:16 +05:30
</packing>
</child>
2003-08-26 09:15:41 +05:30
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow74">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="shadow_type">GTK_SHADOW_IN</property>
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
2002-10-20 19:55:16 +05:30
2003-08-26 09:15:41 +05:30
<child>
<widget class="GtkTreeView" id="sp_parents2">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Double-click to edit the relationship to the selected parents</property>
<property name="can_focus">True</property>
<property name="headers_visible">False</property>
<property name="rules_hint">True</property>
<property name="reorderable">False</property>
<property name="enable_search">False</property>
</widget>
</child>
</widget>
<packing>
<property name="left_attach">4</property>
<property name="right_attach">5</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="y_options">fill</property>
</packing>
</child>
2002-10-20 19:55:16 +05:30
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkScrolledWindow" id="scrolledwindow75">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2003-02-26 11:13:55 +05:30
<property name="shadow_type">GTK_SHADOW_IN</property>
2002-10-20 19:55:16 +05:30
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkTreeView" id="ap_parents2">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-08-26 09:15:41 +05:30
<property name="tooltip" translatable="yes">Double-click to edit the relationship to the selected parents</property>
2002-10-20 19:55:16 +05:30
<property name="can_focus">True</property>
2003-08-26 09:15:41 +05:30
<property name="headers_visible">False</property>
2002-10-20 19:55:16 +05:30
<property name="rules_hint">True</property>
<property name="reorderable">False</property>
2003-08-26 09:15:41 +05:30
<property name="enable_search">False</property>
2002-10-20 19:55:16 +05:30
</widget>
</child>
</widget>
<packing>
2003-08-26 09:15:41 +05:30
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="y_options">fill</property>
2002-10-20 19:55:16 +05:30
</packing>
</child>
2003-08-26 09:15:41 +05:30
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow76">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="shadow_type">GTK_SHADOW_IN</property>
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
2002-10-20 19:55:16 +05:30
2003-08-26 09:15:41 +05:30
<child>
<widget class="GtkTreeView" id="ap_data2">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Double-click to edit the active person</property>
<property name="can_focus">True</property>
<property name="headers_visible">False</property>
<property name="rules_hint">True</property>
<property name="reorderable">False</property>
<property name="enable_search">False</property>
</widget>
</child>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">4</property>
<property name="bottom_attach">5</property>
<property name="y_options">fill</property>
</packing>
</child>
2002-10-20 19:55:16 +05:30
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkVBox" id="vbox77">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="homogeneous">False</property>
2003-08-26 09:15:41 +05:30
<property name="spacing">6</property>
2002-10-20 19:55:16 +05:30
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkButton" id="fam_back2">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-08-26 09:15:41 +05:30
<property name="tooltip" translatable="yes">Make the selected child the active person</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
2002-10-20 19:55:16 +05:30
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkImage" id="image1227">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-08-26 09:15:41 +05:30
<property name="stock">gtk-go-up</property>
<property name="icon_size">4</property>
2002-10-20 19:55:16 +05:30
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
2003-08-26 09:15:41 +05:30
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="add_child_btn2">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Adds a new child to the database and to the current family</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
2002-10-20 19:55:16 +05:30
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkImage" id="image1223">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-08-26 09:15:41 +05:30
<property name="stock">gtk-new</property>
<property name="icon_size">4</property>
2002-10-20 19:55:16 +05:30
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
<packing>
2003-08-26 09:15:41 +05:30
<property name="padding">0</property>
2002-10-20 19:55:16 +05:30
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkButton" id="select_child2">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-08-26 09:15:41 +05:30
<property name="tooltip" translatable="yes">Selects an existing person from the database and adds as a child to the current family</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
2002-10-20 19:55:16 +05:30
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkImage" id="image1224">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-08-26 09:15:41 +05:30
<property name="stock">gtk-index</property>
<property name="icon_size">4</property>
<property name="xalign">0.5</property>
2003-02-26 11:13:55 +05:30
<property name="yalign">0.5</property>
<property name="xpad">0</property>
2003-08-26 09:15:41 +05:30
<property name="ypad">0</property>
2003-02-26 11:13:55 +05:30
</widget>
</child>
2003-08-26 09:15:41 +05:30
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="del_child_btn2">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Deletes the selected child from the selected family</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
2002-10-20 19:55:16 +05:30
2003-02-26 11:13:55 +05:30
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkImage" id="image1225">
2003-02-26 11:13:55 +05:30
<property name="visible">True</property>
2003-08-26 09:15:41 +05:30
<property name="stock">gtk-remove</property>
<property name="icon_size">1</property>
<property name="xalign">0.5</property>
2003-02-26 11:13:55 +05:30
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
2003-08-26 09:15:41 +05:30
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
</widget>
<packing>
<property name="left_attach">5</property>
<property name="right_attach">6</property>
<property name="top_attach">7</property>
<property name="bottom_attach">8</property>
<property name="x_options">fill</property>
<property name="y_options">fill</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label390">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Spouse's parents</b></property>
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="left_attach">3</property>
<property name="right_attach">6</property>
<property name="top_attach">0</property>
<property name="bottom_attach">1</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox76">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">6</property>
<child>
<widget class="GtkButton" id="sp_parents_btn2">
<property name="visible">True</property>
2003-10-14 07:52:14 +05:30
<property name="tooltip" translatable="yes">Make the selected spouse's parents the active family</property>
2003-08-26 09:15:41 +05:30
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
2002-10-20 19:55:16 +05:30
2003-02-26 11:13:55 +05:30
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkImage" id="image1228">
2003-02-26 11:13:55 +05:30
<property name="visible">True</property>
2003-08-26 09:15:41 +05:30
<property name="stock">gtk-go-down</property>
<property name="icon_size">4</property>
<property name="xalign">0.5</property>
2003-02-26 11:13:55 +05:30
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
2003-08-26 09:15:41 +05:30
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="add_spparents2">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Adds a new set of parents to the selected spouse</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
2002-10-20 19:55:16 +05:30
2003-02-26 11:13:55 +05:30
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkImage" id="image1220">
2003-02-26 11:13:55 +05:30
<property name="visible">True</property>
2003-08-26 09:15:41 +05:30
<property name="stock">gtk-add</property>
<property name="icon_size">1</property>
<property name="xalign">0.5</property>
2003-02-26 11:13:55 +05:30
<property name="yalign">0.5</property>
<property name="xpad">0</property>
2003-08-26 09:15:41 +05:30
<property name="ypad">0</property>
2003-02-26 11:13:55 +05:30
</widget>
</child>
2003-08-26 09:15:41 +05:30
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="del_spparents2">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Deletes the selected parents from the selected spouse</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
2002-10-20 19:55:16 +05:30
2003-02-26 11:13:55 +05:30
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkImage" id="image1221">
2003-02-26 11:13:55 +05:30
<property name="visible">True</property>
2003-08-26 09:15:41 +05:30
<property name="stock">gtk-remove</property>
<property name="icon_size">1</property>
<property name="xalign">0.5</property>
2003-02-26 11:13:55 +05:30
<property name="yalign">0.5</property>
<property name="xpad">0</property>
2003-08-26 09:15:41 +05:30
<property name="ypad">0</property>
2003-02-26 11:13:55 +05:30
</widget>
</child>
2003-08-26 09:15:41 +05:30
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
</widget>
<packing>
<property name="left_attach">5</property>
<property name="right_attach">6</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">fill</property>
<property name="y_options">fill</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label389">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Relationship</b></property>
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="left_attach">3</property>
<property name="right_attach">6</property>
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox74">
<property name="visible">True</property>
<property name="homogeneous">True</property>
<property name="spacing">6</property>
<child>
<widget class="GtkButton" id="add_spouse2">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Adds a new person to the database and to a new relationship</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<child>
<widget class="GtkImage" id="image1213">
<property name="visible">True</property>
<property name="stock">gtk-new</property>
<property name="icon_size">4</property>
<property name="xalign">0.5</property>
2003-02-26 11:13:55 +05:30
<property name="yalign">0.5</property>
<property name="xpad">0</property>
2003-08-26 09:15:41 +05:30
<property name="ypad">0</property>
2003-02-26 11:13:55 +05:30
</widget>
</child>
2003-08-26 09:15:41 +05:30
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="select_spouse2">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Selects an existing person from the database and adds to a new relationship</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
2002-10-20 19:55:16 +05:30
2003-02-26 11:13:55 +05:30
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkImage" id="image1214">
2003-02-26 11:13:55 +05:30
<property name="visible">True</property>
2003-08-26 09:15:41 +05:30
<property name="stock">gtk-index</property>
<property name="icon_size">4</property>
<property name="xalign">0.5</property>
2003-02-26 11:13:55 +05:30
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
2003-08-26 09:15:41 +05:30
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="remove_spouse2">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Removes the currently selected spouse</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
2002-10-20 19:55:16 +05:30
2003-02-26 11:13:55 +05:30
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkImage" id="image1215">
2003-02-26 11:13:55 +05:30
<property name="visible">True</property>
2003-08-26 09:15:41 +05:30
<property name="stock">gtk-remove</property>
<property name="icon_size">1</property>
<property name="xalign">0.5</property>
2003-02-26 11:13:55 +05:30
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
2003-08-26 09:15:41 +05:30
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
</widget>
<packing>
<property name="left_attach">5</property>
<property name="right_attach">6</property>
<property name="top_attach">4</property>
<property name="bottom_attach">5</property>
<property name="x_options">fill</property>
<property name="y_options">fill</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label387">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Active person</b></property>
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="left_attach">0</property>
<property name="right_attach">3</property>
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label388">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Active person's parents</b></property>
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="left_attach">0</property>
<property name="right_attach">3</property>
<property name="top_attach">0</property>
<property name="bottom_attach">1</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox75">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">6</property>
<child>
<widget class="GtkButton" id="ap_parents_btn2">
<property name="visible">True</property>
2003-10-14 07:52:14 +05:30
<property name="tooltip" translatable="yes">Make the active person's parents the active family</property>
2003-08-26 09:15:41 +05:30
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
2002-10-20 19:55:16 +05:30
2003-02-26 11:13:55 +05:30
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkImage" id="image1226">
2003-02-26 11:13:55 +05:30
<property name="visible">True</property>
2003-08-26 09:15:41 +05:30
<property name="stock">gtk-go-down</property>
<property name="icon_size">4</property>
<property name="xalign">0.5</property>
2003-02-26 11:13:55 +05:30
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
2003-08-26 09:15:41 +05:30
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
2002-10-20 19:55:16 +05:30
2003-08-26 09:15:41 +05:30
<child>
<widget class="GtkButton" id="add_parents2">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Adds a new set of parents to the active person</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<child>
<widget class="GtkImage" id="image1217">
<property name="visible">True</property>
<property name="stock">gtk-add</property>
<property name="icon_size">1</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
2003-02-26 11:13:55 +05:30
<property name="xpad">0</property>
2003-08-26 09:15:41 +05:30
<property name="ypad">0</property>
2002-10-20 19:55:16 +05:30
</widget>
</child>
2003-08-26 09:15:41 +05:30
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="del_parents2">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Deletes the selected parents from the active person</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
2002-10-20 19:55:16 +05:30
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkImage" id="image1218">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-08-26 09:15:41 +05:30
<property name="stock">gtk-remove</property>
<property name="icon_size">1</property>
<property name="xalign">0.5</property>
2002-10-20 19:55:16 +05:30
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
<packing>
2003-08-26 09:15:41 +05:30
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
2002-10-20 19:55:16 +05:30
</packing>
</child>
</widget>
<packing>
2003-08-26 09:15:41 +05:30
<property name="left_attach">2</property>
<property name="right_attach">3</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">fill</property>
<property name="y_options">fill</property>
2002-10-20 19:55:16 +05:30
</packing>
</child>
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkButton" id="swap_btn2">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-08-26 09:15:41 +05:30
<property name="tooltip" translatable="yes">Exchange the current spouse with the active person</property>
2002-10-20 19:55:16 +05:30
<property name="can_focus">True</property>
2003-08-26 09:15:41 +05:30
<property name="relief">GTK_RELIEF_NORMAL</property>
2002-10-20 19:55:16 +05:30
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkImage" id="image1229">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-08-26 09:15:41 +05:30
<property name="stock">gtk-go-back</property>
<property name="icon_size">4</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2002-10-20 19:55:16 +05:30
</widget>
</child>
</widget>
<packing>
2003-08-26 09:15:41 +05:30
<property name="left_attach">2</property>
<property name="right_attach">3</property>
<property name="top_attach">4</property>
<property name="bottom_attach">5</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
2002-10-20 19:55:16 +05:30
</packing>
</child>
</widget>
<packing>
<property name="tab_expand">False</property>
<property name="tab_fill">True</property>
</packing>
</child>
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkLabel" id="label385">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-08-26 09:15:41 +05:30
<property name="label" translatable="yes"><b>Family</b></property>
2002-10-20 19:55:16 +05:30
<property name="use_underline">False</property>
<property name="use_markup">True</property>
2003-08-26 09:15:41 +05:30
<property name="justify">GTK_JUSTIFY_LEFT</property>
2002-10-20 19:55:16 +05:30
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="type">tab</property>
</packing>
</child>
2003-08-26 00:03:52 +05:30
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkScrolledWindow" id="scrolledwindow28">
2003-08-26 00:03:52 +05:30
<property name="visible">True</property>
2003-08-26 09:15:41 +05:30
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="shadow_type">GTK_SHADOW_NONE</property>
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
2003-08-26 00:03:52 +05:30
<child>
2003-08-26 09:15:41 +05:30
<widget class="GnomeCanvas" id="canvas1">
2003-08-26 00:03:52 +05:30
<property name="visible">True</property>
<property name="can_focus">True</property>
2003-08-26 09:15:41 +05:30
<property name="anti_aliased">False</property>
<property name="scroll_x1">0</property>
<property name="scroll_y1">0</property>
<property name="scroll_x2">100</property>
<property name="scroll_y2">100</property>
<property name="pixels_per_unit">1</property>
<signal name="event" handler="on_canvas1_event"/>
2003-08-26 00:03:52 +05:30
</widget>
</child>
2003-08-26 09:15:41 +05:30
</widget>
<packing>
<property name="tab_expand">False</property>
<property name="tab_fill">True</property>
</packing>
</child>
2003-08-26 00:03:52 +05:30
2003-08-26 09:15:41 +05:30
<child>
<widget class="GtkLabel" id="label237">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Pedigree</b></property>
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="type">tab</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox33">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
2003-08-26 00:03:52 +05:30
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkScrolledWindow" id="scrolledwindow31">
2003-08-26 00:03:52 +05:30
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="shadow_type">GTK_SHADOW_IN</property>
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkTreeView" id="source_list">
2003-08-26 00:03:52 +05:30
<property name="visible">True</property>
<property name="can_focus">True</property>
2003-08-26 09:15:41 +05:30
<property name="headers_visible">True</property>
2003-08-26 00:03:52 +05:30
<property name="rules_hint">True</property>
<property name="reorderable">False</property>
2003-08-26 09:15:41 +05:30
<property name="enable_search">True</property>
2003-08-26 00:03:52 +05:30
</widget>
</child>
</widget>
<packing>
2003-08-26 09:15:41 +05:30
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
2003-08-26 00:03:52 +05:30
</packing>
</child>
2003-08-26 09:15:41 +05:30
</widget>
<packing>
<property name="tab_expand">False</property>
<property name="tab_fill">True</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label214">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Sources</b></property>
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="type">tab</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox38">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
2003-08-26 00:03:52 +05:30
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkScrolledWindow" id="scrolledwindow32">
2003-08-26 00:03:52 +05:30
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="shadow_type">GTK_SHADOW_IN</property>
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkTreeView" id="place_list">
2003-08-26 00:03:52 +05:30
<property name="visible">True</property>
<property name="can_focus">True</property>
2003-08-26 09:15:41 +05:30
<property name="headers_visible">True</property>
2003-08-26 00:03:52 +05:30
<property name="rules_hint">True</property>
<property name="reorderable">False</property>
2003-08-26 09:15:41 +05:30
<property name="enable_search">True</property>
2003-08-26 00:03:52 +05:30
</widget>
</child>
</widget>
<packing>
2003-08-26 09:15:41 +05:30
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
2003-08-26 00:03:52 +05:30
</packing>
</child>
2003-08-26 09:15:41 +05:30
</widget>
<packing>
<property name="tab_expand">False</property>
<property name="tab_fill">True</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label230">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Places</b></property>
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="type">tab</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox48">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
2003-08-26 00:03:52 +05:30
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkHBox" id="hbox34">
2003-08-26 00:03:52 +05:30
<property name="visible">True</property>
<property name="homogeneous">False</property>
2003-08-26 09:15:41 +05:30
<property name="spacing">0</property>
2003-08-26 00:03:52 +05:30
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkFrame" id="frame7">
<property name="border_width">6</property>
2003-08-26 00:03:52 +05:30
<property name="visible">True</property>
2003-08-26 09:15:41 +05:30
<property name="label_xalign">0</property>
<property name="label_yalign">0.5</property>
<property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
2003-08-26 00:03:52 +05:30
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkImage" id="preview">
<property name="width_request">96</property>
<property name="height_request">96</property>
2003-08-26 00:03:52 +05:30
<property name="visible">True</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
2003-08-26 09:15:41 +05:30
<property name="ypad">0</property>
</widget>
</child>
2003-08-26 00:03:52 +05:30
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkLabel" id="label306">
2003-08-26 00:03:52 +05:30
<property name="visible">True</property>
2003-08-26 09:15:41 +05:30
<property name="label" translatable="yes"><b>Preview</b></property>
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
2003-08-26 00:03:52 +05:30
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
2003-08-26 09:15:41 +05:30
<packing>
<property name="type">label_item</property>
</packing>
2003-08-26 00:03:52 +05:30
</child>
</widget>
<packing>
2003-08-26 09:15:41 +05:30
<property name="padding">5</property>
2003-08-26 00:03:52 +05:30
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkTable" id="table27">
<property name="border_width">6</property>
2003-08-26 00:03:52 +05:30
<property name="visible">True</property>
2003-08-26 09:15:41 +05:30
<property name="n_rows">6</property>
<property name="n_columns">3</property>
<property name="homogeneous">False</property>
<property name="row_spacing">0</property>
<property name="column_spacing">12</property>
2003-08-26 00:03:52 +05:30
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkLabel" id="label268">
2003-08-26 00:03:52 +05:30
<property name="visible">True</property>
2003-08-26 09:15:41 +05:30
<property name="label" translatable="yes">Details:</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
2003-08-26 00:03:52 +05:30
<property name="yalign">0.5</property>
<property name="xpad">0</property>
2003-08-26 09:15:41 +05:30
<property name="ypad">2</property>
2003-08-26 00:03:52 +05:30
</widget>
2003-08-26 09:15:41 +05:30
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">5</property>
<property name="bottom_attach">6</property>
<property name="x_padding">5</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
2003-08-26 00:03:52 +05:30
</child>
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkLabel" id="mpath">
2003-08-26 00:03:52 +05:30
<property name="visible">True</property>
2003-08-26 09:15:41 +05:30
<property name="label" translatable="yes"></property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
2003-08-26 00:03:52 +05:30
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
2003-08-26 09:15:41 +05:30
<packing>
<property name="left_attach">2</property>
<property name="right_attach">3</property>
<property name="top_attach">4</property>
<property name="bottom_attach">5</property>
<property name="y_options"></property>
</packing>
2003-08-26 00:03:52 +05:30
</child>
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkLabel" id="mdetails">
2003-08-26 00:03:52 +05:30
<property name="visible">True</property>
2003-08-26 09:15:41 +05:30
<property name="label" translatable="yes"></property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
2003-08-26 00:03:52 +05:30
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
2003-08-26 09:15:41 +05:30
<packing>
<property name="left_attach">2</property>
<property name="right_attach">3</property>
<property name="top_attach">5</property>
<property name="bottom_attach">6</property>
<property name="y_options"></property>
</packing>
2003-08-26 00:03:52 +05:30
</child>
2003-08-26 09:15:41 +05:30
<child>
<widget class="GtkLabel" id="label267">
<property name="visible">True</property>
<property name="label" translatable="yes">Path:</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">2</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">4</property>
<property name="bottom_attach">5</property>
<property name="x_padding">5</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
2003-08-26 00:03:52 +05:30
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkLabel" id="label265">
2003-08-26 00:03:52 +05:30
<property name="visible">True</property>
2003-08-26 09:15:41 +05:30
<property name="label" translatable="yes">Type:</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
2003-08-26 00:03:52 +05:30
<property name="yalign">0.5</property>
<property name="xpad">0</property>
2003-08-26 09:15:41 +05:30
<property name="ypad">2</property>
2003-08-26 00:03:52 +05:30
</widget>
2003-08-26 09:15:41 +05:30
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="x_padding">5</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
2003-08-26 00:03:52 +05:30
</child>
2003-08-26 09:15:41 +05:30
<child>
<widget class="GtkLabel" id="label264">
<property name="visible">True</property>
<property name="label" translatable="yes">ID:</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">2</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_padding">5</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
2003-08-26 00:03:52 +05:30
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkLabel" id="mid">
2003-08-26 00:03:52 +05:30
<property name="visible">True</property>
2003-08-26 09:15:41 +05:30
<property name="label" translatable="yes"></property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
2003-08-26 00:03:52 +05:30
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
2003-08-26 09:15:41 +05:30
<packing>
<property name="left_attach">2</property>
<property name="right_attach">3</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="y_options"></property>
</packing>
2003-08-26 00:03:52 +05:30
</child>
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkLabel" id="mtype">
2003-08-26 00:03:52 +05:30
<property name="visible">True</property>
2003-08-26 09:15:41 +05:30
<property name="label" translatable="yes"></property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
2003-08-26 00:03:52 +05:30
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
2003-08-26 09:15:41 +05:30
<packing>
<property name="left_attach">2</property>
<property name="right_attach">3</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="y_options"></property>
</packing>
2003-08-26 00:03:52 +05:30
</child>
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkLabel" id="mdesc">
2003-08-26 00:03:52 +05:30
<property name="visible">True</property>
2003-08-26 09:15:41 +05:30
<property name="label" translatable="yes"></property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">True</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
2003-08-26 00:03:52 +05:30
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
2003-08-26 09:15:41 +05:30
<packing>
<property name="left_attach">2</property>
<property name="right_attach">3</property>
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
<property name="y_options"></property>
</packing>
2003-08-26 00:03:52 +05:30
</child>
2003-08-26 09:15:41 +05:30
<child>
<widget class="GtkLabel" id="label266">
<property name="visible">True</property>
<property name="label" translatable="yes">Title:</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
<property name="xpad">0</property>
<property name="ypad">2</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
<property name="x_padding">5</property>
<property name="x_options">fill</property>
<property name="y_options">fill</property>
</packing>
</child>
2003-08-26 00:03:52 +05:30
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkLabel" id="label365">
2003-08-26 00:03:52 +05:30
<property name="visible">True</property>
2003-08-26 09:15:41 +05:30
<property name="label" translatable="yes"><b>Information</b></property>
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
2003-08-26 00:03:52 +05:30
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
2003-08-26 09:15:41 +05:30
<packing>
<property name="left_attach">0</property>
<property name="right_attach">3</property>
<property name="top_attach">0</property>
<property name="bottom_attach">1</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
2003-08-26 00:03:52 +05:30
</child>
</widget>
<packing>
2003-08-26 09:15:41 +05:30
<property name="padding">5</property>
<property name="expand">True</property>
<property name="fill">True</property>
2003-08-26 00:03:52 +05:30
</packing>
</child>
</widget>
<packing>
2003-08-26 09:15:41 +05:30
<property name="padding">5</property>
<property name="expand">False</property>
<property name="fill">True</property>
2003-08-26 00:03:52 +05:30
</packing>
</child>
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkScrolledWindow" id="scrolledwindow33">
<property name="border_width">6</property>
2003-08-26 00:03:52 +05:30
<property name="visible">True</property>
<property name="can_focus">True</property>
2003-08-26 09:15:41 +05:30
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="shadow_type">GTK_SHADOW_IN</property>
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
2003-08-26 00:03:52 +05:30
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkTreeView" id="media_list">
2003-08-26 00:03:52 +05:30
<property name="visible">True</property>
2003-08-26 09:15:41 +05:30
<property name="can_focus">True</property>
<property name="headers_visible">True</property>
<property name="rules_hint">True</property>
<property name="reorderable">False</property>
<property name="enable_search">True</property>
2003-08-26 00:03:52 +05:30
</widget>
</child>
</widget>
<packing>
2003-08-26 09:15:41 +05:30
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
2003-08-26 00:03:52 +05:30
</packing>
</child>
</widget>
<packing>
<property name="tab_expand">False</property>
<property name="tab_fill">True</property>
</packing>
</child>
<child>
2003-08-26 09:15:41 +05:30
<widget class="GtkLabel" id="label256">
2003-08-26 00:03:52 +05:30
<property name="visible">True</property>
2003-08-26 09:15:41 +05:30
<property name="label" translatable="yes"><b>Media</b></property>
2003-08-26 00:03:52 +05:30
<property name="use_underline">False</property>
<property name="use_markup">True</property>
2003-08-26 09:15:41 +05:30
<property name="justify">GTK_JUSTIFY_CENTER</property>
2003-08-26 00:03:52 +05:30
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="type">tab</property>
</packing>
</child>
2002-10-20 19:55:16 +05:30
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
</packing>
</child>
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
</packing>
</child>
<child internal-child="appbar">
<widget class="GnomeAppBar" id="statusbar">
<property name="visible">True</property>
<property name="has_progress">True</property>
<property name="has_status">True</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
</packing>
</child>
</widget>
<widget class="GtkFileSelection" id="fileselection">
<property name="border_width">10</property>
<property name="visible">True</property>
2003-03-07 07:51:18 +05:30
<property name="title" translatable="yes"></property>
2002-10-20 19:55:16 +05:30
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
2003-09-16 09:28:29 +05:30
<property name="modal">False</property>
2002-10-20 19:55:16 +05:30
<property name="resizable">True</property>
<property name="destroy_with_parent">False</property>
<property name="show_fileops">True</property>
<child internal-child="cancel_button">
<widget class="GtkButton" id="cancel_button1">
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
2003-09-16 09:28:29 +05:30
<property name="label">gtk-cancel</property>
<property name="use_stock">True</property>
2002-10-20 19:55:16 +05:30
<property name="relief">GTK_RELIEF_NORMAL</property>
<signal name="clicked" handler="destroy_passed_object" object="fileselection"/>
</widget>
</child>
<child internal-child="ok_button">
<widget class="GtkButton" id="ok_button1">
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<signal name="clicked" handler="on_ok_button1_clicked" object="fileselection"/>
</widget>
</child>
</widget>
<widget class="GtkDialog" id="spouseDialog">
<property name="visible">True</property>
2003-03-06 11:42:51 +05:30
<property name="title" translatable="yes"></property>
2002-10-20 19:55:16 +05:30
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
2003-06-10 19:53:28 +05:30
<property name="modal">False</property>
2003-03-03 10:02:53 +05:30
<property name="default_width">550</property>
2002-10-20 19:55:16 +05:30
<property name="default_height">400</property>
<property name="resizable">True</property>
<property name="destroy_with_parent">False</property>
2003-01-20 09:04:42 +05:30
<property name="icon">gramps.png</property>
2003-03-03 10:02:53 +05:30
<property name="has_separator">False</property>
2002-10-20 19:55:16 +05:30
<child internal-child="vbox">
<widget class="GtkVBox" id="vbox11">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="hbuttonbox6">
<property name="visible">True</property>
<property name="layout_style">GTK_BUTTONBOX_END</property>
<child>
2003-02-24 10:21:57 +05:30
<widget class="GtkButton" id="button117">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
2003-02-24 10:21:57 +05:30
<property name="label">gtk-cancel</property>
2002-10-20 19:55:16 +05:30
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="response_id">0</property>
2003-02-24 10:21:57 +05:30
<signal name="clicked" handler="destroy_passed_object" object="spouseDialog"/>
2002-10-20 19:55:16 +05:30
</widget>
</child>
<child>
2003-02-24 10:21:57 +05:30
<widget class="GtkButton" id="spouse_ok">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
2003-02-24 10:21:57 +05:30
<property name="label">gtk-ok</property>
2002-10-20 19:55:16 +05:30
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
2003-09-16 09:28:29 +05:30
<property name="response_id">-5</property>
2003-02-24 10:21:57 +05:30
<signal name="clicked" handler="on_select_spouse_clicked" object="spouseDialog"/>
2002-10-20 19:55:16 +05:30
</widget>
</child>
</widget>
<packing>
2003-03-03 10:02:53 +05:30
<property name="padding">0</property>
2002-10-20 19:55:16 +05:30
<property name="expand">False</property>
<property name="fill">True</property>
<property name="pack_type">GTK_PACK_END</property>
</packing>
</child>
<child>
2003-03-05 11:31:31 +05:30
<widget class="GtkLabel" id="title">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-03-05 11:31:31 +05:30
<property name="label" translatable="yes"></property>
2002-10-20 19:55:16 +05:30
<property name="use_underline">False</property>
2003-03-03 10:02:53 +05:30
<property name="use_markup">True</property>
2002-10-20 19:55:16 +05:30
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="padding">5</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox50">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkHBox" id="hbox83">
<property name="border_width">6</property>
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="homogeneous">False</property>
<property name="spacing">6</property>
2002-10-20 19:55:16 +05:30
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkScrolledWindow" id="scrolledwindow34">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="can_focus">True</property>
2003-03-03 10:02:53 +05:30
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="shadow_type">GTK_SHADOW_IN</property>
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
<child>
<widget class="GtkTreeView" id="spouse_list">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="headers_visible">True</property>
<property name="rules_hint">False</property>
<property name="reorderable">False</property>
<property name="enable_search">True</property>
</widget>
</child>
2002-10-20 19:55:16 +05:30
</widget>
2003-03-03 10:02:53 +05:30
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
</packing>
2002-10-20 19:55:16 +05:30
</child>
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkVBox" id="vbox66">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="homogeneous">False</property>
<property name="spacing">6</property>
<child>
<widget class="GtkButton" id="spouseNewPerson">
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="has_default">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">_Add...</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<signal name="clicked" handler="on_new_spouse_clicked" object="spouseDialog"/>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
2003-05-22 11:47:43 +05:30
<widget class="GtkCheckButton" id="showall">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Check to show all people in the list. Uncheck to get the list filtered by birth and death dates.</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">_Show all</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="active">False</property>
<property name="inconsistent">False</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_show_toggled"/>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
2003-03-03 10:02:53 +05:30
</child>
<child>
<placeholder/>
</child>
2002-10-20 19:55:16 +05:30
</widget>
2003-03-03 10:02:53 +05:30
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">True</property>
</packing>
2002-10-20 19:55:16 +05:30
</child>
</widget>
<packing>
<property name="padding">0</property>
2003-03-03 10:02:53 +05:30
<property name="expand">True</property>
2002-10-20 19:55:16 +05:30
<property name="fill">True</property>
</packing>
</child>
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkTable" id="table39">
<property name="border_width">6</property>
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="n_rows">2</property>
<property name="n_columns">2</property>
2002-10-20 19:55:16 +05:30
<property name="homogeneous">False</property>
2003-03-03 10:02:53 +05:30
<property name="row_spacing">6</property>
<property name="column_spacing">12</property>
<child>
<widget class="GtkLabel" id="label366">
<property name="visible">True</property>
<property name="label" translatable="yes">_Relationship type:</property>
<property name="use_underline">True</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="mnemonic_widget">rel_type</property>
<accessibility>
<atkrelation target="rel_combo" type="label-for"/>
</accessibility>
</widget>
<packing>
<property name="left_attach">0</property>
<property name="right_attach">1</property>
<property name="top_attach">0</property>
<property name="bottom_attach">1</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
2002-10-20 19:55:16 +05:30
<child>
<widget class="GtkCombo" id="rel_combo">
<property name="visible">True</property>
<property name="value_in_list">True</property>
<property name="allow_empty">True</property>
<property name="case_sensitive">False</property>
<property name="enable_arrow_keys">True</property>
<property name="enable_arrows_always">False</property>
<child internal-child="entry">
<widget class="GtkEntry" id="rel_type">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">False</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
<property name="invisible_char" translatable="yes">*</property>
<property name="activates_default">False</property>
<signal name="changed" handler="on_rel_type_changed"/>
</widget>
</child>
<child internal-child="list">
<widget class="GtkList" id="convertwidget18">
<property name="visible">True</property>
<property name="selection_mode">GTK_SELECTION_BROWSE</property>
<child>
<widget class="GtkListItem" id="convertwidget19">
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="convertwidget20">
<property name="visible">True</property>
<property name="label" translatable="yes"></property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
2003-03-03 10:02:53 +05:30
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">0</property>
<property name="bottom_attach">1</property>
<property name="y_options"></property>
2002-10-20 19:55:16 +05:30
</packing>
</child>
<child>
<widget class="GtkLabel" id="reldef">
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes">Relationship definition
</property>
2002-10-20 19:55:16 +05:30
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">5</property>
<property name="ypad">5</property>
</widget>
<packing>
2003-03-03 10:02:53 +05:30
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
2002-10-20 19:55:16 +05:30
</packing>
</child>
</widget>
2003-03-03 10:02:53 +05:30
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">True</property>
</packing>
2002-10-20 19:55:16 +05:30
</child>
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkHButtonBox" id="hbuttonbox28">
<property name="border_width">2</property>
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="layout_style">GTK_BUTTONBOX_DEFAULT_STYLE</property>
<property name="spacing">30</property>
2002-10-20 19:55:16 +05:30
</widget>
<packing>
2003-03-03 10:02:53 +05:30
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">True</property>
2002-10-20 19:55:16 +05:30
</packing>
</child>
</widget>
<packing>
<property name="padding">0</property>
2003-03-03 10:02:53 +05:30
<property name="expand">True</property>
2002-10-20 19:55:16 +05:30
<property name="fill">True</property>
</packing>
</child>
</widget>
</child>
</widget>
<widget class="GtkDialog" id="familyDialog">
<property name="visible">True</property>
2003-03-06 11:42:51 +05:30
<property name="title" translatable="yes"></property>
2002-10-20 19:55:16 +05:30
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
<property name="modal">False</property>
2003-05-22 01:45:50 +05:30
<property name="default_width">650</property>
2002-10-20 19:55:16 +05:30
<property name="default_height">500</property>
<property name="resizable">True</property>
<property name="destroy_with_parent">False</property>
2003-01-20 09:04:42 +05:30
<property name="icon">gramps.png</property>
2003-03-03 10:02:53 +05:30
<property name="has_separator">False</property>
2002-10-20 19:55:16 +05:30
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox3">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">8</property>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area3">
<property name="visible">True</property>
<property name="layout_style">GTK_BUTTONBOX_END</property>
<child>
2003-02-24 10:21:57 +05:30
<widget class="GtkButton" id="button44">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
2003-02-24 10:21:57 +05:30
<property name="label">gtk-cancel</property>
2002-10-20 19:55:16 +05:30
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="response_id">0</property>
2003-02-24 10:21:57 +05:30
<signal name="clicked" handler="destroy_passed_object" object="familyDialog"/>
2002-10-20 19:55:16 +05:30
</widget>
</child>
<child>
2003-02-24 10:21:57 +05:30
<widget class="GtkButton" id="button42">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="can_default">True</property>
2003-02-24 10:21:57 +05:30
<property name="has_default">True</property>
2002-10-20 19:55:16 +05:30
<property name="can_focus">True</property>
2003-02-24 10:21:57 +05:30
<property name="label">gtk-ok</property>
2002-10-20 19:55:16 +05:30
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="response_id">0</property>
2003-02-24 10:21:57 +05:30
<signal name="clicked" handler="on_save_parents_clicked" object="familyDialog"/>
2002-10-20 19:55:16 +05:30
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="pack_type">GTK_PACK_END</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox13">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
<child>
2003-03-05 11:31:31 +05:30
<widget class="GtkLabel" id="title">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-03-05 11:31:31 +05:30
<property name="label" translatable="yes"></property>
2002-10-20 19:55:16 +05:30
<property name="use_underline">False</property>
2003-03-03 10:02:53 +05:30
<property name="use_markup">True</property>
2002-10-20 19:55:16 +05:30
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
2003-03-03 10:02:53 +05:30
<property name="ypad">6</property>
2002-10-20 19:55:16 +05:30
</widget>
<packing>
2003-03-03 10:02:53 +05:30
<property name="padding">0</property>
2002-10-20 19:55:16 +05:30
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox60">
<property name="visible">True</property>
<property name="homogeneous">True</property>
<property name="spacing">0</property>
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkTable" id="table40">
<property name="border_width">12</property>
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="n_rows">10</property>
<property name="n_columns">4</property>
<property name="homogeneous">False</property>
<property name="row_spacing">6</property>
<property name="column_spacing">12</property>
2002-10-20 19:55:16 +05:30
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkLabel" id="label223">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes">_Father's relationship to child:</property>
<property name="use_underline">True</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="mnemonic_widget">frel</property>
<accessibility>
<atkrelation target="frel_combo" type="label-for"/>
</accessibility>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">7</property>
<property name="bottom_attach">8</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
2002-10-20 19:55:16 +05:30
2003-03-03 10:02:53 +05:30
<child>
<widget class="GtkLabel" id="label186">
<property name="visible">True</property>
<property name="label" translatable="yes">_Mother's relationship to child:</property>
<property name="use_underline">True</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="mnemonic_widget">mrel</property>
<accessibility>
<atkrelation target="mrel_combo" type="label-for"/>
</accessibility>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">8</property>
<property name="bottom_attach">9</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
2002-10-20 19:55:16 +05:30
2003-03-03 10:02:53 +05:30
<child>
<widget class="GtkLabel" id="label229">
<property name="visible">True</property>
<property name="label" translatable="yes">_Parents' relationship to each other:</property>
<property name="use_underline">True</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="mnemonic_widget">prel</property>
<accessibility>
<atkrelation target="prel_combo" type="label-for"/>
</accessibility>
2002-10-20 19:55:16 +05:30
</widget>
2003-03-03 10:02:53 +05:30
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">9</property>
<property name="bottom_attach">10</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
2002-10-20 19:55:16 +05:30
</child>
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkLabel" id="flabel">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Father</b></property>
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
2003-03-03 10:02:53 +05:30
<property name="xalign">0</property>
2002-10-20 19:55:16 +05:30
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
2003-03-03 10:02:53 +05:30
<property name="left_attach">0</property>
<property name="right_attach">4</property>
<property name="top_attach">0</property>
<property name="bottom_attach">1</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
2002-10-20 19:55:16 +05:30
</packing>
</child>
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkVBox" id="vbox67">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="homogeneous">False</property>
2003-03-03 10:02:53 +05:30
<property name="spacing">6</property>
2002-10-20 19:55:16 +05:30
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkButton" id="button123">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="can_focus">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes">_Add...</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<signal name="clicked" handler="on_add_parent_clicked" object="prel"/>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
2002-10-20 19:55:16 +05:30
2003-03-03 10:02:53 +05:30
<child>
2003-05-22 02:22:53 +05:30
<widget class="GtkCheckButton" id="showallf">
2003-03-03 10:02:53 +05:30
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">_Show all</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="active">False</property>
<property name="inconsistent">False</property>
<property name="draw_indicator">True</property>
<accessibility>
<atkproperty name="AtkObject::accessible_name" translatable="yes">Show all</atkproperty>
</accessibility>
2003-05-22 02:22:53 +05:30
<signal name="toggled" handler="on_showallf_toggled" last_modification_time="Mon, 20 Jan 2003 02:45:10 GMT"/>
2002-10-20 19:55:16 +05:30
</widget>
<packing>
<property name="padding">0</property>
2003-03-03 10:02:53 +05:30
<property name="expand">False</property>
<property name="fill">False</property>
2002-10-20 19:55:16 +05:30
</packing>
</child>
2003-03-03 10:02:53 +05:30
<child>
<placeholder/>
</child>
2002-10-20 19:55:16 +05:30
</widget>
2003-03-03 10:02:53 +05:30
<packing>
<property name="left_attach">3</property>
<property name="right_attach">4</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">fill</property>
<property name="y_options">fill</property>
</packing>
2002-10-20 19:55:16 +05:30
</child>
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkLabel" id="mlabel">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Mother</b></property>
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
2003-03-03 10:02:53 +05:30
<property name="xalign">0</property>
2002-10-20 19:55:16 +05:30
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
2003-03-03 10:02:53 +05:30
<property name="left_attach">0</property>
<property name="right_attach">4</property>
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
2002-10-20 19:55:16 +05:30
</packing>
</child>
2003-03-03 10:02:53 +05:30
<child>
<widget class="GtkLabel" id="label359">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Relationships</b></property>
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="left_attach">0</property>
<property name="right_attach">4</property>
<property name="top_attach">6</property>
<property name="bottom_attach">7</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
2002-10-20 19:55:16 +05:30
2003-01-20 09:04:42 +05:30
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkScrolledWindow" id="scrolledwindow71">
2003-01-20 09:04:42 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="can_focus">True</property>
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="shadow_type">GTK_SHADOW_IN</property>
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
2003-01-20 09:04:42 +05:30
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkTreeView" id="father_list">
2003-10-14 09:52:24 +05:30
<property name="height_request">150</property>
2003-01-20 09:04:42 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="can_focus">True</property>
<property name="headers_visible">True</property>
<property name="rules_hint">True</property>
<property name="reorderable">False</property>
<property name="enable_search">True</property>
2003-01-20 09:04:42 +05:30
</widget>
</child>
2003-03-03 10:02:53 +05:30
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">3</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow36">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="shadow_type">GTK_SHADOW_IN</property>
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
2003-01-20 09:04:42 +05:30
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkTreeView" id="mother_list">
2003-10-14 09:52:24 +05:30
<property name="height_request">150</property>
2003-01-20 09:04:42 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="can_focus">True</property>
<property name="headers_visible">True</property>
<property name="rules_hint">True</property>
<property name="reorderable">False</property>
<property name="enable_search">True</property>
2003-01-20 09:04:42 +05:30
</widget>
2003-03-03 10:02:53 +05:30
</child>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">3</property>
<property name="top_attach">4</property>
<property name="bottom_attach">5</property>
<property name="x_options">fill</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox68">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
<child>
<placeholder/>
2003-01-20 09:04:42 +05:30
</child>
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkCheckButton" id="showallm">
2003-01-20 09:04:42 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="can_focus">True</property>
<property name="label" translatable="yes">Show _all</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="active">False</property>
<property name="inconsistent">False</property>
<property name="draw_indicator">True</property>
2003-05-22 02:22:53 +05:30
<signal name="toggled" handler="on_showallm_toggled" last_modification_time="Mon, 20 Jan 2003 02:45:10 GMT"/>
2003-01-20 09:04:42 +05:30
</widget>
<packing>
2003-03-03 10:02:53 +05:30
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
2003-01-20 09:04:42 +05:30
</packing>
</child>
<child>
2003-03-03 10:02:53 +05:30
<placeholder/>
</child>
</widget>
<packing>
<property name="left_attach">3</property>
<property name="right_attach">4</property>
<property name="top_attach">4</property>
<property name="bottom_attach">5</property>
<property name="x_options">fill</property>
<property name="y_options">fill</property>
</packing>
</child>
<child>
<widget class="GtkCombo" id="prel_combo">
<property name="visible">True</property>
<property name="value_in_list">True</property>
<property name="allow_empty">True</property>
<property name="case_sensitive">False</property>
<property name="enable_arrow_keys">True</property>
<property name="enable_arrows_always">False</property>
<child internal-child="entry">
<widget class="GtkEntry" id="prel">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">False</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
<property name="invisible_char" translatable="yes">*</property>
<property name="activates_default">False</property>
<signal name="changed" handler="on_prel_changed"/>
</widget>
</child>
<child internal-child="list">
<widget class="GtkList" id="convertwidget51">
2003-01-20 09:04:42 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="selection_mode">GTK_SELECTION_BROWSE</property>
<child>
<widget class="GtkListItem" id="convertwidget52">
2003-01-20 09:04:42 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<child>
<widget class="GtkLabel" id="convertwidget53">
<property name="visible">True</property>
<property name="label" translatable="yes"></property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
2003-01-20 09:04:42 +05:30
</widget>
</child>
2003-03-03 10:02:53 +05:30
</widget>
</child>
</widget>
<packing>
<property name="left_attach">2</property>
<property name="right_attach">3</property>
<property name="top_attach">9</property>
<property name="bottom_attach">10</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkCombo" id="mrel_combo">
<property name="visible">True</property>
<property name="value_in_list">True</property>
<property name="allow_empty">False</property>
<property name="case_sensitive">True</property>
<property name="enable_arrow_keys">True</property>
<property name="enable_arrows_always">False</property>
<child internal-child="entry">
<widget class="GtkEntry" id="mrel">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">True</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
<property name="invisible_char" translatable="yes">*</property>
<property name="activates_default">False</property>
</widget>
</child>
2003-01-20 09:04:42 +05:30
2003-03-03 10:02:53 +05:30
<child internal-child="list">
<widget class="GtkList" id="convertwidget36">
<property name="visible">True</property>
<property name="selection_mode">GTK_SELECTION_BROWSE</property>
<child>
<widget class="GtkListItem" id="convertwidget37">
2003-01-20 09:04:42 +05:30
<property name="visible">True</property>
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkLabel" id="convertwidget38">
2003-01-20 09:04:42 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes">Birth</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2003-01-20 09:04:42 +05:30
</widget>
</child>
2003-03-03 10:02:53 +05:30
</widget>
</child>
<child>
<widget class="GtkListItem" id="convertwidget39">
<property name="visible">True</property>
2003-01-20 09:04:42 +05:30
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkLabel" id="convertwidget40">
2003-01-20 09:04:42 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes">Adopted</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2003-01-20 09:04:42 +05:30
</widget>
</child>
2003-03-03 10:02:53 +05:30
</widget>
</child>
<child>
<widget class="GtkListItem" id="convertwidget41">
<property name="visible">True</property>
2003-01-20 09:04:42 +05:30
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkLabel" id="convertwidget42">
2003-01-20 09:04:42 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes">Stepchild</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2003-01-20 09:04:42 +05:30
</widget>
</child>
2003-03-03 10:02:53 +05:30
</widget>
</child>
<child>
<widget class="GtkListItem" id="convertwidget43">
<property name="visible">True</property>
2003-01-20 09:04:42 +05:30
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkLabel" id="convertwidget44">
2003-01-20 09:04:42 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes">Foster</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2003-01-20 09:04:42 +05:30
</widget>
</child>
2003-03-03 10:02:53 +05:30
</widget>
</child>
<child>
<widget class="GtkListItem" id="convertwidget45">
<property name="visible">True</property>
2003-01-20 09:04:42 +05:30
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkLabel" id="convertwidget46">
2003-01-20 09:04:42 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes">None</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2003-01-20 09:04:42 +05:30
</widget>
</child>
2003-03-03 10:02:53 +05:30
</widget>
</child>
<child>
<widget class="GtkListItem" id="convertwidget47">
<property name="visible">True</property>
2003-01-20 09:04:42 +05:30
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkLabel" id="convertwidget48">
2003-01-20 09:04:42 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes">Unknown</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2003-01-20 09:04:42 +05:30
</widget>
</child>
2003-03-03 10:02:53 +05:30
</widget>
</child>
<child>
<widget class="GtkListItem" id="convertwidget49">
<property name="visible">True</property>
2003-01-20 09:04:42 +05:30
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkLabel" id="convertwidget50">
2003-01-20 09:04:42 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes"></property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2003-01-20 09:04:42 +05:30
</widget>
</child>
</widget>
</child>
</widget>
</child>
2003-03-03 10:02:53 +05:30
</widget>
<packing>
<property name="left_attach">2</property>
<property name="right_attach">3</property>
<property name="top_attach">8</property>
<property name="bottom_attach">9</property>
<property name="y_options"></property>
</packing>
</child>
2003-01-20 09:04:42 +05:30
2003-03-03 10:02:53 +05:30
<child>
<widget class="GtkCombo" id="frel_combo">
<property name="visible">True</property>
<property name="value_in_list">True</property>
<property name="allow_empty">False</property>
<property name="case_sensitive">True</property>
<property name="enable_arrow_keys">True</property>
<property name="enable_arrows_always">False</property>
<child internal-child="entry">
<widget class="GtkEntry" id="frel">
2003-01-20 09:04:42 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="can_focus">True</property>
<property name="editable">True</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
<property name="invisible_char" translatable="yes">*</property>
<property name="activates_default">False</property>
</widget>
</child>
<child internal-child="list">
<widget class="GtkList" id="convertwidget21">
<property name="visible">True</property>
<property name="selection_mode">GTK_SELECTION_BROWSE</property>
2003-01-20 09:04:42 +05:30
2003-03-03 10:02:53 +05:30
<child>
<widget class="GtkListItem" id="convertwidget22">
2003-01-20 09:04:42 +05:30
<property name="visible">True</property>
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkLabel" id="convertwidget23">
2003-01-20 09:04:42 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes">Birth</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2003-01-20 09:04:42 +05:30
</widget>
</child>
2003-03-03 10:02:53 +05:30
</widget>
</child>
2003-01-20 09:04:42 +05:30
2003-03-03 10:02:53 +05:30
<child>
<widget class="GtkListItem" id="convertwidget24">
<property name="visible">True</property>
2003-01-20 09:04:42 +05:30
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkLabel" id="convertwidget25">
2003-01-20 09:04:42 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes">Adopted</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2003-01-20 09:04:42 +05:30
</widget>
</child>
2003-03-03 10:02:53 +05:30
</widget>
</child>
2003-01-20 09:04:42 +05:30
2003-03-03 10:02:53 +05:30
<child>
<widget class="GtkListItem" id="convertwidget26">
<property name="visible">True</property>
2003-01-20 09:04:42 +05:30
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkLabel" id="convertwidget27">
2003-01-20 09:04:42 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes">Stepchild</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2003-01-20 09:04:42 +05:30
</widget>
</child>
2003-03-03 10:02:53 +05:30
</widget>
</child>
<child>
<widget class="GtkListItem" id="convertwidget28">
<property name="visible">True</property>
2003-01-20 09:04:42 +05:30
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkLabel" id="convertwidget29">
2003-01-20 09:04:42 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes">Foster</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2003-01-20 09:04:42 +05:30
</widget>
</child>
2003-03-03 10:02:53 +05:30
</widget>
</child>
<child>
<widget class="GtkListItem" id="convertwidget30">
<property name="visible">True</property>
2003-01-20 09:04:42 +05:30
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkLabel" id="convertwidget31">
2003-01-20 09:04:42 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes">None</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2003-01-20 09:04:42 +05:30
</widget>
</child>
</widget>
</child>
2003-03-03 10:02:53 +05:30
<child>
<widget class="GtkListItem" id="convertwidget32">
2003-01-20 09:04:42 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<child>
<widget class="GtkLabel" id="convertwidget33">
<property name="visible">True</property>
<property name="label" translatable="yes">Unknown</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
2003-01-20 09:04:42 +05:30
</widget>
</child>
2003-03-03 10:02:53 +05:30
<child>
<widget class="GtkListItem" id="convertwidget34">
2003-01-20 09:04:42 +05:30
<property name="visible">True</property>
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkLabel" id="convertwidget35">
2003-01-20 09:04:42 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes"></property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2003-01-20 09:04:42 +05:30
</widget>
</child>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
2003-03-03 10:02:53 +05:30
<property name="left_attach">2</property>
<property name="right_attach">3</property>
<property name="top_attach">7</property>
<property name="bottom_attach">8</property>
<property name="y_options"></property>
2003-01-20 09:04:42 +05:30
</packing>
</child>
</widget>
2002-10-20 19:55:16 +05:30
<packing>
2003-01-20 09:04:42 +05:30
<property name="padding">0</property>
2002-10-20 19:55:16 +05:30
<property name="expand">True</property>
<property name="fill">True</property>
</packing>
</child>
</widget>
<packing>
<property name="padding">0</property>
2003-03-03 10:02:53 +05:30
<property name="expand">True</property>
2002-10-20 19:55:16 +05:30
<property name="fill">True</property>
</packing>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
</packing>
</child>
</widget>
</child>
</widget>
2003-03-05 11:31:31 +05:30
<widget class="GtkDialog" id="select_child">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-03-06 11:42:51 +05:30
<property name="title" translatable="yes"></property>
2002-10-20 19:55:16 +05:30
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
<property name="modal">True</property>
2003-10-21 09:12:55 +05:30
<property name="default_width">500</property>
2002-11-03 02:49:58 +05:30
<property name="default_height">400</property>
2002-10-20 19:55:16 +05:30
<property name="resizable">True</property>
<property name="destroy_with_parent">False</property>
2003-01-20 09:04:42 +05:30
<property name="icon">gramps.png</property>
2003-03-03 10:02:53 +05:30
<property name="has_separator">False</property>
2002-10-20 19:55:16 +05:30
<child internal-child="vbox">
<widget class="GtkVBox" id="vbox15">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">8</property>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="hbuttonbox8">
<property name="visible">True</property>
<property name="layout_style">GTK_BUTTONBOX_END</property>
<child>
2003-02-24 10:21:57 +05:30
<widget class="GtkButton" id="button49">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
2003-02-24 10:21:57 +05:30
<property name="label">gtk-cancel</property>
2002-10-20 19:55:16 +05:30
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="response_id">0</property>
2003-02-24 10:21:57 +05:30
<signal name="clicked" handler="destroy_passed_object" object="selectChild"/>
2002-10-20 19:55:16 +05:30
</widget>
</child>
<child>
2003-02-24 10:21:57 +05:30
<widget class="GtkButton" id="button48">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="can_default">True</property>
2003-02-24 10:21:57 +05:30
<property name="has_default">True</property>
2002-10-20 19:55:16 +05:30
<property name="can_focus">True</property>
2003-02-24 10:21:57 +05:30
<property name="label">gtk-ok</property>
2002-10-20 19:55:16 +05:30
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="response_id">0</property>
2003-02-24 10:21:57 +05:30
<signal name="clicked" handler="on_save_child_clicked" object="selectChild"/>
2002-10-20 19:55:16 +05:30
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="pack_type">GTK_PACK_END</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox16">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
<child>
2003-03-05 11:31:31 +05:30
<widget class="GtkLabel" id="title">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-03-05 11:31:31 +05:30
<property name="label" translatable="yes"></property>
2002-10-20 19:55:16 +05:30
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
2003-03-03 10:02:53 +05:30
<property name="ypad">6</property>
2002-10-20 19:55:16 +05:30
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkAlignment" id="alignment1">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xscale">1</property>
<property name="yscale">1</property>
2002-10-20 19:55:16 +05:30
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkHBox" id="hbox84">
<property name="border_width">6</property>
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="homogeneous">False</property>
<property name="spacing">6</property>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow37">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="shadow_type">GTK_SHADOW_IN</property>
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
<child>
<widget class="GtkTreeView" id="childlist">
2003-05-18 09:48:12 +05:30
<property name="width_request">400</property>
2003-03-03 10:02:53 +05:30
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="headers_visible">True</property>
<property name="rules_hint">True</property>
<property name="reorderable">False</property>
<property name="enable_search">True</property>
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox69">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">6</property>
<child>
<widget class="GtkCheckButton" id="checkbutton1">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">_Show all</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="active">False</property>
<property name="inconsistent">False</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_show_toggled"/>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<placeholder/>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">True</property>
</packing>
</child>
2002-10-20 19:55:16 +05:30
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
</packing>
</child>
2002-11-03 02:49:58 +05:30
<child>
<widget class="GtkHButtonBox" id="hbuttonbox31">
<property name="visible">True</property>
<property name="layout_style">GTK_BUTTONBOX_DEFAULT_STYLE</property>
<property name="spacing">0</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
2002-10-20 19:55:16 +05:30
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
</packing>
</child>
<child>
<widget class="GtkTable" id="table21">
2003-03-03 10:02:53 +05:30
<property name="border_width">6</property>
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="n_rows">2</property>
<property name="n_columns">2</property>
<property name="homogeneous">False</property>
2003-03-03 10:02:53 +05:30
<property name="row_spacing">6</property>
<property name="column_spacing">12</property>
2002-10-20 19:55:16 +05:30
<child>
<widget class="GtkHBox" id="hbox23">
<property name="visible">True</property>
<property name="homogeneous">True</property>
<property name="spacing">0</property>
<child>
<widget class="GtkCombo" id="frel_combo">
<property name="visible">True</property>
<property name="value_in_list">True</property>
<property name="allow_empty">False</property>
<property name="case_sensitive">True</property>
<property name="enable_arrow_keys">True</property>
<property name="enable_arrows_always">False</property>
<child internal-child="entry">
2003-05-06 05:38:41 +05:30
<widget class="GtkEntry" id="frel">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">True</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
<property name="invisible_char" translatable="yes">*</property>
<property name="activates_default">False</property>
</widget>
</child>
<child internal-child="list">
<widget class="GtkList" id="convertwidget54">
<property name="visible">True</property>
<property name="selection_mode">GTK_SELECTION_BROWSE</property>
<child>
<widget class="GtkListItem" id="convertwidget55">
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="convertwidget56">
<property name="visible">True</property>
<property name="label" translatable="yes">Birth</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkListItem" id="convertwidget57">
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="convertwidget58">
<property name="visible">True</property>
<property name="label" translatable="yes">Adopted</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkListItem" id="convertwidget59">
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="convertwidget60">
<property name="visible">True</property>
<property name="label" translatable="yes">Stepchild</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkListItem" id="convertwidget61">
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="convertwidget62">
<property name="visible">True</property>
<property name="label" translatable="yes">None</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkListItem" id="convertwidget63">
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="convertwidget64">
<property name="visible">True</property>
<property name="label" translatable="yes">Unknown</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkListItem" id="convertwidget65">
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="convertwidget66">
<property name="visible">True</property>
<property name="label" translatable="yes"></property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">True</property>
</packing>
</child>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">0</property>
<property name="bottom_attach">1</property>
<property name="x_padding">5</property>
<property name="x_options">fill</property>
<property name="y_options">fill</property>
</packing>
</child>
<child>
<widget class="GtkCombo" id="mrel_combo">
<property name="visible">True</property>
<property name="value_in_list">True</property>
<property name="allow_empty">False</property>
<property name="case_sensitive">True</property>
<property name="enable_arrow_keys">True</property>
<property name="enable_arrows_always">False</property>
<child internal-child="entry">
2003-05-06 05:38:41 +05:30
<widget class="GtkEntry" id="mrel">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">True</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
<property name="invisible_char" translatable="yes">*</property>
<property name="activates_default">False</property>
</widget>
</child>
<child internal-child="list">
<widget class="GtkList" id="convertwidget67">
<property name="visible">True</property>
<property name="selection_mode">GTK_SELECTION_BROWSE</property>
<child>
<widget class="GtkListItem" id="convertwidget68">
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="convertwidget69">
<property name="visible">True</property>
<property name="label" translatable="yes">Birth</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkListItem" id="convertwidget70">
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="convertwidget71">
<property name="visible">True</property>
<property name="label" translatable="yes">Adopted</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkListItem" id="convertwidget72">
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="convertwidget73">
<property name="visible">True</property>
<property name="label" translatable="yes">Stepchild</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkListItem" id="convertwidget74">
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="convertwidget75">
<property name="visible">True</property>
<property name="label" translatable="yes">None</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkListItem" id="convertwidget76">
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="convertwidget77">
<property name="visible">True</property>
<property name="label" translatable="yes">Unknown</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkListItem" id="convertwidget78">
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="convertwidget79">
<property name="visible">True</property>
<property name="label" translatable="yes"></property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_padding">5</property>
<property name="y_padding">5</property>
<property name="y_options"></property>
</packing>
</child>
2003-03-03 10:02:53 +05:30
<child>
2003-03-05 11:31:31 +05:30
<widget class="GtkLabel" id="flabel">
2003-03-03 10:02:53 +05:30
<property name="visible">True</property>
2003-03-05 11:31:31 +05:30
<property name="label" translatable="yes">Relationship to father:</property>
2003-03-03 10:02:53 +05:30
<property name="use_underline">True</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="left_attach">0</property>
<property name="right_attach">1</property>
2003-03-05 11:31:31 +05:30
<property name="top_attach">0</property>
<property name="bottom_attach">1</property>
2003-03-03 10:02:53 +05:30
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
<child>
2003-03-05 11:31:31 +05:30
<widget class="GtkLabel" id="mlabel">
2003-03-03 10:02:53 +05:30
<property name="visible">True</property>
2003-03-05 11:31:31 +05:30
<property name="label" translatable="yes">Relationship to mother:</property>
2003-03-03 10:02:53 +05:30
<property name="use_underline">True</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2003-03-05 11:31:31 +05:30
<property name="mnemonic_widget">frel</property>
2003-03-03 10:02:53 +05:30
</widget>
<packing>
<property name="left_attach">0</property>
<property name="right_attach">1</property>
2003-03-05 11:31:31 +05:30
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
2003-03-03 10:02:53 +05:30
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
2002-10-20 19:55:16 +05:30
</widget>
<packing>
<property name="padding">0</property>
2002-11-03 02:49:58 +05:30
<property name="expand">False</property>
2002-10-20 19:55:16 +05:30
<property name="fill">True</property>
</packing>
</child>
</widget>
</child>
</widget>
<widget class="GtkDialog" id="sourceEditor">
<property name="visible">True</property>
2003-03-06 11:42:51 +05:30
<property name="title" translatable="yes"></property>
2002-10-20 19:55:16 +05:30
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
<property name="modal">False</property>
2003-02-24 10:21:57 +05:30
<property name="default_width">500</property>
2002-10-20 19:55:16 +05:30
<property name="default_height">350</property>
<property name="resizable">True</property>
<property name="destroy_with_parent">False</property>
2003-01-20 09:04:42 +05:30
<property name="icon">gramps.png</property>
2003-03-03 10:02:53 +05:30
<property name="has_separator">False</property>
2002-10-20 19:55:16 +05:30
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox11">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">8</property>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area11">
<property name="visible">True</property>
<property name="layout_style">GTK_BUTTONBOX_END</property>
<child>
2003-02-24 10:21:57 +05:30
<widget class="GtkButton" id="button90">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-08-03 09:11:35 +05:30
<property name="tooltip" translatable="yes">Abandon changes and close window</property>
2002-10-20 19:55:16 +05:30
<property name="can_default">True</property>
<property name="can_focus">True</property>
2003-02-24 10:21:57 +05:30
<property name="label">gtk-cancel</property>
2002-10-20 19:55:16 +05:30
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
* src/SourceView.py (button_press,on_add_clicked,on_delete_clicked,
on_edit_clicked): Pass parent window to the child dialog.
* src/Sources.py (add_src_clicked): Likewise.
* src/EditSource.py (__init__): Add optional parent_window argument.
Make dialog modal and transient for its parent.
* src/gramps.glade (sourceEditor dialog): Delete unneeded handlers
for buttons.
* src/QuestionDialog.py (SaveDialog,QuestionDialog,OptionDialog,
ErrorDialog,WarningDialog,MissingMediaDialog): Set transient status
if parent is given.
* src/EventEdit.py (__init__): Make dialog modal and transient for
its parent.
* src/Witness.py: Make WittnessEditor dialog modal and transient for
its parent. Call SelectPerson with itself as a parent.
* src/SelectPerson.py (__init__): Make dialog transient for its parent.
* src/imagesel.glade: Define proper responses and delete unneeded handlers
for buttons. Make gtkFileEntry modal.
* src/dialog.glade (all dialogs): Define proper responses for buttons.
* src/EditPerson.py (on_add_aka_clicked, on_aka_update_clicked):
Call NameEdit with itself as a parent; (on_add_attr_clicked,
on_update_attr_clicked): Call AttributeEditor with itself as a parent;
(on_add_addr_clicked,on_update_addr_clicked): Call AddressEditor with
itself as a parent; (on_add_url_clicked,on_update_url_clicked): Call
UrlEditor with itself as a parent; (on_name_note_clicked,
on_ldsbap_note_clicked,on_ldsendow_note_clicked,
on_ldsseal_note_clicked): Call NoteEditor with itself as a parent.
* src/NameEdit.py (__init__): Make dialog modal and transient for
its parent.
* src/AttrEdit.py (__init__): Likewise.
* src/AddrEdit.py (__init__): Likewise.
* src/UrlEdit.py (__init__): Likewise.
* src/NoteEdit.py (__init__): Likewise.
svn: r2131
2003-09-15 09:41:30 +05:30
<property name="response_id">-6</property>
2002-10-20 19:55:16 +05:30
</widget>
</child>
<child>
2003-02-24 10:21:57 +05:30
<widget class="GtkButton" id="button88">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-08-03 09:11:35 +05:30
<property name="tooltip" translatable="yes">Accept changes and close window</property>
2002-10-20 19:55:16 +05:30
<property name="can_default">True</property>
2003-02-24 10:21:57 +05:30
<property name="has_default">True</property>
2002-10-20 19:55:16 +05:30
<property name="can_focus">True</property>
2003-02-24 10:21:57 +05:30
<property name="label">gtk-ok</property>
2002-10-20 19:55:16 +05:30
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
* src/SourceView.py (button_press,on_add_clicked,on_delete_clicked,
on_edit_clicked): Pass parent window to the child dialog.
* src/Sources.py (add_src_clicked): Likewise.
* src/EditSource.py (__init__): Add optional parent_window argument.
Make dialog modal and transient for its parent.
* src/gramps.glade (sourceEditor dialog): Delete unneeded handlers
for buttons.
* src/QuestionDialog.py (SaveDialog,QuestionDialog,OptionDialog,
ErrorDialog,WarningDialog,MissingMediaDialog): Set transient status
if parent is given.
* src/EventEdit.py (__init__): Make dialog modal and transient for
its parent.
* src/Witness.py: Make WittnessEditor dialog modal and transient for
its parent. Call SelectPerson with itself as a parent.
* src/SelectPerson.py (__init__): Make dialog transient for its parent.
* src/imagesel.glade: Define proper responses and delete unneeded handlers
for buttons. Make gtkFileEntry modal.
* src/dialog.glade (all dialogs): Define proper responses for buttons.
* src/EditPerson.py (on_add_aka_clicked, on_aka_update_clicked):
Call NameEdit with itself as a parent; (on_add_attr_clicked,
on_update_attr_clicked): Call AttributeEditor with itself as a parent;
(on_add_addr_clicked,on_update_addr_clicked): Call AddressEditor with
itself as a parent; (on_add_url_clicked,on_update_url_clicked): Call
UrlEditor with itself as a parent; (on_name_note_clicked,
on_ldsbap_note_clicked,on_ldsendow_note_clicked,
on_ldsseal_note_clicked): Call NoteEditor with itself as a parent.
* src/NameEdit.py (__init__): Make dialog modal and transient for
its parent.
* src/AttrEdit.py (__init__): Likewise.
* src/AddrEdit.py (__init__): Likewise.
* src/UrlEdit.py (__init__): Likewise.
* src/NoteEdit.py (__init__): Likewise.
svn: r2131
2003-09-15 09:41:30 +05:30
<property name="response_id">-5</property>
2002-10-20 19:55:16 +05:30
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="pack_type">GTK_PACK_END</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox26">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
<child>
2003-03-05 11:31:31 +05:30
<widget class="GtkLabel" id="title">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-03-05 11:31:31 +05:30
<property name="label" translatable="yes"></property>
2002-10-20 19:55:16 +05:30
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">5</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkNotebook" id="notebook2">
<property name="height_request">250</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="show_tabs">True</property>
<property name="show_border">True</property>
<property name="tab_pos">GTK_POS_TOP</property>
<property name="scrollable">False</property>
<property name="enable_popup">False</property>
<signal name="switch_page" handler="on_switch_page" object="sourceEditor"/>
<child>
<widget class="GtkTable" id="table17">
2003-03-03 10:02:53 +05:30
<property name="border_width">12</property>
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="n_rows">3</property>
<property name="n_columns">2</property>
<property name="homogeneous">False</property>
2003-03-03 10:02:53 +05:30
<property name="row_spacing">6</property>
<property name="column_spacing">12</property>
2002-10-20 19:55:16 +05:30
<child>
<widget class="GtkLabel" id="label165">
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes">_Title:</property>
<property name="use_underline">True</property>
2002-10-20 19:55:16 +05:30
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">1</property>
<property name="yalign">0.5</property>
2003-03-03 10:02:53 +05:30
<property name="xpad">0</property>
2002-10-20 19:55:16 +05:30
<property name="ypad">0</property>
2003-03-03 10:02:53 +05:30
<property name="mnemonic_widget">source_title</property>
<accessibility>
<atkrelation target="source_title" type="label-for"/>
</accessibility>
2002-10-20 19:55:16 +05:30
</widget>
<packing>
<property name="left_attach">0</property>
<property name="right_attach">1</property>
<property name="top_attach">0</property>
<property name="bottom_attach">1</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label166">
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes">_Author:</property>
<property name="use_underline">True</property>
2002-10-20 19:55:16 +05:30
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">1</property>
<property name="yalign">0.5</property>
2003-03-03 10:02:53 +05:30
<property name="xpad">0</property>
2002-10-20 19:55:16 +05:30
<property name="ypad">0</property>
2003-03-03 10:02:53 +05:30
<property name="mnemonic_widget">author</property>
<accessibility>
<atkrelation target="author" type="label-for"/>
</accessibility>
2002-10-20 19:55:16 +05:30
</widget>
<packing>
<property name="left_attach">0</property>
<property name="right_attach">1</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label167">
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes">_Publication information:</property>
<property name="use_underline">True</property>
2002-10-20 19:55:16 +05:30
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">1</property>
<property name="yalign">0.5</property>
2003-03-03 10:02:53 +05:30
<property name="xpad">0</property>
2002-10-20 19:55:16 +05:30
<property name="ypad">0</property>
2003-03-03 10:02:53 +05:30
<property name="mnemonic_widget">pubinfo</property>
<accessibility>
<atkrelation target="pubinfo" type="label-for"/>
</accessibility>
2002-10-20 19:55:16 +05:30
</widget>
<packing>
<property name="left_attach">0</property>
<property name="right_attach">1</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="source_title">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="has_focus">True</property>
<property name="editable">True</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
<property name="invisible_char" translatable="yes">*</property>
<property name="activates_default">False</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">0</property>
<property name="bottom_attach">1</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="author">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">True</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
<property name="invisible_char" translatable="yes">*</property>
<property name="activates_default">False</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="pubinfo">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">True</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
<property name="invisible_char" translatable="yes">*</property>
<property name="activates_default">False</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="y_options"></property>
</packing>
</child>
</widget>
<packing>
<property name="tab_expand">False</property>
<property name="tab_fill">True</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label204">
<property name="visible">True</property>
2003-02-24 10:21:57 +05:30
<property name="label" translatable="yes"><b>General</b></property>
2002-10-20 19:55:16 +05:30
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="type">tab</property>
</packing>
</child>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow23">
<property name="visible">True</property>
2003-06-11 09:14:22 +05:30
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2002-10-20 19:55:16 +05:30
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="shadow_type">GTK_SHADOW_IN</property>
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
<child>
<widget class="GtkTextView" id="source_note">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">True</property>
<property name="justification">GTK_JUSTIFY_LEFT</property>
<property name="wrap_mode">GTK_WRAP_WORD</property>
<property name="cursor_visible">True</property>
<property name="pixels_above_lines">0</property>
<property name="pixels_below_lines">0</property>
<property name="pixels_inside_wrap">0</property>
<property name="left_margin">0</property>
<property name="right_margin">0</property>
<property name="indent">0</property>
<property name="text" translatable="yes"></property>
</widget>
</child>
</widget>
<packing>
<property name="tab_expand">False</property>
<property name="tab_fill">True</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label205">
<property name="visible">True</property>
2003-02-24 10:21:57 +05:30
<property name="label" translatable="yes"><b>Note</b></property>
2002-10-20 19:55:16 +05:30
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="type">tab</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox64">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkHBox" id="hbox85">
<property name="border_width">6</property>
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="homogeneous">False</property>
<property name="spacing">6</property>
2002-10-20 19:55:16 +05:30
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkScrolledWindow" id="icon_scroll">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="can_focus">True</property>
2003-06-11 09:14:22 +05:30
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2003-03-03 10:02:53 +05:30
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="shadow_type">GTK_SHADOW_IN</property>
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
<child>
<widget class="GnomeCanvas" id="iconlist">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="anti_aliased">False</property>
<property name="scroll_x1">0</property>
<property name="scroll_y1">0</property>
<property name="scroll_x2">100</property>
<property name="scroll_y2">100</property>
<property name="pixels_per_unit">1</property>
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox70">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">6</property>
<child>
<widget class="GtkButton" id="add_photo">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Place new media object in this gallery</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">_Add...</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<signal name="clicked" handler="on_addphoto_clicked" object="sourceEditor"/>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
2003-03-24 09:21:07 +05:30
<widget class="GtkButton" id="edit_photo">
2003-03-03 10:02:53 +05:30
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">_Edit...</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<accessibility>
<atkproperty name="AtkObject::accessible_description" translatable="yes">Edit the properties of the selected object</atkproperty>
</accessibility>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="delete_photo">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Remove selected object from this gallery only</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">_Delete</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<signal name="clicked" handler="on_deletephoto_clicked" object="sourceEditor"/>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<placeholder/>
</child>
2002-10-20 19:55:16 +05:30
</widget>
2003-03-03 10:02:53 +05:30
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">True</property>
</packing>
2002-10-20 19:55:16 +05:30
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
</packing>
</child>
<child>
<widget class="GtkHButtonBox" id="hbuttonbox21">
<property name="visible">True</property>
<property name="layout_style">GTK_BUTTONBOX_SPREAD</property>
<property name="spacing">30</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">True</property>
</packing>
</child>
</widget>
<packing>
<property name="tab_expand">False</property>
<property name="tab_fill">True</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label206">
<property name="visible">True</property>
2003-02-24 10:21:57 +05:30
<property name="label" translatable="yes"><b>Gallery</b></property>
2002-10-20 19:55:16 +05:30
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="type">tab</property>
</packing>
</child>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow38">
<property name="visible">True</property>
<property name="can_focus">True</property>
2003-02-24 10:21:57 +05:30
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2002-10-20 19:55:16 +05:30
<property name="shadow_type">GTK_SHADOW_NONE</property>
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
<child>
2002-11-27 19:06:11 +05:30
<widget class="GtkTreeView" id="slist">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="headers_visible">True</property>
<property name="rules_hint">False</property>
<property name="reorderable">False</property>
<property name="enable_search">True</property>
</widget>
</child>
</widget>
<packing>
<property name="tab_expand">False</property>
<property name="tab_fill">True</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label274">
<property name="visible">True</property>
2003-02-24 10:21:57 +05:30
<property name="label" translatable="yes"><b>References</b></property>
2002-10-20 19:55:16 +05:30
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="type">tab</property>
</packing>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
</packing>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
</packing>
</child>
</widget>
</child>
</widget>
<widget class="GtkDialog" id="addperson">
<property name="visible">True</property>
2003-03-06 11:42:51 +05:30
<property name="title" translatable="yes"></property>
2002-10-20 19:55:16 +05:30
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
<property name="modal">True</property>
<property name="resizable">True</property>
<property name="destroy_with_parent">False</property>
2003-01-20 09:04:42 +05:30
<property name="icon">gramps.png</property>
2003-03-03 10:02:53 +05:30
<property name="has_separator">False</property>
2002-10-20 19:55:16 +05:30
<child internal-child="vbox">
<widget class="GtkVBox" id="vbox42">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="hbuttonbox25">
<property name="visible">True</property>
<property name="layout_style">GTK_BUTTONBOX_END</property>
<child>
2003-02-24 10:21:57 +05:30
<widget class="GtkButton" id="button122">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
2003-02-24 10:21:57 +05:30
<property name="label">gtk-cancel</property>
2002-10-20 19:55:16 +05:30
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="response_id">0</property>
2003-02-24 10:21:57 +05:30
<signal name="clicked" handler="destroy_passed_object" object="addperson"/>
2002-10-20 19:55:16 +05:30
</widget>
</child>
<child>
2003-02-24 10:21:57 +05:30
<widget class="GtkButton" id="button121">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="can_default">True</property>
2003-02-24 10:21:57 +05:30
<property name="has_default">True</property>
2002-10-20 19:55:16 +05:30
<property name="can_focus">True</property>
2003-02-24 10:21:57 +05:30
<property name="label">gtk-ok</property>
2002-10-20 19:55:16 +05:30
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="response_id">0</property>
2003-02-24 10:21:57 +05:30
<signal name="clicked" handler="on_addfather_close" object="addperson"/>
2002-10-20 19:55:16 +05:30
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="pack_type">GTK_PACK_END</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox43">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
<child>
2003-03-05 11:31:31 +05:30
<widget class="GtkLabel" id="title">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-03-05 11:31:31 +05:30
<property name="label" translatable="yes"></property>
2002-10-20 19:55:16 +05:30
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="padding">5</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkTable" id="table26">
2003-03-03 10:02:53 +05:30
<property name="border_width">6</property>
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="n_rows">3</property>
<property name="n_columns">2</property>
<property name="homogeneous">False</property>
2003-03-03 10:02:53 +05:30
<property name="row_spacing">6</property>
<property name="column_spacing">12</property>
2002-10-20 19:55:16 +05:30
<child>
<widget class="GtkLabel" id="label240">
<property name="visible">True</property>
2003-04-11 02:10:01 +05:30
<property name="label" translatable="yes">_Family name:</property>
2003-03-03 10:02:53 +05:30
<property name="use_underline">True</property>
2002-10-20 19:55:16 +05:30
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
2003-03-03 10:02:53 +05:30
<property name="xalign">0</property>
2002-10-20 19:55:16 +05:30
<property name="yalign">0.5</property>
2003-03-03 10:02:53 +05:30
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="mnemonic_widget">surname</property>
<accessibility>
<atkrelation target="surnameCombo" type="label-for"/>
</accessibility>
2002-10-20 19:55:16 +05:30
</widget>
<packing>
<property name="left_attach">0</property>
<property name="right_attach">1</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_padding">5</property>
<property name="y_padding">5</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label241">
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes">Gender:</property>
2002-10-20 19:55:16 +05:30
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
2003-03-03 10:02:53 +05:30
<property name="xalign">0</property>
2002-10-20 19:55:16 +05:30
<property name="yalign">0.5</property>
2003-03-03 10:02:53 +05:30
<property name="xpad">0</property>
<property name="ypad">0</property>
2002-10-20 19:55:16 +05:30
</widget>
<packing>
<property name="left_attach">0</property>
<property name="right_attach">1</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="x_padding">5</property>
<property name="y_padding">5</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="given">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="has_focus">True</property>
<property name="editable">True</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
<property name="invisible_char" translatable="yes">*</property>
<property name="activates_default">False</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">0</property>
<property name="bottom_attach">1</property>
<property name="x_padding">5</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="hbox32">
<property name="visible">True</property>
<property name="homogeneous">True</property>
<property name="spacing">0</property>
<child>
<widget class="GtkRadioButton" id="male">
<property name="visible">True</property>
<property name="can_focus">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes">_male</property>
2002-10-20 19:55:16 +05:30
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="active">False</property>
<property name="inconsistent">False</property>
<property name="draw_indicator">True</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">True</property>
</packing>
</child>
<child>
<widget class="GtkRadioButton" id="female">
<property name="visible">True</property>
<property name="can_focus">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes">_female</property>
2002-10-20 19:55:16 +05:30
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="active">True</property>
<property name="inconsistent">False</property>
<property name="draw_indicator">True</property>
<property name="group">male</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">True</property>
</packing>
</child>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="x_padding">5</property>
<property name="x_options">fill</property>
<property name="y_options">fill</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label242">
<property name="visible">True</property>
2003-04-11 02:10:01 +05:30
<property name="label" translatable="yes">_Given name:</property>
2003-03-03 10:02:53 +05:30
<property name="use_underline">True</property>
2002-10-20 19:55:16 +05:30
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
2003-03-03 10:02:53 +05:30
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="mnemonic_widget">given</property>
<accessibility>
<atkrelation target="given" type="label-for"/>
</accessibility>
2002-10-20 19:55:16 +05:30
</widget>
<packing>
<property name="left_attach">0</property>
<property name="right_attach">1</property>
<property name="top_attach">0</property>
<property name="bottom_attach">1</property>
<property name="x_padding">5</property>
<property name="y_padding">5</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkCombo" id="surnameCombo">
<property name="visible">True</property>
<property name="value_in_list">False</property>
<property name="allow_empty">True</property>
<property name="case_sensitive">False</property>
<property name="enable_arrow_keys">True</property>
<property name="enable_arrows_always">False</property>
<child internal-child="entry">
<widget class="GtkEntry" id="surname">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">True</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
<property name="invisible_char" translatable="yes">*</property>
<property name="activates_default">False</property>
</widget>
</child>
<child internal-child="list">
<widget class="GtkList" id="convertwidget110">
<property name="visible">True</property>
<property name="selection_mode">GTK_SELECTION_BROWSE</property>
<child>
<widget class="GtkListItem" id="convertwidget111">
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="convertwidget112">
<property name="visible">True</property>
<property name="label" translatable="yes"></property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_padding">5</property>
<property name="y_options"></property>
</packing>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
</packing>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
</packing>
</child>
</widget>
</child>
</widget>
<widget class="GtkDialog" id="opendb">
<property name="visible">True</property>
2003-03-06 11:42:51 +05:30
<property name="title" translatable="yes"></property>
2002-10-20 19:55:16 +05:30
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
2003-09-08 09:42:43 +05:30
<property name="modal">True</property>
2002-11-08 09:12:25 +05:30
<property name="default_width">300</property>
2003-11-02 01:25:30 +05:30
<property name="default_height">150</property>
2002-10-20 19:55:16 +05:30
<property name="resizable">True</property>
<property name="destroy_with_parent">False</property>
2003-01-20 09:04:42 +05:30
<property name="icon">gramps.png</property>
2003-03-03 10:02:53 +05:30
<property name="has_separator">False</property>
2002-10-20 19:55:16 +05:30
<signal name="delete_event" handler="on_opendb_delete_event"/>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox13">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">8</property>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area13">
<property name="visible">True</property>
<property name="layout_style">GTK_BUTTONBOX_END</property>
<child>
2003-02-24 10:21:57 +05:30
<widget class="GtkButton" id="open_cancel">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
2003-02-24 10:21:57 +05:30
<property name="label">gtk-cancel</property>
2002-10-20 19:55:16 +05:30
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="response_id">0</property>
2003-02-24 10:21:57 +05:30
<signal name="clicked" handler="on_open_cancel_clicked" object="opendb"/>
2002-10-20 19:55:16 +05:30
</widget>
</child>
<child>
2003-02-24 10:21:57 +05:30
<widget class="GtkButton" id="open_ok">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
2003-02-24 10:21:57 +05:30
<property name="has_focus">True</property>
<property name="label">gtk-ok</property>
2002-10-20 19:55:16 +05:30
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="response_id">0</property>
2003-02-24 10:21:57 +05:30
<signal name="clicked" handler="on_open_ok_clicked" object="opendb"/>
2002-10-20 19:55:16 +05:30
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="pack_type">GTK_PACK_END</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox49">
2003-03-03 10:02:53 +05:30
<property name="border_width">6</property>
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
<child>
2003-03-05 11:31:31 +05:30
<widget class="GtkLabel" id="title">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-03-05 11:31:31 +05:30
<property name="label" translatable="yes"></property>
2002-10-20 19:55:16 +05:30
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">10</property>
<property name="ypad">10</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkRadioButton" id="existing">
<property name="border_width">5</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes">_Open an existing database</property>
2002-10-20 19:55:16 +05:30
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="active">True</property>
<property name="inconsistent">False</property>
<property name="draw_indicator">True</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkRadioButton" id="new">
<property name="border_width">5</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes">Create a new _XML database</property>
2002-10-20 19:55:16 +05:30
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="active">False</property>
<property name="inconsistent">False</property>
<property name="draw_indicator">True</property>
<property name="group">existing</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
</packing>
</child>
</widget>
</child>
</widget>
<widget class="GtkDialog" id="modparents">
2003-03-06 11:42:51 +05:30
<property name="title" translatable="yes"></property>
2002-10-20 19:55:16 +05:30
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
<property name="modal">False</property>
<property name="default_width">475</property>
<property name="resizable">True</property>
<property name="destroy_with_parent">False</property>
2003-01-20 09:04:42 +05:30
<property name="icon">gramps.png</property>
2003-03-03 10:02:53 +05:30
<property name="has_separator">False</property>
2002-10-20 19:55:16 +05:30
<child internal-child="vbox">
<widget class="GtkVBox" id="vbox61">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">8</property>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="hbuttonbox30">
<property name="visible">True</property>
<property name="layout_style">GTK_BUTTONBOX_END</property>
<child>
2003-02-24 10:21:57 +05:30
<widget class="GtkButton" id="button154">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
2003-02-24 10:21:57 +05:30
<property name="label">gtk-cancel</property>
2002-10-20 19:55:16 +05:30
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="response_id">0</property>
2003-02-24 10:21:57 +05:30
<signal name="clicked" handler="destroy_passed_object" object="familyDialog"/>
2002-10-20 19:55:16 +05:30
</widget>
</child>
<child>
2003-02-24 10:21:57 +05:30
<widget class="GtkButton" id="button153">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<property name="can_default">True</property>
2003-02-24 10:21:57 +05:30
<property name="has_default">True</property>
2002-10-20 19:55:16 +05:30
<property name="can_focus">True</property>
2003-02-24 10:21:57 +05:30
<property name="label">gtk-ok</property>
2002-10-20 19:55:16 +05:30
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="response_id">0</property>
2003-02-24 10:21:57 +05:30
<signal name="clicked" handler="on_save_parents_clicked" object="familyDialog"/>
2002-10-20 19:55:16 +05:30
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="pack_type">GTK_PACK_END</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox62">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
<child>
<widget class="GtkLabel" id="title">
<property name="visible">True</property>
2003-03-05 11:31:31 +05:30
<property name="label" translatable="yes"></property>
2002-10-20 19:55:16 +05:30
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="padding">10</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox63">
<property name="visible">True</property>
<property name="homogeneous">True</property>
<property name="spacing">0</property>
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkTable" id="table41">
<property name="border_width">12</property>
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-07-21 05:39:12 +05:30
<property name="n_rows">9</property>
2003-03-03 10:02:53 +05:30
<property name="n_columns">3</property>
<property name="homogeneous">False</property>
<property name="row_spacing">6</property>
<property name="column_spacing">12</property>
2002-10-20 19:55:16 +05:30
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkLabel" id="label356">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-03-05 11:31:31 +05:30
<property name="label" translatable="yes">Name:</property>
2003-03-03 10:02:53 +05:30
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
2002-10-20 19:55:16 +05:30
2003-03-03 10:02:53 +05:30
<child>
<widget class="GtkLabel" id="fname">
<property name="visible">True</property>
<property name="label" translatable="yes"></property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="left_attach">2</property>
<property name="right_attach">3</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="y_options"></property>
</packing>
</child>
2002-10-20 19:55:16 +05:30
2003-03-03 10:02:53 +05:30
<child>
<widget class="GtkLabel" id="label329">
<property name="visible">True</property>
2003-03-05 11:31:31 +05:30
<property name="label" translatable="yes">_Relationship:</property>
2003-03-03 10:02:53 +05:30
<property name="use_underline">True</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="mnemonic_widget">frel</property>
<accessibility>
<atkrelation target="combo1" type="label-for"/>
</accessibility>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
2002-10-20 19:55:16 +05:30
2003-03-03 10:02:53 +05:30
<child>
<widget class="GtkCombo" id="combo1">
<property name="visible">True</property>
<property name="value_in_list">True</property>
<property name="allow_empty">False</property>
<property name="case_sensitive">True</property>
<property name="enable_arrow_keys">True</property>
<property name="enable_arrows_always">False</property>
<child internal-child="entry">
<widget class="GtkEntry" id="frel">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">True</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
<property name="invisible_char" translatable="yes">*</property>
<property name="activates_default">False</property>
2002-10-20 19:55:16 +05:30
</widget>
</child>
2003-03-03 10:02:53 +05:30
<child internal-child="list">
<widget class="GtkList" id="list1">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="selection_mode">GTK_SELECTION_BROWSE</property>
2002-10-20 19:55:16 +05:30
2003-03-03 10:02:53 +05:30
<child>
<widget class="GtkListItem" id="listitem1">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkLabel" id="label330">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes">Birth</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2002-10-20 19:55:16 +05:30
</widget>
</child>
2003-03-03 10:02:53 +05:30
</widget>
</child>
<child>
<widget class="GtkListItem" id="listitem2">
<property name="visible">True</property>
2002-10-20 19:55:16 +05:30
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkLabel" id="label331">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes">Adopted</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2002-10-20 19:55:16 +05:30
</widget>
</child>
2003-03-03 10:02:53 +05:30
</widget>
</child>
<child>
<widget class="GtkListItem" id="listitem3">
<property name="visible">True</property>
2002-10-20 19:55:16 +05:30
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkLabel" id="label332">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes">Stepchild</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2002-10-20 19:55:16 +05:30
</widget>
</child>
2003-03-03 10:02:53 +05:30
</widget>
</child>
<child>
<widget class="GtkListItem" id="listitem4">
<property name="visible">True</property>
2002-10-20 19:55:16 +05:30
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkLabel" id="label333">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes">Foster</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2002-10-20 19:55:16 +05:30
</widget>
</child>
2003-03-03 10:02:53 +05:30
</widget>
</child>
<child>
<widget class="GtkListItem" id="listitem5">
<property name="visible">True</property>
2002-10-20 19:55:16 +05:30
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkLabel" id="label334">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes">None</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2002-10-20 19:55:16 +05:30
</widget>
</child>
2003-03-03 10:02:53 +05:30
</widget>
</child>
<child>
<widget class="GtkListItem" id="listitem6">
<property name="visible">True</property>
2002-10-20 19:55:16 +05:30
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkLabel" id="label335">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes">Unknown</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2002-10-20 19:55:16 +05:30
</widget>
</child>
2003-03-03 10:02:53 +05:30
</widget>
</child>
<child>
<widget class="GtkListItem" id="listitem7">
<property name="visible">True</property>
2002-10-20 19:55:16 +05:30
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkLabel" id="label336">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes"></property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2002-10-20 19:55:16 +05:30
</widget>
</child>
</widget>
</child>
</widget>
</child>
</widget>
2003-03-03 10:02:53 +05:30
<packing>
<property name="left_attach">2</property>
<property name="right_attach">3</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="y_options"></property>
</packing>
2002-10-20 19:55:16 +05:30
</child>
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkLabel" id="label358">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-03-05 11:31:31 +05:30
<property name="label" translatable="yes">Name:</property>
2002-10-20 19:55:16 +05:30
<property name="use_underline">False</property>
2003-03-03 10:02:53 +05:30
<property name="use_markup">False</property>
2002-10-20 19:55:16 +05:30
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
2003-03-03 10:02:53 +05:30
<property name="xalign">0</property>
2002-10-20 19:55:16 +05:30
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
2003-03-03 10:02:53 +05:30
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">5</property>
<property name="bottom_attach">6</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
2002-10-20 19:55:16 +05:30
</packing>
</child>
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkLabel" id="label355">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-03-05 11:31:31 +05:30
<property name="label" translatable="yes">Relation_ship:</property>
2003-03-03 10:02:53 +05:30
<property name="use_underline">True</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="mnemonic_widget">mrel</property>
<accessibility>
2003-03-05 11:31:31 +05:30
<atkproperty name="AtkObject::accessible_name" translatable="yes">Relationship:</atkproperty>
2003-03-03 10:02:53 +05:30
<atkrelation target="combo2" type="label-for"/>
</accessibility>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">6</property>
<property name="bottom_attach">7</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
2002-10-20 19:55:16 +05:30
2003-03-03 10:02:53 +05:30
<child>
<widget class="GtkCombo" id="combo2">
<property name="visible">True</property>
<property name="value_in_list">True</property>
<property name="allow_empty">False</property>
<property name="case_sensitive">True</property>
<property name="enable_arrow_keys">True</property>
<property name="enable_arrows_always">False</property>
<child internal-child="entry">
<widget class="GtkEntry" id="mrel">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="can_focus">True</property>
<property name="editable">True</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
<property name="invisible_char" translatable="yes">*</property>
<property name="activates_default">False</property>
2002-10-20 19:55:16 +05:30
</widget>
</child>
2003-03-03 10:02:53 +05:30
<child internal-child="list">
<widget class="GtkList" id="list2">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="selection_mode">GTK_SELECTION_BROWSE</property>
2002-10-20 19:55:16 +05:30
2003-03-03 10:02:53 +05:30
<child>
<widget class="GtkListItem" id="listitem8">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkLabel" id="label339">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes">Birth</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2002-10-20 19:55:16 +05:30
</widget>
</child>
2003-03-03 10:02:53 +05:30
</widget>
</child>
<child>
<widget class="GtkListItem" id="listitem9">
<property name="visible">True</property>
2002-10-20 19:55:16 +05:30
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkLabel" id="label340">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes">Adopted</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2002-10-20 19:55:16 +05:30
</widget>
</child>
2003-03-03 10:02:53 +05:30
</widget>
</child>
<child>
<widget class="GtkListItem" id="listitem10">
<property name="visible">True</property>
2002-10-20 19:55:16 +05:30
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkLabel" id="label341">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes">Stepchild</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2002-10-20 19:55:16 +05:30
</widget>
</child>
2003-03-03 10:02:53 +05:30
</widget>
</child>
<child>
<widget class="GtkListItem" id="listitem11">
<property name="visible">True</property>
2002-10-20 19:55:16 +05:30
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkLabel" id="label342">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes">Foster</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2002-10-20 19:55:16 +05:30
</widget>
</child>
2003-03-03 10:02:53 +05:30
</widget>
</child>
<child>
<widget class="GtkListItem" id="listitem12">
<property name="visible">True</property>
2002-10-20 19:55:16 +05:30
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkLabel" id="label343">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes">None</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2002-10-20 19:55:16 +05:30
</widget>
</child>
2003-03-03 10:02:53 +05:30
</widget>
</child>
<child>
<widget class="GtkListItem" id="listitem13">
<property name="visible">True</property>
2002-10-20 19:55:16 +05:30
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkLabel" id="label344">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes">Unknown</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2002-10-20 19:55:16 +05:30
</widget>
</child>
2003-03-03 10:02:53 +05:30
</widget>
</child>
<child>
<widget class="GtkListItem" id="listitem14">
<property name="visible">True</property>
2002-10-20 19:55:16 +05:30
<child>
2003-03-03 10:02:53 +05:30
<widget class="GtkLabel" id="label345">
2002-10-20 19:55:16 +05:30
<property name="visible">True</property>
2003-03-03 10:02:53 +05:30
<property name="label" translatable="yes"></property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2002-10-20 19:55:16 +05:30
</widget>
</child>
</widget>
</child>
</widget>
</child>
2003-03-03 10:02:53 +05:30
</widget>
<packing>
<property name="left_attach">2</property>
<property name="right_attach">3</property>
<property name="top_attach">6</property>
<property name="bottom_attach">7</property>
<property name="y_options"></property>
</packing>
</child>
2002-10-20 19:55:16 +05:30
2003-03-03 10:02:53 +05:30
<child>
<widget class="GtkLabel" id="mname">
<property name="visible">True</property>
<property name="label" translatable="yes"></property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="left_attach">2</property>
<property name="right_attach">3</property>
<property name="top_attach">5</property>
<property name="bottom_attach">6</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
2002-10-20 19:55:16 +05:30
2003-03-03 10:02:53 +05:30
<child>
<widget class="GtkLabel" id="flabel">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Father</b></property>
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
2002-10-20 19:55:16 +05:30
</widget>
2003-03-03 10:02:53 +05:30
<packing>
<property name="left_attach">0</property>
<property name="right_attach">3</property>
<property name="top_attach">0</property>
<property name="bottom_attach">1</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
2002-10-20 19:55:16 +05:30
</child>
<child>
<widget class="GtkLabel" id="mlabel">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Mother</b></property>
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
2003-03-03 10:02:53 +05:30
<property name="xalign">0</property>
2002-10-20 19:55:16 +05:30
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
2003-03-03 10:02:53 +05:30
<property name="left_attach">0</property>
<property name="right_attach">3</property>
<property name="top_attach">4</property>
<property name="bottom_attach">5</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
2002-10-20 19:55:16 +05:30
</packing>
</child>
2003-07-21 05:39:12 +05:30
<child>
<widget class="GtkLabel" id="pref_label">
<property name="label" translatable="yes"><b>Preference</b></property>
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="left_attach">0</property>
<property name="right_attach">3</property>
<property name="top_attach">7</property>
<property name="bottom_attach">8</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkCheckButton" id="preferred">
<property name="tooltip" translatable="yes">Indicates that the parents should be used as the preferred parents for reporting and display purposes</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">Use as preferred parents</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="active">False</property>
<property name="inconsistent">False</property>
<property name="draw_indicator">True</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">3</property>
<property name="top_attach">8</property>
<property name="bottom_attach">9</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
2002-10-20 19:55:16 +05:30
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
</packing>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
</packing>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
</packing>
</child>
</widget>
</child>
</widget>
2003-03-23 08:56:55 +05:30
<widget class="GtkDialog" id="find">
2003-03-19 09:57:34 +05:30
<property name="visible">True</property>
<property name="title" translatable="yes"></property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
<property name="modal">False</property>
<property name="resizable">True</property>
<property name="destroy_with_parent">False</property>
2003-03-23 08:56:55 +05:30
<property name="icon">gramps.png</property>
<property name="has_separator">False</property>
2003-03-19 09:57:34 +05:30
2003-03-23 08:56:55 +05:30
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox14">
2003-03-19 09:57:34 +05:30
<property name="visible">True</property>
2003-03-23 08:56:55 +05:30
<property name="homogeneous">False</property>
<property name="spacing">12</property>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area14">
<property name="visible">True</property>
<property name="layout_style">GTK_BUTTONBOX_END</property>
<child>
2003-04-04 11:18:25 +05:30
<widget class="GtkButton" id="back">
2003-03-23 08:56:55 +05:30
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
<property name="label">gtk-go-back</property>
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="response_id">0</property>
<signal name="clicked" handler="on_back_clicked" last_modification_time="Sat, 22 Mar 2003 23:19:12 GMT"/>
</widget>
</child>
<child>
2003-04-04 11:18:25 +05:30
<widget class="GtkButton" id="forward">
2003-03-23 08:56:55 +05:30
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="has_default">True</property>
<property name="can_focus">True</property>
<property name="label">gtk-go-forward</property>
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="response_id">0</property>
<signal name="clicked" handler="on_next_clicked" last_modification_time="Sat, 22 Mar 2003 23:18:59 GMT"/>
</widget>
</child>
<child>
<widget class="GtkButton" id="button159">
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
<property name="label">gtk-close</property>
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="response_id">-7</property>
<signal name="clicked" handler="on_close_clicked" last_modification_time="Sat, 22 Mar 2003 23:25:47 GMT"/>
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="pack_type">GTK_PACK_END</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox71">
<property name="border_width">12</property>
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
<child>
<widget class="GtkHBox" id="hbox89">
<property name="visible">True</property>
<property name="homogeneous">True</property>
<property name="spacing">0</property>
<child>
<widget class="GtkLabel" id="title">
<property name="visible">True</property>
<property name="label" translatable="yes"></property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
</packing>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="hbox88">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">0</property>
<child>
<widget class="GtkLabel" id="label370">
<property name="visible">True</property>
<property name="label" translatable="yes">_Text:</property>
<property name="use_underline">True</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="mnemonic_widget">entry</property>
</widget>
<packing>
<property name="padding">6</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">True</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
<property name="invisible_char" translatable="yes">*</property>
<property name="activates_default">True</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
</packing>
</child>
</widget>
<packing>
<property name="padding">12</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
</packing>
</child>
2003-03-19 09:57:34 +05:30
</widget>
</child>
</widget>
2003-06-17 09:40:04 +05:30
<widget class="GtkDialog" id="editrel">
<property name="title" translatable="yes"></property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
<property name="modal">True</property>
<property name="resizable">True</property>
<property name="destroy_with_parent">False</property>
<property name="icon">gramps.png</property>
<property name="has_separator">False</property>
<child internal-child="vbox">
<widget class="GtkVBox" id="vbox72">
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">6</property>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="hbuttonbox32">
<property name="visible">True</property>
<property name="layout_style">GTK_BUTTONBOX_END</property>
<child>
<widget class="GtkButton" id="button160">
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
<property name="label">gtk-cancel</property>
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="response_id">0</property>
<signal name="clicked" handler="destroy_passed_object" object="selectChild"/>
</widget>
</child>
<child>
<widget class="GtkButton" id="button161">
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="has_default">True</property>
<property name="can_focus">True</property>
<property name="label">gtk-ok</property>
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="response_id">0</property>
<signal name="clicked" handler="on_ok_clicked" last_modification_time="Tue, 17 Jun 2003 03:10:31 GMT"/>
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="pack_type">GTK_PACK_END</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="title">
<property name="visible">True</property>
<property name="label" translatable="yes"></property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">6</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="padding">6</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkTable" id="table42">
<property name="border_width">6</property>
<property name="visible">True</property>
<property name="n_rows">4</property>
<property name="n_columns">2</property>
<property name="homogeneous">False</property>
<property name="row_spacing">6</property>
<property name="column_spacing">12</property>
<child>
<widget class="GtkCombo" id="mrel_combo">
<property name="visible">True</property>
<property name="value_in_list">True</property>
<property name="allow_empty">False</property>
<property name="case_sensitive">True</property>
<property name="enable_arrow_keys">True</property>
<property name="enable_arrows_always">False</property>
<child internal-child="entry">
<widget class="GtkEntry" id="mrel">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">True</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
<property name="invisible_char" translatable="yes">*</property>
<property name="activates_default">False</property>
</widget>
</child>
<child internal-child="list">
<widget class="GtkList" id="list4">
<property name="visible">True</property>
<property name="selection_mode">GTK_SELECTION_BROWSE</property>
<child>
<widget class="GtkListItem" id="listitem21">
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="label379">
<property name="visible">True</property>
<property name="label" translatable="yes">Birth</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkListItem" id="listitem22">
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="label380">
<property name="visible">True</property>
<property name="label" translatable="yes">Adopted</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkListItem" id="listitem23">
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="label381">
<property name="visible">True</property>
<property name="label" translatable="yes">Stepchild</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkListItem" id="listitem24">
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="label382">
<property name="visible">True</property>
<property name="label" translatable="yes">None</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkListItem" id="listitem25">
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="label383">
<property name="visible">True</property>
<property name="label" translatable="yes">Unknown</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkListItem" id="listitem26">
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="label384">
<property name="visible">True</property>
<property name="label" translatable="yes"></property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkCombo" id="frel_combo">
<property name="visible">True</property>
<property name="value_in_list">True</property>
<property name="allow_empty">False</property>
<property name="case_sensitive">True</property>
<property name="enable_arrow_keys">True</property>
<property name="enable_arrows_always">False</property>
<child internal-child="entry">
<widget class="GtkEntry" id="frel">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">True</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
<property name="invisible_char" translatable="yes">*</property>
<property name="activates_default">False</property>
</widget>
</child>
<child internal-child="list">
<widget class="GtkList" id="list3">
<property name="visible">True</property>
<property name="selection_mode">GTK_SELECTION_BROWSE</property>
<child>
<widget class="GtkListItem" id="listitem15">
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="label373">
<property name="visible">True</property>
<property name="label" translatable="yes">Birth</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkListItem" id="listitem16">
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="label374">
<property name="visible">True</property>
<property name="label" translatable="yes">Adopted</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkListItem" id="listitem17">
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="label375">
<property name="visible">True</property>
<property name="label" translatable="yes">Stepchild</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkListItem" id="listitem18">
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="label376">
<property name="visible">True</property>
<property name="label" translatable="yes">None</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkListItem" id="listitem19">
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="label377">
<property name="visible">True</property>
<property name="label" translatable="yes">Unknown</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkListItem" id="listitem20">
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="label378">
<property name="visible">True</property>
<property name="label" translatable="yes"></property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="frel_desc">
<property name="visible">True</property>
<property name="label" translatable="yes"></property>
<property name="use_underline">True</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="left_attach">0</property>
<property name="right_attach">2</property>
<property name="top_attach">0</property>
<property name="bottom_attach">1</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="mrel_desc">
<property name="visible">True</property>
<property name="label" translatable="yes"></property>
<property name="use_underline">True</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="mnemonic_widget">frel</property>
</widget>
<packing>
<property name="left_attach">0</property>
<property name="right_attach">2</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">True</property>
</packing>
</child>
</widget>
</child>
</widget>
2002-10-20 19:55:16 +05:30
</glade-interface>