forked from AuroraMiddleware/gtk
16 lines
383 B
Plaintext
16 lines
383 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<interface>
|
||
|
<requires lib="gtk+" version="3.20"/>
|
||
|
<object class="GtkWindow">
|
||
|
<property name="type">popup</property>
|
||
|
<child>
|
||
|
<object class="GtkLabel">
|
||
|
<property name="label" translatable="yes">███</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<style>
|
||
|
<class name="ref"/>
|
||
|
</style>
|
||
|
</object>
|
||
|
</interface>
|