2002-10-20 19:55:16 +05:30
|
|
|
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
|
2003-03-12 08:32:08 +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-03-12 08:32:08 +05:30
|
|
|
<widget class="GtkDialog" 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">450</property>
|
|
|
|
<property name="default_height">400</property>
|
|
|
|
<property name="resizable">True</property>
|
|
|
|
<property name="destroy_with_parent">False</property>
|
2004-05-11 05:20:30 +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>
|
* src/gramps_main.py (tool_callback): Typo.
* src/QuestionDialog.py: Use gramps icon.
* src/plugins/EventCmp.py: HIG; single instance; help.
* src/plugins/eventcmp.glade: HIG; help.
* src/plugins/Desbrowser.py: HIG, help, rebuild model after edit.
* src/plugins/desbrowse.glade: help, info label.
* src/plugins/PatchNames.py: HIG, help, single instance.
* src/plugins/patchnames.glade: HIG, help.
* src/plugins/Merge.py: HIG, help, single instance.
* src/plugins/merge.glade: HIG, help.
* src/plugins/ChangeNames.py: HIG, help, single instance.
svn: r4230
2005-03-24 11:52:25 +05:30
|
|
|
<property name="has_separator">False</property>
|
2004-05-11 05:20:30 +05:30
|
|
|
<signal name="delete_event" handler="on_delete_event" last_modification_time="Mon, 10 May 2004 22:50:36 GMT"/>
|
2002-10-20 19:55:16 +05:30
|
|
|
|
2003-03-12 08:32:08 +05:30
|
|
|
<child internal-child="vbox">
|
|
|
|
<widget class="GtkVBox" id="dialog-vbox1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="homogeneous">False</property>
|
|
|
|
<property name="spacing">0</property>
|
2002-10-20 19:55:16 +05:30
|
|
|
|
2003-03-12 08:32:08 +05:30
|
|
|
<child internal-child="action_area">
|
|
|
|
<widget class="GtkHButtonBox" id="dialog-action_area1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="layout_style">GTK_BUTTONBOX_END</property>
|
2002-10-20 19:55:16 +05:30
|
|
|
|
2003-03-12 08:32:08 +05:30
|
|
|
<child>
|
2003-06-04 04:00:49 +05:30
|
|
|
<widget class="GtkButton" id="button1">
|
2003-03-12 08:32:08 +05:30
|
|
|
<property name="visible">True</property>
|
2003-06-04 04:00:49 +05:30
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="label">gtk-close</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
2004-05-11 05:20:30 +05:30
|
|
|
<property name="focus_on_click">True</property>
|
2003-06-04 04:00:49 +05:30
|
|
|
<property name="response_id">0</property>
|
|
|
|
<signal name="clicked" handler="destroy_passed_object" object="top"/>
|
2003-03-12 08:32:08 +05:30
|
|
|
</widget>
|
|
|
|
</child>
|
* src/gramps_main.py (tool_callback): Typo.
* src/QuestionDialog.py: Use gramps icon.
* src/plugins/EventCmp.py: HIG; single instance; help.
* src/plugins/eventcmp.glade: HIG; help.
* src/plugins/Desbrowser.py: HIG, help, rebuild model after edit.
* src/plugins/desbrowse.glade: help, info label.
* src/plugins/PatchNames.py: HIG, help, single instance.
* src/plugins/patchnames.glade: HIG, help.
* src/plugins/Merge.py: HIG, help, single instance.
* src/plugins/merge.glade: HIG, help.
* src/plugins/ChangeNames.py: HIG, help, single instance.
svn: r4230
2005-03-24 11:52:25 +05:30
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkButton" id="button2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="label">gtk-help</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">-11</property>
|
|
|
|
<signal name="clicked" handler="on_help_clicked" last_modification_time="Thu, 24 Mar 2005 04:36:39 GMT"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
2003-03-12 08:32:08 +05:30
|
|
|
</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>
|
2002-10-20 19:55:16 +05:30
|
|
|
|
2003-03-12 08:32:08 +05:30
|
|
|
<child>
|
|
|
|
<widget class="GtkVBox" id="vbox1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="homogeneous">False</property>
|
|
|
|
<property name="spacing">0</property>
|
2002-10-20 19:55:16 +05:30
|
|
|
|
2003-03-12 08:32:08 +05:30
|
|
|
<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_CENTER</property>
|
|
|
|
<property name="wrap">False</property>
|
|
|
|
<property name="selectable">False</property>
|
|
|
|
<property name="xalign">0.5</property>
|
|
|
|
<property name="yalign">0.5</property>
|
|
|
|
<property name="xpad">0</property>
|
|
|
|
<property name="ypad">0</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="padding">10</property>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2002-10-20 19:55:16 +05:30
|
|
|
|
2003-03-12 08:32:08 +05:30
|
|
|
<child>
|
|
|
|
<widget class="GtkScrolledWindow" id="scrolledwindow1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
|
|
|
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
|
|
|
<property name="shadow_type">GTK_SHADOW_IN</property>
|
|
|
|
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
|
2002-10-20 19:55:16 +05:30
|
|
|
|
2003-03-12 08:32:08 +05:30
|
|
|
<child>
|
|
|
|
<widget class="GtkTreeView" id="tree1">
|
|
|
|
<property name="visible">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>
|
* src/gramps_main.py (tool_callback): Typo.
* src/QuestionDialog.py: Use gramps icon.
* src/plugins/EventCmp.py: HIG; single instance; help.
* src/plugins/eventcmp.glade: HIG; help.
* src/plugins/Desbrowser.py: HIG, help, rebuild model after edit.
* src/plugins/desbrowse.glade: help, info label.
* src/plugins/PatchNames.py: HIG, help, single instance.
* src/plugins/patchnames.glade: HIG, help.
* src/plugins/Merge.py: HIG, help, single instance.
* src/plugins/merge.glade: HIG, help.
* src/plugins/ChangeNames.py: HIG, help, single instance.
svn: r4230
2005-03-24 11:52:25 +05:30
|
|
|
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes"><i>Double-click on the row to edit personal information</i></property>
|
|
|
|
<property name="use_underline">False</property>
|
|
|
|
<property name="use_markup">True</property>
|
|
|
|
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
|
|
|
<property name="wrap">False</property>
|
|
|
|
<property name="selectable">False</property>
|
|
|
|
<property name="xalign">0.5</property>
|
|
|
|
<property name="yalign">0.5</property>
|
|
|
|
<property name="xpad">0</property>
|
|
|
|
<property name="ypad">0</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="padding">0</property>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2003-03-12 08:32:08 +05:30
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="padding">0</property>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
2002-10-20 19:55:16 +05:30
|
|
|
|
|
|
|
</glade-interface>
|