home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 November: Tool Chest / Dev.CD Nov 94.toast / Sample Code / Newton Sample Code 1.2 / Utility Functions / NewTextFuncs-1 / Project Data < prev    next >
Encoding:
Text File  |  1994-07-07  |  343 b   |  17 lines  |  [TEXT/ttxt]

  1. // Copyright, ©1994 Apple Computer. All rights reserved.
  2.  
  3. // app constants
  4.  
  5. constant kAppSymbol := '|NewTextFuncs:PIEDTS|;
  6. constant kAppname := "New Text Funcs" ;
  7.  
  8. constant kAppMaxWidth := 240 ;
  9. constant kAppMaxHeight := 336 ;
  10.  
  11.  
  12. // error strings
  13. DefConst('kAppErrors,
  14.     ["There is no Source Text to display",
  15.     ]);
  16.     
  17. constant kNoTextError := 0 ;