|
1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // Tspane app |
|
15 // |
|
16 // |
|
17 |
|
18 enum |
|
19 { |
|
20 ETspaneCmdAutoAll = 1, |
|
21 ETspaneCmdAutoNormal, |
|
22 ETspaneCmdAutoOom, |
|
23 ETspaneCmdManualVis, |
|
24 ETspaneCmdManualDim, |
|
25 ETspaneCmdManualFade, |
|
26 ETspaneCmdManualState, |
|
27 ETspaneCmdManualLayout, |
|
28 ETspaneCmdManualControl, |
|
29 ETspaneCmdManualWg, |
|
30 ETspaneCmdBoundingRegion |
|
31 }; |
|
32 |
|
33 enum TTspaneSizes |
|
34 { |
|
35 ETspaneTopHeight = 48, |
|
36 ETspaneLeftWidth = 24, |
|
37 ETspaneBottomHeight = 16, |
|
38 ETspaneRightWidth = 32 |
|
39 }; |
|
40 |
|
41 #define ETSpanePaneUid1 0x32112301 |
|
42 #define ETSpanePaneUid2 0x32112302 |
|
43 #define ETSpanePaneUid3 0x32112303 |
|
44 #define ETSpanePaneUid4 0x32112304 |
|
45 #define ETSpanePaneUid5 0x32112305 |
|
46 #define ETSpanePaneUid6 0x32112306 |
|
47 #define ETSpanePaneUid7 0x32112307 |
|
48 |
|
49 |