home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-08-16 | 974 b | 36 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: Binding.k
- // Release Version: $ ODF 1 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef BINDING_K
- #define Binding_K
-
- // Kind
- #define kODFClockKind "+//ISO 9070/ANSI::113722::US::CI LABS::Apple:ODFExamples:Kind:ODFClock"
-
- // Class ID
- #define kODFClockEditor "ODFExamples::ODFClock"
-
- // Editor User String
- #define kODFClockEditorUserString "ODFClock R1"
-
- // Kind User String
- #define kODFClockKindUserString "ODF Clock Example"
-
- // Clock OSType
- #define kODFClockOSType 'DFCD'
-
- #define kKindCategoryMapId 128
- #define kEditorKindMapId kKindCategoryMapId+1
- #define kEditorUserStringMapId kEditorKindMapId+1
- #define kKindUserStringMapId kEditorUserStringMapId+1
- #define kOldMacOSTypeMapId kKindUserStringMapId+1
-
- #endif
-
-