gtk2/testsuite/reftests/button-wrapping.ref.ui
2020-08-30 21:23:25 -04:00

117 lines
4.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
<property name="height_request">500</property>
<property name="width_request">500</property>
<property name="decorated">0</property>
<child>
<object class="GtkBox" id="box1">
<property name="orientation">vertical</property>
<child>
<object class="GtkPaned" id="paned1">
<property name="shrink-start-child">0</property>
<property name="resize-start-child">0</property>
<property name="position_set">1</property>
<child>
<object class="GtkCheckButton" id="checkbutton1">
<child>
<object class="GtkLabel" id="label1">
<property name="label" translatable="yes">Hello
World</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkBox" id="box2">
<property name="orientation">vertical</property>
<child>
<placeholder/>
</child>
</object>
</child>
</object>
</child>
<child>
<object class="GtkPaned" id="paned2">
<property name="shrink-start-child">0</property>
<property name="resize-start-child">0</property>
<property name="position_set">1</property>
<child>
<object class="GtkCheckButton" id="radiobutton1">
<property name="active">1</property>
<child>
<object class="GtkLabel" id="label2">
<property name="label" translatable="yes">Hello
World</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkBox" id="box3">
<property name="orientation">vertical</property>
<child>
<placeholder/>
</child>
</object>
</child>
</object>
</child>
<child>
<object class="GtkPaned" id="paned3">
<property name="shrink-start-child">0</property>
<property name="resize-start-child">0</property>
<property name="position_set">1</property>
<child>
<object class="GtkToggleButton" id="togglebutton1">
<property name="receives_default">1</property>
<child>
<object class="GtkLabel" id="label3">
<property name="label" translatable="yes">Hello
World</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkBox" id="box4">
<property name="orientation">vertical</property>
<child>
<placeholder/>
</child>
</object>
</child>
</object>
</child>
<child>
<object class="GtkPaned" id="paned4">
<property name="shrink-start-child">0</property>
<property name="resize-start-child">0</property>
<property name="position_set">1</property>
<child>
<object class="GtkButton" id="button1">
<property name="receives_default">1</property>
<child>
<object class="GtkLabel" id="label4">
<property name="label" translatable="yes">Hello
World</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkBox" id="box5">
<property name="orientation">vertical</property>
<child>
<placeholder/>
</child>
</object>
</child>
</object>
</child>
</object>
</child>
</object>
</interface>