mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
20 lines
584 B
XML
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>
|