12 lines
357 B
XML
12 lines
357 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface domain="gtk40">
|
|
<template class="GtkListItem">
|
|
<property name="child">
|
|
<object class="GtkLabel">
|
|
<property name="label" bind-source="GtkListItem" bind-property="position"></property>
|
|
<property name="margin">6</property>
|
|
</object>
|
|
</property>
|
|
</template>
|
|
</interface>
|