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