2002-11-08 09:12:25 +05:30
|
|
|
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
|
2003-01-20 09:04:42 +05:30
|
|
|
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
|
2002-11-08 09:12:25 +05:30
|
|
|
|
|
|
|
<glade-interface>
|
2003-01-20 09:04:42 +05:30
|
|
|
|
|
|
|
<widget class="GtkDialog" id="merge_places">
|
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="title" translatable="yes"></property>
|
2003-01-20 09:04:42 +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>
|
|
|
|
<property name="icon">gramps.png</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="decorated">True</property>
|
|
|
|
<property name="skip_taskbar_hint">False</property>
|
|
|
|
<property name="skip_pager_hint">False</property>
|
|
|
|
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
|
|
|
|
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
|
|
|
|
<property name="focus_on_map">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="has_separator">False</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
|
|
|
|
<child internal-child="vbox">
|
|
|
|
<widget class="GtkVBox" id="dialog-vbox2">
|
|
|
|
<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_area2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="layout_style">GTK_BUTTONBOX_END</property>
|
|
|
|
|
|
|
|
<child>
|
2004-08-21 02:56:51 +05:30
|
|
|
<widget class="GtkButton" id="button9">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2004-08-21 02:56:51 +05:30
|
|
|
<property name="label">gtk-cancel</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="focus_on_click">True</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="response_id">0</property>
|
2004-08-21 02:56:51 +05:30
|
|
|
<signal name="clicked" handler="destroy_passed_object" object="merge_places"/>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
</child>
|
2003-03-07 07:51:18 +05:30
|
|
|
|
2003-01-20 09:04:42 +05:30
|
|
|
<child>
|
2004-08-21 02:56:51 +05:30
|
|
|
<widget class="GtkButton" id="button7">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2004-08-21 02:56:51 +05:30
|
|
|
<property name="label">gtk-ok</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="focus_on_click">True</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="response_id">0</property>
|
2004-08-21 02:56:51 +05:30
|
|
|
<signal name="clicked" handler="on_merge_places_clicked" object="merge_places"/>
|
2003-01-20 09:04:42 +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="vbox2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="homogeneous">False</property>
|
|
|
|
<property name="spacing">0</property>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkLabel" id="title">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="label" translatable="yes"></property>
|
2003-01-20 09:04:42 +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">0</property>
|
|
|
|
<property name="ypad">0</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="padding">6</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkTable" id="table5">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="n_rows">3</property>
|
|
|
|
<property name="n_columns">2</property>
|
|
|
|
<property name="homogeneous">False</property>
|
|
|
|
<property name="row_spacing">0</property>
|
|
|
|
<property name="column_spacing">0</property>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkEntry" id="title3_text">
|
|
|
|
<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>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="invisible_char">*</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<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>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="title1_text">
|
|
|
|
<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_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>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</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_options">fill</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="title2_text">
|
|
|
|
<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_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>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</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>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkRadioButton" id="title1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="label" translatable="yes">Place 1</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="focus_on_click">True</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="active">True</property>
|
|
|
|
<property name="inconsistent">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
</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="GtkRadioButton" id="title2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="label" translatable="yes">Place 2</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="focus_on_click">True</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="active">False</property>
|
|
|
|
<property name="inconsistent">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
<property name="group">title1</property>
|
|
|
|
</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="GtkRadioButton" id="title3">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="label" translatable="yes">Other</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="focus_on_click">True</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="active">False</property>
|
|
|
|
<property name="inconsistent">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
<property name="group">title1</property>
|
|
|
|
</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>
|
|
|
|
</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="merge">
|
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="title" translatable="yes"></property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="type">GTK_WINDOW_TOPLEVEL</property>
|
|
|
|
<property name="window_position">GTK_WIN_POS_NONE</property>
|
|
|
|
<property name="modal">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="default_width">650</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="resizable">True</property>
|
|
|
|
<property name="destroy_with_parent">False</property>
|
|
|
|
<property name="icon">gramps.png</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="decorated">True</property>
|
|
|
|
<property name="skip_taskbar_hint">False</property>
|
|
|
|
<property name="skip_pager_hint">False</property>
|
|
|
|
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
|
|
|
|
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
|
|
|
|
<property name="focus_on_map">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="has_separator">False</property>
|
2003-01-20 09:04:42 +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>
|
2004-07-29 10:10:09 +05:30
|
|
|
<widget class="GtkButton" id="button14">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2004-07-29 10:10:09 +05:30
|
|
|
<property name="label">gtk-cancel</property>
|
|
|
|
<property name="use_stock">True</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="focus_on_click">True</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="response_id">0</property>
|
2004-07-29 10:10:09 +05:30
|
|
|
<signal name="clicked" handler="destroy_passed_object" object="merge"/>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkButton" id="button13">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="label" translatable="yes">Merge and _edit</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="focus_on_click">True</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="response_id">0</property>
|
|
|
|
<signal name="clicked" handler="on_next_clicked" object="merge"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2004-07-29 10:10:09 +05:30
|
|
|
<widget class="GtkButton" id="button12">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2004-07-29 10:10:09 +05:30
|
|
|
<property name="label" translatable="yes">_Merge and close</property>
|
|
|
|
<property name="use_underline">True</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="focus_on_click">True</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="response_id">0</property>
|
2004-07-29 10:10:09 +05:30
|
|
|
<signal name="clicked" handler="on_merge_clicked" object="merge"/>
|
2003-01-20 09:04:42 +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="vbox1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="homogeneous">False</property>
|
|
|
|
<property name="spacing">0</property>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkLabel" id="title">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="label" translatable="yes"></property>
|
2003-01-20 09:04:42 +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">0</property>
|
|
|
|
<property name="ypad">0</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="padding">10</property>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkHBox" id="hbox1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
<property name="spacing">0</property>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkFrame" id="PersonFrame1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label_xalign">0</property>
|
|
|
|
<property name="label_yalign">0.5</property>
|
2003-03-21 08:29:02 +05:30
|
|
|
<property name="shadow_type">GTK_SHADOW_NONE</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkTable" id="table6">
|
|
|
|
<property name="border_width">12</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="n_rows">14</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="n_columns">4</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="homogeneous">False</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="row_spacing">6</property>
|
|
|
|
<property name="column_spacing">12</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkLabel" id="label60">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="label" translatable="yes"><b>General</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>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="right_attach">4</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="top_attach">0</property>
|
|
|
|
<property name="bottom_attach">1</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="x_options">fill</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkLabel" id="label4">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="label" translatable="yes">Name:</property>
|
2003-01-20 09:04:42 +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-07 07:51:18 +05:30
|
|
|
<property name="xalign">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="yalign">0.5</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="xpad">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="ypad">0</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
2003-03-07 07:51:18 +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>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="x_options">fill</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkEntry" id="name1_text">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<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>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="invisible_char">*</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="activates_default">False</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
2003-03-07 07:51:18 +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="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkRadioButton" id="bname1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="label" translatable="yes"></property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="focus_on_click">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="active">False</property>
|
|
|
|
<property name="inconsistent">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
</widget>
|
|
|
|
<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>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="x_options">fill</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkLabel" id="label57">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="label" translatable="yes">ID:</property>
|
2003-01-20 09:04:42 +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-07 07:51:18 +05:30
|
|
|
<property name="xalign">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="yalign">0.5</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="xpad">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="ypad">0</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="x_options">fill</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkEntry" id="id1_text">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<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>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="invisible_char">*</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="activates_default">False</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
2003-03-07 07:51:18 +05:30
|
|
|
<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>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkRadioButton" id="id1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="label" translatable="yes"></property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="focus_on_click">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="active">False</property>
|
|
|
|
<property name="inconsistent">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="x_options">fill</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label26">
|
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="label" translatable="yes">Place:</property>
|
2003-01-20 09:04:42 +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-07 07:51:18 +05:30
|
|
|
<property name="xalign">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="yalign">0.5</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="xpad">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="ypad">0</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<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>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkLabel" id="label8">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="label" translatable="yes">Date:</property>
|
2003-01-20 09:04:42 +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-07 07:51:18 +05:30
|
|
|
<property name="xalign">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="yalign">0.5</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="xpad">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="ypad">0</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="top_attach">4</property>
|
|
|
|
<property name="bottom_attach">5</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="x_options">fill</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkEntry" id="birth1_text">
|
|
|
|
<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>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="invisible_char">*</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="activates_default">False</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="top_attach">4</property>
|
|
|
|
<property name="bottom_attach">5</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
2003-03-07 07:51:18 +05:30
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label61">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes"><b>Birth</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>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<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>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkRadioButton" id="bbirth1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="label" translatable="yes"></property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="focus_on_click">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="active">False</property>
|
|
|
|
<property name="inconsistent">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
|
|
|
<property name="top_attach">4</property>
|
|
|
|
<property name="bottom_attach">6</property>
|
|
|
|
<property name="x_options">fill</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
2003-01-20 09:04:42 +05:30
|
|
|
<child>
|
|
|
|
<widget class="GtkEntry" id="bplace1_text">
|
|
|
|
<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>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="invisible_char">*</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="activates_default">False</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="top_attach">5</property>
|
|
|
|
<property name="bottom_attach">6</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkLabel" id="label62">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="label" translatable="yes"><b>Death</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>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
</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>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label63">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Date:</property>
|
|
|
|
<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</property>
|
|
|
|
<property name="yalign">0.5</property>
|
|
|
|
<property name="xpad">0</property>
|
|
|
|
<property name="ypad">0</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</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>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="x_options">fill</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkLabel" id="label64">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="label" translatable="yes">Place:</property>
|
|
|
|
<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</property>
|
|
|
|
<property name="yalign">0.5</property>
|
|
|
|
<property name="xpad">0</property>
|
|
|
|
<property name="ypad">0</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</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>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="x_options">fill</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkEntry" id="death1_text">
|
2003-01-20 09:04:42 +05:30
|
|
|
<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>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="invisible_char">*</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="activates_default">False</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2003-03-07 07:51:18 +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>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkEntry" id="dplace1_text">
|
2003-01-20 09:04:42 +05:30
|
|
|
<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>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="invisible_char">*</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="activates_default">False</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2003-03-07 07:51:18 +05:30
|
|
|
<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>
|
2003-01-20 09:04:42 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkRadioButton" id="death1">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="label" translatable="yes"></property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="focus_on_click">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="active">True</property>
|
|
|
|
<property name="inconsistent">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
|
|
|
<property name="top_attach">7</property>
|
|
|
|
<property name="bottom_attach">9</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="x_options">fill</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkLabel" id="label65">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="label" translatable="yes"><b>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>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">0</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="right_attach">4</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="top_attach">9</property>
|
|
|
|
<property name="bottom_attach">10</property>
|
|
|
|
<property name="x_options">fill</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="y_options"></property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkLabel" id="label22">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="label" translatable="yes">Mother:</property>
|
2003-01-20 09:04:42 +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-07 07:51:18 +05:30
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0.5</property>
|
|
|
|
<property name="xpad">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="ypad">0</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="top_attach">11</property>
|
|
|
|
<property name="bottom_attach">12</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="x_options">fill</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="y_options"></property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkEntry" id="father1">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<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>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="invisible_char">*</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="activates_default">False</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
|
|
|
<property name="top_attach">10</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="bottom_attach">11</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkEntry" id="mother1">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<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>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="invisible_char">*</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="activates_default">False</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="top_attach">11</property>
|
|
|
|
<property name="bottom_attach">12</property>
|
|
|
|
<property name="y_options"></property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkRadioButton" id="bfather1">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="label" translatable="yes"></property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="focus_on_click">True</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="active">False</property>
|
|
|
|
<property name="inconsistent">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
|
|
|
<property name="top_attach">10</property>
|
|
|
|
<property name="bottom_attach">12</property>
|
|
|
|
<property name="x_options">fill</property>
|
|
|
|
<property name="y_options"></property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkLabel" id="label66">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="label" translatable="yes"><b>Spouses</b></property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="use_underline">False</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="use_markup">True</property>
|
|
|
|
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="wrap">False</property>
|
|
|
|
<property name="selectable">False</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="xalign">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="yalign">0.5</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="xpad">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="ypad">0</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">0</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="right_attach">4</property>
|
|
|
|
<property name="top_attach">12</property>
|
|
|
|
<property name="bottom_attach">13</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="x_options">fill</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkScrolledWindow" id="scrolledwindow1">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
2003-06-11 09:14:22 +05:30
|
|
|
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
2003-03-07 07:51:18 +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="GtkTreeView" id="spouse1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="headers_visible">False</property>
|
|
|
|
<property name="rules_hint">False</property>
|
|
|
|
<property name="reorderable">False</property>
|
|
|
|
<property name="enable_search">True</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="fixed_height_mode">False</property>
|
|
|
|
<property name="hover_selection">False</property>
|
|
|
|
<property name="hover_expand">False</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
</widget>
|
|
|
|
</child>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="right_attach">4</property>
|
|
|
|
<property name="top_attach">13</property>
|
|
|
|
<property name="bottom_attach">14</property>
|
|
|
|
<property name="x_options">fill</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkLabel" id="label16">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="label" translatable="yes">Father:</property>
|
|
|
|
<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</property>
|
|
|
|
<property name="yalign">0.5</property>
|
|
|
|
<property name="xpad">0</property>
|
|
|
|
<property name="ypad">0</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="top_attach">10</property>
|
|
|
|
<property name="bottom_attach">11</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="x_options">fill</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label57">
|
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="label" translatable="yes"><b>First person</b></property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="use_underline">False</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="use_markup">True</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<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>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="type">label_item</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="padding">2</property>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkFrame" id="PersonFrame2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label_xalign">0</property>
|
|
|
|
<property name="label_yalign">0.5</property>
|
2003-03-21 08:29:02 +05:30
|
|
|
<property name="shadow_type">GTK_SHADOW_NONE</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkTable" id="table7">
|
|
|
|
<property name="border_width">12</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="n_rows">14</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="n_columns">4</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="homogeneous">False</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="row_spacing">6</property>
|
|
|
|
<property name="column_spacing">12</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkLabel" id="label68">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="label" translatable="yes">Name:</property>
|
2003-01-20 09:04:42 +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-07 07:51:18 +05:30
|
|
|
<property name="xalign">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="yalign">0.5</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="xpad">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="ypad">0</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
2003-03-07 07:51:18 +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>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="x_options">fill</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkLabel" id="label69">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="label" translatable="yes">ID:</property>
|
2003-01-20 09:04:42 +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-07 07:51:18 +05:30
|
|
|
<property name="xalign">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="yalign">0.5</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="xpad">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="ypad">0</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="x_options">fill</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkLabel" id="label70">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="label" translatable="yes">Date:</property>
|
2003-01-20 09:04:42 +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-07 07:51:18 +05:30
|
|
|
<property name="xalign">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="yalign">0.5</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="xpad">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="ypad">0</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="top_attach">4</property>
|
|
|
|
<property name="bottom_attach">5</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="x_options">fill</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkLabel" id="label72">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="label" translatable="yes">Place:</property>
|
2003-01-20 09:04:42 +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-07 07:51:18 +05:30
|
|
|
<property name="xalign">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="yalign">0.5</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="xpad">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="ypad">0</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
2003-03-07 07:51:18 +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>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="x_options">fill</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkLabel" id="label74">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="label" translatable="yes">Date:</property>
|
2003-01-20 09:04:42 +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-07 07:51:18 +05:30
|
|
|
<property name="xalign">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="yalign">0.5</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="xpad">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="ypad">0</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="top_attach">7</property>
|
|
|
|
<property name="bottom_attach">8</property>
|
|
|
|
<property name="x_options">fill</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkLabel" id="label75">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="label" translatable="yes">Place:</property>
|
|
|
|
<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</property>
|
|
|
|
<property name="yalign">0.5</property>
|
|
|
|
<property name="xpad">0</property>
|
|
|
|
<property name="ypad">0</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="top_attach">8</property>
|
|
|
|
<property name="bottom_attach">9</property>
|
|
|
|
<property name="x_options">fill</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkLabel" id="label77">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="label" translatable="yes">Father:</property>
|
|
|
|
<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</property>
|
|
|
|
<property name="yalign">0.5</property>
|
|
|
|
<property name="xpad">0</property>
|
|
|
|
<property name="ypad">0</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="top_attach">10</property>
|
|
|
|
<property name="bottom_attach">11</property>
|
|
|
|
<property name="x_options">fill</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkLabel" id="label78">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="label" translatable="yes">Mother:</property>
|
|
|
|
<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</property>
|
|
|
|
<property name="yalign">0.5</property>
|
|
|
|
<property name="xpad">0</property>
|
|
|
|
<property name="ypad">0</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="top_attach">11</property>
|
|
|
|
<property name="bottom_attach">12</property>
|
|
|
|
<property name="x_options">fill</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkLabel" id="label67">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="label" translatable="yes"><b>General</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>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
2003-03-07 07:51:18 +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>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkLabel" id="label71">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="label" translatable="yes"><b>Birth</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>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
2003-03-07 07:51:18 +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>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkLabel" id="label73">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="label" translatable="yes"><b>Death</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>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
2003-03-07 07:51:18 +05:30
|
|
|
<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>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkLabel" id="label76">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="label" translatable="yes"><b>Parents</b></property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="use_underline">False</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="use_markup">True</property>
|
|
|
|
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="wrap">False</property>
|
|
|
|
<property name="selectable">False</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0.5</property>
|
|
|
|
<property name="xpad">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="ypad">0</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">0</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="right_attach">4</property>
|
|
|
|
<property name="top_attach">9</property>
|
|
|
|
<property name="bottom_attach">10</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="x_options">fill</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="y_options"></property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkLabel" id="label79">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="label" translatable="yes"><b>Spouses</b></property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="use_underline">False</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="use_markup">True</property>
|
|
|
|
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="wrap">False</property>
|
|
|
|
<property name="selectable">False</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="xalign">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="yalign">0.5</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="xpad">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="ypad">0</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">0</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="right_attach">4</property>
|
|
|
|
<property name="top_attach">12</property>
|
|
|
|
<property name="bottom_attach">13</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="x_options">fill</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkEntry" id="name2_text">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<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>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="invisible_char">*</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="activates_default">False</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="left_attach">2</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="right_attach">3</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
|
|
|
<property name="y_options"></property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-21 08:29:02 +05:30
|
|
|
<widget class="GtkRadioButton" id="bname2">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="label" translatable="yes"></property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="focus_on_click">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="active">False</property>
|
|
|
|
<property name="inconsistent">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
2003-03-21 08:29:02 +05:30
|
|
|
<property name="group">bname1</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="x_options">fill</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="y_options"></property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkEntry" id="id2_text">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<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>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="invisible_char">*</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="activates_default">False</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="left_attach">2</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="right_attach">3</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
|
|
|
<property name="y_options"></property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkRadioButton" id="id2">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="label" translatable="yes"></property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="focus_on_click">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="active">False</property>
|
|
|
|
<property name="inconsistent">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
2003-03-21 08:29:02 +05:30
|
|
|
<property name="group">id1</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="x_options">fill</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="y_options"></property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkEntry" id="birth2_text">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<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>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="invisible_char">*</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="activates_default">False</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="left_attach">2</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="right_attach">3</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="top_attach">4</property>
|
|
|
|
<property name="bottom_attach">5</property>
|
|
|
|
<property name="y_options"></property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkEntry" id="bplace2_text">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<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>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="invisible_char">*</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="activates_default">False</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="top_attach">5</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="bottom_attach">6</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkRadioButton" id="bbirth2">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="label" translatable="yes"></property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="focus_on_click">True</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="active">False</property>
|
|
|
|
<property name="inconsistent">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
2003-03-21 08:29:02 +05:30
|
|
|
<property name="group">bbirth1</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
|
|
|
<property name="top_attach">4</property>
|
|
|
|
<property name="bottom_attach">6</property>
|
|
|
|
<property name="x_options">fill</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkEntry" id="death2_text">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<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>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="invisible_char">*</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="activates_default">False</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="top_attach">7</property>
|
|
|
|
<property name="bottom_attach">8</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkEntry" id="dplace2_text">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<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>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="invisible_char">*</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="activates_default">False</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
|
|
|
<property name="top_attach">8</property>
|
|
|
|
<property name="bottom_attach">9</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkRadioButton" id="death2">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="label" translatable="yes"></property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="focus_on_click">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="active">False</property>
|
|
|
|
<property name="inconsistent">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
2003-03-21 08:29:02 +05:30
|
|
|
<property name="group">death1</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
|
|
|
<property name="top_attach">7</property>
|
|
|
|
<property name="bottom_attach">9</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="x_options">fill</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkEntry" id="father2">
|
2003-01-20 09:04:42 +05:30
|
|
|
<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>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="invisible_char">*</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="activates_default">False</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
|
|
|
<property name="top_attach">10</property>
|
|
|
|
<property name="bottom_attach">11</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkEntry" id="mother2">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<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>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="invisible_char">*</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="activates_default">False</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="top_attach">11</property>
|
|
|
|
<property name="bottom_attach">12</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkRadioButton" id="bfather2">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="label" translatable="yes"></property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="focus_on_click">True</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="active">False</property>
|
|
|
|
<property name="inconsistent">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
2003-03-21 08:29:02 +05:30
|
|
|
<property name="group">bfather1</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
|
|
|
<property name="top_attach">10</property>
|
|
|
|
<property name="bottom_attach">12</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="x_options">fill</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2003-03-07 07:51:18 +05:30
|
|
|
<widget class="GtkScrolledWindow" id="scrolledwindow3">
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="can_focus">True</property>
|
2003-06-11 09:14:22 +05:30
|
|
|
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
2003-03-07 07:51:18 +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="GtkTreeView" id="spouse2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="headers_visible">False</property>
|
|
|
|
<property name="rules_hint">False</property>
|
|
|
|
<property name="reorderable">False</property>
|
|
|
|
<property name="enable_search">True</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="fixed_height_mode">False</property>
|
|
|
|
<property name="hover_selection">False</property>
|
|
|
|
<property name="hover_expand">False</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
</widget>
|
|
|
|
</child>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">4</property>
|
|
|
|
<property name="top_attach">13</property>
|
|
|
|
<property name="bottom_attach">14</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="x_options">fill</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label58">
|
|
|
|
<property name="visible">True</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="label" translatable="yes"><b>Second person</b></property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<property name="use_underline">False</property>
|
2003-03-07 07:51:18 +05:30
|
|
|
<property name="use_markup">True</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<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>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="type">label_item</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="padding">2</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="hbox7">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="homogeneous">False</property>
|
|
|
|
<property name="spacing">0</property>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label53">
|
|
|
|
<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_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>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="padding">0</property>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkVBox" id="vbox3">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="homogeneous">False</property>
|
|
|
|
<property name="spacing">0</property>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckButton" id="altname">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="label" translatable="yes">Keep other name as an alternate name</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="focus_on_click">True</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<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="GtkCheckButton" id="altbirth">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="label" translatable="yes">Keep other birth event as an alternate birth event</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="focus_on_click">True</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<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="GtkCheckButton" id="altdeath">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="label" translatable="yes">Keep other death event as an alternate death event</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="focus_on_click">True</property>
|
2003-01-20 09:04:42 +05:30
|
|
|
<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>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="padding">0</property>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label54">
|
|
|
|
<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_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>
|
2005-03-09 09:28:44 +05:30
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
2003-01-20 09:04:42 +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">3</property>
|
|
|
|
<property name="expand">False</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>
|
|
|
|
|
2005-03-09 09:28:44 +05:30
|
|
|
<widget class="GtkDialog" id="merge_sources">
|
|
|
|
<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="default_width">620</property>
|
|
|
|
<property name="resizable">True</property>
|
|
|
|
<property name="destroy_with_parent">False</property>
|
|
|
|
<property name="decorated">True</property>
|
|
|
|
<property name="skip_taskbar_hint">False</property>
|
|
|
|
<property name="skip_pager_hint">False</property>
|
|
|
|
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
|
|
|
|
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
|
|
|
|
<property name="focus_on_map">True</property>
|
|
|
|
<property name="has_separator">False</property>
|
|
|
|
|
|
|
|
<child internal-child="vbox">
|
|
|
|
<widget class="GtkVBox" id="dialog-vbox4">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="homogeneous">False</property>
|
|
|
|
<property name="spacing">0</property>
|
|
|
|
|
|
|
|
<child internal-child="action_area">
|
|
|
|
<widget class="GtkHButtonBox" id="dialog-action_area4">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="layout_style">GTK_BUTTONBOX_END</property>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkButton" id="cancel">
|
|
|
|
<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="focus_on_click">True</property>
|
|
|
|
<property name="response_id">-6</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkButton" id="ok">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_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="focus_on_click">True</property>
|
|
|
|
<property name="response_id">-5</property>
|
|
|
|
</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="GtkTable" id="table8">
|
|
|
|
<property name="border_width">6</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="n_rows">7</property>
|
|
|
|
<property name="n_columns">7</property>
|
|
|
|
<property name="homogeneous">False</property>
|
|
|
|
<property name="row_spacing">6</property>
|
|
|
|
<property name="column_spacing">6</property>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label80">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes"><span weight="bold" size="larger">Merge Sources</span></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>
|
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="right_attach">7</property>
|
|
|
|
<property name="top_attach">0</property>
|
|
|
|
<property name="bottom_attach">1</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label81">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes"><b>Source 1</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>
|
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">0</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>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label82">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes"><b>Source 2</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>
|
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
|
|
<property name="width_chars">-1</property>
|
|
|
|
<property name="single_line_mode">False</property>
|
|
|
|
<property name="angle">0</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">4</property>
|
|
|
|
<property name="right_attach">7</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="GtkEntry" id="title1">
|
|
|
|
<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">*</property>
|
|
|
|
<property name="activates_default">False</property>
|
|
|
|
</widget>
|
|
|
|
<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>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkEntry" id="title2">
|
|
|
|
<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">*</property>
|
|
|
|
<property name="activates_default">False</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">6</property>
|
|
|
|
<property name="right_attach">7</property>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkEntry" id="author1">
|
|
|
|
<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">*</property>
|
|
|
|
<property name="activates_default">False</property>
|
|
|
|
</widget>
|
|
|
|
<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>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkEntry" id="abbrev1">
|
|
|
|
<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">*</property>
|
|
|
|
<property name="activates_default">False</property>
|
|
|
|
</widget>
|
|
|
|
<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>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkEntry" id="pub1">
|
|
|
|
<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">*</property>
|
|
|
|
<property name="activates_default">False</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="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkEntry" id="author2">
|
|
|
|
<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">*</property>
|
|
|
|
<property name="activates_default">False</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">6</property>
|
|
|
|
<property name="right_attach">7</property>
|
|
|
|
<property name="top_attach">3</property>
|
|
|
|
<property name="bottom_attach">4</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkEntry" id="abbrev2">
|
|
|
|
<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">*</property>
|
|
|
|
<property name="activates_default">False</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">6</property>
|
|
|
|
<property name="right_attach">7</property>
|
|
|
|
<property name="top_attach">4</property>
|
|
|
|
<property name="bottom_attach">5</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkEntry" id="pub2">
|
|
|
|
<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">*</property>
|
|
|
|
<property name="activates_default">False</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">6</property>
|
|
|
|
<property name="right_attach">7</property>
|
|
|
|
<property name="top_attach">5</property>
|
|
|
|
<property name="bottom_attach">6</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkRadioButton" id="title_btn1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="label" translatable="yes">Title:</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
|
|
|
<property name="focus_on_click">True</property>
|
|
|
|
<property name="active">False</property>
|
|
|
|
<property name="inconsistent">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
</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>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkRadioButton" id="title_btn2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="label" translatable="yes">Title:</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
|
|
|
<property name="focus_on_click">True</property>
|
|
|
|
<property name="active">False</property>
|
|
|
|
<property name="inconsistent">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
<property name="group">title_btn1</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">5</property>
|
|
|
|
<property name="right_attach">6</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="GtkRadioButton" id="author_btn1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="label" translatable="yes">Author:</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
|
|
|
<property name="focus_on_click">True</property>
|
|
|
|
<property name="active">False</property>
|
|
|
|
<property name="inconsistent">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
</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_options">fill</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkRadioButton" id="radiobutton4">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="label" translatable="yes">Author:</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
|
|
|
<property name="focus_on_click">True</property>
|
|
|
|
<property name="active">False</property>
|
|
|
|
<property name="inconsistent">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
<property name="group">author_btn1</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">5</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="GtkRadioButton" id="abbrev_btn1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="label" translatable="yes">Abbreviation:</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
|
|
|
<property name="focus_on_click">True</property>
|
|
|
|
<property name="active">False</property>
|
|
|
|
<property name="inconsistent">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
</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_options">fill</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkRadioButton" id="abbrev_btn2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="label" translatable="yes">Abbreviation:</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
|
|
|
<property name="focus_on_click">True</property>
|
|
|
|
<property name="active">False</property>
|
|
|
|
<property name="inconsistent">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
<property name="group">abbrev_btn1</property>
|
|
|
|
</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"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkRadioButton" id="pub_btn1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="label" translatable="yes">Publication:</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
|
|
|
<property name="focus_on_click">True</property>
|
|
|
|
<property name="active">False</property>
|
|
|
|
<property name="inconsistent">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
</widget>
|
|
|
|
<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_options">fill</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkRadioButton" id="pub_btn2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="label" translatable="yes">Publication:</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
|
|
|
<property name="focus_on_click">True</property>
|
|
|
|
<property name="active">False</property>
|
|
|
|
<property name="inconsistent">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
<property name="group">pub_btn1</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">5</property>
|
|
|
|
<property name="right_attach">6</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>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkRadioButton" id="gramps_btn1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="label" translatable="yes">GRAMPS ID:</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
|
|
|
<property name="focus_on_click">True</property>
|
|
|
|
<property name="active">False</property>
|
|
|
|
<property name="inconsistent">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
</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>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkRadioButton" id="gramps_btn2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="label" translatable="yes">GRAMPS ID:</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
|
|
|
<property name="focus_on_click">True</property>
|
|
|
|
<property name="active">False</property>
|
|
|
|
<property name="inconsistent">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
<property name="group">gramps_btn1</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">5</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>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkEntry" id="gramps1">
|
|
|
|
<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">*</property>
|
|
|
|
<property name="activates_default">False</property>
|
|
|
|
</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>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkEntry" id="gramps2">
|
|
|
|
<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">*</property>
|
|
|
|
<property name="activates_default">False</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">6</property>
|
|
|
|
<property name="right_attach">7</property>
|
|
|
|
<property name="top_attach">6</property>
|
|
|
|
<property name="bottom_attach">7</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>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
|
2002-11-08 09:12:25 +05:30
|
|
|
</glade-interface>
|