1 group { name: "elm/win/inwin/default";
3 image: "shad_circ.png" COMP;
4 image: "bt_dis_base.png" COMP;
5 image: "bt_dis_hilight.png" COMP;
11 description { state: "default" 0.0;
14 description { state: "visible" 0.0;
15 inherit: "default" 1.0;
21 description { state: "default" 0.0;
22 image.normal: "shad_circ.png";
23 rel1.to: "elm.swallow.content";
25 rel2.to: "elm.swallow.content";
32 description { state: "default" 0.0;
33 rel1.to: "elm.swallow.content";
35 rel2.to: "elm.swallow.content";
38 normal: "bt_dis_base.png";
44 part { name: "popover";
46 description { state: "default" 0.0;
49 rel2.relative: 1.0 0.5;
51 normal: "bt_dis_hilight.png";
56 part { name: "elm.swallow.content";
58 description { state: "default" 0.0;
59 rel1.relative: 0.1 0.1;
60 rel2.relative: 0.9 0.9;
65 program { name: "show";
66 signal: "elm,action,show";
68 action: STATE_SET "visible" 0.0;
69 // transition: DECELERATE 0.5;
72 program { name: "hide";
73 signal: "elm,action,hide";
75 action: STATE_SET "default" 0.0;
76 // transition: DECELERATE 0.5;
82 group { name: "elm/win/inwin/minimal";
84 image: "shad_circ.png" COMP;
85 image: "bt_dis_base.png" COMP;
86 image: "bt_dis_hilight.png" COMP;
92 description { state: "default" 0.0;
95 description { state: "visible" 0.0;
96 inherit: "default" 1.0;
102 description { state: "default" 0.0;
103 image.normal: "shad_circ.png";
104 rel1.to: "elm.swallow.content";
105 rel1.offset: -64 -64;
106 rel2.to: "elm.swallow.content";
113 description { state: "default" 0.0;
114 rel1.to: "elm.swallow.content";
116 rel2.to: "elm.swallow.content";
119 normal: "bt_dis_base.png";
125 part { name: "popover";
127 description { state: "default" 0.0;
130 rel2.relative: 1.0 0.5;
132 normal: "bt_dis_hilight.png";
137 part { name: "elm.swallow.content";
139 description { state: "default" 0.0;
141 rel1.relative: 0.5 0.5;
142 rel2.relative: 0.5 0.5;
147 program { name: "show";
148 signal: "elm,action,show";
150 action: STATE_SET "visible" 0.0;
151 // transition: DECELERATE 0.5;
154 program { name: "hide";
155 signal: "elm,action,hide";
157 action: STATE_SET "default" 0.0;
158 // transition: DECELERATE 0.5;
164 group { name: "elm/win/inwin/minimal_vertical";
166 image: "shad_circ.png" COMP;
167 image: "bt_dis_base.png" COMP;
168 image: "bt_dis_hilight.png" COMP;
174 description { state: "default" 0.0;
177 description { state: "visible" 0.0;
178 inherit: "default" 1.0;
184 description { state: "default" 0.0;
185 image.normal: "shad_circ.png";
186 rel1.to: "elm.swallow.content";
187 rel1.offset: -64 -64;
188 rel2.to: "elm.swallow.content";
195 description { state: "default" 0.0;
196 rel1.to: "elm.swallow.content";
198 rel2.to: "elm.swallow.content";
201 normal: "bt_dis_base.png";
207 part { name: "popover";
209 description { state: "default" 0.0;
212 rel2.relative: 1.0 0.5;
214 normal: "bt_dis_hilight.png";
219 part { name: "elm.swallow.content";
221 description { state: "default" 0.0;
223 rel1.relative: 0.1 0.5;
224 rel2.relative: 0.9 0.5;
229 program { name: "show";
230 signal: "elm,action,show";
232 action: STATE_SET "visible" 0.0;
233 // transition: DECELERATE 0.5;
236 program { name: "hide";
237 signal: "elm,action,hide";
239 action: STATE_SET "default" 0.0;
240 // transition: DECELERATE 0.5;
246 ///////////////////////////////////////////////////////////////////////////////