Method

AdapComboRowset_factory

Declaration [src]

void
adap_combo_row_set_factory (
  AdapComboRow* self,
  GtkListItemFactory* factory
)

Description [src]

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 AdapComboRow:list-factory is set.

Sets propertyAdap.ComboRow:factory

Parameters

factory

Type: GtkListItemFactory

The factory to use.

The argument can be NULL.
The data is owned by the caller of the method.