Couple of things for Smart Objects
authorsachiel <sachiel@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 23 Mar 2010 01:22:20 +0000 (01:22 +0000)
committersachiel <sachiel@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 23 Mar 2010 01:22:20 +0000 (01:22 +0000)
commit599552e5bea069d0a4c6e1a4bda942d2d20a8927
treea286e0c11ece2b1230d56e1c3baadfd7bf85b71d
parentc5db486a9717c0367094b38643d81d6c126e5a55
Couple of things for Smart Objects

 * Subclass macro now gets a different function to retrieve the parent class,
   which should return a pointer to a fully set up class, instead of filling
   up one passed to it.
 * Add this functions and use them in SmartClippedObject and Box
 * New function to check the type of a Smart object all over its hierarchy tree

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@47379 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/Evas.h
src/lib/canvas/evas_object_box.c
src/lib/canvas/evas_object_smart.c
src/lib/canvas/evas_object_smart_clipped.c
src/lib/canvas/evas_object_table.c