00001 00002 00003 #ifndef VCELL_EASYHANDLER_H 00004 #define VCELL_EASYHANDLER_H 1 00005 00006 #include "vcell.h" 00007 #include "vcell_prop.h" 00008 #include "vcell_easyrun.h" 00009 00010 // this module defines simple default event handlers for cells 00011 00012 00013 int vcell_easyhandler_kinetic_mouse(vcell *self, vcellmouseeventargs *args); 00014 00015 00016 00017 #endif