summaryrefslogtreecommitdiff
path: root/testsuite/tools/simplify-data-3to4/paned.expected
blob: a868fd2fd4b1e20b1f9a5a3b0a85f7cf992f6beb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <requires lib="gtk" version="3.0"/>
  <object class="GtkPaned">
    <property name="resize-end-child">0</property>
    <property name="shrink-start-child">0</property>
    <child>
      <object class="GtkButton" id="button"/>
    </child>
    <child>
      <object class="GtkLabel" id="label"/>
    </child>
  </object>
</interface>