efl/legacy
Gustavo Sverzut Barbieri 0621fd52cc add helper ecore_evas_object_associate.
We usually want to create an Ecore_Evas and attach an object to it, be
it the background, your smart object that will manage the scene (ie:
edje) and this is replicated everywhere. Not anymore!

ecore_evas_new() and ecore_evas_object_associate() will behave much
like regular toolkits "window-new()" and "window-main-child-add()",
actually it was based on elm_win.c and hopefully we can remove that,
or most of that code and replace with this helper.

I'll add an Evas smart object to handle stacks of objects, that is, it
will be a clipped smart object that on resize it will resize every
child to the same size. This means we can associate this stack object
and add a background and then your stuff on top of it.



SVN revision: 37010
2008-10-23 01:00:16 +00:00
..
ecore add helper ecore_evas_object_associate. 2008-10-23 01:00:16 +00:00
edje use hold flags. 2008-10-22 11:59:59 +00:00
eet Strangely, Eet documentation was referencing Evas list, so switch 2008-10-22 08:59:14 +00:00
efreet Remove macro provided by Eina. 2008-10-20 16:34:59 +00:00
eina Add more error information during eina module load. 2008-10-22 08:56:19 +00:00
embryo move header files from embryo_private.h to source files 2008-10-21 08:40:54 +00:00
emotion Remove Evas List from Emotion. 2008-10-21 16:35:41 +00:00
evas add a "repch" (replace char). for passowrd mode! :) 2008-10-22 08:57:30 +00:00
evil * configure.ac: 2008-10-22 21:36:55 +00:00