mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-13 04:10:13 +00:00
16 lines
384 B
XML
16 lines
384 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<requires lib="gtk" version="3.20"/>
|
|
<object class="GtkWindow">
|
|
<property name="decorated">0</property>
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="label" translatable="yes">███</property>
|
|
</object>
|
|
</child>
|
|
<style>
|
|
<class name="test"/>
|
|
</style>
|
|
</object>
|
|
</interface>
|