InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
PnlTrvScriptingDefs.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Adobe Developer Technologies
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 // Defines Scripting IDs used by the PersistentList plug-in.
24 //
25 //========================================================================================
26 
27 #ifndef __PnlTrvScriptingDefs_h__
28 #define __PnlTrvScriptingDefs_h__
29 
30 
31 // GUIDS
32 //{E06AAC73-9A8D-47ca-B6FD-6A5A99934B9F}
33 #define kPnlTrvPreferences_CLSID { 0xe06aac73, 0x9a8d, 0x47ca, { 0xb6, 0xfd, 0x6a, 0x5a, 0x99, 0x93, 0x4b, 0x9f } }
34 
35 /* ScriptIDs
36 // New ScriptIDs must be registered with Adobe Developer Support to prevent conflict with other scriptable plug-ins.
37 // See the Making Your Plug-in Scriptable tech note.
38 */
39 enum PnlTrvScriptingDefs
40 {
41  c_PnlTrvPreferences = 'PTpo', // The panel tree view preference object
42  p_PnlTrvPreferences = 'PTpp' // The panel tree view preference property
43 };
44 
45 #endif //#ifndef __PnlTrvScriptingDefs_h__