2002-10-20 19:55:16 +05:30
|
|
|
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
|
2003-03-13 04:47:54 +05:30
|
|
|
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
|
2002-10-20 19:55:16 +05:30
|
|
|
|
|
|
|
<glade-interface>
|
|
|
|
|
2003-04-16 11:55:38 +05:30
|
|
|
<widget class="GtkWindow" id="top">
|
|
|
|
<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">500</property>
|
|
|
|
<property name="default_height">450</property>
|
|
|
|
<property name="resizable">True</property>
|
|
|
|
<property name="destroy_with_parent">False</property>
|
2004-05-09 22:02:13 +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_NORMAL</property>
|
|
|
|
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
|
2004-05-10 10:24:10 +05:30
|
|
|
<signal name="delete_event" handler="on_delete_event" last_modification_time="Mon, 10 May 2004 00:32:54 GMT"/>
|
2003-04-16 11:55:38 +05:30
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkVBox" id="vbox2">
|
|
|
|
<property name="border_width">6</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="homogeneous">False</property>
|
|
|
|
<property name="spacing">0</property>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="title">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes"></property>
|
|
|
|
<property name="use_underline">False</property>
|
|
|
|
<property name="use_markup">False</property>
|
|
|
|
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
|
|
|
<property name="wrap">False</property>
|
|
|
|
<property name="selectable">False</property>
|
|
|
|
<property name="xalign">0.5</property>
|
|
|
|
<property name="yalign">0.5</property>
|
|
|
|
<property name="xpad">0</property>
|
|
|
|
<property name="ypad">0</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="padding">6</property>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label3">
|
|
|
|
<property name="visible">True</property>
|
2004-11-28 10:33:29 +05:30
|
|
|
<property name="label" translatable="yes">Below is a list of the nicknames, titles and family name prefixes that GRAMPS can extract from the
|
2003-04-16 11:55:38 +05:30
|
|
|
current database. If you accept the changes, GRAMPS will modify the entries
|
2003-04-16 20:54:51 +05:30
|
|
|
that have been selected.</property>
|
2003-04-16 11:55:38 +05:30
|
|
|
<property name="use_underline">False</property>
|
|
|
|
<property name="use_markup">False</property>
|
|
|
|
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
|
|
|
<property name="wrap">False</property>
|
|
|
|
<property name="selectable">False</property>
|
|
|
|
<property name="xalign">0.5</property>
|
|
|
|
<property name="yalign">0.5</property>
|
|
|
|
<property name="xpad">0</property>
|
|
|
|
<property name="ypad">10</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="padding">0</property>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkScrolledWindow" id="scrolledwindow2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
|
|
|
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
|
|
|
<property name="shadow_type">GTK_SHADOW_IN</property>
|
|
|
|
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkTreeView" id="list">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="headers_visible">True</property>
|
|
|
|
<property name="rules_hint">False</property>
|
|
|
|
<property name="reorderable">False</property>
|
|
|
|
<property name="enable_search">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="padding">0</property>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkHButtonBox" id="hbuttonbox2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="layout_style">GTK_BUTTONBOX_END</property>
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
|
|
|
|
<child>
|
2004-05-09 22:02:13 +05:30
|
|
|
<widget class="GtkButton" id="button6">
|
2003-04-16 11:55:38 +05:30
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2004-05-09 22:02:13 +05:30
|
|
|
<property name="label">gtk-cancel</property>
|
|
|
|
<property name="use_stock">True</property>
|
2003-04-16 11:55:38 +05:30
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
2004-05-09 22:02:13 +05:30
|
|
|
<property name="focus_on_click">True</property>
|
|
|
|
<signal name="clicked" handler="destroy_passed_object" object="top" last_modification_time="Wed, 16 Apr 2003 05:06:50 GMT"/>
|
2003-04-16 11:55:38 +05:30
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2004-05-09 22:02:13 +05:30
|
|
|
<widget class="GtkButton" id="button5">
|
2003-04-16 11:55:38 +05:30
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2004-05-09 22:02:13 +05:30
|
|
|
<property name="label" translatable="yes">_Accept changes and close</property>
|
|
|
|
<property name="use_underline">True</property>
|
2003-04-16 11:55:38 +05:30
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
2004-05-09 22:02:13 +05:30
|
|
|
<property name="focus_on_click">True</property>
|
|
|
|
<signal name="clicked" handler="on_ok_clicked" object="top" last_modification_time="Wed, 16 Apr 2003 05:07:24 GMT"/>
|
2003-04-16 11:55:38 +05:30
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="padding">6</property>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
|
2002-10-20 19:55:16 +05:30
|
|
|
</glade-interface>
|