ultimatepp/uppsrc/CtrlCore/X11Event.i
mdelfede 263ff5f895 changed svn layout
git-svn-id: svn://ultimatepp.org/upp/trunk@281 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-06-07 22:31:27 +00:00

35 lines
751 B
OpenEdge ABL

//#BLITZ_APPROVE
x_Event(KeyPress)
x_Event(KeyRelease)
x_Event(ButtonPress)
x_Event(ButtonRelease)
x_Event(MotionNotify)
x_Event(EnterNotify)
x_Event(LeaveNotify)
x_Event(FocusIn)
x_Event(FocusOut)
x_Event(KeymapNotify)
x_Event(Expose)
x_Event(GraphicsExpose)
x_Event(NoExpose)
x_Event(VisibilityNotify)
x_Event(CreateNotify)
x_Event(DestroyNotify)
x_Event(UnmapNotify)
x_Event(MapNotify)
x_Event(MapRequest)
x_Event(ReparentNotify)
x_Event(ConfigureNotify)
x_Event(ConfigureRequest)
x_Event(GravityNotify)
x_Event(ResizeRequest)
x_Event(CirculateNotify)
x_Event(CirculateRequest)
x_Event(PropertyNotify)
x_Event(SelectionClear)
x_Event(SelectionRequest)
x_Event(SelectionNotify)
x_Event(ColormapNotify)
x_Event(ClientMessage)
x_Event(MappingNotify)