home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / tvme30.zip / LINK.H < prev    next >
Text File  |  1995-08-02  |  784b  |  35 lines

  1. // File    : LINK.H
  2. // Author  : Eric Woodruff,  CIS ID: 72134,1150
  3. // Updated : Wed 08/02/95 17:54:19
  4. // Note    : Copyright 1994-95, Eric Woodruff, All rights reserved
  5. // Compiler: Borland C++ 3.1 to 4.xx
  6. //
  7. // Header file defining the __link() definitions.
  8. //
  9.  
  10. // Link in the standard Turbo Vision stuff.
  11. __link(RButton)
  12. __link(RCheckBoxes)
  13. __link(RCluster)
  14. __link(RColorDialog)
  15. __link(RDialog)
  16. __link(RHistory)
  17. __link(RInputLine)
  18. __link(RLabel)
  19. __link(RMenuBar)
  20. __link(RRadioButtons)
  21. __link(RResourceCollection)
  22. __link(RStaticText)
  23. __link(RStatusLine)
  24.  
  25. // Non-standard (user-defined) stuff
  26. __link(RVMEditor)
  27. __link(RVMFileEditor)
  28. __link(RVMMemo)
  29. __link(RVMEditWindow)
  30. __link(RVMIndicator)
  31. __link(RVMScrollBar)
  32.  
  33. __link(RInteger)
  34. __link(RFilename)
  35.