InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
WritingModeUIID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Kevin Van Wiel
6 //
7 // $Author$
8 //
9 // $DateTime$
10 //
11 // $Revision$
12 //
13 // $Change$
14 //
15 // Copyright 1997-2010 Adobe Systems Incorporated. All rights reserved.
16 //
17 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance
18 // with the terms of the Adobe license agreement accompanying it. If you have received
19 // this file from a source other than Adobe, then your use, modification, or
20 // distribution of it requires the prior written permission of Adobe.
21 //
22 //========================================================================================
23 
24 #ifndef __WritingModeUIID__
25 #define __WritingModeUIID__
26 
27 #include "CrossPlatformTypes.h"
28 #include "IDFactory.h"
29 
30 #define WSCROLLWIDTH 16.0
31 
32 //========================================================================================
33 // NOTE: WritingModeUIID2.h uses this prefix+100
34 //========================================================================================
35 #define kWMUIPrefix RezLong(0x21700)
36 
37 
38 // <PlugInID>
39 //---------------------------------------------------------------
40 // PlugInID
41 //---------
42 #define kWritingModeUIPluginName "GalleyUI"
43 
44 // <Class ID>
45 //---------------------------------------------------------------
46 // ClassIDs
47 //---------------------------------------------------------------
48 
49 
50 //Print and PDFExport
51  //gap
52 
53 // <Interface ID>
54 //---------------------------------------------------------------
55 // IIDs
56 //---------------------------------------------------------------
57 //gap
58 //gap
59 
60 
61 // <Implementation ID>
62 //---------------------------------------------------------------
63 // ImplementationIDs
64 //---------------------------------------------------------------
65 //gap
66 
67 //gap
68 // removed kWritingParentShapeImpl, kWMUIPrefix + 18)
69 //gap
70 // removed kZeroTilerImpl, kWMUIPrefix + 28)
71 // removed font size observer kWMUIPrefix + 30
72 // removed kLayoutObserverImpl, kWMUIPrefix + 32
73 
74 
75 //print and PDFexport
76 // //gap
77 
78 
79 
80 
81 // <Widget id>
82 //---------------------------------------------------------------
83 // Widget id's
84 //---------------------------------------------------------------
85 // gap
86 
87 
88 #endif //__WritingModeUIID__