tizen 2.4 release
[framework/uifw/e17-mod-tizen-comp.git] / data / common / comp-part-swallow.edc
1 part { name: "e.swallow.content";
2    type: SWALLOW;
3    clip_to: "clipper";
4    mouse_events: 0;
5    description { state: "default" 0.0;
6       rel1.relative: 0 0;
7       rel1.offset:   0 0;
8       rel1.to:  "shower";
9       rel2.relative: 1 1;
10       rel2.to:  "shower";
11    }
12    description { state: "visible-rot-0"   0.0; inherit: "default" 0.0; }
13    description { state: "visible-rot-90"  0.0; inherit: "default" 0.0; }
14    description { state: "visible-rot-180" 0.0; inherit: "default" 0.0; }
15    description { state: "visible-rot-270" 0.0; inherit: "default" 0.0; }
16 } /* end of part "e.swallow.content" */