home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / x / xlibpr3.zip / winman / eventnames.h < prev    next >
Text File  |  1989-11-25  |  576b  |  37 lines

  1. static char *event_names[] = {
  2. "",
  3. "",
  4. "KeyPress",
  5. "KeyRelease",
  6. "ButtonPress",
  7. "ButtonRelease",
  8. "MotionNotify",
  9. "EnterNotify",
  10. "LeaveNotify",
  11. "FocusIn",
  12. "FocusOut",
  13. "KeymapNotify",
  14. "Expose",
  15. "GraphicsExpose",
  16. "NoExpose",
  17. "VisibilityNotify",
  18. "CreateNotify",
  19. "DestroyNotify",
  20. "UnmapNotify",
  21. "MapNotify",
  22. "MapRequest",
  23. "ReparentNotify",
  24. "ConfigureNotify",
  25. "ConfigureRequest",
  26. "GravityNotify",
  27. "ResizeRequest",
  28. "CirculateNotify",
  29. "CirculateRequest",
  30. "PropertyNotify",
  31. "SelectionClear",
  32. "SelectionRequest",
  33. "SelectionNotify",
  34. "ColormapNotify",
  35. "ClientMessage",
  36. "MappingNotify" };
  37.