mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
51 lines
No EOL
1.6 KiB
XML
51 lines
No EOL
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
DO NOT EDIT!
|
|
This file was @generated by blueprint-compiler. Instead, edit the
|
|
corresponding .blp file and regenerate this file with blueprint-compiler.
|
|
-->
|
|
<interface>
|
|
<requires lib="gtk" version="4.0"/>
|
|
<object class="GtkColumnView">
|
|
<property name="header-factory">
|
|
<object class="GtkBuilderListItemFactory">
|
|
<property name="bytes"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="GtkListHeader"></template>
|
|
</interface>]]></property>
|
|
</object>
|
|
</property>
|
|
<property name="row-factory">
|
|
<object class="GtkBuilderListItemFactory">
|
|
<property name="bytes"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="GtkColumnViewRow"></template>
|
|
</interface>]]></property>
|
|
</object>
|
|
</property>
|
|
<child>
|
|
<object class="GtkColumnViewColumn">
|
|
<property name="factory">
|
|
<object class="GtkBuilderListItemFactory">
|
|
<property name="bytes"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="GtkColumnViewCell">
|
|
<property name="child">
|
|
<object class="GtkLabel">
|
|
<binding name="label">
|
|
<lookup name="name" type="MyObject">
|
|
<lookup name="item" type="GtkColumnViewCell">
|
|
<constant>GtkColumnViewCell</constant>
|
|
</lookup>
|
|
</lookup>
|
|
</binding>
|
|
</object>
|
|
</property>
|
|
</template>
|
|
</interface>]]></property>
|
|
</object>
|
|
</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface> |