ComboRow.factory

Get factory property.

Returns

Factory for populating list items.

This factory is always used for the item in the row. It is also used for items in the popup unless adw.combo_row.ComboRow.listFactory is set.

void factory(gtk.list_item_factory.ListItemFactory propval) @property

Set factory property.

Parameters

propvalFactory for populating list items. This factory is always used for the item in the row. It is also used for items in the popup unless adw.combo_row.ComboRow.listFactory is set.