home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / program / c / xaes_new / xaeslib.prj < prev    next >
Text File  |  1994-08-04  |  1KB  |  40 lines

  1. ; XAES Library Creation Project
  2. ; For the latest version
  3. ;
  4. ; Copyright (C) 1994, Bitgate Software
  5. ; All Rights Reserved.
  6.  
  7. XAES.LIB
  8.  
  9. .L [ -J]
  10.  
  11. =
  12.  
  13. CONTROL.C        ; Control module (dispatcher) for all routines
  14. COOKIE.C        ; Cookie management and creation routines
  15. CREATE.C        ; OOP Object Creation routines
  16. DISPATCH.C        ; Dispatch routines
  17. EDIT.C            ; Editing routines
  18. EXTENDED.C        ; Extended Object Type routines
  19. EXTRA.C            ; Extra routines
  20. FLYING.C        ; Flying dialog routines (screen saving)
  21. FORMDIAL.C        ; Dialog formulation routines
  22. FORMKBD.C        ; Keyboard routines for dialogs
  23. FORMWIND.C        ; Window formulation routines
  24. HELP.C            ; What-is-this help routines
  25. MESSAGES.C        ; ALL Message handling done here
  26. MOUSE.C            ; Custom mouse routines
  27. OBJCDRAW.C        ; Custom object draw routines
  28. POPUP.C            ; Popup routines
  29. ; SLIDERS.C        ; Hmmm...  maybe I should add sliders?
  30. STARTUP.C        ; XAES Initialization/Termination routines
  31. TIMER.C            ; Timer routines
  32. TOOLS.C            ; Extra (misc.) tools
  33. WINDFIX.C        ; Window gadget fixing routines (after sizing)
  34. WINDFUNC.C        ; Enhanced window function routines
  35. WINDOW.C        ; Window handling routines
  36. XAES.C            ; Enhanced desktop handling routines w/VDI
  37. XVDI.C            ; Enhanced VDI routines
  38.  
  39. NKCC_TOS.O        ; Normalized Keyboard Conversion Codes for TOS
  40.