104 lines
4.3 KiB
Plaintext
104 lines
4.3 KiB
Plaintext
|
<?xml version="1.0"?>
|
||
|
<interface>
|
||
|
<!-- interface-requires gtk+ 2.12 -->
|
||
|
<!-- interface-naming-policy toplevel-contextual -->
|
||
|
<object class="GtkListStore" id="liststore1"/>
|
||
|
<object class="GtkDialog" id="dialog1">
|
||
|
<property name="border_width">5</property>
|
||
|
<property name="window_position">center</property>
|
||
|
<property name="default_width">500</property>
|
||
|
<property name="default_height">400</property>
|
||
|
<property name="destroy_with_parent">True</property>
|
||
|
<property name="type_hint">normal</property>
|
||
|
<property name="has_separator">False</property>
|
||
|
<child internal-child="vbox">
|
||
|
<object class="GtkVBox" id="dialog-vbox1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="spacing">2</property>
|
||
|
<child>
|
||
|
<object class="GtkVBox" id="vbox1">
|
||
|
<property name="visible">True</property>
|
||
|
<child>
|
||
|
<object class="GtkLabel" id="title">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="label" translatable="yes"><b>Available Gramps Updates for Addons</b></property>
|
||
|
<property name="use_markup">True</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">False</property>
|
||
|
<property name="padding">20</property>
|
||
|
<property name="position">0</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkScrolledWindow" id="scrolledwindow1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="hscrollbar_policy">automatic</property>
|
||
|
<property name="vscrollbar_policy">automatic</property>
|
||
|
<child>
|
||
|
<object class="GtkTreeView" id="list">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="pack_type">end</property>
|
||
|
<property name="position">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="position">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child internal-child="action_area">
|
||
|
<object class="GtkHButtonBox" id="dialog-action_area1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="layout_style">end</property>
|
||
|
<child>
|
||
|
<object class="GtkButton" id="cancel">
|
||
|
<property name="label">gtk-cancel</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="receives_default">True</property>
|
||
|
<property name="use_stock">True</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">False</property>
|
||
|
<property name="position">0</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkButton" id="apply">
|
||
|
<property name="label">gtk-apply</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="receives_default">True</property>
|
||
|
<property name="use_stock">True</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">False</property>
|
||
|
<property name="position">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="pack_type">end</property>
|
||
|
<property name="position">0</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
<action-widgets>
|
||
|
<action-widget response="0">cancel</action-widget>
|
||
|
<action-widget response="0">apply</action-widget>
|
||
|
</action-widgets>
|
||
|
</object>
|
||
|
</interface>
|