forked from AuroraMiddleware/gtk
fcdc5030bd
We need a way to get a useful listbox, so here we go!
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>
|