mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
15 lines
464 B
XML
15 lines
464 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<requires lib="gtk" version="4.0"/>
|
|
<object class="GtkBuilderListItemFactory">
|
|
<property name="bytes"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="GtkListItem">
|
|
<property name="child">
|
|
<object class="GtkLabel" id="label"></object>
|
|
</property>
|
|
</template>
|
|
</interface>]]></property>
|
|
</object>
|
|
<object class="GtkLabel" id="label"></object>
|
|
</interface>
|