src/lib/edje_smart.c File Reference

Functions

const Edje_Smart_Api_edje_object_smart_class_get (void)
void _edje_object_smart_set (Edje_Smart_Api *sc)
EAPI Evas_Object * edje_object_add (Evas *evas)
 Constructs the Edje object.

Variables

Eina_List * _edje_edjes = NULL

Function Documentation

const Edje_Smart_Api* _edje_object_smart_class_get ( void   ) 
void _edje_object_smart_set ( Edje_Smart_Api sc  ) 
EAPI Evas_Object* edje_object_add ( Evas *  evas  ) 

Constructs the Edje object.

Parameters:
evas A valid Evas handle
Returns:
The Evas_Object pointer.

Creates the Edje smart object, returning the Evas_Object handle.

References _edje_object_smart_set().

Referenced by _edje_entry_real_part_init(), _edje_object_file_set_internal(), and edje_edit_part_source_set().


Variable Documentation