ComboRow.setFactory
void setFactory(gtk.list_item_factory.ListItemFactory factory = null)Sets the 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 propertyComboRow:list-factory is set.
Parameters
factory | the factory to use |