Efl.Canvas.Text_Factory (interface)

Description

Object factory that creates Efl.Canvas.Object objects.

Translates a given key to an object (item), to be later placed in a text for higher level usages. The translation implementation is left to be decided by the inheriting class, whether it is by treating the key as an image path, or a key associated with a real-path in a hashtable or something else entirely.

Members

create

Translates a given key to an item object, and returns the object. The returned object should be owned by the passed object.
Efl_Canvas_Object *efl_canvas_text_factory_create(Eo *obj, Efl_Canvas_Object *object, const char *key);


Events