mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
13 lines
383 B
XML
13 lines
383 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<requires lib="gtk" version="4.0"/>
|
|
<object class="GtkLabel" id="my-label">
|
|
<binding name="label">
|
|
<closure function="my-closure" type="gchararray">
|
|
<lookup name="margin-bottom" type="GtkLabel">
|
|
<constant>my-label</constant>
|
|
</lookup>
|
|
</closure>
|
|
</binding>
|
|
</object>
|
|
</interface>
|