gtk/testsuite/tools/simplify-data/test6.ui
Matthias Clasen 4b71ed3f5e testsuite: Update tools tests
These tests need to test GTK4 ui file syntax.
2020-03-13 15:34:54 -04:00

8 lines
209 B
XML

<!-- non-canonical property name works -->
<interface>
<object class="GtkWindow">
<property name="default_width">-1</property>
<property name="default_height">200</property>
</object>
</interface>