Enlightenment CVS committal
Author : rephorm
Project : e17
Module : libs/edje
Dir : e17/libs/edje/data/include
Modified Files:
edje.inc
Log Message:
fill in some embryo calls.
not fully tested yet. click on the spinning logo to animate the dragable in e_logo.eet
(as an example of set_drag())
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/data/include/edje.inc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- edje.inc 2 Apr 2004 09:16:46 -0000 1.4
+++ edje.inc 20 Apr 2004 00:24:30 -0000 1.5
@@ -65,3 +65,21 @@
native set_state (part_id, state[], Float:state_val);
native set_tween_state(part_id, Float:tween, state1[], Float:state1_val,
state2[], Float:state2_val);
native run_program (program_id);
+
+native stop_program (program_id);
+native stop_programs_on(program_id);
+
+native set_drag(part_id, Float:dx, Float:dy);
+native get_drag(part_id, &Float:dx, &Float:dy);
+native set_drag_step(part_id, Float:dx, Float:dy);
+native get_drag_step(part_id, &Float:dx, &Float:dy);
+native set_drag_page(part_id, Float:dx, Float:dy);
+native get_drag_page(part_id, &Float:dx, &Float:dy);
+
+native text_set(part_id, text[]);
+
+native set_min_size(part_id, float:w, float:h);
+native get_min_size(part_id, &float:w, &float:h);
+native set_max_size(part_id, float:w, float:h);
+native get_max_size(part_id, &float:w, &float:h);
+native get_size(part_id, &float:w, &float:h);
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs