forked from AuroraMiddleware/gtk
12 lines
314 B
Plaintext
12 lines
314 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<interface>
|
||
|
<object class="GtkWindow" id="window1">
|
||
|
<property name="type">popup</property>
|
||
|
<child>
|
||
|
<object class="GtkLabel" id="label1">
|
||
|
<property name="label" translatable="yes">Purple</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</interface>
|