gtk2/testsuite/reftests/style-properties-nth-child.ui
Matthias Clasen 883d5d8584 box: Remove the position child property
The position child property is problematic, since it
requires us to emit notification for all children when
inserting a child early in the list of children.

Remove the property from all ui files.
2019-01-23 19:30:47 -05:00

55 lines
1.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
<property name="type">popup</property>
<property name="width_request">300</property>
<property name="height_request">300</property>
<child>
<object class="GtkBox" id="box1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkScrolledWindow" id="scrolledwindow1">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="shadow_type">in</property>
<child>
<placeholder/>
</child>
</object>
</child>
<child>
<object class="GtkToolbar" id="toolbar1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<style>
<class name="box-toolbar"/>
</style>
<child>
<object class="GtkToolButton" id="add_button">
<property name="visible">True</property>
<property name="icon_name">list-add-symbolic</property>
</object>
<packing>
</packing>
</child>
<child>
<object class="GtkToolButton" id="add_button2">
<property name="visible">True</property>
<property name="icon_name">list-add-symbolic</property>
</object>
<packing>
</packing>
</child>
</object>
</child>
</object>
</child>
</object>
</interface>