Package: gtk
Class gtk:builder-list-item-factory
Superclassesgtk:list-item-factory, gobject:object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct SlotsDetails The gtk:builder-list-item-factory object is a gtk:list-item-factory object that creates widgets by instantiating gtk:builder UI templates. The templates must be extending the gtk:list-item object, and typically use gtk:expression instances to obtain data from the items in the model. Examples
<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> | Returned bySlot Access Functions
Inherited Slot Access FunctionsSee also |
2025-04-11