Enlightenment CVS committal Author : raster Project : e17 Module : libs/edje
Dir : e17/libs/edje/data/include Modified Files: edje.inc Log Message: example of message handler in test.edc... a start. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/edje/data/include/edje.inc,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- edje.inc 19 May 2004 02:54:52 -0000 1.8 +++ edje.inc 1 Jul 2004 06:38:36 -0000 1.9 @@ -82,4 +82,17 @@ native set_min_size (part_id, Float:w, Float:h); native set_max_size (part_id, Float:w, Float:h); - +enum Msg_Type +{ + MSG_NONE = 0, + MSG_STRING = 2, + MSG_INT = 3, + MSG_FLOAT = 4, + MSG_STRING_SET = 5, + MSG_INT_SET = 6, + MSG_FLOAT_SET = 7, + MSG_STRING_INT = 8, + MSG_INT_FLOAT = 9, + MSG_STRING_INT_SET = 10, + MSG_INT_FLOAT_SET = 11 +}; ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs