100 lines
2.6 KiB
Plaintext
100 lines
2.6 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<glade-interface>
|
||
|
<!-- interface-requires gtk+ 2.6 -->
|
||
|
<!-- interface-naming-policy toplevel-contextual -->
|
||
|
<widget class="GtkDialog" id="TryEncodingDialog">
|
||
|
<property name="border_width">5</property>
|
||
|
<property name="type_hint">normal</property>
|
||
|
<child internal-child="vbox">
|
||
|
<widget class="GtkVBox" id="dialog-vbox2">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="spacing">2</property>
|
||
|
<child>
|
||
|
<widget class="GtkHBox" id="hbox1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="spacing">6</property>
|
||
|
<child>
|
||
|
<widget class="GtkImage" id="image1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="yalign">0</property>
|
||
|
<property name="xpad">6</property>
|
||
|
<property name="ypad">6</property>
|
||
|
<property name="stock">gtk-dialog-error</property>
|
||
|
<property name="icon-size">6</property>
|
||
|
</widget>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">False</property>
|
||
|
<property name="position">0</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<widget class="GtkVBox" id="vbox1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="spacing">6</property>
|
||
|
<child>
|
||
|
<widget class="GtkLabel" id="label_primary">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="xalign">0</property>
|
||
|
<property name="use_markup">True</property>
|
||
|
</widget>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">False</property>
|
||
|
<property name="position">0</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<widget class="GtkLabel" id="label_secondary">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="xalign">0</property>
|
||
|
<property name="wrap">True</property>
|
||
|
</widget>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">False</property>
|
||
|
<property name="position">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<widget class="GtkComboBoxEntry" id="encoding_combo">
|
||
|
<property name="visible">True</property>
|
||
|
</widget>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">False</property>
|
||
|
<property name="position">2</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</widget>
|
||
|
<packing>
|
||
|
<property name="position">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</widget>
|
||
|
<packing>
|
||
|
<property name="position">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child internal-child="action_area">
|
||
|
<widget class="GtkHButtonBox" id="dialog-action_area2">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="layout_style">end</property>
|
||
|
<child>
|
||
|
<placeholder/>
|
||
|
</child>
|
||
|
<child>
|
||
|
<placeholder/>
|
||
|
</child>
|
||
|
</widget>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="pack_type">end</property>
|
||
|
<property name="position">0</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</widget>
|
||
|
</child>
|
||
|
</widget>
|
||
|
</glade-interface>
|