blueprint-compiler/tests/samples/list_factory.ui
2023-04-08 01:34:47 +00:00

20 lines
584 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<object class="GtkListView">
<property name="factory">
<object class="GtkBuilderListItemFactory" id="list_item_factory">
<property name="bytes"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="GtkListItem">
<property name="child">
<object class="GtkLabel">
<property name="label">Hello</property>
</object>
</property>
</template>
</interface>]]></property>
</object>
</property>
</object>
</interface>