forked from AuroraMiddleware/gtk
4b71ed3f5e
These tests need to test GTK4 ui file syntax.
8 lines
209 B
XML
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>
|