2014-10-22 13:44:02 -03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<requires lib="gtk+" version="3.12"/>
|
|
|
|
<template class="PamacTransactionInfoDialog" parent="GtkDialog">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="border_width">12</property>
|
|
|
|
<property name="default_width">300</property>
|
|
|
|
<property name="icon_name">system-software-install</property>
|
|
|
|
<property name="type_hint">dialog</property>
|
|
|
|
<child internal-child="vbox">
|
|
|
|
<object class="GtkBox" id="dialog-vbox4">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">12</property>
|
|
|
|
<child internal-child="action_area">
|
|
|
|
<object class="GtkButtonBox" id="dialog-action_area4">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="layout_style">end</property>
|
|
|
|
<child>
|
2014-10-30 10:44:09 -03:00
|
|
|
<object class="GtkButton" id="close_button">
|
|
|
|
<property name="label" translatable="yes">_Close</property>
|
2014-10-22 13:44:02 -03:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="has_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
2014-10-30 10:44:09 -03:00
|
|
|
<property name="use_underline">True</property>
|
2014-10-22 13:44:02 -03:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="pack_type">end</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkExpander" id="expander">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="resize_toplevel">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkScrolledWindow" id="scrolledwindow">
|
|
|
|
<property name="width_request">450</property>
|
|
|
|
<property name="height_request">200</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="shadow_type">in</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTextView" id="textview">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<property name="vexpand">True</property>
|
|
|
|
<property name="pixels_above_lines">3</property>
|
|
|
|
<property name="editable">False</property>
|
|
|
|
<property name="left_margin">6</property>
|
|
|
|
<property name="right_margin">6</property>
|
|
|
|
<property name="cursor_visible">False</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child type="label">
|
|
|
|
<object class="GtkLabel" id="expander_label">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2014-10-26 08:30:04 -03:00
|
|
|
<property name="label" translatable="yes">Details</property>
|
2014-10-22 13:44:02 -03:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<action-widgets>
|
2014-10-30 10:44:09 -03:00
|
|
|
<action-widget response="-7">close_button</action-widget>
|
2014-10-22 13:44:02 -03:00
|
|
|
</action-widgets>
|
|
|
|
</template>
|
|
|
|
</interface>
|