gtk-builder-tool: Add some tests

This commit is contained in:
Matthias Clasen
2015-05-02 17:21:31 -04:00
parent 4f115ad940
commit d22f351e28
20 changed files with 177 additions and 1 deletions

View File

@ -0,0 +1,8 @@
<!-- default child property gets stripped -->
<interface>
<object class="GtkBox">
<child>
<object class="GtkLabel"/>
</child>
</object>
</interface>