1#ifndef PHWIDGETS_WIDGET_EVENTS_H
2#define PHWIDGETS_WIDGET_EVENTS_H
13 Boundary = Ph_EV_BOUNDARY,
14 Press = Ph_EV_BUT_PRESS,
15 Release = Ph_EV_BUT_RELEASE,
16 Repeat = Ph_EV_BUT_REPEAT,
17 DnDrop = Ph_EV_DNDROP,
20 Expose = Ph_EV_EXPOSE,
23 MotionWithButton = Ph_EV_PTR_MOTION_BUTTON,
24 MotionWithNoButton = Ph_EV_PTR_MOTION_NOBUTTON,
26 Service = Ph_EV_SERVICE,
27 System = Ph_EV_SYSTEM,