2011-05-11 17:48:00 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<object class="GtkWindow" id="window1">
|
|
|
|
<property name="type">popup</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="box">
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="box0">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">20</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="one">
|
|
|
|
<property name="label">One</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="two">
|
|
|
|
<property name="label">Two</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="three">
|
|
|
|
<property name="label">Three</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="box1">
|
|
|
|
<property name="orientation">vertical</property>
|
2019-04-04 23:33:12 +00:00
|
|
|
<property name="homogeneous">1</property>
|
2011-05-11 17:48:00 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="long">
|
|
|
|
<property name="label">Verylongtext</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="short">
|
|
|
|
<property name="label">Short</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2019-04-04 23:33:12 +00:00
|
|
|
<child>
|
2011-05-11 17:48:00 +00:00
|
|
|
<object class="GtkBox" id="box2">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="a">
|
|
|
|
<property name="label">A</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="b">
|
|
|
|
<property name="label">B</property>
|
2019-03-29 04:40:08 +00:00
|
|
|
<property name="vexpand">1</property>
|
2011-05-11 17:48:00 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="c">
|
|
|
|
<property name="label">C</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|