InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ActionMenuPositions.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Tim Wright
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 // This file contains positions for all the event menu items in the add/edit behavior
24 // dialog....
25 //
26 //========================================================================================
27 
28 #ifndef __ActionMenuPositions__
29 #define __ActionMenuPositions__
30 
31 #define kMouseUpEvtPosition 10.0
32 #define kMouseDownEvtPosition 20.0
33 #define kMouseEnterEvtPosition 30.0
34 #define kMouseExitEvtPosition 40.0
35 
36 #define kFocusEvtSepPosition 50.0
37 #define kOnFocusEvtPosition 60.0
38 #define kOnBlurEvtPosition 70.0
39 
40 #define kPageEvtSepPosition 80.0
41 #define kPageOpenEvtPosition 90.0
42 #define kPageCloseEvtPosition 100.0
43 
44 #define kFormatEvtSepPosition 110.0
45 #define kFormatEvtPosition 120.0
46 #define kKeystrokeEvtPosition 130.0
47 #define kValidateEvtPosition 140.0
48 #define kCalculateEvtPosition 150.0
49 
50 #define kSignedEvtSepPosition 160.0
51 #define kSignedEvtPosition 170.0
52 
53 #define kSelectionChangedSepEvtPosition 180.0
54 #define kSelectionChangedEvtPosition 190.0
55 
56 
57 #endif //__ActionMenuPositions__