forked from AuroraMiddleware/gtk
fc9462d49e
Some valid and invalid examples for <closure>, <lookup> and <constant>.
11 lines
248 B
XML
11 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>
|