mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 05:00:09 +00:00
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>
|