home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / Button / Sources / Binding.k < prev    next >
Encoding:
Text File  |  1996-09-17  |  933 b   |  37 lines  |  [TEXT/MPS ]

  1. //==========================================================
  2. //
  3. //    File:                Binding.k
  4. //    Release Version:    $ ODF 2 $
  5. //
  6. //    Author:                M.Boetcher
  7. //
  8. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  9. //
  10. //==========================================================
  11.  
  12. #ifndef BINDING_K
  13. #define BINDING_K
  14.  
  15. // Kind
  16. #define kODFButtonKind "+//ISO 9070/ANSI::113722::US::CI LABS::Apple:ODFExamples:Kind:ODFButton"
  17.  
  18. // Class ID
  19. #define kODFButtonEditor "ODFExamples::ODFButton"
  20.  
  21. // Button OSType
  22. #define kODFButtonOSType 'DFUD'
  23.  
  24. // Sound OSType
  25. #define kMacSoundOSType 'snd '
  26. #define kMacScriptOSType 'scpt'
  27.  
  28. #define kKindCategoryMapID            128
  29. #define kEditorKindMapID            kKindCategoryMapID + 1
  30. #define kEditorUserStringMapID        kEditorKindMapID + 1
  31. #define kKindUserStringMapID        kEditorUserStringMapID + 1
  32. #define kOldMacOSTypeMapID            kKindUserStringMapID + 1
  33. #define kEditorPlatformKinds        kOldMacOSTypeMapID + 1
  34.  
  35. #endif
  36.  
  37.