mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
13 lines
381 B
XML
13 lines
381 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<requires lib="gtk" version="4.0"/>
|
|
<template class="MyTemplate" parent="MyParentClass">
|
|
<binding name="prop1">
|
|
<lookup name="prop3" type="MyObject">
|
|
<lookup name="prop2" type="MyTemplate">
|
|
<constant>MyTemplate</constant>
|
|
</lookup>
|
|
</lookup>
|
|
</binding>
|
|
</template>
|
|
</interface>
|