mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +00:00
13 lines
291 B
Plaintext
13 lines
291 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<interface domain="gtk40">
|
||
|
<object class="GtkWindow">
|
||
|
<property name="decorated">0</property>
|
||
|
<child>
|
||
|
<object class="GtkLabel">
|
||
|
<property name="label">Hello
|
||
|
World</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</interface>
|