2019-04-04 23:33:12 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2014-09-06 04:41:05 +00:00
|
|
|
<interface>
|
|
|
|
<object class="GtkWindow" id="window1">
|
|
|
|
<property name="width_request">200</property>
|
|
|
|
<property name="height_request">100</property>
|
2020-02-14 16:54:38 +00:00
|
|
|
<property name="decorated">0</property>
|
2014-09-06 04:41:05 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkOverlay" id="overlay1">
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child type="overlay">
|
|
|
|
<object class="GtkLabel" id="label1">
|
2019-03-28 20:35:55 +00:00
|
|
|
<property name="label" translatable="yes">I'm the invisible label.
|
2014-09-06 04:41:05 +00:00
|
|
|
Incredible how you can
|
|
|
|
see right through me.</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|