Enlightenment CVS committal
Author : raster
Project : e17
Module : libs/edje
Dir : e17/libs/edje/src/lib
Modified Files:
edje_embryo.c
Log Message:
add some mroe comments for bored people who want to work on this :)
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/lib/edje_embryo.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- edje_embryo.c 26 Aug 2004 00:44:14 -0000 1.29
+++ edje_embryo.c 20 Sep 2004 04:09:47 -0000 1.30
@@ -11,6 +11,10 @@
* RADIAN, DEGREES, GRADES
* };
*
+ * numargs();
+ * getarg(arg, index=0);
+ * setarg(arg, index=0, value);
+ *
* Float:atof(string[]);
* Float:fract(Float:value);
* round(Float:value, Float_Round_Method:method=ROUND);
@@ -136,8 +140,14 @@
*/
/* MODIFY STATE VALUES
*
- * set_state_val(part_id, state[], Float:state_val, Param:param, ...)
- * get_state_val(part_id, state[], Float:state_val, Param:param, ...)
+ * THIS COPIES THE STATE VALUES OF THE GIVEN STATE/VAL TO CREATE A CUSTOM STATE
+ *
+ * custom_state(part_id, state[], Float:state_val)
+ *
+ * THESE ALWAYS WORK ON THE CUTSOM STATE ONLY
+ *
+ * set_state_val(part_id, Param:param, ...)
+ * get_state_val(part_id, Param:param, ...)
*
* FOR THESE PROPERTIES:
*
@@ -147,16 +157,16 @@
* max[w,h]
* step[x,y]
* aspect[min,max]
- * rel1[rx,ry,part_id,part_id]
- * rel1[x,y]
- * rel2[rx,ry,part_id,part_id]
- * rel2[x,y]
- * image[id]
- * image[tween_list...] (get???)
+ * apsetc_preference
+ * rel1[relx,rely,part_id,part_id]
+ * rel1[offx,offy]
+ * rel2[relx,rely,part_id,part_id]
+ * rel2[offx,offy]
+ * image[image_id] <- all images have an Id not name in the edje
* border[l,r,t,b]
* fill[smooth]
- * fill[pos_rx,pos_ry,pos_x,pos_y]
- * fill[sz_rx,sz_ry,sz_x,sz_y]
+ * fill[pos_relx,pos_rely,pos_offx,pos_offy]
+ * fill[sz_relx,sz_rely,sz_offx,sz_offy]
* color_class
* color[r,g,b,a]
* color2[r,g,b,a]
@@ -167,9 +177,8 @@
* text[fit_x,fit_y]
* text[min_x,min_y]
* text[align_x,align_y]
- */
-
-/* FUTURE: KEYS???
+ *
+ * ADD/DEL CUSTOM OBJECTS UNDER SOLE EMBRYO SCRIPT CONTROL
*
*/
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs