Efl.Ui.View_Factory (class)

Description

This class provide a utility function that class that wish to use Efl.Ui.Factory.create should use.

Members

create_with_event static

Create a UI object from the necessary properties in the specified model and generate the created event on the factory when the object is done building. This function must be use by all Efl.Ui.View that need to create object. They should not use Efl.Ui.Factory.create directly.
Eina_Future *efl_ui_view_factory_create_with_event(Efl_Ui_Factory *factory, Eina_Iterator *models);


Events