mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
10 lines
248 B
XML
10 lines
248 B
XML
<interface>
|
|
<object class="GtkLabel" id="bla"/>
|
|
<object class="GtkDropDown">
|
|
<property name="expression">
|
|
<lookup name="label">
|
|
<constant type="GtkLabel">bla</constant>
|
|
</lookup>
|
|
</property>
|
|
</object>
|
|
</interface>
|