ultimatepp/archive/olddraw/CtrlCore/X11Event.i
cxl 4bee3373e7 minor repository reorganization: obsolete directories moved to archive
git-svn-id: svn://ultimatepp.org/upp/trunk@1997 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-02-01 08:24:43 +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)