blueprint-compiler/tests/samples/expr_lookup.ui
James Westman 78960fcd11
expressions: Add casts
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.
2022-07-23 15:10:28 -05:00

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>