mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
These are sometimes necessary. In the future the compiler should be able to detect when they will be necessary so we don't have to find out at runtime.
20 lines
503 B
XML
20 lines
503 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<requires lib="gtk" version="4.0"/>
|
|
<object class="GtkOverlay">
|
|
<child>
|
|
<object class="GtkLabel" id="label"></object>
|
|
</child>
|
|
</object>
|
|
<object class="GtkLabel">
|
|
<binding name="label">
|
|
<lookup name="label" type="GtkLabel">
|
|
<lookup name="child">
|
|
<lookup name="parent">
|
|
<constant>label</constant>
|
|
</lookup>
|
|
</lookup>
|
|
</lookup>
|
|
</binding>
|
|
</object>
|
|
</interface>
|