dont pretend to have these script only embryo calls anymore
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 8 Oct 2010 08:51:05 +0000 (08:51 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 8 Oct 2010 08:51:05 +0000 (08:51 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@53181 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

data/include/edje.inc

index bcae020..74ceda5 100644 (file)
@@ -1,41 +1,3 @@
-/* ************************** */
-/* This is for script-only objects */
-/* ************************** */
-
-native e_obj_del(obj);
-
-native e_obj_rect_add();
-
-native e_obj_show(obj);
-native e_obj_hide(obj);
-native e_obj_move(obj, x, y);
-native e_obj_resize(obj, w, h);
-native e_obj_geometry_set(obj, x, y, w, h);
-native e_obj_geometry_get(obj, &x, &y, &w, &h);
-native e_obj_color_set(obj, r, g, b, a);
-native e_obj_color_get(obj, &r, &g, &b, &a);
-
-/* threw this in for debug... but need it */
-native e_signal_emit(sig[], src[]);
-
-
-
-
-
-
-
-
-
-
-
-
-
-/* ************************** */
-/* The below is for non-script-only objects. these calls will not work for */
-/* script-only objects. above are for script-only. perhaps this will be */
-/* deprecated sometime? or merged to the above partly? */
-/* ************************** */
-
 /* Edje exported calls */
 
 /************************************************/