gtk/testsuite/reftests/paned-undersized.ref.ui
Matthias Clasen bc6643f3c2 paned: Redo the api
This commit is porting GtkPaned to be derived
from GtkWidget instead of GtkContainer, while adding
start-child and end-child properties. The existing
properties are renamed to follow the start/end naming
scheme, and we add proper getters and setters.

Update all users.

See #2719
2020-05-11 22:21:33 -04:00

25 lines
811 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
<property name="decorated">0</property>
<property name="height_request">120</property>
<child>
<object class="GtkPaned" id="paned1">
<property name="shrink-start-child">0</property>
<property name="resize-start-child">0</property>
<property name="orientation">vertical</property>
<property name="position">10</property>
<child>
<object class="GtkBox" id="box1">
<property name="width_request">50</property>
<property name="height_request">10</property>
</object>
</child>
<child>
<object class="GtkLabel" id="label1"/>
</child>
</object>
</child>
</object>
</interface>