BuilderListItemFactory
Object Hierarchy:
Description:
[ CCode ( type_id = "gtk_builder_list_item_factory_get_type ()" ) ]
public class BuilderListItemFactory : ListItemFactory
public class BuilderListItemFactory : ListItemFactory
BuilderListItemFactory is a ListItemFactory that creates widgets by instantiating Builder UI templates.
The templates must be extending ListItem, and typically use Expressions to obtain data from the items in the model.
Example:
<interface>
<template class="GtkListItem">
<property name="child">
<object class="GtkLabel">
<property name="xalign">0</property>
<binding name="label">
<lookup name="name" type="SettingsKey">
<lookup name="item">GtkListItem</lookup>
</lookup>
</binding>
</object>
</property>
</template>
</interface>
Namespace: Gtk
Package: gtk4
Content:
Properties:
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GLib.Object