Welcome Ethumb, it's ready to get out of PROTO.
[framework/uifw/ethumb.git] / data / frames / default.edc
1 collections {
2    images {
3       image: "border-0.jpg" COMP;
4    }
5
6    group {
7       name: "frame/default";
8
9       parts {
10          part {
11             name: "img";
12             type: SWALLOW;
13             mouse_events: 0;
14             description {
15                state: "default" 0.0;
16             }
17          } // img
18
19          part {
20             name: "border";
21             type: IMAGE;
22             mouse_events: 0;
23             description {
24                state: "default" 0.0;
25                color: 224 224 224 255;
26                rel1 {
27                   to: "img";
28                   relative: 0.0 0.0;
29                   offset: 0 0;
30                }
31                rel2 {
32                   to: "img";
33                   relative: 1.0 1.0;
34                   offset: -1 -1;
35                }
36                image {
37                   normal: "border-0.jpg";
38                   border: 2 2 2 2;
39                   middle: 0;
40                }
41             }
42          } // border
43
44       }
45    }
46 }