home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Think Class Libraries / CDictionary 1.0 / READ ME < prev    next >
Encoding:
Text File  |  1994-11-30  |  1.4 KB  |  41 lines  |  [TEXT/R*ch]

  1. Name: CDictionary
  2. Version: 1.0
  3. Category: classes
  4. Contributor: Dan Podwall <70641.145@compuserve.com>
  5. TCL-Version: 1.0
  6. TCL-Language: C
  7. Copyright: Unknown
  8.  
  9. [NOTE: This is taken from AOL. I think it also assumes TCL 1.0. Take it
  10. for ideas if not working code. -- Andrew ]
  11.  
  12. This project contains the source for a dictionary class. You can read 
  13. a little bit about it in CDictionary.doc. There is a simple little demo/test
  14. program that was based on StarterApp. There are also some other
  15. classes the you might find useful. Several of them contain slight modifications
  16. of the Core TCL classes. I have prefixed them with "Smart" (e.g. CSmartDocument)
  17. to indicate that they contain various different enhancements that I find
  18. useful.
  19.  
  20. For instance if you use CSmartDocument, CSmartWindow, CSmartDesktop, and
  21. CSmartEditText, you will find support for:
  22.  
  23.     - modal windows.
  24.     - tabbing through edit text items, as in dialogs
  25.     - support for default button, as in dialogs
  26.     - automatic color windows when color QuickDraw is present.
  27.     
  28. and some other stuff. See the header file for each class for a little info.
  29. These probably need some work as I developed them mainly for my own needs,
  30. not to be extremely general.
  31.  
  32. Permission is granted for anyone to do whatever they want with this code
  33. except charge for it,the only exception being normal network download
  34. charges.
  35.  
  36. If you have any other questions, suggestions, complaints, or money, send
  37. me some e-mail.
  38.  
  39. Dan Podwall
  40. CIS 70641,145
  41.