Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/data/include


Modified Files:
        edje.inc 


Log Message:


doing some work on a test script object and actually making it work.

===================================================================
RCS file: /cvs/e/e17/libs/edje/data/include/edje.inc,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- edje.inc    30 May 2008 11:20:49 -0000      1.27
+++ edje.inc    30 May 2008 15:29:39 -0000      1.28
@@ -2,11 +2,18 @@
 /* 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[]);



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to