Merge "[Button]Naviframe_control style macro's modified."
[profile/ivi/efl-theme-tizen.git] / themes / widgets / bg.edc
1 /*
2  * Copyright (c) 2010 Samsung Electronics Co., Ltd All Rights Reserved 
3  *
4  * PROPRIETARY/CONFIDENTIAL
5  *
6  * This software is the confidential and proprietary information of SAMSUNG
7  * ELECTRONICS ("Confidential Information"). You agree and acknowledge that this
8  * software is owned by Samsung and you shall not disclose such Confidential
9  * Information and shall use it only in accordance with the terms of the license
10  * agreement you entered into with SAMSUNG ELECTRONICS. SAMSUNG make no
11  * representations or warranties about the suitability of the software, either
12  * express or implied, including but not limited to the implied warranties of
13  * merchantability, fitness for a particular purpose, or non-infringement.
14  * SAMSUNG shall not be liable for any damages suffered by licensee arising out
15  * of or releated to this software.
16  *
17  */
18
19 ///////////////////////////////////////////////////////////////////////////////
20    group { name: "elm/bg/base/default";
21       parts {
22          part { name: "base";
23             type: RECT;
24             mouse_events:  0;
25             description { state: "default" 0.0;
26                color: BG_DEFAULT_COLOR_INC;
27             }
28          }
29          part { name: "elm.swallow.rectangle";
30             type: SWALLOW;
31             description { state: "default" 0.0;
32             }
33          }
34          part { name: "elm.swallow.background";
35             type: SWALLOW;
36             description { state: "default" 0.0;
37             }
38          }
39          part { name: "elm.swallow.content";
40             type: SWALLOW;
41             description { state: "default" 0.0;
42             }
43          }
44       }
45    }
46 ///////////////////////////////////////////////////////////////////////////////
47    group { name: "elm/bg/base/group_list";
48       parts {
49          part { name: "base";
50             type: RECT;
51             mouse_events:  0;
52             description { state: "default" 0.0;
53                color: BG_GROUP_LIST_COLOR_INC;
54             }
55          }
56          part { name: "elm.swallow.rectangle";
57             type: SWALLOW;
58             description { state: "default" 0.0;
59             }
60          }
61          part { name: "elm.swallow.background";
62             type: SWALLOW;
63             description { state: "default" 0.0;
64             }
65          }
66          part { name: "elm.swallow.content";
67             type: SWALLOW;
68             description { state: "default" 0.0;
69             }
70          }
71       }
72    }
73 ///////////////////////////////////////////////////////////////////////////////
74    group { name: "elm/bg/base/edit_mode";
75       parts {
76          part { name: "base";
77             type: RECT;
78             mouse_events:  0;
79             description { state: "default" 0.0;
80                color: BG_EDIT_MODE_COLOR_INC;
81             }
82          }
83          part { name: "elm.swallow.rectangle";
84             type: SWALLOW;
85             description { state: "default" 0.0;
86             }
87          }
88          part { name: "elm.swallow.background";
89             type: SWALLOW;
90             description { state: "default" 0.0;
91             }
92          }
93          part { name: "elm.swallow.content";
94             type: SWALLOW;
95             description { state: "default" 0.0;
96             }
97          }
98       }
99    }
100 ///////////////////////////////////////////////////////////////////////////////
101    group { name: "elm/bg/base/transparent";
102       parts {
103          part { name: "base";
104             type: RECT;
105             mouse_events:  0;
106             description { state: "default" 0.0;
107                color: BG_TRANSPARENT_COLOR_INC;
108             }
109          }
110          part { name: "elm.swallow.rectangle";
111             type: SWALLOW;
112             description { state: "default" 0.0;
113             }
114          }
115          part { name: "elm.swallow.background";
116             type: SWALLOW;
117             description { state: "default" 0.0;
118             }
119          }
120          part { name: "elm.swallow.content";
121             type: SWALLOW;
122             description { state: "default" 0.0;
123             }
124          }
125       }
126    }