2 // This file (and only this one) is licenses under public-domain. The reason
3 // is that this is meant to serve as a template for making your own themes and
4 // Elementary's LGPL license is not intended to follow. The images used do come
5 // under LGPL, but this file specifically for the structure of your theme is
6 // public-domain. This means you can take, use, re-license and otherwise
7 // have zero restrictions on using this file as a base for your theme.
9 externals.external: "elm";
13 ///////////////////////////////////////////////////////////////////////////////
14 group { name: "elm/focus_highlight/top/default";
16 image: "emo-unhappy.png" COMP;
24 public s_x, s_y, s_w, s_h; /* source */
25 public difx, dify, difw, difh;
28 public animator1(val, Float:pos) {
29 new x, y, w, h, dx, dy, dw, dh, Float:rot;
31 dx = round(float_mul(float(get_int(difx)), pos));
32 x = get_int(s_x) + dx;
33 dy = round(float_mul(float(get_int(dify)), pos));
34 y = get_int(s_y) + dy;
35 dw = round(float_mul(float(get_int(difw)), pos));
36 w = get_int(s_w) + dw;
37 dy = round(float_mul(float(get_int(difh)), pos));
38 h = get_int(s_h) + dh;
40 update_offset(x, y, w, h);
42 rot = 360.0 * pos * float(get_int(rot_dir));
43 set_state_val(PART:"shine", STATE_MAP_ROT_Z, rot);
46 emit("elm,action,focus,anim,end", "");
47 set_state(PART:"shine", "default", 0.0);
51 public update_offset(x, y, w, h) {
57 set_state_val(PART:"shine", STATE_REL1_OFFSET, x1, y1);
58 set_state_val(PART:"shine", STATE_REL2_OFFSET, x2, y2);
61 public message(Msg_Type:type, id, ...) {
62 if ((type == MSG_INT_SET) && (id == 1)) {
65 new px1, px2, py1, py2;
81 set_int(difx, x2 - x1);
82 set_int(dify, y2 - y1);
83 set_int(difw, w2 - w1);
84 set_int(difh, h2 - h1);
92 } else if (px1 > px2) {
101 set_int(rot_dir, rd);
103 custom_state(PART:"shine", "default", 0.0);
104 set_state_val(PART:"shine", STATE_REL1, 0.0, 0.0);
105 set_state_val(PART:"shine", STATE_REL2, 0.0, 0.0);
106 set_state_val(PART:"shine", STATE_MAP_ON, 1);
107 set_state_val(PART:"shine", STATE_MAP_ROT_Z, 0.0);
108 update_offset(x1, y1, w1, h1);
109 set_state(PART:"shine", "custom", 0.0);
111 anim(0.2, "animator1", 1);
120 description { state: "default" 0.0;
121 rel1.relative: 0.0 0.0;
122 rel2.relative: 1.0 1.0;
126 part { name: "shine";
130 ignore_flags: ON_HOLD;
131 description { state: "default" 0.0;
133 normal: "emo-unhappy.png";
136 rel1.relative: 1.0 0.0;
137 rel1.offset: -15 -15;
139 rel2.relative: 1.0 0.0;
142 description { state: "disabled" 0.0;
143 inherit: "default" 0.0;
148 program { name: "show";
149 signal: "elm,action,focus,show";
153 target: "hide_start";
157 program { name: "show_start";
158 action: STATE_SET "default" 0.0;
159 transition: LINEAR 0.2;
163 program { name: "show_end";
164 action: SIGNAL_EMIT "elm,action,focus,show,end" "";
166 program { name: "hide";
167 signal: "elm,action,focus,hide";
171 target: "show_start";
175 program { name: "hide_start";
176 action: STATE_SET "disabled" 0.0;
177 transition: LINEAR 0.2;
181 program { name: "hide_end";
182 action: SIGNAL_EMIT "elm,action,focus,hide,end" "";
187 ///////////////////////////////////////////////////////////////////////////////
188 group { name: "elm/focus_highlight/bottom/default";
190 part { name: "shine";
194 ignore_flags: ON_HOLD;
195 description { state: "default" 0.0;
200 description { state: "disabled" 0.0;
201 inherit: "default" 0.0;
206 program { name: "show";
207 signal: "elm,action,focus,show";
211 target: "hide_start";
215 program { name: "show_start";
216 action: STATE_SET "default" 0.0;
217 transition: LINEAR 0.2;
221 program { name: "show_end";
222 action: SIGNAL_EMIT "elm,action,focus,show,end" "";
224 program { name: "hide";
225 signal: "elm,action,focus,hide";
229 target: "show_start";
233 program { name: "hide_start";
234 action: STATE_SET "disabled" 0.0;
235 transition: LINEAR 0.2;
239 program { name: "hide_end";
240 action: SIGNAL_EMIT "elm,action,focus,hide,end" "";
245 ///////////////////////////////////////////////////////////////////////////////
246 group { name: "elm/bg/base/default";
248 image: "dia_grad.png" COMP;
249 image: "dia_topshad.png" COMP;
250 image: "dia_botshad.png" COMP;
255 description { state: "default" 0.0;
256 image.normal: "dia_grad.png";
266 part { name: "elm.swallow.rectangle";
268 description { state: "default" 0.0;
271 part { name: "elm.swallow.background";
273 description { state: "default" 0.0;
276 part { name: "shadow";
278 description { state: "default" 0.0;
279 rel2.relative: 1.0 0.0;
281 image.normal: "dia_topshad.png";
291 part { name: "shadow2";
293 description { state: "default" 0.0;
294 rel1.relative: 0.0 1.0;
296 image.normal: "dia_botshad.png";
306 part { name: "elm.swallow.content";
308 description { state: "default" 0.0;
314 ///////////////////////////////////////////////////////////////////////////////
315 group { name: "elm/scroller/base/default";
317 alias: "elm/list/base/default";
318 alias: "elm/genlist/base/default";
319 alias: "elm/carousel/base/default";
320 alias: "elm/gengrid/base/default";
323 item: "focus_highlight" "on";
327 public sbvis_v, sbvis_h, sbalways_v, sbalways_h, sbvis_timer;
330 v = get_int(sbvis_v);
332 v = get_int(sbalways_v);
334 emit("do-hide-vbar", "");
338 v = get_int(sbvis_h);
340 v = get_int(sbalways_h);
342 emit("do-hide-hbar", "");
346 set_int(sbvis_timer, 0);
351 image: "shelf_inset.png" COMP;
352 image: "bt_sm_base2.png" COMP;
353 image: "bt_sm_shine.png" COMP;
354 image: "bt_sm_hilight.png" COMP;
355 image: "sl_bt2_2.png" COMP;
360 description { state: "default" 0.0;
363 color: 255 255 255 0;
366 part { name: "clipper";
369 description { state: "default" 0.0;
376 part { name: "elm.swallow.content";
379 description { state: "default" 0.0;
386 part { name: "conf_over";
388 description { state: "default" 0.0;
392 normal: "shelf_inset.png";
398 description { state: "enabled" 0.0;
399 inherit: "default" 0.0;
400 color: 200 155 0 255;
403 part { name: "focus_highlight";
405 description { state: "default" 0.0;
409 normal: "sl_bt2_2.png";
416 description { state: "enabled" 0.0;
417 inherit: "default" 0.0;
418 color: 200 155 0 255;
421 part { name: "sb_vbar_clip_master";
424 description { state: "default" 0.0;
426 description { state: "hidden" 0.0;
428 color: 255 255 255 0;
431 part { name: "sb_vbar_clip";
432 clip_to: "sb_vbar_clip_master";
435 description { state: "default" 0.0;
437 description { state: "hidden" 0.0;
439 color: 255 255 255 0;
442 part { name: "sb_vbar";
445 description { state: "default" 0.0;
453 to_y: "elm.swallow.content";
454 to_x: "elm.swallow.content";
460 to_x: "elm.swallow.content";
464 part { name: "elm.dragable.vbar";
465 clip_to: "sb_vbar_clip";
472 description { state: "default" 0.0;
487 normal: "bt_sm_base2.png";
493 part { name: "sb_vbar_over1";
494 clip_to: "sb_vbar_clip";
496 description { state: "default" 0.0;
497 rel1.to: "elm.dragable.vbar";
498 rel2.relative: 1.0 0.5;
499 rel2.to: "elm.dragable.vbar";
501 normal: "bt_sm_hilight.png";
506 part { name: "sb_vbar_over2";
507 clip_to: "sb_vbar_clip";
509 description { state: "default" 0.0;
510 rel1.to: "elm.dragable.vbar";
511 rel2.to: "elm.dragable.vbar";
513 normal: "bt_sm_shine.png";
519 part { name: "sb_hbar_clip_master";
522 description { state: "default" 0.0;
524 description { state: "hidden" 0.0;
526 color: 255 255 255 0;
529 part { name: "sb_hbar_clip";
530 clip_to: "sb_hbar_clip_master";
533 description { state: "default" 0.0;
535 description { state: "hidden" 0.0;
537 color: 255 255 255 0;
540 part { name: "sb_hbar";
543 description { state: "default" 0.0;
551 to_x: "elm.swallow.content";
552 to_y: "elm.swallow.content";
558 to_y: "elm.swallow.content";
562 part { name: "elm.dragable.hbar";
563 clip_to: "sb_hbar_clip";
570 description { state: "default" 0.0;
585 normal: "bt_sm_base2.png";
591 part { name: "sb_hbar_over1";
592 clip_to: "sb_hbar_clip";
594 description { state: "default" 0.0;
595 rel1.to: "elm.dragable.hbar";
596 rel2.relative: 1.0 0.5;
597 rel2.to: "elm.dragable.hbar";
599 normal: "bt_sm_hilight.png";
604 part { name: "sb_hbar_over2";
605 clip_to: "sb_hbar_clip";
607 description { state: "default" 0.0;
608 rel1.to: "elm.dragable.hbar";
609 rel2.to: "elm.dragable.hbar";
611 normal: "bt_sm_shine.png";
616 part { name: "disabler";
618 description { state: "default" 0.0;
624 description { state: "disabled" 0.0;
625 inherit: "default" 0.0;
627 color: 128 128 128 128;
632 program { name: "load";
636 set_state(PART:"sb_hbar_clip", "hidden", 0.0);
637 set_state(PART:"sb_vbar_clip", "hidden", 0.0);
640 set_int(sbalways_v, 0);
641 set_int(sbalways_h, 0);
642 set_int(sbvis_timer, 0);
646 program { name: "vbar_show";
647 signal: "elm,action,show,vbar";
649 action: STATE_SET "default" 0.0;
650 target: "sb_vbar_clip_master";
652 program { name: "vbar_hide";
653 signal: "elm,action,hide,vbar";
655 action: STATE_SET "hidden" 0.0;
656 target: "sb_vbar_clip_master";
658 program { name: "vbar_show_always";
659 signal: "elm,action,show_always,vbar";
663 v = get_int(sbvis_v);
664 v |= get_int(sbalways_v);
666 set_int(sbalways_v, 1);
667 emit("do-show-vbar", "");
672 program { name: "vbar_show_notalways";
673 signal: "elm,action,show_notalways,vbar";
677 v = get_int(sbalways_v);
679 set_int(sbalways_v, 0);
680 v = get_int(sbvis_v);
682 emit("do-hide-vbar", "");
688 program { name: "sb_vbar_show";
689 signal: "do-show-vbar";
691 action: STATE_SET "default" 0.0;
692 transition: LINEAR 0.5;
693 target: "sb_vbar_clip";
695 program { name: "sb_vbar_hide";
696 signal: "do-hide-vbar";
698 action: STATE_SET "hidden" 0.0;
699 transition: LINEAR 0.5;
700 target: "sb_vbar_clip";
703 program { name: "hbar_show";
704 signal: "elm,action,show,hbar";
706 action: STATE_SET "default" 0.0;
707 target: "sb_hbar_clip_master";
709 program { name: "hbar_hide";
710 signal: "elm,action,hide,hbar";
712 action: STATE_SET "hidden" 0.0;
713 target: "sb_hbar_clip_master";
715 program { name: "hbar_show_always";
716 signal: "elm,action,show_always,hbar";
720 v = get_int(sbvis_h);
721 v |= get_int(sbalways_h);
723 set_int(sbalways_h, 1);
724 emit("do-show-hbar", "");
729 program { name: "hbar_show_notalways";
730 signal: "elm,action,show_notalways,hbar";
734 v = get_int(sbalways_h);
736 set_int(sbalways_h, 0);
737 v = get_int(sbvis_h);
739 emit("do-hide-hbar", "");
745 program { name: "sb_hbar_show";
746 signal: "do-show-hbar";
748 action: STATE_SET "default" 0.0;
749 transition: LINEAR 0.5;
750 target: "sb_hbar_clip";
752 program { name: "sb_hbar_hide";
753 signal: "do-hide-hbar";
755 action: STATE_SET "hidden" 0.0;
756 transition: LINEAR 0.5;
757 target: "sb_hbar_clip";
760 program { name: "scroll";
761 signal: "elm,action,scroll";
765 v = get_int(sbvis_v);
766 v |= get_int(sbalways_v);
768 emit("do-show-vbar", "");
771 v = get_int(sbvis_h);
772 v |= get_int(sbalways_h);
774 emit("do-show-hbar", "");
777 v = get_int(sbvis_timer);
778 if (v > 0) cancel_timer(v);
779 v = timer(1.0, "timer0", 0);
780 set_int(sbvis_timer, v);
784 program { name: "highlight_show";
785 signal: "elm,action,focus_highlight,show";
787 action: STATE_SET "enabled" 0.0;
788 transition: ACCELERATE 0.3;
789 target: "focus_highlight";
792 program { name: "highlight_hide";
793 signal: "elm,action,focus_highlight,hide";
795 action: STATE_SET "default" 0.0;
796 transition: DECELERATE 0.3;
797 target: "focus_highlight";
800 program { name: "disable";
801 signal: "elm,state,disabled";
803 action: STATE_SET "disabled" 0.0;
806 program { name: "enable";
807 signal: "elm,state,enabled";
809 action: STATE_SET "default" 0.0;
815 ///////////////////////////////////////////////////////////////////////////////
816 group { name: "elm/scroller/entry/default";
819 item: "focus_highlight" "on";
823 public sbvis_v, sbvis_h, sbalways_v, sbalways_h, sbvis_timer;
826 v = get_int(sbvis_v);
828 v = get_int(sbalways_v);
830 emit("do-hide-vbar", "");
834 v = get_int(sbvis_h);
836 v = get_int(sbalways_h);
838 emit("do-hide-hbar", "");
842 set_int(sbvis_timer, 0);
847 image: "shelf_inset.png" COMP;
848 image: "bt_sm_base2.png" COMP;
849 image: "bt_sm_shine.png" COMP;
850 image: "bt_sm_hilight.png" COMP;
851 image: "sl_bt2_2.png" COMP;
856 description { state: "default" 0.0;
861 part { name: "clipper";
864 description { state: "default" 0.0;
871 part { name: "contentclipper";
875 description { state: "default" 0.0;
876 rel1.to: "elm.swallow.icon";
877 rel1.relative: 1.0 0.0;
878 rel2.to: "elm.swallow.end";
879 rel2.relative: 0.0 1.0;
882 part { name: "elm.swallow.icon";
885 description { state: "default" 0.0;
899 description { state: "visible" 0.0;
915 part { name: "elm.swallow.end";
918 description { state: "default" 0.0;
932 description { state: "visible" 0.0;
948 part { name: "elm.swallow.content";
949 clip_to: "contentclipper";
951 description { state: "default" 0.0;
953 to: "elm.swallow.icon";
958 to: "elm.swallow.end";
964 part { name: "conf_over";
966 description { state: "default" 0.0;
970 normal: "shelf_inset.png";
976 description { state: "enabled" 0.0;
977 inherit: "default" 0.0;
978 color: 200 155 0 255;
981 part { name: "focus_highlight";
983 description { state: "default" 0.0;
987 normal: "sl_bt2_2.png";
994 description { state: "enabled" 0.0;
995 inherit: "default" 0.0;
996 color: 200 155 0 255;
999 part { name: "sb_vbar_clip_master";
1002 description { state: "default" 0.0;
1004 description { state: "hidden" 0.0;
1006 color: 255 255 255 0;
1009 part { name: "sb_vbar_clip";
1010 clip_to: "sb_vbar_clip_master";
1013 description { state: "default" 0.0;
1015 description { state: "hidden" 0.0;
1017 color: 255 255 255 0;
1020 part { name: "sb_vbar";
1023 description { state: "default" 0.0;
1031 to_y: "elm.swallow.content";
1032 to_x: "elm.swallow.end";
1038 to_x: "elm.swallow.end";
1042 part { name: "elm.dragable.vbar";
1043 clip_to: "sb_vbar_clip";
1050 description { state: "default" 0.0;
1065 normal: "bt_sm_base2.png";
1071 part { name: "sb_vbar_over1";
1072 clip_to: "sb_vbar_clip";
1074 description { state: "default" 0.0;
1075 rel1.to: "elm.dragable.vbar";
1076 rel2.relative: 1.0 0.5;
1077 rel2.to: "elm.dragable.vbar";
1079 normal: "bt_sm_hilight.png";
1084 part { name: "sb_vbar_over2";
1085 clip_to: "sb_vbar_clip";
1087 description { state: "default" 0.0;
1088 rel1.to: "elm.dragable.vbar";
1089 rel2.to: "elm.dragable.vbar";
1091 normal: "bt_sm_shine.png";
1097 part { name: "sb_hbar_clip_master";
1100 description { state: "default" 0.0;
1102 description { state: "hidden" 0.0;
1104 color: 255 255 255 0;
1107 part { name: "sb_hbar_clip";
1108 clip_to: "sb_hbar_clip_master";
1111 description { state: "default" 0.0;
1113 description { state: "hidden" 0.0;
1115 color: 255 255 255 0;
1118 part { name: "sb_hbar";
1121 description { state: "default" 0.0;
1129 to_x: "elm.swallow.content";
1130 to_y: "elm.swallow.content";
1136 to_y: "elm.swallow.content";
1140 part { name: "elm.dragable.hbar";
1141 clip_to: "sb_hbar_clip";
1148 description { state: "default" 0.0;
1163 normal: "bt_sm_base2.png";
1169 part { name: "sb_hbar_over1";
1170 clip_to: "sb_hbar_clip";
1172 description { state: "default" 0.0;
1173 rel1.to: "elm.dragable.hbar";
1174 rel2.relative: 1.0 0.5;
1175 rel2.to: "elm.dragable.hbar";
1177 normal: "bt_sm_hilight.png";
1182 part { name: "sb_hbar_over2";
1183 clip_to: "sb_hbar_clip";
1185 description { state: "default" 0.0;
1186 rel1.to: "elm.dragable.hbar";
1187 rel2.to: "elm.dragable.hbar";
1189 normal: "bt_sm_shine.png";
1196 program { name: "load";
1200 set_state(PART:"sb_hbar_clip", "hidden", 0.0);
1201 set_state(PART:"sb_vbar_clip", "hidden", 0.0);
1202 set_int(sbvis_h, 0);
1203 set_int(sbvis_v, 0);
1204 set_int(sbalways_v, 0);
1205 set_int(sbalways_h, 0);
1206 set_int(sbvis_timer, 0);
1209 program { name: "icon_show";
1210 signal: "elm,action,show,icon";
1212 action: STATE_SET "visible" 0.0;
1213 target: "elm.swallow.icon";
1215 program { name: "icon_hide";
1216 signal: "elm,action,hide,icon";
1218 action: STATE_SET "default" 0.0;
1219 target: "elm.swallow.icon";
1221 program { name: "end_show";
1222 signal: "elm,action,show,end";
1224 action: STATE_SET "visible" 0.0;
1225 target: "elm.swallow.end";
1227 program { name: "end_hide";
1228 signal: "elm,action,hide,end";
1230 action: STATE_SET "default" 0.0;
1231 target: "elm.swallow.end";
1233 program { name: "vbar_show";
1234 signal: "elm,action,show,vbar";
1236 action: STATE_SET "default" 0.0;
1237 target: "sb_vbar_clip_master";
1239 program { name: "vbar_hide";
1240 signal: "elm,action,hide,vbar";
1242 action: STATE_SET "hidden" 0.0;
1243 target: "sb_vbar_clip_master";
1245 program { name: "vbar_show_always";
1246 signal: "elm,action,show_always,vbar";
1250 v = get_int(sbvis_v);
1251 v |= get_int(sbalways_v);
1253 set_int(sbalways_v, 1);
1254 emit("do-show-vbar", "");
1255 set_int(sbvis_v, 1);
1259 program { name: "vbar_show_notalways";
1260 signal: "elm,action,show_notalways,vbar";
1264 v = get_int(sbalways_v);
1266 set_int(sbalways_v, 0);
1267 v = get_int(sbvis_v);
1269 emit("do-hide-vbar", "");
1270 set_int(sbvis_v, 0);
1275 program { name: "sb_vbar_show";
1276 signal: "do-show-vbar";
1278 action: STATE_SET "default" 0.0;
1279 transition: LINEAR 0.5;
1280 target: "sb_vbar_clip";
1282 program { name: "sb_vbar_hide";
1283 signal: "do-hide-vbar";
1285 action: STATE_SET "hidden" 0.0;
1286 transition: LINEAR 0.5;
1287 target: "sb_vbar_clip";
1290 program { name: "hbar_show";
1291 signal: "elm,action,show,hbar";
1293 action: STATE_SET "default" 0.0;
1294 target: "sb_hbar_clip_master";
1296 program { name: "hbar_hide";
1297 signal: "elm,action,hide,hbar";
1299 action: STATE_SET "hidden" 0.0;
1300 target: "sb_hbar_clip_master";
1302 program { name: "hbar_show_always";
1303 signal: "elm,action,show_always,hbar";
1307 v = get_int(sbvis_h);
1308 v |= get_int(sbalways_h);
1310 set_int(sbalways_h, 1);
1311 emit("do-show-hbar", "");
1312 set_int(sbvis_h, 1);
1316 program { name: "hbar_show_notalways";
1317 signal: "elm,action,show_notalways,hbar";
1321 v = get_int(sbalways_h);
1323 set_int(sbalways_h, 0);
1324 v = get_int(sbvis_h);
1326 emit("do-hide-hbar", "");
1327 set_int(sbvis_h, 0);
1332 program { name: "sb_hbar_show";
1333 signal: "do-show-hbar";
1335 action: STATE_SET "default" 0.0;
1336 transition: LINEAR 0.5;
1337 target: "sb_hbar_clip";
1339 program { name: "sb_hbar_hide";
1340 signal: "do-hide-hbar";
1342 action: STATE_SET "hidden" 0.0;
1343 transition: LINEAR 0.5;
1344 target: "sb_hbar_clip";
1347 program { name: "scroll";
1348 signal: "elm,action,scroll";
1352 v = get_int(sbvis_v);
1353 v |= get_int(sbalways_v);
1355 emit("do-show-vbar", "");
1356 set_int(sbvis_v, 1);
1358 v = get_int(sbvis_h);
1359 v |= get_int(sbalways_h);
1361 emit("do-show-hbar", "");
1362 set_int(sbvis_h, 1);
1364 v = get_int(sbvis_timer);
1365 if (v > 0) cancel_timer(v);
1366 v = timer(1.0, "timer0", 0);
1367 set_int(sbvis_timer, v);
1371 program { name: "highlight_show";
1372 signal: "elm,action,focus_highlight,show";
1374 action: STATE_SET "enabled" 0.0;
1375 transition: ACCELERATE 0.3;
1376 target: "focus_highlight";
1377 target: "conf_over";
1379 program { name: "highlight_hide";
1380 signal: "elm,action,focus_highlight,hide";
1382 action: STATE_SET "default" 0.0;
1383 transition: DECELERATE 0.3;
1384 target: "focus_highlight";
1385 target: "conf_over";
1390 ///////////////////////////////////////////////////////////////////////////////
1391 #define TEXT_SLIDE_DURATION 10
1393 group { name: "elm/label/base/default";
1394 data.item: "default_font_size" "10";
1395 data.item: "min_font_size" "6";
1396 data.item: "max_font_size" "60";
1398 style { name: "textblock_style";
1399 base: "font=Sans font_size=10 color=#000 wrap=word text_class=label";
1402 tag: "hilight" "+ font=Sans:style=Bold";
1403 tag: "b" "+ font=Sans:style=Bold";
1408 part { name: "label.swallow.background";
1410 description { state: "default" 0.0;
1414 part { name: "label.text.clip";
1416 description { state: "default" 0.0;
1417 rel1 { relative: 0 0; to: "label.swallow.background"; }
1418 rel2 { relative: 1 1; to: "label.swallow.background"; }
1421 part { name: "elm.text";
1425 clip_to: "label.text.clip";
1426 description { state: "default" 0.0;
1427 rel1.relative: 0.0 0.0;
1428 rel2.relative: 1.0 1.0;
1430 style: "textblock_style";
1438 group { name: "elm/label/base_wrap/default";
1439 data.item: "default_font_size" "10";
1440 data.item: "min_font_size" "6";
1441 data.item: "max_font_size" "60";
1443 part { name: "label.swallow.background";
1445 description { state: "default" 0.0;
1447 rel1 { relative: 0 0; to: "elm.text"; }
1448 rel2 { relative: 1 1; to: "elm.text"; }
1451 part { name: "elm.text";
1455 description { state: "default" 0.0;
1457 style: "textblock_style";
1465 group { name: "elm/label/base_wrap_ellipsis/default";
1466 data.item: "default_font_size" "10";
1467 data.item: "min_font_size" "6";
1468 data.item: "max_font_size" "60";
1470 part { name: "label.swallow.background";
1472 description { state: "default" 0.0;
1474 rel1 { relative: 0 0; to: "elm.text"; }
1475 rel2 { relative: 1 1; to: "elm.text"; }
1478 part { name: "elm.text";
1483 description { state: "default" 0.0;
1486 style: "textblock_style";
1494 group { name: "elm/label/base/marker";
1495 data.item: "default_font_size" "10";
1496 data.item: "min_font_size" "6";
1497 data.item: "max_font_size" "60";
1499 style { name: "textblock_style2";
1500 base: "font=Sans:style=Bold font_size=10 align=center color=#fff wrap=word text_class=label";
1503 tag: "hilight" "+ color=#ffff";
1504 tag: "b" "+ color=#ffff";
1509 part { name: "label.swallow.background";
1511 description { state: "default" 0.0;
1513 rel1 { relative: 0 0; to: "elm.text"; }
1514 rel2 { relative: 1 1; to: "elm.text"; }
1517 part { name: "elm.text";
1521 description { state: "default" 0.0;
1523 style: "textblock_style2";
1531 group { name: "elm/label/base_wrap/marker";
1532 data.item: "default_font_size" "10";
1533 data.item: "min_font_size" "6";
1534 data.item: "max_font_size" "60";
1536 part { name: "label.swallow.background";
1538 description { state: "default" 0.0;
1540 rel1 { relative: 0 0; to: "elm.text"; }
1541 rel2 { relative: 1 1; to: "elm.text"; }
1544 part { name: "elm.text";
1548 description { state: "default" 0.0;
1550 style: "textblock_style2";
1558 group { name: "elm/label/base/slide_long";
1559 data.item: "default_font_size" "10";
1560 data.item: "min_font_size" "6";
1561 data.item: "max_font_size" "60";
1564 public g_duration, g_stopslide, g_timer_id, g_anim_id;
1566 public message(Msg_Type:type, id, ...) {
1567 if ((type == MSG_FLOAT_SET) && (id == 0)) {
1569 duration = getarg(2);
1570 set_float(g_duration, duration);
1573 public slide_to_end_anim(val, Float:pos) {
1576 stopflag = get_int(g_stopslide);
1577 if (stopflag == 1) return;
1578 set_tween_state(PART:"elm.text", pos, "slide_begin", 0.0, "slide_end", 0.0);
1580 id = timer(0.5, "slide_to_begin", 1);
1581 set_int(g_timer_id, id);
1584 public slide_to_end() {
1588 stopflag = get_int(g_stopslide);
1589 if (stopflag == 1) return;
1590 duration = get_float(g_duration);
1591 id = anim(duration, "slide_to_end_anim", 1);
1592 set_int(g_anim_id, id);
1594 public slide_to_begin() {
1597 stopflag = get_int(g_stopslide);
1598 if (stopflag == 1) return;
1599 set_state(PART:"elm.text", "slide_begin", 0.0);
1600 id = timer(0.5, "slide_to_end", 1);
1601 set_int(g_timer_id, id);
1603 public start_slide() {
1604 set_int(g_stopslide, 0);
1605 set_state(PART:"elm.text", "slide_begin", 0.0);
1608 public stop_slide() {
1610 set_int(g_stopslide, 1);
1611 id = get_int(g_anim_id);
1613 id = get_int(g_timer_id);
1615 set_state(PART:"elm.text", "default", 0.0);
1620 part { name: "label.swallow.background";
1622 description { state: "default" 0.0;
1626 part { name: "label.text.clip";
1628 description { state: "default" 0.0;
1630 color: 255 255 255 255;
1631 rel1 { relative: 0 0; to: "label.swallow.background"; }
1632 rel2 { relative: 1 1; to: "label.swallow.background"; }
1635 part { name: "elm.text";
1639 clip_to: "label.text.clip";
1640 description { state: "default" 0.0;
1641 rel1.relative: 0.0 0.0;
1642 rel2.relative: 1.0 1.0;
1645 style: "textblock_style";
1649 description { state: "slide_end" 0.0;
1650 inherit: "default" 0.0;
1651 rel1.relative: 0.0 0.0;
1652 rel2.relative: 0.0 1.0;
1655 description { state: "slide_begin" 0.0;
1656 inherit: "default" 0.0;
1657 rel1.relative: 1.0 0.0;
1658 rel2.relative: 1.0 1.0;
1664 program { name: "start_slide";
1666 signal: "elm,state,slide,start";
1672 program { name: "stop_slide";
1674 signal: "elm,state,slide,stop";
1684 group { name: "elm/label/base/slide_short";
1685 data.item: "default_font_size" "10";
1686 data.item: "min_font_size" "6";
1687 data.item: "max_font_size" "60";
1690 public g_duration, g_stopslide, g_timer_id, g_anim_id;
1692 public message(Msg_Type:type, id, ...) {
1693 if ((type == MSG_FLOAT_SET) && (id == 0)) {
1695 duration = getarg(2);
1696 set_float(g_duration, duration);
1699 public slide_to_end_anim(val, Float:pos) {
1702 stopflag = get_int(g_stopslide);
1703 if (stopflag == 1) return;
1704 set_tween_state(PART:"elm.text", pos, "slide_begin", 0.0, "slide_end", 0.0);
1706 id = timer(0.5, "slide_to_begin", 1);
1707 set_int(g_timer_id, id);
1710 public slide_to_end() {
1714 stopflag = get_int(g_stopslide);
1715 if (stopflag == 1) return;
1716 duration = get_float(g_duration);
1717 id = anim(duration, "slide_to_end_anim", 1);
1718 set_int(g_anim_id, id);
1720 public slide_to_begin() {
1723 stopflag = get_int(g_stopslide);
1724 if (stopflag == 1) return;
1725 set_state(PART:"elm.text", "slide_begin", 0.0);
1726 id = timer(0.5, "slide_to_end", 1);
1727 set_int(g_timer_id, id);
1729 public start_slide() {
1730 set_int(g_stopslide, 0);
1731 set_state(PART:"elm.text", "slide_begin", 0.0);
1734 public stop_slide() {
1736 set_int(g_stopslide, 1);
1737 id = get_int(g_anim_id);
1739 id = get_int(g_timer_id);
1741 set_state(PART:"elm.text", "default", 0.0);
1746 part { name: "label.swallow.background";
1748 description { state: "default" 0.0;
1752 part { name: "label.text.clip";
1754 description { state: "default" 0.0;
1756 color: 255 255 255 255;
1757 rel1 { relative: 0 0; to: "label.swallow.background"; }
1758 rel2 { relative: 1 1; to: "label.swallow.background"; }
1761 part { name: "elm.text";
1765 clip_to: "label.text.clip";
1766 description { state: "default" 0.0;
1767 rel1.relative: 0.0 0.0;
1768 rel2.relative: 1.0 1.0;
1771 style: "textblock_style";
1775 description { state: "slide_end" 0.0;
1776 inherit: "default" 0.0;
1777 rel1.relative: 1.0 0.0;
1778 rel2.relative: 1.0 1.0;
1781 description { state: "slide_begin" 0.0;
1782 inherit: "default" 0.0;
1783 rel1.relative: 0.0 0.0;
1784 rel2.relative: 0.0 1.0;
1790 program { name: "start_slide";
1792 signal: "elm,state,slide,start";
1798 program { name: "stop_slide";
1800 signal: "elm,state,slide,stop";
1809 group { name: "elm/label/base/slide_bounce";
1810 data.item: "default_font_size" "10";
1811 data.item: "min_font_size" "6";
1812 data.item: "max_font_size" "60";
1815 public g_duration, g_stopslide, g_timer_id, g_anim_id;
1817 public message(Msg_Type:type, id, ...) {
1818 if ((type == MSG_FLOAT_SET) && (id == 0)) {
1820 duration = getarg(2);
1821 set_float(g_duration, duration);
1824 public slide_to_end_anim(val, Float:pos) {
1827 stopflag = get_int(g_stopslide);
1828 if (stopflag == 1) return;
1829 set_tween_state(PART:"elm.text", pos, "slide_begin", 0.0, "slide_end", 0.0);
1831 id = timer(0.5, "slide_to_begin", 1);
1832 set_int(g_timer_id, id);
1835 public slide_to_end() {
1839 stopflag = get_int(g_stopslide);
1840 if (stopflag == 1) return;
1841 duration = get_float(g_duration);
1842 id = anim(duration, "slide_to_end_anim", 1);
1843 set_int(g_anim_id, id);
1845 public slide_to_begin_anim(val, Float:pos) {
1848 stopflag = get_int(g_stopslide);
1849 if (stopflag == 1) return;
1850 set_tween_state(PART:"elm.text", pos, "slide_end", 0.0, "slide_begin", 0.0);
1852 id = timer(0.5, "slide_to_end", 1);
1853 set_int(g_timer_id, id);
1856 public slide_to_begin() {
1860 stopflag = get_int(g_stopslide);
1861 if (stopflag == 1) return;
1862 duration = get_float(g_duration);
1863 id = anim(duration, "slide_to_begin_anim", 1);
1864 set_int(g_anim_id, id);
1866 public start_slide() {
1867 set_int(g_stopslide, 0);
1868 set_state(PART:"elm.text", "slide_begin", 0.0);
1871 public stop_slide() {
1873 set_int(g_stopslide, 1);
1874 id = get_int(g_anim_id);
1876 id = get_int(g_timer_id);
1878 set_state(PART:"elm.text", "default", 0.0);
1883 part { name: "label.swallow.background";
1885 description { state: "default" 0.0;
1889 part { name: "label.text.clip";
1891 description { state: "default" 0.0;
1893 color: 255 255 255 255;
1894 rel1 { relative: 0 0; to: "label.swallow.background"; }
1895 rel2 { relative: 1 1; to: "label.swallow.background"; }
1898 part { name: "elm.text";
1902 clip_to: "label.text.clip";
1903 description { state: "default" 0.0;
1904 rel1.relative: 0.0 0.0;
1905 rel2.relative: 1.0 1.0;
1908 style: "textblock_style";
1912 description { state: "slide_end" 0.0;
1913 inherit: "default" 0.0;
1914 rel1.relative: 1.0 0.0;
1915 rel2.relative: 1.0 1.0;
1918 description { state: "slide_begin" 0.0;
1919 inherit: "default" 0.0;
1920 rel1.relative: 0.0 0.0;
1921 rel2.relative: 0.0 1.0;
1927 program { name: "start_slide";
1929 signal: "elm,state,slide,start";
1935 program { name: "stop_slide";
1937 signal: "elm,state,slide,stop";
1947 ///////////////////////////////////////////////////////////////////////////////
1949 group { name: "elm/button/base/default";
1951 image: "bt_base1.png" COMP;
1952 image: "bt_base2.png" COMP;
1953 image: "bt_hilight.png" COMP;
1954 image: "bt_shine.png" COMP;
1955 image: "bt_glow.png" COMP;
1956 image: "bt_dis_base.png" COMP;
1957 image: "bt_dis_hilight.png" COMP;
1960 part { name: "button_image";
1962 description { state: "default" 0.0;
1965 normal: "bt_base2.png";
1968 image.middle: SOLID;
1970 description { state: "clicked" 0.0;
1971 inherit: "default" 0.0;
1972 image.normal: "bt_base1.png";
1973 image.middle: SOLID;
1975 description { state: "disabled" 0.0;
1976 inherit: "default" 0.0;
1978 normal: "bt_dis_base.png";
1983 part { name: "elm.swallow.content";
1985 description { state: "default" 0.0;
1991 rel2.relative: 0.0 1.0;
1993 description { state: "visible" 0.0;
1994 inherit: "default" 0.0;
1998 // aspect_preference: VERTICAL;
2001 description { state: "icononly" 0.0;
2002 inherit: "default" 0.0;
2008 rel2.relative: 1.0 1.0;
2009 // aspect_preference: VERTICAL;
2015 effect: SOFT_SHADOW;
2018 description { state: "default" 0.0;
2020 rel1.to_x: "elm.swallow.content";
2021 rel1.relative: 1.0 0.0;
2024 color: 224 224 224 255;
2027 font: "Sans,Edje-Vera";
2031 text_class: "button";
2034 description { state: "visible" 0.0;
2035 inherit: "default" 0.0;
2039 description { state: "disabled" 0.0;
2040 inherit: "default" 0.0;
2044 description { state: "disabled_visible" 0.0;
2045 inherit: "default" 0.0;
2052 part { name: "over1";
2054 description { state: "default" 0.0;
2055 rel2.relative: 1.0 0.5;
2057 normal: "bt_hilight.png";
2061 description { state: "disabled" 0.0;
2062 inherit: "default" 0.0;
2064 normal: "bt_dis_hilight.png";
2069 part { name: "over2";
2072 ignore_flags: ON_HOLD;
2073 description { state: "default" 0.0;
2075 normal: "bt_shine.png";
2079 description { state: "disabled" 0.0;
2080 inherit: "default" 0.0;
2084 part { name: "over3";
2087 description { state: "default" 0.0;
2088 color: 255 255 255 0;
2090 normal: "bt_glow.png";
2091 border: 12 12 12 12;
2095 description { state: "clicked" 0.0;
2096 inherit: "default" 0.0;
2097 color: 255 255 255 255;
2100 part { name: "disabler";
2102 description { state: "default" 0.0;
2106 description { state: "disabled" 0.0;
2107 inherit: "default" 0.0;
2114 name: "button_click";
2115 signal: "mouse,down,1";
2117 action: SIGNAL_EMIT "elm,action,press" "";
2118 after: "button_click_anim";
2121 name: "button_click_anim";
2122 action: STATE_SET "clicked" 0.0;
2123 target: "button_image";
2126 name: "button_unclick";
2127 signal: "mouse,up,1";
2129 action: SIGNAL_EMIT "elm,action,unpress" "";
2130 after: "button_unclick_anim";
2133 name: "button_pressed_anim";
2134 signal: "elm,anim,activate";
2136 action: STATE_SET "clicked" 0.0;
2137 target: "button_image";
2139 after: "button_unpressed_anim";
2142 name: "button_unpressed_anim";
2143 action: STATE_SET "default" 0.0;
2144 transition: DECELERATE 0.5;
2145 target: "button_image";
2149 name: "button_unclick_anim";
2150 action: STATE_SET "default" 0.0;
2151 target: "button_image";
2154 name: "button_click2";
2155 signal: "mouse,down,1";
2157 action: STATE_SET "clicked" 0.0;
2161 name: "button_unclick2";
2162 signal: "mouse,up,1";
2164 action: STATE_SET "default" 0.0;
2165 transition: DECELERATE 0.5;
2169 name: "button_unclick3";
2170 signal: "mouse,clicked,1";
2172 action: SIGNAL_EMIT "elm,action,click" "";
2174 program { name: "text_show";
2175 signal: "elm,state,text,visible";
2180 get_state(PART:"elm.swallow.content", st, 30, vl);
2181 if (!strcmp(st, "icononly"))
2182 set_state(PART:"elm.swallow.content", "visible", 0.0);
2183 set_state(PART:"elm.text", "visible", 0.0);
2186 program { name: "text_hide";
2187 signal: "elm,state,text,hidden";
2192 get_state(PART:"elm.swallow.content", st, 30, vl);
2193 if (!strcmp(st, "visible"))
2194 set_state(PART:"elm.swallow.content", "icononly", 0.0);
2195 set_state(PART:"elm.text", "default", 0.0);
2198 program { name: "icon_show";
2199 signal: "elm,state,icon,visible";
2204 get_state(PART:"elm.text", st, 30, vl);
2205 if (!strcmp(st, "visible"))
2206 set_state(PART:"elm.swallow.content", "visible", 0.0);
2208 set_state(PART:"elm.swallow.content", "icononly", 0.0);
2211 program { name: "icon_hide";
2212 signal: "elm,state,icon,hidden";
2214 action: STATE_SET "default" 0.0;
2215 target: "elm.swallow.content";
2217 program { name: "disable";
2218 signal: "elm,state,disabled";
2220 action: STATE_SET "disabled" 0.0;
2221 target: "button_image";
2225 after: "disable_text";
2227 program { name: "disable_text";
2231 get_state(PART:"elm.text", st, 30, vl);
2232 if (!strcmp(st, "visible"))
2233 set_state(PART:"elm.text", "disabled_visible", 0.0);
2235 set_state(PART:"elm.text", "disabled", 0.0);
2238 program { name: "enable";
2239 signal: "elm,state,enabled";
2241 action: STATE_SET "default" 0.0;
2242 target: "button_image";
2246 after: "enable_text";
2248 program { name: "enable_text";
2252 get_state(PART:"elm.text", st, 30, vl);
2253 if (!strcmp(st, "disabled_visible"))
2254 set_state(PART:"elm.text", "visible", 0.0);
2256 set_state(PART:"elm.text", "default", 0.0);
2262 group { name: "elm/button/base/hoversel_vertical/default";
2263 alias: "elm/button/base/hoversel_vertical/entry";
2264 alias: "elm/button/base/hoversel_horizontal/default";
2265 alias: "elm/button/base/hoversel_horizontal/entry";
2267 image: "bt_base1.png" COMP;
2268 image: "bt_base2.png" COMP;
2269 image: "bt_hilight.png" COMP;
2270 image: "bt_shine.png" COMP;
2271 image: "bt_glow.png" COMP;
2272 image: "updown.png" COMP;
2273 image: "bt_dis_base.png" COMP;
2274 image: "bt_dis_hilight.png" COMP;
2277 part { name: "button_image";
2279 description { state: "default" 0.0;
2281 normal: "bt_base2.png";
2284 image.middle: SOLID;
2286 description { state: "clicked" 0.0;
2287 inherit: "default" 0.0;
2288 image.normal: "bt_base1.png";
2289 image.middle: SOLID;
2291 description { state: "disabled" 0.0;
2292 inherit: "default" 0.0;
2294 normal: "bt_dis_base.png";
2299 part { name: "arrow";
2301 description { state: "default" 0.0;
2302 image.normal: "updown.png";
2303 aspect: 0.6666666666 0.6666666666;
2304 aspect_preference: VERTICAL;
2307 rel2.relative: 0.0 1.0;
2311 part { name: "elm.swallow.content";
2313 description { state: "default" 0.0;
2328 description { state: "visible" 0.0;
2329 inherit: "default" 0.0;
2333 aspect_preference: VERTICAL;
2336 description { state: "icononly" 0.0;
2337 inherit: "default" 0.0;
2343 to_x: "button_image";
2347 aspect_preference: VERTICAL;
2353 effect: SOFT_SHADOW;
2356 description { state: "default" 0.0;
2358 rel1.to_x: "elm.swallow.content";
2359 rel1.relative: 1.0 0.0;
2362 color: 224 224 224 255;
2365 font: "Sans,Edje-Vera";
2369 text_class: "button";
2372 description { state: "visible" 0.0;
2373 inherit: "default" 0.0;
2377 description { state: "disabled" 0.0;
2378 inherit: "default" 0.0;
2382 description { state: "disabled_visible" 0.0;
2383 inherit: "default" 0.0;
2390 part { name: "over1";
2392 description { state: "default" 0.0;
2393 rel2.relative: 1.0 0.5;
2395 normal: "bt_hilight.png";
2399 description { state: "disabled" 0.0;
2400 inherit: "default" 0.0;
2402 normal: "bt_dis_hilight.png";
2407 part { name: "over2";
2410 ignore_flags: ON_HOLD;
2411 description { state: "default" 0.0;
2413 normal: "bt_shine.png";
2417 description { state: "disabled" 0.0;
2418 inherit: "default" 0.0;
2422 part { name: "over3";
2425 description { state: "default" 0.0;
2426 color: 255 255 255 0;
2428 normal: "bt_glow.png";
2429 border: 12 12 12 12;
2433 description { state: "clicked" 0.0;
2434 inherit: "default" 0.0;
2436 color: 255 255 255 255;
2439 part { name: "disabler";
2441 description { state: "default" 0.0;
2445 description { state: "disabled" 0.0;
2446 inherit: "default" 0.0;
2453 name: "button_click";
2454 signal: "mouse,down,1";
2456 action: STATE_SET "clicked" 0.0;
2457 target: "button_image";
2460 name: "button_unclick";
2461 signal: "mouse,up,1";
2463 action: STATE_SET "default" 0.0;
2464 target: "button_image";
2467 name: "button_click2";
2468 signal: "mouse,down,1";
2470 action: STATE_SET "clicked" 0.0;
2474 name: "button_unclick2";
2475 signal: "mouse,up,1";
2477 action: STATE_SET "default" 0.0;
2478 transition: DECELERATE 0.5;
2482 name: "button_unclick3";
2483 signal: "mouse,up,1";
2485 action: SIGNAL_EMIT "elm,action,click" "";
2487 program { name: "text_show";
2488 signal: "elm,state,text,visible";
2493 get_state(PART:"elm.swallow.content", st, 30, vl);
2494 if (!strcmp(st, "icononly"))
2495 set_state(PART:"elm.swallow.content", "visible", 0.0);
2496 set_state(PART:"elm.text", "visible", 0.0);
2499 program { name: "text_hide";
2500 signal: "elm,state,text,hidden";
2505 get_state(PART:"elm.swallow.content", st, 30, vl);
2506 if (!strcmp(st, "visible"))
2507 set_state(PART:"elm.swallow.content", "icononly", 0.0);
2508 set_state(PART:"elm.text", "default", 0.0);
2511 program { name: "icon_show";
2512 signal: "elm,state,icon,visible";
2517 get_state(PART:"elm.text", st, 30, vl);
2518 if (!strcmp(st, "visible"))
2519 set_state(PART:"elm.swallow.content", "visible", 0.0);
2521 set_state(PART:"elm.swallow.content", "icononly", 0.0);
2524 program { name: "icon_hide";
2525 signal: "elm,state,icon,hidden";
2527 action: STATE_SET "default" 0.0;
2528 target: "elm.swallow.content";
2530 program { name: "disable";
2531 signal: "elm,state,disabled";
2533 action: STATE_SET "disabled" 0.0;
2534 target: "button_image";
2538 after: "disable_text";
2540 program { name: "disable_text";
2544 get_state(PART:"elm.text", st, 30, vl);
2545 if (!strcmp(st, "visible"))
2546 set_state(PART:"elm.text", "disabled_visible", 0.0);
2548 set_state(PART:"elm.text", "disabled", 0.0);
2551 program { name: "enable";
2552 signal: "elm,state,enabled";
2554 action: STATE_SET "default" 0.0;
2555 target: "button_image";
2559 after: "enable_text";
2561 program { name: "enable_text";
2565 get_state(PART:"elm.text", st, 30, vl);
2566 if (!strcmp(st, "disabled_visible"))
2567 set_state(PART:"elm.text", "visible", 0.0);
2569 set_state(PART:"elm.text", "default", 0.0);
2575 group { name: "elm/button/base/hoversel_vertical_entry/default";
2576 alias: "elm/button/base/hoversel_vertical_entry/entry";
2577 alias: "elm/button/base/hoversel_horizontal_entry/default";
2578 alias: "elm/button/base/hoversel_horizontal_entry/entry";
2580 image: "hoversel_entry_bg.png" COMP;
2583 part { name: "button_image";
2585 description { state: "default" 0.0;
2586 color: 255 255 255 0;
2587 image.normal: "hoversel_entry_bg.png";
2588 image.border: 0 0 2 2;
2591 description { state: "clicked" 0.0;
2592 inherit: "default" 0.0;
2593 color: 255 255 255 255;
2596 part { name: "elm.swallow.content";
2598 description { state: "default" 0.0;
2603 rel2.relative: 0.0 1.0;
2605 description { state: "visible" 0.0;
2606 inherit: "default" 0.0;
2609 aspect_preference: VERTICAL;
2612 description { state: "icononly" 0.0;
2613 inherit: "default" 0.0;
2618 rel2.relative: 1.0 1.0;
2619 aspect_preference: VERTICAL;
2622 part { name: "textvis";
2625 description { state: "default" 0.0;
2628 description { state: "visible" 0.0;
2635 effect: SOFT_SHADOW;
2639 description { state: "default" 0.0;
2640 rel1.to_x: "elm.swallow.content";
2641 rel1.relative: 1.0 0.0;
2644 color: 224 224 224 255;
2647 font: "Sans,Edje-Vera";
2651 text_class: "button";
2654 description { state: "visible" 0.0;
2655 inherit: "default" 0.0;
2658 description { state: "clicked" 0.0;
2659 inherit: "default" 0.0;
2665 part { name: "over2";
2668 description { state: "default" 0.0;
2675 name: "button_click";
2676 signal: "mouse,down,1";
2678 action: STATE_SET "clicked" 0.0;
2679 target: "button_image";
2683 name: "button_unclick";
2684 signal: "mouse,up,1";
2686 action: STATE_SET "default" 0.0;
2687 target: "button_image";
2691 name: "button_unclick3";
2692 signal: "mouse,up,1";
2694 action: SIGNAL_EMIT "elm,action,click" "";
2696 program { name: "text_show";
2697 signal: "elm,state,text,visible";
2702 get_state(PART:"elm.swallow.content", st, 30, vl);
2703 if (!strcmp(st, "icononly"))
2704 set_state(PART:"elm.swallow.content", "visible", 0.0);
2705 set_state(PART:"textvis", "visible", 0.0);
2706 set_state(PART:"elm.text", "visible", 0.0);
2709 program { name: "text_hide";
2710 signal: "elm,state,text,hidden";
2715 get_state(PART:"elm.swallow.content", st, 30, vl);
2716 if (!strcmp(st, "visible"))
2717 set_state(PART:"elm.swallow.content", "icononly", 0.0);
2718 set_state(PART:"textvis", "default", 0.0);
2719 set_state(PART:"elm.text", "default", 0.0);
2722 program { name: "icon_show";
2723 signal: "elm,state,icon,visible";
2728 get_state(PART:"textvis", st, 30, vl);
2729 if (!strcmp(st, "visible"))
2730 set_state(PART:"elm.swallow.content", "visible", 0.0);
2732 set_state(PART:"elm.swallow.content", "icononly", 0.0);
2735 program { name: "icon_hide";
2736 signal: "elm,state,icon,hidden";
2738 action: STATE_SET "default" 0.0;
2739 target: "elm.swallow.content";
2744 group { name: "elm/button/base/anchor";
2746 image: "bt_base1.png" COMP;
2747 image: "bt_base2.png" COMP;
2748 image: "bt_hilight.png" COMP;
2749 image: "bt_shine.png" COMP;
2750 image: "bt_glow.png" COMP;
2751 image: "bt_dis_base.png" COMP;
2752 image: "bt_dis_hilight.png" COMP;
2755 part { name: "button_image";
2757 description { state: "default" 0.0;
2759 color: 255 255 255 0;
2761 normal: "bt_base2.png";
2764 image.middle: SOLID;
2766 description { state: "visible" 0.0;
2767 inherit: "default" 0.0;
2768 color: 255 255 255 255;
2770 description { state: "clicked" 0.0;
2771 inherit: "default" 0.0;
2772 inherit: "visible" 0.0;
2773 image.normal: "bt_base1.png";
2774 image.middle: SOLID;
2776 description { state: "disabled" 0.0;
2777 inherit: "default" 0.0;
2778 inherit: "visible" 0.0;
2780 normal: "bt_dis_base.png";
2785 part { name: "elm.swallow.content";
2787 description { state: "default" 0.0;
2793 rel2.relative: 0.0 1.0;
2795 description { state: "visible" 0.0;
2796 inherit: "default" 0.0;
2800 aspect_preference: VERTICAL;
2803 description { state: "icononly" 0.0;
2804 inherit: "default" 0.0;
2810 rel2.relative: 1.0 1.0;
2811 aspect_preference: VERTICAL;
2817 effect: SOFT_SHADOW;
2820 description { state: "default" 0.0;
2822 rel1.to_x: "elm.swallow.content";
2823 rel1.relative: 1.0 0.0;
2826 color: 224 224 224 255;
2829 font: "Sans,Edje-Vera";
2833 text_class: "button";
2836 description { state: "visible" 0.0;
2837 inherit: "default" 0.0;
2841 description { state: "disabled" 0.0;
2842 inherit: "default" 0.0;
2846 description { state: "disabled_visible" 0.0;
2847 inherit: "default" 0.0;
2854 part { name: "over1";
2856 description { state: "default" 0.0;
2857 color: 255 255 255 0;
2858 rel2.relative: 1.0 0.5;
2860 normal: "bt_hilight.png";
2864 description { state: "visible" 0.0;
2865 inherit: "default" 0.0;
2866 color: 255 255 255 255;
2868 description { state: "disabled" 0.0;
2869 inherit: "default" 0.0;
2870 inherit: "visible" 0.0;
2872 normal: "bt_dis_hilight.png";
2877 part { name: "over2";
2880 ignore_flags: ON_HOLD;
2881 description { state: "default" 0.0;
2883 normal: "bt_shine.png";
2887 description { state: "disabled" 0.0;
2888 inherit: "default" 0.0;
2892 part { name: "over3";
2895 description { state: "default" 0.0;
2896 color: 255 255 255 0;
2898 normal: "bt_glow.png";
2899 border: 12 12 12 12;
2903 description { state: "clicked" 0.0;
2904 inherit: "default" 0.0;
2906 color: 255 255 255 255;
2909 part { name: "disabler";
2911 description { state: "default" 0.0;
2915 description { state: "disabled" 0.0;
2916 inherit: "default" 0.0;
2923 name: "button_mouse_in";
2926 action: STATE_SET "visible" 0.0;
2927 target: "button_image";
2929 transition: DECELERATE 0.5;
2932 name: "button_mouse_out";
2933 signal: "mouse,out";
2935 action: STATE_SET "default" 0.0;
2936 target: "button_image";
2938 transition: DECELERATE 0.5;
2941 name: "button_unclick";
2942 signal: "mouse,up,1";
2944 action: STATE_SET "visible" 0.0;
2945 target: "button_image";
2948 name: "button_click2";
2949 signal: "mouse,down,1";
2951 action: STATE_SET "clicked" 0.0;
2955 name: "button_unclick2";
2956 signal: "mouse,up,1";
2958 action: STATE_SET "default" 0.0;
2959 transition: DECELERATE 0.5;
2963 name: "button_unclick3";
2964 signal: "mouse,up,1";
2966 action: SIGNAL_EMIT "elm,action,click" "";
2968 program { name: "text_show";
2969 signal: "elm,state,text,visible";
2974 get_state(PART:"elm.swallow.content", st, 30, vl);
2975 if (!strcmp(st, "icononly"))
2976 set_state(PART:"elm.swallow.content", "visible", 0.0);
2977 set_state(PART:"elm.text", "visible", 0.0);
2980 program { name: "text_hide";
2981 signal: "elm,state,text,hidden";
2986 get_state(PART:"elm.swallow.content", st, 30, vl);
2987 if (!strcmp(st, "visible"))
2988 set_state(PART:"elm.swallow.content", "icononly", 0.0);
2989 set_state(PART:"elm.text", "default", 0.0);
2992 program { name: "icon_show";
2993 signal: "elm,state,icon,visible";
2998 get_state(PART:"elm.text", st, 30, vl);
2999 if (!strcmp(st, "visible"))
3000 set_state(PART:"elm.swallow.content", "visible", 0.0);
3002 set_state(PART:"elm.swallow.content", "icononly", 0.0);
3005 program { name: "icon_hide";
3006 signal: "elm,state,icon,hidden";
3008 action: STATE_SET "default" 0.0;
3009 target: "elm.swallow.content";
3011 program { name: "disable";
3012 signal: "elm,state,disabled";
3014 action: STATE_SET "disabled" 0.0;
3015 target: "button_image";
3019 after: "disable_text";
3021 program { name: "disable_text";
3025 get_state(PART:"elm.text", st, 30, vl);
3026 if (!strcmp(st, "visible"))
3027 set_state(PART:"elm.text", "disabled_visible", 0.0);
3029 set_state(PART:"elm.text", "disabled", 0.0);
3032 program { name: "enable";
3033 signal: "elm,state,enabled";
3035 action: STATE_SET "default" 0.0;
3036 target: "button_image";
3040 after: "enable_text";
3042 program { name: "enable_text";
3046 get_state(PART:"elm.text", st, 30, vl);
3047 if (!strcmp(st, "disabled_visible"))
3048 set_state(PART:"elm.text", "visible", 0.0);
3050 set_state(PART:"elm.text", "default", 0.0);
3056 ///////////////////////////////////////////////////////////////////////////////
3057 group { name: "elm/toggle/base/default";
3059 image: "shelf_inset.png" COMP;
3060 image: "bt_basew.png" COMP;
3061 image: "bt_bases.png" COMP;
3062 image: "bt_hilightw.png" COMP;
3063 image: "tog_base.png" COMP;
3064 image: "tog_dis_base.png" COMP;
3071 description { state: "default" 0.0;
3072 rel1.relative: 1.0 0.0;
3079 aspect_preference: VERTICAL;
3080 color: 255 255 255 255;
3083 part { name: "clipper";
3086 description { state: "default" 0.0;
3089 color: 255 255 255 255;
3092 part { name: "button";
3102 description { state: "default" 0.0;
3109 aspect_preference: VERTICAL;
3113 part { name: "button_events";
3118 description { state: "default" 0.0;
3121 rel1.relative: 0.0 0.0;
3124 rel2.relative: 1.0 1.0;
3128 part { name: "onrect";
3133 description { state: "default" 0.0;
3135 rel1.relative: -5.0 0.0;
3137 rel2.relative: 0.0 1.0;
3141 part { name: "offrect";
3146 description { state: "default" 0.0;
3148 rel1.relative: 1.0 0.0;
3150 rel2.relative: 6.0 1.0;
3154 part { name: "togbase";
3157 description { state: "default" 0.0;
3160 image.normal: "tog_base.png";
3162 description { state: "disabled" 0.0;
3163 inherit: "default" 0.0;
3164 image.normal: "tog_dis_base.png";
3167 part { name: "elm.offtext";
3172 description { state: "default" 0.0;
3174 rel1.to_x: "offrect";
3175 rel2.to_x: "offrect";
3178 font: "Sans,Edje-Vera";
3185 description { state: "disabled" 0.0;
3186 inherit: "default" 0.0;
3187 color: 128 128 128 128;
3190 part { name: "elm.ontext";
3192 effect: SOFT_SHADOW;
3196 description { state: "default" 0.0;
3198 rel1.to_x: "onrect";
3200 rel2.to_x: "onrect";
3202 color: 224 224 224 255;
3205 font: "Sans,Edje-Vera";
3212 description { state: "disabled" 0.0;
3213 inherit: "default" 0.0;
3214 color: 128 128 128 128;
3218 part { name: "conf_over";
3220 description { state: "default" 0.0;
3226 normal: "shelf_inset.png";
3233 part { name: "button0";
3236 description { state: "default" 0.0;
3242 normal: "bt_bases.png";
3243 border: 11 11 11 11;
3245 image.middle: SOLID;
3246 color: 255 255 255 128;
3249 part { name: "button2";
3252 description { state: "default" 0.0;
3258 normal: "bt_basew.png";
3261 image.middle: SOLID;
3264 part { name: "button3";
3267 description { state: "default" 0.0;
3270 rel2.relative: 1.0 0.5;
3272 normal: "bt_hilightw.png";
3277 part { name: "elm.swallow.content";
3279 description { state: "default" 0.0;
3284 rel2.relative: 0.0 1.0;
3287 description { state: "visible" 0.0;
3288 inherit: "default" 0.0;
3293 description { state: "disabled" 0.0;
3294 inherit: "default" 0.0;
3295 color: 128 128 128 128;
3297 description { state: "disabled_visible" 0.0;
3298 inherit: "default" 0.0;
3299 color: 128 128 128 128;
3304 part { name: "elm.text";
3308 description { state: "default" 0.0;
3310 rel1.to_x: "elm.swallow.content";
3311 rel1.relative: 1.0 0.0;
3314 rel2.relative: 0.0 1.0;
3318 font: "Sans,Edje-Vera";
3324 description { state: "visible" 0.0;
3325 inherit: "default" 0.0;
3329 description { state: "disabled" 0.0;
3330 inherit: "default" 0.0;
3331 color: 128 128 128 128;
3333 description { state: "disabled_visible" 0.0;
3334 inherit: "default" 0.0;
3335 color: 128 128 128 128;
3340 part { name: "disabler";
3342 description { state: "default" 0.0;
3346 description { state: "disabled" 0.0;
3347 inherit: "default" 0.0;
3353 program { name: "drag_end";
3354 signal: "mouse,up,1";
3357 new Float:dx, Float:dy;
3358 get_drag(PART:"button", dx, dy);
3361 set_drag(PART:"button", 1.0, 0.0);
3362 emit("elm,action,toggle,on", "");
3366 set_drag(PART:"button", 0.0, 0.0);
3367 emit("elm,action,toggle,off", "");
3371 program { name: "toggle_on";
3372 signal: "elm,state,toggle,on";
3375 set_drag(PART:"button", 100.0, 0.0);
3378 program { name: "toggle_off";
3379 signal: "elm,state,toggle,off";
3382 set_drag(PART:"button", 0.0, 0.0);
3385 program { name: "text_show";
3386 signal: "elm,state,text,visible";
3388 action: STATE_SET "visible" 0.0;
3391 program { name: "text_hide";
3392 signal: "elm,state,text,hidden";
3394 action: STATE_SET "default" 0.0;
3397 program { name: "icon_show";
3398 signal: "elm,state,icon,visible";
3400 action: STATE_SET "visible" 0.0;
3401 target: "elm.swallow.content";
3403 program { name: "icon_hide";
3404 signal: "elm,state,icon,hidden";
3406 action: STATE_SET "default" 0.0;
3407 target: "elm.swallow.content";
3409 program { name: "disable";
3410 signal: "elm,state,disabled";
3412 action: STATE_SET "disabled" 0.0;
3414 target: "elm.offtext";
3415 target: "elm.ontext";
3417 after: "disable_text";
3419 program { name: "disable_text";
3423 get_state(PART:"elm.text", st, 30, vl);
3424 if (!strcmp(st, "visible"))
3425 set_state(PART:"elm.text", "disabled_visible", 0.0);
3427 set_state(PART:"elm.text", "disabled", 0.0);
3429 get_state(PART:"elm.swallow.content", st, 30, vl);
3430 if (!strcmp(st, "visible"))
3431 set_state(PART:"elm.swallow.content", "disabled_visible", 0.0);
3433 set_state(PART:"elm.swallow.content", "disabled", 0.0);
3436 program { name: "enable";
3437 signal: "elm,state,enabled";
3439 action: STATE_SET "default" 0.0;
3441 after: "enable_text";
3443 program { name: "enable_text";
3447 get_state(PART:"elm.text", st, 30, vl);
3448 if (!strcmp(st, "disabled_visible"))
3449 set_state(PART:"elm.text", "visible", 0.0);
3451 set_state(PART:"elm.text", "default", 0.0);
3453 get_state(PART:"elm.swallow.content", st, 30, vl);
3454 if (!strcmp(st, "visible"))
3455 set_state(PART:"elm.swallow.content", "visible", 0.0);
3457 set_state(PART:"elm.swallow.content", "default", 0.0);
3463 ///////////////////////////////////////////////////////////////////////////////
3464 group { name: "elm/clock/flipdigit/default";
3466 image: "flip_base.png" COMP;
3467 image: "flip_base_shad.png" COMP;
3468 image: "flip_shad.png" COMP;
3469 image: "flip_0t.png" COMP;
3470 image: "flip_0b.png" COMP;
3471 image: "flip_1t.png" COMP;
3472 image: "flip_1b.png" COMP;
3473 image: "flip_2t.png" COMP;
3474 image: "flip_2b.png" COMP;
3475 image: "flip_3t.png" COMP;
3476 image: "flip_3b.png" COMP;
3477 image: "flip_4t.png" COMP;
3478 image: "flip_4b.png" COMP;
3479 image: "flip_5t.png" COMP;
3480 image: "flip_5b.png" COMP;
3481 image: "flip_6t.png" COMP;
3482 image: "flip_6b.png" COMP;
3483 image: "flip_7t.png" COMP;
3484 image: "flip_7b.png" COMP;
3485 image: "flip_8t.png" COMP;
3486 image: "flip_8b.png" COMP;
3487 image: "flip_9t.png" COMP;
3488 image: "flip_9b.png" COMP;
3489 image: "arrow_up.png" COMP;
3490 image: "arrow_down.png" COMP;
3493 public v0_cur, v0_pre, v0_lock, v0_next;
3495 public animator2(val, Float:pos) {
3496 new st1[11], st2[11], v;
3498 v = get_int(v0_cur);
3499 snprintf(st1, 10, "%ih", v);
3500 snprintf(st2, 10, "%i", v);
3501 set_tween_state(PART:"bot", pos, st1, 0.0, st2, 0.0);
3502 set_tween_state(PART:"sh", pos, "half", 0.0, "full", 0.0);
3504 set_state(PART:"sh", "default", 0.0);
3505 set_int(v0_lock, 0);
3506 v = get_int(v0_next);
3508 set_int(v0_next, -1);
3509 message(MSG_INT, 1, v);
3513 public animator1(val, Float:pos) {
3514 new st1[11], st2[11], v;
3516 v = get_int(v0_pre);
3517 snprintf(st1, 10, "%i", v);
3518 snprintf(st2, 10, "%ih", v);
3519 set_tween_state(PART:"top", pos, st1, 0.0, st2, 0.0);
3520 set_tween_state(PART:"sh", pos, "default", 0.0, "half", 0.0);
3521 if (pos >= 1.0) anim(0.2, "animator2", val);
3523 public message(Msg_Type:type, id, ...) {
3524 if ((type == MSG_INT) && (id == 1)) {
3525 new value, v, buf[11];
3528 if (get_int(v0_lock) == 1) {
3529 set_int(v0_next, value);
3532 v = get_int(v0_cur);
3534 set_int(v0_cur, value);
3535 set_int(v0_lock, 1);
3536 snprintf(buf, 10, "%i", get_int(v0_pre));
3537 set_state(PART:"bot0", buf, 0.0);
3538 snprintf(buf, 10, "%ih", get_int(v0_cur));
3539 set_state(PART:"bot", buf, 0.0);
3540 snprintf(buf, 10, "%i", get_int(v0_cur));
3541 set_state(PART:"top0", buf, 0.0);
3542 snprintf(buf, 10, "%i", get_int(v0_pre));
3543 set_state(PART:"top", buf, 0.0);
3544 set_state(PART:"sh", "default", 0.0);
3545 anim(0.2, "animator1", 1);
3550 part { name: "shad";
3552 description { state: "default" 0.0;
3558 normal: "flip_base_shad.png";
3563 part { name: "base";
3565 description { state: "default" 0.0;
3568 // FIXME 48x96 should be the native pixel design, right now
3569 // its 80x160. fix int he artwork later
3573 image.normal: "flip_base.png";
3579 description { state: "default" 0.0;
3582 rel1.relative: 0.0 0.5;
3586 description { state: "visible" 0.0;
3587 inherit: "default" 0.0;
3594 description { state: "default" 0.0;
3598 rel2.relative: 1.0 0.5;
3601 description { state: "visible" 0.0;
3602 inherit: "default" 0.0;
3606 part { name: "bot0";
3608 description { state: "default" 0.0;
3611 image.normal: "flip_0b.png";
3613 description { state: "0" 0.0;
3614 inherit: "default" 0.0;
3615 image.normal: "flip_0b.png";
3617 description { state: "1" 0.0;
3618 inherit: "default" 0.0;
3619 image.normal: "flip_1b.png";
3621 description { state: "2" 0.0;
3622 inherit: "default" 0.0;
3623 image.normal: "flip_2b.png";
3625 description { state: "3" 0.0;
3626 inherit: "default" 0.0;
3627 image.normal: "flip_3b.png";
3629 description { state: "4" 0.0;
3630 inherit: "default" 0.0;
3631 image.normal: "flip_4b.png";
3633 description { state: "5" 0.0;
3634 inherit: "default" 0.0;
3635 image.normal: "flip_5b.png";
3637 description { state: "6" 0.0;
3638 inherit: "default" 0.0;
3639 image.normal: "flip_6b.png";
3641 description { state: "7" 0.0;
3642 inherit: "default" 0.0;
3643 image.normal: "flip_7b.png";
3645 description { state: "8" 0.0;
3646 inherit: "default" 0.0;
3647 image.normal: "flip_8b.png";
3649 description { state: "9" 0.0;
3650 inherit: "default" 0.0;
3651 image.normal: "flip_9b.png";
3656 description { state: "default" 0.0;
3659 rel2.relative: 1.0 0.0;
3660 image.normal: "flip_shad.png";
3662 description { state: "half" 0.0;
3663 inherit: "default" 0.0;
3664 rel2.relative: 1.0 0.5;
3666 description { state: "full" 0.0;
3667 inherit: "default" 0.0;
3668 rel2.relative: 1.0 1.0;
3673 description { state: "default" 0.0;
3677 image.normal: "flip_0b.png";
3679 description { state: "0" 0.0;
3680 inherit: "default" 0.0;
3682 rel2.relative: 1.0 1.0;
3683 image.normal: "flip_0b.png";
3685 description { state: "0h" 0.0;
3686 inherit: "default" 0.0;
3688 rel2.relative: 1.0 0.0;
3689 image.normal: "flip_0b.png";
3691 description { state: "1" 0.0;
3692 inherit: "default" 0.0;
3694 rel2.relative: 1.0 1.0;
3695 image.normal: "flip_1b.png";
3697 description { state: "1h" 0.0;
3698 inherit: "default" 0.0;
3700 rel2.relative: 1.0 0.0;
3701 image.normal: "flip_1b.png";
3703 description { state: "2" 0.0;
3704 inherit: "default" 0.0;
3706 rel2.relative: 1.0 1.0;
3707 image.normal: "flip_2b.png";
3709 description { state: "2h" 0.0;
3710 inherit: "default" 0.0;
3712 rel2.relative: 1.0 0.0;
3713 image.normal: "flip_2b.png";
3715 description { state: "3" 0.0;
3716 inherit: "default" 0.0;
3718 rel2.relative: 1.0 1.0;
3719 image.normal: "flip_3b.png";
3721 description { state: "3h" 0.0;
3722 inherit: "default" 0.0;
3724 rel2.relative: 1.0 0.0;
3725 image.normal: "flip_3b.png";
3727 description { state: "4" 0.0;
3728 inherit: "default" 0.0;
3730 rel2.relative: 1.0 1.0;
3731 image.normal: "flip_4b.png";
3733 description { state: "4h" 0.0;
3734 inherit: "default" 0.0;
3736 rel2.relative: 1.0 0.0;
3737 image.normal: "flip_4b.png";
3739 description { state: "5" 0.0;
3740 inherit: "default" 0.0;
3742 rel2.relative: 1.0 1.0;
3743 image.normal: "flip_5b.png";
3745 description { state: "5h" 0.0;
3746 inherit: "default" 0.0;
3748 rel2.relative: 1.0 0.0;
3749 image.normal: "flip_5b.png";
3751 description { state: "6" 0.0;
3752 inherit: "default" 0.0;
3754 rel2.relative: 1.0 1.0;
3755 image.normal: "flip_6b.png";
3757 description { state: "6h" 0.0;
3758 inherit: "default" 0.0;
3760 rel2.relative: 1.0 0.0;
3761 image.normal: "flip_6b.png";
3763 description { state: "7" 0.0;
3764 inherit: "default" 0.0;
3766 rel2.relative: 1.0 1.0;
3767 image.normal: "flip_7b.png";
3769 description { state: "7h" 0.0;
3770 inherit: "default" 0.0;
3772 rel2.relative: 1.0 0.0;
3773 image.normal: "flip_7b.png";
3775 description { state: "8" 0.0;
3776 inherit: "default" 0.0;
3778 rel2.relative: 1.0 1.0;
3779 image.normal: "flip_8b.png";
3781 description { state: "8h" 0.0;
3782 inherit: "default" 0.0;
3784 rel2.relative: 1.0 0.0;
3785 image.normal: "flip_8b.png";
3787 description { state: "9" 0.0;
3788 inherit: "default" 0.0;
3790 rel2.relative: 1.0 1.0;
3791 image.normal: "flip_9b.png";
3793 description { state: "9h" 0.0;
3794 inherit: "default" 0.0;
3796 rel2.relative: 1.0 0.0;
3797 image.normal: "flip_9b.png";
3800 part { name: "top0";
3802 description { state: "default" 0.0;
3805 image.normal: "flip_0t.png";
3807 description { state: "0" 0.0;
3808 inherit: "default" 0.0;
3809 image.normal: "flip_0t.png";
3811 description { state: "1" 0.0;
3812 inherit: "default" 0.0;
3813 image.normal: "flip_1t.png";
3815 description { state: "2" 0.0;
3816 inherit: "default" 0.0;
3817 image.normal: "flip_2t.png";
3819 description { state: "3" 0.0;
3820 inherit: "default" 0.0;
3821 image.normal: "flip_3t.png";
3823 description { state: "4" 0.0;
3824 inherit: "default" 0.0;
3825 image.normal: "flip_4t.png";
3827 description { state: "5" 0.0;
3828 inherit: "default" 0.0;
3829 image.normal: "flip_5t.png";
3831 description { state: "6" 0.0;
3832 inherit: "default" 0.0;
3833 image.normal: "flip_6t.png";
3835 description { state: "7" 0.0;
3836 inherit: "default" 0.0;
3837 image.normal: "flip_7t.png";
3839 description { state: "8" 0.0;
3840 inherit: "default" 0.0;
3841 image.normal: "flip_8t.png";
3843 description { state: "9" 0.0;
3844 inherit: "default" 0.0;
3845 image.normal: "flip_9t.png";
3850 description { state: "default" 0.0;
3854 image.normal: "flip_0t.png";
3856 description { state: "0" 0.0;
3857 inherit: "default" 0.0;
3859 rel1.relative: 0.0 0.0;
3860 image.normal: "flip_0t.png";
3862 description { state: "0h" 0.0;
3863 inherit: "default" 0.0;
3864 color: 128 128 128 255;
3866 rel1.relative: 0.0 1.0;
3867 image.normal: "flip_0t.png";
3869 description { state: "1" 0.0;
3870 inherit: "default" 0.0;
3872 rel1.relative: 0.0 0.0;
3873 image.normal: "flip_1t.png";
3875 description { state: "1h" 0.0;
3876 inherit: "default" 0.0;
3877 color: 128 128 128 255;
3879 rel1.relative: 0.0 1.0;
3880 image.normal: "flip_1t.png";
3882 description { state: "2" 0.0;
3883 inherit: "default" 0.0;
3885 rel1.relative: 0.0 0.0;
3886 image.normal: "flip_2t.png";
3888 description { state: "2h" 0.0;
3889 inherit: "default" 0.0;
3890 color: 128 128 128 255;
3892 rel1.relative: 0.0 1.0;
3893 image.normal: "flip_2t.png";
3895 description { state: "3" 0.0;
3896 inherit: "default" 0.0;
3898 rel1.relative: 0.0 0.0;
3899 image.normal: "flip_3t.png";
3901 description { state: "3h" 0.0;
3902 inherit: "default" 0.0;
3903 color: 128 128 128 255;
3905 rel1.relative: 0.0 1.0;
3906 image.normal: "flip_3t.png";
3908 description { state: "4" 0.0;
3909 inherit: "default" 0.0;
3911 rel1.relative: 0.0 0.0;
3912 image.normal: "flip_4t.png";
3914 description { state: "4h" 0.0;
3915 inherit: "default" 0.0;
3916 color: 128 128 128 255;
3918 rel1.relative: 0.0 1.0;
3919 image.normal: "flip_4t.png";
3921 description { state: "5" 0.0;
3922 inherit: "default" 0.0;
3924 rel1.relative: 0.0 0.0;
3925 image.normal: "flip_5t.png";
3927 description { state: "5h" 0.0;
3928 inherit: "default" 0.0;
3929 color: 128 128 128 255;
3931 rel1.relative: 0.0 1.0;
3932 image.normal: "flip_5t.png";
3934 description { state: "6" 0.0;
3935 inherit: "default" 0.0;
3937 rel1.relative: 0.0 0.0;
3938 image.normal: "flip_6t.png";
3940 description { state: "6h" 0.0;
3941 inherit: "default" 0.0;
3942 color: 128 128 128 255;
3944 rel1.relative: 0.0 1.0;
3945 image.normal: "flip_6t.png";
3947 description { state: "7" 0.0;
3948 inherit: "default" 0.0;
3950 rel1.relative: 0.0 0.0;
3951 image.normal: "flip_7t.png";
3953 description { state: "7h" 0.0;
3954 inherit: "default" 0.0;
3955 color: 128 128 128 255;
3957 rel1.relative: 0.0 1.0;
3958 image.normal: "flip_7t.png";
3960 description { state: "8" 0.0;
3961 inherit: "default" 0.0;
3963 rel1.relative: 0.0 0.0;
3964 image.normal: "flip_8t.png";
3966 description { state: "8h" 0.0;
3967 inherit: "default" 0.0;
3968 color: 128 128 128 255;
3970 rel1.relative: 0.0 1.0;
3971 image.normal: "flip_8t.png";
3973 description { state: "9" 0.0;
3974 inherit: "default" 0.0;
3976 rel1.relative: 0.0 0.0;
3977 image.normal: "flip_9t.png";
3979 description { state: "9h" 0.0;
3980 inherit: "default" 0.0;
3981 color: 128 128 128 255;
3983 rel1.relative: 0.0 1.0;
3984 image.normal: "flip_9t.png";
3987 part { name: "atop";
3990 description { state: "default" 0.0;
3997 image.normal: "arrow_up.png";
3999 description { state: "visible" 0.0;
4000 inherit: "default" 0.0;
4004 part { name: "abot";
4007 description { state: "default" 0.0;
4014 image.normal: "arrow_down.png";
4016 description { state: "visible" 0.0;
4017 inherit: "default" 0.0;
4023 program { name: "load";
4029 set_int(v0_lock, 0);
4030 set_int(v0_next, -1);
4033 program { name: "edit_on";
4034 signal: "elm,state,edit,on";
4036 action: STATE_SET "visible" 0.0;
4042 program { name: "edit_off";
4043 signal: "elm,state,edit,off";
4045 action: STATE_SET "default" 0.0;
4051 program { name: "up";
4052 signal: "mouse,down,1";
4054 action: SIGNAL_EMIT "elm,action,up,start" "";
4056 program { name: "up,stop";
4057 signal: "mouse,up,1";
4059 action: SIGNAL_EMIT "elm,action,up,stop" "";
4061 program { name: "down";
4062 signal: "mouse,down,1";
4064 action: SIGNAL_EMIT "elm,action,down,start" "";
4066 program { name: "down,stop";
4067 signal: "mouse,up,1";
4069 action: SIGNAL_EMIT "elm,action,down,stop" "";
4074 ///////////////////////////////////////////////////////////////////////////////
4075 group { name: "elm/clock/flipampm/default";
4077 image: "flip_base.png" COMP;
4078 image: "flip_base_shad.png" COMP;
4079 image: "flip_shad.png" COMP;
4080 image: "flip_amt.png" COMP;
4081 image: "flip_amb.png" COMP;
4082 image: "flip_pmt.png" COMP;
4083 image: "flip_pmb.png" COMP;
4084 image: "arrow_up.png" COMP;
4085 image: "arrow_down.png" COMP;
4088 public v0_cur, v0_pre, v0_lock, v0_next;
4090 public animator2(val, Float:pos) {
4091 new st1[11], st2[11], v;
4093 v = get_int(v0_cur);
4094 snprintf(st1, 10, "%ih", v);
4095 snprintf(st2, 10, "%i", v);
4096 set_tween_state(PART:"bot", pos, st1, 0.0, st2, 0.0);
4097 set_tween_state(PART:"sh", pos, "half", 0.0, "full", 0.0);
4099 set_state(PART:"sh", "default", 0.0);
4100 set_int(v0_lock, 0);
4101 v = get_int(v0_next);
4103 set_int(v0_next, -1);
4104 message(MSG_INT, 1, v);
4108 public animator1(val, Float:pos) {
4109 new st1[11], st2[11], v;
4111 v = get_int(v0_pre);
4112 snprintf(st1, 10, "%i", v);
4113 snprintf(st2, 10, "%ih", v);
4114 set_tween_state(PART:"top", pos, st1, 0.0, st2, 0.0);
4115 set_tween_state(PART:"sh", pos, "default", 0.0, "half", 0.0);
4116 if (pos >= 1.0) anim(0.2, "animator2", val);
4118 public message(Msg_Type:type, id, ...) {
4119 if ((type == MSG_INT) && (id == 1)) {
4120 new value, v, buf[11];
4123 if (get_int(v0_lock) == 1) {
4124 set_int(v0_next, value);
4127 v = get_int(v0_cur);
4129 set_int(v0_cur, value);
4130 set_int(v0_lock, 1);
4131 snprintf(buf, 10, "%i", get_int(v0_pre));
4132 set_state(PART:"bot0", buf, 0.0);
4133 snprintf(buf, 10, "%ih", get_int(v0_cur));
4134 set_state(PART:"bot", buf, 0.0);
4135 snprintf(buf, 10, "%i", get_int(v0_cur));
4136 set_state(PART:"top0", buf, 0.0);
4137 snprintf(buf, 10, "%i", get_int(v0_pre));
4138 set_state(PART:"top", buf, 0.0);
4139 set_state(PART:"sh", "default", 0.0);
4140 anim(0.2, "animator1", 1);
4145 part { name: "shad";
4147 description { state: "default" 0.0;
4153 normal: "flip_base_shad.png";
4158 part { name: "base";
4161 description { state: "default" 0.0;
4164 // FIXME 48x96 should be the native pixel design, right now
4165 // its 80x160. fix int he artwork later
4169 image.normal: "flip_base.png";
4175 description { state: "default" 0.0;
4177 rel1.relative: 0.0 0.5;
4185 description { state: "default" 0.0;
4188 rel2.relative: 1.0 0.5;
4192 part { name: "bot0";
4194 description { state: "default" 0.0;
4197 image.normal: "flip_amb.png";
4199 description { state: "0" 0.0;
4200 inherit: "default" 0.0;
4201 image.normal: "flip_amb.png";
4203 description { state: "1" 0.0;
4204 inherit: "default" 0.0;
4205 image.normal: "flip_pmb.png";
4210 description { state: "default" 0.0;
4213 rel2.relative: 1.0 0.0;
4214 image.normal: "flip_shad.png";
4216 description { state: "half" 0.0;
4217 inherit: "default" 0.0;
4218 rel2.relative: 1.0 0.5;
4220 description { state: "full" 0.0;
4221 inherit: "default" 0.0;
4222 rel2.relative: 1.0 1.0;
4227 description { state: "default" 0.0;
4231 image.normal: "flip_amb.png";
4233 description { state: "0" 0.0;
4234 inherit: "default" 0.0;
4236 rel2.relative: 1.0 1.0;
4237 image.normal: "flip_amb.png";
4239 description { state: "0h" 0.0;
4240 inherit: "default" 0.0;
4242 rel2.relative: 1.0 0.0;
4243 image.normal: "flip_amb.png";
4245 description { state: "1" 0.0;
4246 inherit: "default" 0.0;
4248 rel2.relative: 1.0 1.0;
4249 image.normal: "flip_pmb.png";
4251 description { state: "1h" 0.0;
4252 inherit: "default" 0.0;
4254 rel2.relative: 1.0 0.0;
4255 image.normal: "flip_pmb.png";
4258 part { name: "top0";
4260 description { state: "default" 0.0;
4263 image.normal: "flip_amt.png";
4265 description { state: "0" 0.0;
4266 inherit: "default" 0.0;
4267 image.normal: "flip_amt.png";
4269 description { state: "1" 0.0;
4270 inherit: "default" 0.0;
4271 image.normal: "flip_pmt.png";
4276 description { state: "default" 0.0;
4280 image.normal: "flip_amt.png";
4282 description { state: "0" 0.0;
4283 inherit: "default" 0.0;
4285 rel1.relative: 0.0 0.0;
4286 image.normal: "flip_amt.png";
4288 description { state: "0h" 0.0;
4289 inherit: "default" 0.0;
4290 color: 128 128 128 255;
4292 rel1.relative: 0.0 1.0;
4293 image.normal: "flip_amt.png";
4295 description { state: "1" 0.0;
4296 inherit: "default" 0.0;
4298 rel1.relative: 0.0 0.0;
4299 image.normal: "flip_pmt.png";
4301 description { state: "1h" 0.0;
4302 inherit: "default" 0.0;
4303 color: 128 128 128 255;
4305 rel1.relative: 0.0 1.0;
4306 image.normal: "flip_pmt.png";
4309 part { name: "atop";
4312 description { state: "default" 0.0;
4319 image.normal: "arrow_up.png";
4321 description { state: "visible" 0.0;
4322 inherit: "default" 0.0;
4326 part { name: "abot";
4329 description { state: "default" 0.0;
4336 image.normal: "arrow_down.png";
4338 description { state: "visible" 0.0;
4339 inherit: "default" 0.0;
4345 program { name: "load";
4351 set_int(v0_lock, 0);
4352 set_int(v0_next, -1);
4355 program { name: "edit_on";
4356 signal: "elm,state,edit,on";
4358 action: STATE_SET "visible" 0.0;
4363 program { name: "edit_off";
4364 signal: "elm,state,edit,off";
4366 action: STATE_SET "default" 0.0;
4371 program { name: "up";
4372 signal: "mouse,down,1";
4374 action: SIGNAL_EMIT "elm,action,up,start" "";
4376 program { name: "up,stop";
4377 signal: "mouse,up,1";
4379 action: SIGNAL_EMIT "elm,action,up,stop" "";
4381 program { name: "down";
4382 signal: "mouse,down,1";
4384 action: SIGNAL_EMIT "elm,action,down,start" "";
4386 program { name: "down,stop";
4387 signal: "mouse,up,1";
4389 action: SIGNAL_EMIT "elm,action,down,stop" "";
4394 ///////////////////////////////////////////////////////////////////////////////
4395 group { name: "elm/menu/item/default";
4397 image: "bt_base1.png" COMP;
4398 image: "bt_base2.png" COMP;
4399 image: "bt_hilight.png" COMP;
4400 image: "bt_shine.png" COMP;
4401 image: "bt_glow.png" COMP;
4402 image: "bt_dis_base.png" COMP;
4403 image: "bt_dis_hilight.png" COMP;
4406 public menu_text_visible; //0:hide (default), 1:visible
4407 public menu_disable; //0:enable, 1:disable
4410 part { name: "item_image";
4412 description { state: "default" 0.0;
4413 color: 255 255 255 0;
4415 normal: "bt_base2.png";
4418 image.middle: SOLID;
4420 description { state: "visible" 0.0;
4421 inherit: "default" 0.0;
4422 color: 255 255 255 255;
4424 description { state: "clicked" 0.0;
4425 inherit: "default" 0.0;
4426 inherit: "visible" 0.0;
4427 image.normal: "bt_base1.png";
4428 image.middle: SOLID;
4430 description { state: "disabled" 0.0;
4431 inherit: "default" 0.0;
4434 part { name: "item_image_disabled";
4436 description { state: "default" 0.0;
4437 color: 255 255 255 0;
4439 normal: "bt_dis_base.png";
4442 image.middle: SOLID;
4444 description { state: "disabled" 0.0;
4445 inherit: "default" 0.0;
4446 color: 255 255 255 255;
4449 part { name: "elm.swallow.content";
4451 description { state: "default" 0.0;
4457 rel2.relative: 0.0 1.0;
4459 aspect_preference: VERTICAL;
4468 description { state: "default" 0.0;
4470 rel1.to_x: "elm.swallow.content";
4471 rel1.relative: 1.0 0.0;
4473 rel2.offset: -10 -8;
4476 font: "Sans,Edje-Vera";
4480 text_class: "menu_item";
4483 description { state: "visible" 0.0;
4484 inherit: "default" 0.0;
4488 description { state: "selected" 0.0;
4489 inherit: "default" 0.0;
4490 inherit: "visible" 0.0;
4491 color: 254 254 254 255;
4493 description { state: "disabled" 0.0;
4494 inherit: "default" 0.0;
4497 description { state: "disabled_visible" 0.0;
4498 inherit: "default" 0.0;
4499 inherit: "visible" 0.0;
4503 part { name: "over1";
4505 description { state: "default" 0.0;
4506 color: 255 255 255 0;
4507 rel2.relative: 1.0 0.5;
4509 normal: "bt_hilight.png";
4513 description { state: "visible" 0.0;
4514 inherit: "default" 0.0;
4515 color: 255 255 255 255;
4517 description { state: "disabled" 0.0;
4518 inherit: "default" 0.0;
4521 part { name: "over_disabled";
4523 description { state: "default" 0.0;
4524 color: 255 255 255 0;
4525 rel2.relative: 1.0 0.5;
4527 normal: "bt_dis_hilight.png";
4531 description { state: "disabled" 0.0;
4532 inherit: "default" 0.0;
4533 color: 255 255 255 255;
4536 part { name: "over2";
4539 ignore_flags: ON_HOLD;
4540 description { state: "default" 0.0;
4542 normal: "bt_shine.png";
4546 description { state: "disabled" 0.0;
4547 inherit: "default" 0.0;
4551 part { name: "over3";
4554 description { state: "default" 0.0;
4555 color: 255 255 255 0;
4557 normal: "bt_glow.png";
4558 border: 12 12 12 12;
4562 description { state: "clicked" 0.0;
4563 inherit: "default" 0.0;
4565 color: 255 255 255 255;
4568 part { name: "disabler";
4570 description { state: "default" 0.0;
4574 description { state: "disabled" 0.0;
4575 inherit: "default" 0.0;
4583 name: "item_mouse_in";
4586 action: SIGNAL_EMIT "elm,action,activate" "";
4587 after: "item_mouse_in_2";
4588 after: "item_mouse_in_3";
4591 name: "item_mouse_in_2";
4592 transition: DECELERATE 0.5;
4595 v = get_int(menu_text_visible);
4596 d = get_int(menu_disable);
4599 run_program(PROGRAM:"selected_text");
4603 name: "item_mouse_in_3";
4604 action : STATE_SET "visible" 0.0;
4605 target: "item_image";
4607 transition: DECELERATE 0.5;
4610 name: "selected_text";
4611 action: STATE_SET "selected" 0.0;
4613 transition: DECELERATE 0.5;
4619 name: "item_mouse_out";
4620 signal: "mouse,out";
4622 after: "item_mouse_out_2";
4623 after: "item_mouse_out_3";
4626 name: "item_mouse_out_2";
4627 transition: DECELERATE 0.5;
4630 v = get_int(menu_text_visible);
4631 d = get_int(menu_disable);
4634 run_program(PROGRAM:"visible_text");
4638 name: "item_mouse_out_3";
4639 action: STATE_SET "default" 0.0;
4640 target: "item_image";
4642 transition: DECELERATE 0.5;
4645 name: "visible_text";
4646 action: STATE_SET "visible" 0.0;
4648 transition: DECELERATE 0.5;
4653 name: "item_unclick";
4654 signal: "mouse,up,1";
4656 action: STATE_SET "visible" 0.0;
4657 target: "item_image";
4660 name: "item_click2";
4661 signal: "mouse,down,1";
4663 action: STATE_SET "clicked" 0.0;
4667 name: "item_unclick2";
4668 signal: "mouse,up,1";
4670 action: STATE_SET "default" 0.0;
4671 transition: DECELERATE 0.5;
4675 name: "item_unclick3";
4676 signal: "mouse,up,1";
4678 action: SIGNAL_EMIT "elm,action,click" "";
4680 program { name: "text_show";
4681 signal: "elm,state,text,visible";
4684 set_int(menu_text_visible, 1);
4685 set_state(PART:"elm.text", "visible", 0.0);
4688 program { name: "text_hide";
4689 signal: "elm,state,text,hidden";
4692 set_int(menu_text_visible, 0);
4693 set_state(PART:"elm.text", "default", 0.0);
4696 program { name: "disable";
4697 signal: "elm,state,disabled";
4699 action: STATE_SET "disabled" 0.0;
4700 target: "item_image";
4701 target: "item_image_disabled";
4704 target: "over_disabled";
4706 after: "disable_text";
4708 program { name: "disable_text";
4711 v = get_int(menu_text_visible);
4713 set_state(PART:"elm.text", "disabled_visible", 0.0);
4715 set_state(PART:"elm.text", "disabled", 0.0);
4716 set_int(menu_disable, 1);
4719 program { name: "enable";
4720 signal: "elm,state,enabled";
4722 action: STATE_SET "default" 0.0;
4723 target: "item_image";
4724 target: "item_image_disabled";
4727 target: "over_disabled";
4729 after: "enable_text";
4731 program { name: "enable_text";
4734 v = get_int(menu_text_visible);
4736 set_state(PART:"elm.text", "visible", 0.0);
4738 set_state(PART:"elm.text", "default", 0.0);
4739 set_int(menu_disable, 0);
4745 group { name: "elm/menu/item_with_submenu/default";
4747 image: "bt_base1.png" COMP;
4748 image: "bt_base2.png" COMP;
4749 image: "bt_hilight.png" COMP;
4750 image: "bt_shine.png" COMP;
4751 image: "bt_glow.png" COMP;
4752 image: "bt_dis_base.png" COMP;
4753 image: "bt_dis_hilight.png" COMP;
4754 image: "arrow_right.png" COMP;
4757 public menu_text_visible; //0:hide (default), 1:visible
4758 public menu_disable; //0:enable, 1:disable
4761 part { name: "item_image";
4763 description { state: "default" 0.0;
4764 color: 255 255 255 0;
4766 normal: "bt_base2.png";
4769 image.middle: SOLID;
4771 description { state: "visible" 0.0;
4772 inherit: "default" 0.0;
4773 color: 255 255 255 255;
4775 description { state: "clicked" 0.0;
4776 inherit: "default" 0.0;
4777 inherit: "visible" 0.0;
4778 image.normal: "bt_base1.png";
4779 image.middle: SOLID;
4781 description { state: "disabled" 0.0;
4782 inherit: "default" 0.0;
4785 part { name: "item_image_disabled";
4787 description { state: "default" 0.0;
4788 color: 255 255 255 0;
4790 normal: "bt_dis_base.png";
4793 image.middle: SOLID;
4795 description { state: "disabled" 0.0;
4796 inherit: "default" 0.0;
4797 color: 255 255 255 255;
4800 part { name: "arrow";
4802 description { state: "default" 0.0;
4803 color: 255 255 255 255;
4806 aspect_preference: BOTH;
4808 normal: "arrow_right.png";
4812 part { name: "elm.swallow.content";
4814 description { state: "default" 0.0;
4820 rel2.relative: 0.0 1.0;
4822 aspect_preference: VERTICAL;
4831 description { state: "default" 0.0;
4833 rel1.to_x: "elm.swallow.content";
4834 rel1.relative: 1.0 0.0;
4836 rel2.offset: -10 -8;
4839 font: "Sans,Edje-Vera";
4843 text_class: "menu_item";
4846 description { state: "visible" 0.0;
4847 inherit: "default" 0.0;
4851 description { state: "selected" 0.0;
4852 inherit: "default" 0.0;
4853 inherit: "visible" 0.0;
4854 color: 254 254 254 255;
4856 description { state: "disabled" 0.0;
4857 inherit: "default" 0.0;
4860 description { state: "disabled_visible" 0.0;
4861 inherit: "default" 0.0;
4862 inherit: "visible" 0.0;
4866 part { name: "over1";
4868 description { state: "default" 0.0;
4869 color: 255 255 255 0;
4870 rel2.relative: 1.0 0.5;
4872 normal: "bt_hilight.png";
4876 description { state: "visible" 0.0;
4877 inherit: "default" 0.0;
4878 color: 255 255 255 255;
4880 description { state: "disabled" 0.0;
4881 inherit: "default" 0.0;
4884 part { name: "over_disabled";
4886 description { state: "default" 0.0;
4887 color: 255 255 255 0;
4888 rel2.relative: 1.0 0.5;
4890 normal: "bt_dis_hilight.png";
4894 description { state: "disabled" 0.0;
4895 inherit: "default" 0.0;
4896 color: 255 255 255 255;
4899 part { name: "over2";
4902 ignore_flags: ON_HOLD;
4903 description { state: "default" 0.0;
4905 normal: "bt_shine.png";
4909 description { state: "disabled" 0.0;
4910 inherit: "default" 0.0;
4914 part { name: "over3";
4917 description { state: "default" 0.0;
4918 color: 255 255 255 0;
4920 normal: "bt_glow.png";
4921 border: 12 12 12 12;
4925 description { state: "clicked" 0.0;
4926 inherit: "default" 0.0;
4928 color: 255 255 255 255;
4931 part { name: "disabler";
4933 description { state: "default" 0.0;
4937 description { state: "disabled" 0.0;
4938 inherit: "default" 0.0;
4946 name: "item_mouse_in";
4949 action: SIGNAL_EMIT "elm,action,activate" "";
4950 after: "item_mouse_in_2";
4951 after: "item_mouse_in_3";
4954 name: "item_mouse_in_2";
4955 transition: DECELERATE 0.5;
4958 v = get_int(menu_text_visible);
4959 d = get_int(menu_disable);
4962 run_program(PROGRAM:"selected_text");
4966 name: "item_mouse_in_3";
4967 action : STATE_SET "visible" 0.0;
4968 target: "item_image";
4970 transition: DECELERATE 0.5;
4973 name: "selected_text";
4974 action: STATE_SET "selected" 0.0;
4976 transition: DECELERATE 0.5;
4982 name: "item_mouse_out";
4983 signal: "mouse,out";
4985 after: "item_mouse_out_2";
4986 after: "item_mouse_out_3";
4989 name: "item_mouse_out_2";
4990 transition: DECELERATE 0.5;
4993 v = get_int(menu_text_visible);
4994 d = get_int(menu_disable);
4997 run_program(PROGRAM:"visible_text");
5001 name: "item_mouse_out_3";
5002 action: STATE_SET "default" 0.0;
5003 target: "item_image";
5005 transition: DECELERATE 0.5;
5008 name: "visible_text";
5009 action: STATE_SET "visible" 0.0;
5011 transition: DECELERATE 0.5;
5016 name: "item_unclick";
5017 signal: "mouse,up,1";
5019 action: STATE_SET "visible" 0.0;
5020 target: "item_image";
5023 name: "item_click2";
5024 signal: "mouse,down,1";
5026 action: STATE_SET "clicked" 0.0;
5030 name: "item_unclick2";
5031 signal: "mouse,up,1";
5033 action: STATE_SET "default" 0.0;
5034 transition: DECELERATE 0.5;
5038 name: "item_unclick3";
5039 signal: "mouse,up,1";
5041 action: SIGNAL_EMIT "elm,action,click" "";
5047 action: SIGNAL_EMIT "elm,action,open" "";
5049 program { name: "text_show";
5050 signal: "elm,state,text,visible";
5053 set_int(menu_text_visible, 1);
5054 set_state(PART:"elm.text", "visible", 0.0);
5057 program { name: "text_hide";
5058 signal: "elm,state,text,hidden";
5061 set_int(menu_text_visible, 0);
5062 set_state(PART:"elm.text", "default", 0.0);
5065 program { name: "disable";
5066 signal: "elm,state,disabled";
5068 action: STATE_SET "disabled" 0.0;
5069 target: "item_image";
5070 target: "item_image_disabled";
5073 target: "over_disabled";
5075 after: "disable_text";
5077 program { name: "disable_text";
5081 get_state(PART:"elm.text", st, 30, vl);
5082 if (!strcmp(st, "visible"))
5083 set_state(PART:"elm.text", "disabled_visible", 0.0);
5084 else if (!strcmp(st, "default"))
5085 set_state(PART:"elm.text", "disabled", 0.0);
5088 program { name: "enable";
5089 signal: "elm,state,enabled";
5091 action: STATE_SET "default" 0.0;
5092 target: "item_image";
5093 target: "item_image_disabled";
5096 target: "over_disabled";
5098 after: "enable_text";
5100 program { name: "enable_text";
5103 v = get_int(menu_text_visible);
5105 set_state(PART:"elm.text", "visible", 0.0);
5107 set_state(PART:"elm.text", "default", 0.0);
5108 set_int(menu_disable, 0);
5114 group { name: "elm/menu/separator/default";
5116 image: "separator_h.png" COMP;
5119 part { name: "separator"; // separator group
5120 description { state: "default" 0.0;
5125 normal: "separator_h.png";
5134 ///////////////////////////////////////////////////////////////////////////////
5135 group { name: "elm/clock/base-all/default";
5139 description { state: "default" 0.0;
5140 rel1.relative: 0.0000000 0.0;
5141 rel2.relative: 0.1250000 1.0;
5146 description { state: "default" 0.0;
5147 rel1.relative: 0.1250000 0.0;
5148 rel2.relative: 0.2500000 1.0;
5156 description { state: "default" 0.0;
5157 rel1.relative: 0.2500000 0.0;
5158 rel2.relative: 0.3125000 1.0;
5161 font: "Sans,Edje-Vera";
5171 description { state: "default" 0.0;
5172 rel1.relative: 0.3125000 0.0;
5173 rel2.relative: 0.4375000 1.0;
5178 description { state: "default" 0.0;
5179 rel1.relative: 0.4375000 0.0;
5180 rel2.relative: 0.5625000 1.0;
5189 description { state: "default" 0.0;
5190 rel1.relative: 0.5625000 0.0;
5191 rel2.relative: 0.6250000 1.0;
5194 font: "Sans,Edje-Vera";
5205 description { state: "default" 0.0;
5206 rel1.relative: 0.6250000 0.0;
5207 rel2.relative: 0.7500000 1.0;
5213 description { state: "default" 0.0;
5214 rel1.relative: 0.7500000 0.0;
5215 rel2.relative: 0.8750000 1.0;
5219 part { name: "ampm";
5221 description { state: "default" 0.0;
5222 rel1.relative: 0.8750000 0.0;
5223 rel2.relative: 1.0 1.0;
5229 ///////////////////////////////////////////////////////////////////////////////
5230 group { name: "elm/clock/base-seconds/default";
5234 description { state: "default" 0.0;
5235 rel1.relative: 0.000000000 0.0;
5236 rel2.relative: 0.142857143 1.0;
5241 description { state: "default" 0.0;
5242 rel1.relative: 0.142857143 0.0;
5243 rel2.relative: 0.285714286 1.0;
5251 description { state: "default" 0.0;
5252 rel1.relative: 0.285714286 0.0;
5253 rel2.relative: 0.357142857 1.0;
5256 font: "Sans,Edje-Vera";
5266 description { state: "default" 0.0;
5267 rel1.relative: 0.357142857 0.0;
5268 rel2.relative: 0.500000000 1.0;
5273 description { state: "default" 0.0;
5274 rel1.relative: 0.500000000 0.0;
5275 rel2.relative: 0.642857143 1.0;
5284 description { state: "default" 0.0;
5285 rel1.relative: 0.642857143 0.0;
5286 rel2.relative: 0.714285714 1.0;
5289 font: "Sans,Edje-Vera";
5300 description { state: "default" 0.0;
5301 rel1.relative: 0.714285714 0.0;
5302 rel2.relative: 0.857142857 1.0;
5308 description { state: "default" 0.0;
5309 rel1.relative: 0.857142857 0.0;
5310 rel2.relative: 1.000000000 1.0;
5316 ///////////////////////////////////////////////////////////////////////////////
5317 group { name: "elm/clock/base-am_pm/default";
5321 description { state: "default" 0.0;
5322 rel1.relative: 0.000000000 0.0;
5323 rel2.relative: 0.181818182 1.0;
5328 description { state: "default" 0.0;
5329 rel1.relative: 0.181818182 0.0;
5330 rel2.relative: 0.363636364 1.0;
5338 description { state: "default" 0.0;
5339 rel1.relative: 0.363636364 0.0;
5340 rel2.relative: 0.454545455 1.0;
5343 font: "Sans,Edje-Vera";
5353 description { state: "default" 0.0;
5354 rel1.relative: 0.454545455 0.0;
5355 rel2.relative: 0.636363636 1.0;
5360 description { state: "default" 0.0;
5361 rel1.relative: 0.636363636 0.0;
5362 rel2.relative: 0.818181818 1.0;
5366 part { name: "ampm";
5368 description { state: "default" 0.0;
5369 rel1.relative: 0.818181818 0.0;
5370 rel2.relative: 1.0 1.0;
5376 ///////////////////////////////////////////////////////////////////////////////
5377 group { name: "elm/clock/base/default";
5381 description { state: "default" 0.0;
5382 rel1.relative: 0.000000000 0.0;
5383 rel2.relative: 0.222222222 1.0;
5388 description { state: "default" 0.0;
5389 rel1.relative: 0.222222222 0.0;
5390 rel2.relative: 0.444444444 1.0;
5398 description { state: "default" 0.0;
5399 rel1.relative: 0.444444444 0.0;
5400 rel2.relative: 0.555555556 1.0;
5403 font: "Sans,Edje-Vera";
5413 description { state: "default" 0.0;
5414 rel1.relative: 0.555555556 0.0;
5415 rel2.relative: 0.777777778 1.0;
5420 description { state: "default" 0.0;
5421 rel1.relative: 0.777777778 0.0;
5422 rel2.relative: 1.000000000 1.0;
5428 ///////////////////////////////////////////////////////////////////////////////
5429 group { name: "elm/frame/base/default";
5431 image: "frame_1.png" COMP;
5432 image: "frame_2.png" COMP;
5433 image: "dia_grad.png" COMP;
5436 part { name: "base0";
5438 description { state: "default" 0.0;
5439 image.normal: "dia_grad.png";
5451 part { name: "base";
5453 description { state: "default" 0.0;
5454 rel2.to: "elm.swallow.content";
5457 normal: "frame_2.png";
5464 part { name: "elm.text";
5468 description { state: "default" 0.0;
5481 font: "Sans:style=Bold,Edje-Vera-Bold";
5489 part { name: "over";
5491 description { state: "default" 0.0;
5493 rel2.to: "elm.swallow.content";
5496 normal: "frame_1.png";
5503 part { name: "elm.swallow.content";
5505 description { state: "default" 0.0;
5518 group { name: "elm/frame/base/pad_small";
5524 description { state: "default" 0.0;
5535 description { state: "default" 0.0;
5542 part { name: "elm.swallow.content";
5544 description { state: "default" 0.0;
5560 group { name: "elm/frame/base/pad_medium";
5566 description { state: "default" 0.0;
5577 description { state: "default" 0.0;
5584 part { name: "elm.swallow.content";
5586 description { state: "default" 0.0;
5602 group { name: "elm/frame/base/pad_large";
5608 description { state: "default" 0.0;
5619 description { state: "default" 0.0;
5626 part { name: "elm.swallow.content";
5628 description { state: "default" 0.0;
5644 group { name: "elm/frame/base/pad_huge";
5650 description { state: "default" 0.0;
5661 description { state: "default" 0.0;
5668 part { name: "elm.swallow.content";
5670 description { state: "default" 0.0;
5686 group { name: "elm/frame/base/outdent_top";
5688 image: "outdent-top.png" COMP;
5691 part { name: "base0";
5693 description { state: "default" 0.0;
5694 image.normal: "outdent-top.png";
5695 image.border: 0 0 0 13;
5699 part { name: "elm.swallow.content";
5701 description { state: "default" 0.0;
5703 rel2.offset: -3 -13;
5709 group { name: "elm/frame/base/outdent_bottom";
5711 image: "outdent-bottom.png" COMP;
5714 part { name: "base0";
5716 description { state: "default" 0.0;
5717 image.normal: "outdent-bottom.png";
5718 image.border: 0 0 13 0;
5722 part { name: "elm.swallow.content";
5724 description { state: "default" 0.0;
5732 ///////////////////////////////////////////////////////////////////////////////
5733 group { name: "elm/label/base/tooltip";
5735 style { name: "tooltip_style";
5736 base: "font=Sans font_size=8 color=#666 wrap=word";
5738 tag: "hilight" "+ font=Sans:style=Bold";
5739 tag: "b" "+ font=Sans:style=Bold";
5744 part { name: "elm.text";
5748 description { state: "default" 0.0;
5750 style: "tooltip_style";
5758 group { name: "elm/tooltip/base/default";
5763 item: "pad_border_x" "10";
5764 item: "pad_border_y" "10";
5765 item: "hide_timeout" "0.35"; /**< tooltip is hidden after this amount, keep in sync with hide animations */
5768 image: "tooltip-base.png" COMP;
5769 image: "tooltip-corner-top-left-tip.png" COMP;
5770 image: "tooltip-corner-top-right-tip.png" COMP;
5771 image: "tooltip-corner-bottom-left-tip.png" COMP;
5772 image: "tooltip-corner-bottom-right-tip.png" COMP;
5773 image: "tooltip-edge-left-tip.png" COMP;
5774 image: "tooltip-edge-right-tip.png" COMP;
5775 image: "tooltip-edge-bottom-tip.png" COMP;
5776 image: "tooltip-edge-top-tip.png" COMP;
5780 set_state(PART:"corner-top-left", "default", 0.0);
5781 set_state(PART:"corner-top-right", "default", 0.0);
5782 set_state(PART:"corner-bottom-left", "default", 0.0);
5783 set_state(PART:"corner-bottom-right", "default", 0.0);
5786 set_state(PART:"clipper-edge-left", "default", 0.0);
5787 set_state(PART:"clipper-edge-right", "default", 0.0);
5788 set_state(PART:"clipper-edge-top", "default", 0.0);
5789 set_state(PART:"clipper-edge-bottom", "default", 0.0);
5792 show_corner_top_left() {
5793 set_state(PART:"corner-top-left", "visible", 0.0);
5795 set_state(PART:"corner-top-right", "default", 0.0);
5796 set_state(PART:"corner-bottom-left", "default", 0.0);
5797 set_state(PART:"corner-bottom-right", "default", 0.0);
5800 show_corner_top_right() {
5801 set_state(PART:"corner-top-right", "visible", 0.0);
5803 set_state(PART:"corner-top-left", "default", 0.0);
5804 set_state(PART:"corner-bottom-left", "default", 0.0);
5805 set_state(PART:"corner-bottom-right", "default", 0.0);
5809 show_corner_bottom_left() {
5810 set_state(PART:"corner-bottom-left", "visible", 0.0);
5812 set_state(PART:"corner-bottom-right", "default", 0.0);
5813 set_state(PART:"corner-top-left", "default", 0.0);
5814 set_state(PART:"corner-top-right", "default", 0.0);
5817 show_corner_bottom_right() {
5818 set_state(PART:"corner-bottom-right", "visible", 0.0);
5820 set_state(PART:"corner-bottom-left", "default", 0.0);
5821 set_state(PART:"corner-top-left", "default", 0.0);
5822 set_state(PART:"corner-top-right", "default", 0.0);
5826 show_edge_left(Float:val) {
5827 set_state(PART:"clipper-edge-left", "visible", 0.0);
5828 set_drag(PART:"edge-drag-left", 0.0, val);
5830 set_state(PART:"clipper-edge-right", "default", 0.0);
5831 set_state(PART:"clipper-edge-top", "default", 0.0);
5832 set_state(PART:"clipper-edge-bottom", "default", 0.0);
5835 show_edge_right(Float:val) {
5836 set_state(PART:"clipper-edge-right", "visible", 0.0);
5837 set_drag(PART:"edge-drag-right", 0.0, val);
5839 set_state(PART:"clipper-edge-left", "default", 0.0);
5840 set_state(PART:"clipper-edge-top", "default", 0.0);
5841 set_state(PART:"clipper-edge-bottom", "default", 0.0);
5845 show_edge_top(Float:val) {
5846 set_state(PART:"clipper-edge-top", "visible", 0.0);
5847 set_drag(PART:"edge-drag-top", val, 0.0);
5849 set_state(PART:"clipper-edge-bottom", "default", 0.0);
5850 set_state(PART:"clipper-edge-left", "default", 0.0);
5851 set_state(PART:"clipper-edge-right", "default", 0.0);
5854 show_edge_bottom(Float:val) {
5855 set_state(PART:"clipper-edge-bottom", "visible", 0.0);
5856 set_drag(PART:"edge-drag-bottom", val, 0.0);
5858 set_state(PART:"clipper-edge-top", "default", 0.0);
5859 set_state(PART:"clipper-edge-left", "default", 0.0);
5860 set_state(PART:"clipper-edge-right", "default", 0.0);
5864 public message(Msg_Type:type, id, ...) {
5865 if ((type == MSG_FLOAT_SET) && (id == 1)) {
5866 new Float:x, Float:y;
5873 if (y < 0.0) show_corner_top_left();
5874 else if (y > 1.0) show_corner_bottom_left();
5875 else show_edge_left(y);
5879 if (y < 0.0) show_corner_top_right();
5880 else if (y > 1.0) show_corner_bottom_right();
5881 else show_edge_right(y);
5885 if (y < 0.0) show_edge_top(x);
5886 else if (y > 1.0) show_edge_bottom(x);
5897 part { name: "clipper";
5899 description { state: "default" 0.0;
5900 color: 255 255 255 0;
5901 rel1.to: "elm.swallow.content";
5902 rel1.offset: -64 -64;
5903 rel2.to: "elm.swallow.content";
5906 description { state: "visible" 0.0;
5907 inherit: "default" 0.0;
5908 color: 255 255 255 255;
5914 description { state: "default" 0.0;
5917 to: "elm.swallow.content";
5921 to: "elm.swallow.content";
5925 normal: "tooltip-base.png";
5926 border: 14 14 14 14;
5928 image.middle: SOLID;
5932 #define TT_CORNER(name_, rx, ry, ax, ay, ox, oy) \
5933 part { name: "corner-"name_; \
5936 clip_to: "clipper"; \
5937 description { state: "default" 0.0; \
5938 color: 255 255 255 0; \
5947 to: "elm.swallow.content"; \
5952 to: "elm.swallow.content"; \
5954 image.normal: "tooltip-corner-"name_"-tip.png"; \
5956 description { state: "visible" 0.0; \
5957 inherit: "default" 0.0; \
5958 color: 255 255 255 255; \
5962 TT_CORNER("top-left", 0, 0, 1, 1, 4, 4);
5963 TT_CORNER("top-right", 1, 0, 0, 1, -5, 4);
5964 TT_CORNER("bottom-left", 0, 1, 1, 0, 4, -5);
5965 TT_CORNER("bottom-right", 1, 1, 0, 0, -5, -5);
5968 #define TT_EDGE_VERT(name_, rx, ax, ox) \
5969 part { name: "clipper-edge-"name_; \
5971 clip_to: "clipper"; \
5972 description { state: "default" 0.0; \
5973 color: 255 255 255 0; \
5981 to: "elm.swallow.content"; \
5986 to: "elm.swallow.content"; \
5989 description { state: "visible" 0.0; \
5990 inherit: "default" 0.0; \
5991 color: 255 255 255 255; \
5995 part { name: "edge-area-"name_; \
5998 clip_to: "clipper-edge-"name_; \
5999 description { state: "default" 0.0; \
6007 to: "elm.swallow.content"; \
6012 to: "elm.swallow.content"; \
6016 part { name: "edge-drag-"name_; \
6019 clip_to: "clipper-edge-"name_; \
6023 confine: "edge-area-"name_; \
6025 description { state: "default" 0.0; \
6028 rel1.to: "edge-area-"name_; \
6029 rel2.to: "edge-area-"name_; \
6032 part { name: "edge-img-"name_; \
6035 clip_to: "clipper-edge-"name_; \
6036 description { state: "default" 0.0; \
6041 rel1.to: "edge-drag-"name_; \
6042 rel2.to: "edge-drag-"name_; \
6043 image.normal: "tooltip-edge-"name_"-tip.png"; \
6046 TT_EDGE_VERT("left", 0, 1, -2);
6047 TT_EDGE_VERT("right", 1, 0, 1);
6050 #define TT_EDGE_HORIZ(name_, ry, ay, oy) \
6051 part { name: "clipper-edge-"name_; \
6053 clip_to: "clipper"; \
6054 description { state: "default" 0.0; \
6055 color: 255 255 255 0; \
6063 to: "elm.swallow.content"; \
6068 to: "elm.swallow.content"; \
6071 description { state: "visible" 0.0; \
6072 inherit: "default" 0.0; \
6073 color: 255 255 255 255; \
6077 part { name: "edge-area-"name_; \
6080 clip_to: "clipper-edge-"name_; \
6081 description { state: "default" 0.0; \
6089 to: "elm.swallow.content"; \
6094 to: "elm.swallow.content"; \
6098 part { name: "edge-drag-"name_; \
6101 clip_to: "clipper-edge-"name_; \
6105 confine: "edge-area-"name_; \
6107 description { state: "default" 0.0; \
6110 rel1.to: "edge-area-"name_; \
6111 rel2.to: "edge-area-"name_; \
6114 part { name: "edge-img-"name_; \
6117 clip_to: "clipper-edge-"name_; \
6118 description { state: "default" 0.0; \
6123 rel1.to: "edge-drag-"name_; \
6124 rel2.to: "edge-drag-"name_; \
6125 image.normal: "tooltip-edge-"name_"-tip.png"; \
6128 TT_EDGE_HORIZ("top", 0, 1, -2);
6129 TT_EDGE_HORIZ("bottom", 1, 0, 1);
6130 #undef TT_EDGE_HORIZ
6132 part { name: "clipper_content";
6134 description { state: "default" 0.0;
6135 color: 255 255 255 0;
6136 rel1.to: "elm.swallow.content";
6137 rel1.offset: -64 -64;
6138 rel2.to: "elm.swallow.content";
6141 description { state: "visible" 0.0;
6142 inherit: "default" 0.0;
6143 color: 255 255 255 255;
6146 part { name: "elm.swallow.content";
6148 clip_to: "clipper_content";
6149 description { state: "default" 0.0; }
6154 signal: "elm,action,show";
6156 action: ACTION_STOP;
6166 action: STATE_SET "visible" 0.0;
6167 transition: LINEAR 0.15;
6173 action: STATE_SET "visible" 0.0;
6174 transition: LINEAR 0.15;
6175 target: "clipper_content";
6180 signal: "elm,action,hide";
6182 action: ACTION_STOP;
6199 action: STATE_SET "default" 0.0;
6200 transition: LINEAR 0.1;
6201 target: "clipper_content";
6206 action: STATE_SET "default" 0.0;
6207 transition: LINEAR 0.1;
6213 group { name: "elm/tooltip/base/transparent";
6215 part { name: "elm.swallow.content";
6219 description { state: "default" 0.0; }
6224 ///////////////////////////////////////////////////////////////////////////////
6226 /* TODO: replicate diagonal swallow slots to the other hover styles */
6227 group { name: "elm/hover/base/default";
6229 image: "shad_circ.png" COMP;
6232 part { name: "elm.swallow.offset";
6234 description { state: "default" 0.0;
6236 rel1.relative: 0.0 0.0;
6237 rel2.relative: 0.0 0.0;
6240 part { name: "elm.swallow.size";
6242 description { state: "default" 0.0;
6244 rel1.to: "elm.swallow.offset";
6245 rel1.relative: 1.0 1.0;
6246 rel2.to: "elm.swallow.offset";
6247 rel2.relative: 1.0 1.0;
6250 part { name: "base";
6253 description { state: "default" 0.0;
6257 part { name: "shad";
6259 description { state: "default" 0.0;
6260 image.normal: "shad_circ.png";
6261 rel1.to: "elm.swallow.size";
6262 rel1.offset: -32 -32;
6263 rel2.to: "elm.swallow.size";
6271 description { state: "default" 0.0;
6273 rel1.to: "elm.swallow.size";
6275 rel2.to: "elm.swallow.size";
6279 part { name: "elm.swallow.slot.left";
6281 description { state: "default" 0.0;
6283 rel1.to: "elm.swallow.slot.middle";
6284 rel1.relative: 0.0 0.0;
6286 rel2.to: "elm.swallow.slot.middle";
6287 rel2.relative: 0.0 1.0;
6291 part { name: "elm.swallow.slot.top-left";
6293 description { state: "default" 0.0;
6295 rel1.to: "elm.swallow.slot.middle";
6296 rel1.relative: 0.0 0.0;
6298 rel2.to: "elm.swallow.slot.middle";
6299 rel2.relative: 0.0 0.0;
6303 part { name: "elm.swallow.slot.top";
6305 description { state: "default" 0.0;
6307 rel1.to: "elm.swallow.slot.middle";
6308 rel1.relative: 0.0 0.0;
6310 rel2.to: "elm.swallow.slot.middle";
6311 rel2.relative: 1.0 0.0;
6315 part { name: "elm.swallow.slot.top-right";
6317 description { state: "default" 0.0;
6319 rel1.to: "elm.swallow.slot.middle";
6320 rel1.relative: 1.0 0.0;
6322 rel2.to: "elm.swallow.slot.middle";
6323 rel2.relative: 1.0 0.0;
6327 part { name: "elm.swallow.slot.right";
6329 description { state: "default" 0.0;
6331 rel1.to: "elm.swallow.slot.middle";
6332 rel1.relative: 1.0 0.0;
6334 rel2.to: "elm.swallow.slot.middle";
6335 rel2.relative: 1.0 1.0;
6339 part { name: "elm.swallow.slot.bottom-right";
6341 description { state: "default" 0.0;
6343 rel1.to: "elm.swallow.slot.middle";
6344 rel1.relative: 1.0 1.0;
6346 rel2.to: "elm.swallow.slot.middle";
6347 rel2.relative: 1.0 1.0;
6351 part { name: "elm.swallow.slot.bottom";
6353 description { state: "default" 0.0;
6355 rel1.to: "elm.swallow.slot.middle";
6356 rel1.relative: 0.0 1.0;
6358 rel2.to: "elm.swallow.slot.middle";
6359 rel2.relative: 1.0 1.0;
6363 part { name: "elm.swallow.slot.bottom-left";
6365 description { state: "default" 0.0;
6367 rel1.to: "elm.swallow.slot.middle";
6368 rel1.relative: 0.0 1.0;
6370 rel2.to: "elm.swallow.slot.middle";
6371 rel2.relative: 0.0 1.0;
6375 part { name: "elm.swallow.slot.middle";
6377 description { state: "default" 0.0;
6378 rel1.to: "elm.swallow.size";
6379 rel2.to: "elm.swallow.size";
6384 program { name: "end";
6385 signal: "mouse,up,1";
6387 action: SIGNAL_EMIT "elm,action,dismiss" "";
6392 group { name: "elm/hover/base/popout";
6394 image: "shad_circ.png" COMP;
6395 image: "bt_dis_base.png" COMP;
6396 image: "bt_dis_hilight.png" COMP;
6399 part { name: "elm.swallow.offset";
6401 description { state: "default" 0.0;
6403 rel1.relative: 0.0 0.0;
6404 rel2.relative: 0.0 0.0;
6407 part { name: "elm.swallow.size";
6409 description { state: "default" 0.0;
6411 rel1.to: "elm.swallow.offset";
6412 rel1.relative: 1.0 1.0;
6413 rel2.to: "elm.swallow.offset";
6414 rel2.relative: 1.0 1.0;
6417 part { name: "base";
6420 description { state: "default" 0.0;
6423 description { state: "visible" 0.0;
6424 inherit: "default" 1.0;
6428 part { name: "leftclip";
6430 description { state: "default" 0.0;
6432 rel2.relative: 0.0 1.0;
6436 part { name: "left";
6437 clip_to: "leftclip";
6438 description { state: "default" 0.0;
6440 rel1.to: "elm.swallow.slot.left";
6442 rel2.to: "elm.swallow.slot.left";
6445 normal: "bt_dis_base.png";
6448 image.middle: SOLID;
6450 description { state: "visible" 0.0;
6451 inherit: "default" 0.0;
6455 part { name: "elm.swallow.slot.left";
6457 clip_to: "leftclip";
6458 description { state: "default" 0.0;
6460 rel1.to: "elm.swallow.slot.middle";
6461 rel1.relative: 0.0 0.0;
6463 rel2.to: "elm.swallow.slot.middle";
6464 rel2.relative: 0.0 1.0;
6467 description { state: "visible" 0.0;
6468 inherit: "default" 0.0;
6474 part { name: "leftover";
6475 clip_to: "leftclip";
6477 description { state: "default" 0.0;
6480 rel2.relative: 1.0 0.5;
6482 normal: "bt_dis_hilight.png";
6487 part { name: "rightclip";
6489 description { state: "default" 0.0;
6491 rel1.relative: 1.0 0.0;
6495 part { name: "right";
6496 clip_to: "rightclip";
6497 description { state: "default" 0.0;
6499 rel1.to: "elm.swallow.slot.right";
6501 rel2.to: "elm.swallow.slot.right";
6504 normal: "bt_dis_base.png";
6507 image.middle: SOLID;
6509 description { state: "visible" 0.0;
6510 inherit: "default" 0.0;
6514 part { name: "elm.swallow.slot.right";
6516 clip_to: "rightclip";
6517 description { state: "default" 0.0;
6519 rel1.to: "elm.swallow.slot.middle";
6520 rel1.relative: 1.0 0.0;
6522 rel2.to: "elm.swallow.slot.middle";
6523 rel2.relative: 1.0 1.0;
6526 description { state: "visible" 0.0;
6527 inherit: "default" 0.0;
6533 part { name: "rightover";
6534 clip_to: "rightclip";
6536 description { state: "default" 0.0;
6539 rel2.relative: 1.0 0.5;
6541 normal: "bt_dis_hilight.png";
6546 part { name: "topclip";
6548 description { state: "default" 0.0;
6550 rel2.relative: 1.0 0.0;
6556 description { state: "default" 0.0;
6558 rel1.to: "elm.swallow.slot.top";
6560 rel2.to: "elm.swallow.slot.top";
6563 normal: "bt_dis_base.png";
6566 image.middle: SOLID;
6568 description { state: "visible" 0.0;
6569 inherit: "default" 0.0;
6573 part { name: "elm.swallow.slot.top";
6576 description { state: "default" 0.0;
6579 rel1.to: "elm.swallow.slot.middle";
6580 rel1.relative: 0.0 0.0;
6582 rel2.to: "elm.swallow.slot.middle";
6583 rel2.relative: 1.0 0.0;
6586 description { state: "visible" 0.0;
6587 inherit: "default" 0.0;
6593 part { name: "topover";
6596 description { state: "default" 0.0;
6599 rel2.relative: 1.0 0.5;
6601 normal: "bt_dis_hilight.png";
6606 part { name: "bottomclip";
6608 description { state: "default" 0.0;
6610 rel1.relative: 0.0 1.0;
6614 part { name: "bottom";
6615 clip_to: "bottomclip";
6616 description { state: "default" 0.0;
6618 rel1.to: "elm.swallow.slot.bottom";
6620 rel2.to: "elm.swallow.slot.bottom";
6623 normal: "bt_dis_base.png";
6626 image.middle: SOLID;
6628 description { state: "visible" 0.0;
6629 inherit: "default" 0.0;
6633 part { name: "elm.swallow.slot.bottom";
6635 clip_to: "bottomclip";
6636 description { state: "default" 0.0;
6638 rel1.to: "elm.swallow.slot.middle";
6639 rel1.relative: 0.0 1.0;
6641 rel2.to: "elm.swallow.slot.middle";
6642 rel2.relative: 1.0 1.0;
6645 description { state: "visible" 0.0;
6646 inherit: "default" 0.0;
6652 part { name: "bottomover";
6653 clip_to: "bottomclip";
6655 description { state: "default" 0.0;
6658 rel2.relative: 1.0 0.5;
6660 normal: "bt_dis_hilight.png";
6665 part { name: "shad";
6667 description { state: "default" 0.0;
6668 image.normal: "shad_circ.png";
6669 rel1.to: "elm.swallow.size";
6670 rel1.offset: -64 -64;
6671 rel2.to: "elm.swallow.size";
6678 description { state: "default" 0.0;
6679 rel1.to: "elm.swallow.slot.middle";
6681 rel2.to: "elm.swallow.slot.middle";
6684 normal: "bt_dis_base.png";
6687 image.middle: SOLID;
6690 part { name: "elm.swallow.slot.middle";
6692 description { state: "default" 0.0;
6693 rel1.to: "elm.swallow.size";
6694 rel2.to: "elm.swallow.size";
6697 part { name: "popover";
6699 description { state: "default" 0.0;
6702 rel2.relative: 1.0 0.5;
6704 normal: "bt_dis_hilight.png";
6711 program { name: "end";
6712 signal: "mouse,up,1";
6714 action: SIGNAL_EMIT "elm,action,dismiss" "";
6717 program { name: "show";
6718 signal: "elm,action,show";
6720 action: STATE_SET "visible" 0.0;
6721 // transition: DECELERATE 0.5;
6724 program { name: "hide";
6725 signal: "elm,action,hide";
6727 action: STATE_SET "default" 0.0;
6728 // transition: DECELERATE 0.5;
6732 program { name: "leftshow";
6733 signal: "elm,action,slot,left,show";
6735 action: STATE_SET "visible" 0.0;
6736 transition: DECELERATE 0.5;
6738 target: "elm.swallow.slot.left";
6740 program { name: "lefthide";
6741 signal: "elm,action,slot,left,hide";
6743 action: STATE_SET "default" 0.0;
6744 transition: DECELERATE 0.5;
6746 target: "elm.swallow.slot.left";
6748 program { name: "rightshow";
6749 signal: "elm,action,slot,right,show";
6751 action: STATE_SET "visible" 0.0;
6752 transition: DECELERATE 0.5;
6754 target: "elm.swallow.slot.right";
6756 program { name: "righthide";
6757 signal: "elm,action,slot,right,hide";
6759 action: STATE_SET "default" 0.0;
6760 transition: DECELERATE 0.5;
6762 target: "elm.swallow.slot.right";
6764 program { name: "topshow";
6765 signal: "elm,action,slot,top,show";
6767 action: STATE_SET "visible" 0.0;
6768 transition: DECELERATE 0.5;
6770 target: "elm.swallow.slot.top";
6772 program { name: "tophide";
6773 signal: "elm,action,slot,top,hide";
6775 action: STATE_SET "default" 0.0;
6776 transition: DECELERATE 0.5;
6778 target: "elm.swallow.slot.top";
6780 program { name: "bottomshow";
6781 signal: "elm,action,slot,bottom,show";
6783 action: STATE_SET "visible" 0.0;
6784 transition: DECELERATE 0.5;
6786 target: "elm.swallow.slot.bottom";
6788 program { name: "bottomhide";
6789 signal: "elm,action,slot,bottom,hide";
6791 action: STATE_SET "default" 0.0;
6792 transition: DECELERATE 0.5;
6794 target: "elm.swallow.slot.bottom";
6799 //In the hover used by the menu only the bottom part is used.
6800 group { name: "elm/hover/base/menu";
6802 image: "shad_circ.png" COMP;
6803 image: "bt_dis_base.png" COMP;
6806 part { name: "elm.swallow.offset";
6808 description { state: "default" 0.0;
6810 rel1.relative: 0.0 0.0;
6811 rel2.relative: 0.0 0.0;
6814 part { name: "elm.swallow.size";
6816 description { state: "default" 0.0;
6818 rel1.to: "elm.swallow.offset";
6819 rel1.relative: 1.0 1.0;
6820 rel2.to: "elm.swallow.offset";
6821 rel2.relative: 1.0 1.0;
6824 part { name: "base";
6827 description { state: "default" 0.0;
6830 description { state: "visible" 0.0;
6831 inherit: "default" 1.0;
6835 part { name: "elm.swallow.slot.left";
6837 description { state: "default" 0.0;
6840 part { name: "elm.swallow.slot.right";
6842 description { state: "default" 0.0;
6845 part { name: "elm.swallow.slot.top";
6847 description { state: "default" 0.0;
6849 description { state: "visible" 0.0;
6850 inherit: "default" 0.0;
6853 part { name: "bottomclip";
6855 description { state: "default" 0.0;
6857 rel1.relative: 0.0 1.0;
6861 part { name: "bottom";
6862 clip_to: "bottomclip";
6863 description { state: "default" 0.0;
6865 rel1.to: "elm.swallow.slot.bottom";
6867 rel2.to: "elm.swallow.slot.bottom";
6870 normal: "bt_dis_base.png";
6873 image.middle: SOLID;
6875 description { state: "visible" 0.0;
6876 inherit: "default" 0.0;
6880 part { name: "elm.swallow.slot.bottom";
6882 clip_to: "bottomclip";
6883 description { state: "default" 0.0;
6885 rel1.to: "elm.swallow.slot.middle";
6886 rel1.relative: 0.0 1.0;
6888 rel2.to: "elm.swallow.slot.middle";
6889 rel2.relative: 1.0 1.0;
6892 description { state: "visible" 0.0;
6893 inherit: "default" 0.0;
6902 description { state: "default" 0.0;
6903 rel1.to: "elm.swallow.slot.middle";
6905 rel2.to: "elm.swallow.slot.middle";
6909 part { name: "elm.swallow.slot.middle";
6912 description { state: "default" 0.0;
6913 rel1.to: "elm.swallow.size";
6914 rel2.to: "elm.swallow.size";
6919 program { name: "end";
6920 signal: "mouse,up,1";
6922 action: SIGNAL_EMIT "elm,action,dismiss" "";
6924 program { name: "show";
6925 signal: "elm,action,show";
6927 action: STATE_SET "visible" 0.0;
6928 // transition: DECELERATE 0.5;
6931 program { name: "hide";
6932 signal: "elm,action,hide";
6934 action: STATE_SET "default" 0.0;
6935 // transition: DECELERATE 0.5;
6938 program { name: "bottomshow";
6939 signal: "elm,action,slot,bottom,show";
6941 action: STATE_SET "visible" 0.0;
6942 transition: DECELERATE 0.3;
6944 target: "elm.swallow.slot.bottom";
6946 program { name: "bottomhide";
6947 signal: "elm,action,slot,bottom,hide";
6949 action: STATE_SET "default" 0.0;
6950 transition: DECELERATE 0.5;
6952 target: "elm.swallow.slot.bottom";
6957 //In the hover used by the submenu only the bottom part is used
6958 //and no part should interact except the bottom area
6959 group { name: "elm/hover/base/submenu";
6961 image: "shad_circ.png" COMP;
6962 image: "bt_dis_base.png" COMP;
6965 part { name: "elm.swallow.offset";
6968 description { state: "default" 0.0;
6970 rel1.relative: 0.0 0.0;
6971 rel2.relative: 0.0 0.0;
6974 part { name: "elm.swallow.size";
6976 description { state: "default" 0.0;
6978 rel1.to: "elm.swallow.offset";
6979 rel1.relative: 1.0 1.0;
6980 rel2.to: "elm.swallow.offset";
6981 rel2.relative: 1.0 1.0;
6984 //here we do non catch events like the hover hover does
6985 part { name: "base";
6988 description { state: "default" 0.0;
6993 part { name: "elm.swallow.slot.left";
6995 description { state: "default" 0.0;
6998 part { name: "elm.swallow.slot.right";
7000 description { state: "default" 0.0;
7003 part { name: "elm.swallow.slot.top";
7005 description { state: "default" 0.0;
7008 part { name: "bottomclip";
7010 description { state: "default" 0.0;
7012 rel1.relative: 0.0 1.0;
7016 part { name: "bottom";
7017 clip_to: "bottomclip";
7018 description { state: "default" 0.0;
7020 rel1.to: "elm.swallow.slot.bottom";
7022 rel2.to: "elm.swallow.slot.bottom";
7025 normal: "bt_dis_base.png";
7028 image.middle: SOLID;
7030 description { state: "visible" 0.0;
7031 inherit: "default" 0.0;
7035 part { name: "elm.swallow.slot.bottom";
7037 clip_to: "bottomclip";
7038 description { state: "default" 0.0;
7040 rel1.to: "elm.swallow.slot.middle";
7041 rel1.relative: 0.0 1.0;
7043 rel2.to: "elm.swallow.slot.middle";
7044 rel2.relative: 1.0 1.0;
7047 description { state: "visible" 0.0;
7048 inherit: "default" 0.0;
7057 description { state: "default" 0.0;
7058 rel1.to: "elm.swallow.slot.middle";
7060 rel2.to: "elm.swallow.slot.middle";
7064 part { name: "elm.swallow.slot.middle";
7067 description { state: "default" 0.0;
7068 rel1.to: "elm.swallow.size";
7069 rel2.to: "elm.swallow.size";
7074 program { name: "end";
7075 signal: "mouse,up,1";
7077 action: SIGNAL_EMIT "elm,action,dismiss" "";
7079 program { name: "show";
7080 signal: "elm,action,show";
7082 action: STATE_SET "visible" 0.0;
7083 // transition: DECELERATE 0.5;
7086 program { name: "hide";
7087 signal: "elm,action,hide";
7089 action: STATE_SET "default" 0.0;
7090 // transition: DECELERATE 0.5;
7093 program { name: "bottomshow";
7094 signal: "elm,action,slot,bottom,show";
7096 action: STATE_SET "visible" 0.0;
7097 transition: DECELERATE 0.3;
7099 target: "elm.swallow.slot.bottom";
7101 program { name: "bottomhide";
7102 signal: "elm,action,slot,bottom,hide";
7104 action: STATE_SET "default" 0.0;
7105 transition: DECELERATE 0.5;
7107 target: "elm.swallow.slot.bottom";
7112 group { name: "elm/hover/base/hoversel_vertical/default";
7113 alias: "elm/hover/base/hoversel_vertical/entry";
7115 // image: "shad_circ.png" COMP;
7116 image: "bt_base2.png" COMP;
7117 image: "bt_hilight.png" COMP;
7118 image: "bt_shine.png" COMP;
7119 image: "outdent-top.png" COMP;
7120 image: "outdent-bottom.png" COMP;
7123 part { name: "elm.swallow.offset";
7125 description { state: "default" 0.0;
7127 rel1.relative: 0.0 0.0;
7128 rel2.relative: 0.0 0.0;
7131 part { name: "elm.swallow.size";
7133 description { state: "default" 0.0;
7135 rel1.to: "elm.swallow.offset";
7136 rel1.relative: 1.0 1.0;
7137 rel2.to: "elm.swallow.offset";
7138 rel2.relative: 1.0 1.0;
7142 part { name: "shad";
7144 description { state: "default" 0.0;
7145 image.normal: "shad_circ.png";
7146 rel1.to: "button_image";
7147 rel1.offset: -64 -64;
7148 rel2.to: "button_image";
7154 part { name: "button_image";
7156 description { state: "default" 0.0;
7157 rel1.to_x: "elm.swallow.slot.top";
7158 rel1.to_y: "elm.swallow.slot.top";
7160 rel2.to_x: "elm.swallow.slot.top";
7161 rel2.to_y: "elm.swallow.slot.bottom";
7164 normal: "bt_base2.png";
7167 image.middle: SOLID;
7169 description { state: "bottom" 0.0;
7170 rel1.to_x: "elm.swallow.slot.bottom";
7171 rel1.to_y: "elm.swallow.slot.top";
7173 rel2.to_x: "elm.swallow.slot.bottom";
7174 rel2.to_y: "elm.swallow.slot.bottom";
7177 normal: "bt_base2.png";
7180 image.middle: SOLID;
7184 part { name: "base";
7187 description { state: "default" 0.0;
7190 description { state: "visible" 0.0;
7191 inherit: "default" 1.0;
7196 part { name: "topclip";
7198 description { state: "default" 0.0;
7199 rel2.to_y: "edge_top";
7200 rel2.relative: 1.0 0.0;
7204 part { name: "elm.swallow.slot.top";
7207 description { state: "default" 0.0;
7210 rel1.to: "elm.swallow.slot.middle";
7211 rel1.relative: 0.0 0.0;
7213 rel2.to: "elm.swallow.slot.middle";
7214 rel2.relative: 1.0 0.0;
7217 description { state: "visible" 0.0;
7218 inherit: "default" 0.0;
7225 part { name: "bottomclip";
7227 description { state: "default" 0.0;
7228 rel1.to_y: "edge_bottom";
7229 rel1.relative: 0.0 1.0;
7233 part { name: "elm.swallow.slot.bottom";
7235 clip_to: "bottomclip";
7236 description { state: "default" 0.0;
7238 rel1.to: "elm.swallow.slot.middle";
7239 rel1.relative: 0.0 1.0;
7241 rel2.to: "elm.swallow.slot.middle";
7242 rel2.relative: 1.0 1.0;
7245 description { state: "visible" 0.0;
7246 inherit: "default" 0.0;
7253 part { name: "over1";
7255 description { state: "default" 0.0;
7256 rel1.to: "button_image";
7257 rel2.to: "button_image";
7258 rel2.relative: 1.0 0.5;
7260 normal: "bt_hilight.png";
7265 part { name: "over2";
7268 ignore_flags: ON_HOLD;
7269 description { state: "default" 0.0;
7270 rel1.to: "button_image";
7271 rel2.to: "button_image";
7273 normal: "bt_shine.png";
7278 part { name: "edge_top";
7280 description { state: "default" 0.0;
7283 to: "elm.swallow.size";
7287 to: "elm.swallow.size";
7289 image.normal: "outdent-bottom.png";
7290 image.border: 0 0 13 0;
7293 description { state: "visible" 0.0;
7294 inherit: "default" 0.0;
7298 part { name: "edge_bottom";
7300 description { state: "default" 0.0;
7303 to: "elm.swallow.size";
7306 to: "elm.swallow.size";
7309 image.normal: "outdent-top.png";
7310 image.border: 0 0 0 13;
7313 description { state: "visible" 0.0;
7314 inherit: "default" 0.0;
7318 part { name: "elm.swallow.slot.middle";
7320 description { state: "default" 0.0;
7321 rel1.to: "elm.swallow.size";
7322 rel2.to: "elm.swallow.size";
7327 program { name: "end";
7328 signal: "mouse,up,1";
7330 action: SIGNAL_EMIT "elm,action,dismiss" "";
7333 program { name: "show";
7334 signal: "elm,action,show";
7336 action: STATE_SET "visible" 0.0;
7337 // transition: DECELERATE 0.5;
7340 program { name: "hide";
7341 signal: "elm,action,hide";
7343 action: STATE_SET "default" 0.0;
7344 // transition: DECELERATE 0.5;
7347 program { name: "topshow";
7348 signal: "elm,action,slot,top,show";
7350 action: STATE_SET "visible" 0.0;
7354 program { name: "topshow2";
7355 action: STATE_SET "visible" 0.0;
7356 transition: DECELERATE 0.5;
7357 target: "elm.swallow.slot.top";
7359 program { name: "topshow3";
7360 signal: "elm,action,slot,top,show";
7362 action: STATE_SET "default" 0.0;
7363 target: "button_image";
7365 program { name: "tophide";
7366 signal: "elm,action,slot,top,hide";
7368 action: STATE_SET "default" 0.0;
7369 transition: DECELERATE 0.5;
7370 target: "elm.swallow.slot.top";
7373 program { name: "tophide2";
7374 action: STATE_SET "default" 0.0;
7377 program { name: "bottomshow";
7378 signal: "elm,action,slot,bottom,show";
7380 action: STATE_SET "visible" 0.0;
7381 target: "edge_bottom";
7382 after: "bottomshow2";
7384 program { name: "bottomshow2";
7385 action: STATE_SET "visible" 0.0;
7386 transition: DECELERATE 0.5;
7387 target: "elm.swallow.slot.bottom";
7389 program { name: "bottomshow3";
7390 signal: "elm,action,slot,bottom,show";
7392 action: STATE_SET "bottom" 0.0;
7393 target: "button_image";
7395 program { name: "bottomhide";
7396 signal: "elm,action,slot,bottom,hide";
7398 action: STATE_SET "default" 0.0;
7399 transition: DECELERATE 0.5;
7400 target: "elm.swallow.slot.bottom";
7401 after: "bottomhide2";
7403 program { name: "bottomhide2";
7404 action: STATE_SET "default" 0.0;
7405 target: "edge_bottom";
7409 ///////////////////////////////////////////////////////////////////////////////
7410 group { name: "elm/scroller/base/ctxpopup";
7412 item: "focus_highlight" "on";
7415 public sbvis_v, sbvis_h, sbalways_v, sbalways_h, sbvis_timer;
7416 public timer0(val) {
7418 v = get_int(sbvis_v);
7420 v = get_int(sbalways_v);
7422 emit("do-hide-vbar", "");
7423 set_int(sbvis_v, 0);
7426 v = get_int(sbvis_h);
7428 v = get_int(sbalways_h);
7430 emit("do-hide-hbar", "");
7431 set_int(sbvis_h, 0);
7434 set_int(sbvis_timer, 0);
7439 image: "bt_sm_base2.png" COMP;
7440 image: "bt_sm_shine.png" COMP;
7441 image: "bt_sm_hilight.png" COMP;
7442 image: "sl_bt2_2.png" COMP;
7445 part { name: "clipper";
7449 description { state: "default" 0.0;
7452 part { name: "elm.swallow.content";
7456 description { state: "default" 0.0;
7460 part { name: "focus_highlight";
7462 description { state: "default" 0.0;
7465 image { normal: "sl_bt2_2.png";
7472 description { state: "enabled" 0.0;
7473 inherit: "default" 0.0;
7474 color: 200 155 0 255;
7477 part { name: "sb_vbar_clip_master";
7480 description { state: "default" 0.0;
7482 description { state: "hidden" 0.0;
7484 color: 255 255 255 0;
7487 part { name: "sb_vbar_clip";
7488 clip_to:"sb_vbar_clip_master";
7492 description { state: "default" 0.0;
7494 rel2{ to:"clipper"; relative: 1.0 1.0;}
7496 description { state: "hidden" 0.0;
7498 color: 255 255 255 0;
7501 part { name: "sb_vbar";
7505 description { state: "default" 0.0;
7509 rel1{ to:"clipper"; relative: 1.0 0.0; }
7510 rel2{ to:"clipper"; relative: 1.0 1.0; }
7513 part { name: "elm.dragable.vbar";
7514 clip_to: "sb_vbar_clip";
7522 description { state: "default" 0.0;
7526 rel1 { relative: 0.5 0.5; to: "sb_vbar"; }
7527 rel2 { relative: 0.5 0.5; to: "sb_vbar"; }
7528 image { normal: "bt_sm_base2.png";
7534 part { name: "sb_vbar_over1";
7535 clip_to: "sb_vbar_clip";
7537 description { state: "default" 0.0;
7538 rel1.to: "elm.dragable.vbar";
7539 rel2.relative: 1.0 0.5;
7540 rel2.to: "elm.dragable.vbar";
7541 image { normal: "bt_sm_hilight.png";
7546 part { name: "sb_vbar_over2";
7547 clip_to: "sb_vbar_clip";
7549 description { state: "default" 0.0;
7550 rel1.to: "elm.dragable.vbar";
7551 rel2.to: "elm.dragable.vbar";
7552 image { normal: "bt_sm_shine.png";
7557 part { name: "sb_hbar_clip_master";
7560 description { state: "default" 0.0;
7562 description { state: "hidden" 0.0;
7564 color: 255 255 255 0;
7567 part { name: "sb_hbar_clip";
7568 clip_to: "sb_hbar_clip_master";
7572 description { state: "default" 0.0;
7574 rel2{ to:"clipper"; relative: 1.0 1.0;}
7576 description { state: "hidden" 0.0;
7578 color: 255 255 255 0;
7581 part { name: "sb_hbar";
7585 description { state: "default" 0.0;
7589 rel1 { to:"clipper"; relative: 0.0 1.0; }
7590 rel2 { to:"clipper"; relative: 1.0 1.0; }
7593 part { name: "elm.dragable.hbar";
7594 clip_to: "sb_hbar_clip";
7602 description { state: "default" 0.0;
7606 rel1 { relative: 0.5 0.5; to: "sb_hbar"; }
7607 rel2 { relative: 0.5 0.5; to: "sb_hbar"; }
7608 image { normal: "bt_sm_base2.png";
7614 part { name: "sb_hbar_over1";
7615 clip_to: "sb_hbar_clip";
7617 description { state: "default" 0.0;
7618 rel1.to: "elm.dragable.hbar";
7619 rel2.relative: 1.0 0.5;
7620 rel2.to: "elm.dragable.hbar";
7621 image { normal: "bt_sm_hilight.png";
7626 part { name: "sb_hbar_over2";
7627 clip_to: "sb_hbar_clip";
7629 description { state: "default" 0.0;
7630 rel1.to: "elm.dragable.hbar";
7631 rel2.to: "elm.dragable.hbar";
7632 image { normal: "bt_sm_shine.png";
7639 program { name: "load";
7643 set_state(PART:"sb_vbar_clip", "hidden", 0.0);
7644 set_state(PART:"sb_hbar_clip", "hidden", 0.0);
7645 set_int(sbvis_v, 0);
7646 set_int(sbvis_h, 0);
7647 set_int(sbalways_v, 0);
7648 set_int(sbalways_h, 0);
7649 set_int(sbvis_timer, 0);
7652 program { name: "vbar_show";
7653 signal: "elm,action,show,vbar";
7655 action: STATE_SET "default" 0.0;
7656 target: "sb_vbar_clip_master";
7658 program { name: "vbar_hide";
7659 signal: "elm,action,hide,vbar";
7661 action: STATE_SET "hidden" 0.0;
7662 target: "sb_vbar_clip_master";
7664 program { name: "vbar_show_always";
7665 signal: "elm,action,show_always,vbar";
7669 v = get_int(sbvis_v);
7670 v |= get_int(sbalways_v);
7672 set_int(sbalways_v, 1);
7673 emit("do-show-vbar", "");
7674 set_int(sbvis_v, 1);
7678 program { name: "vbar_show_notalways";
7679 signal: "elm,action,show_notalways,vbar";
7683 v = get_int(sbalways_v);
7685 set_int(sbalways_v, 0);
7686 v = get_int(sbvis_v);
7688 emit("do-hide-vbar", "");
7689 set_int(sbvis_v, 0);
7694 program { name: "sb_vbar_show";
7695 signal: "do-show-vbar";
7697 action: STATE_SET "default" 0.0;
7698 transition: LINEAR 1.0;
7699 target: "sb_vbar_clip";
7701 program { name: "sb_vbar_hide";
7702 signal: "do-hide-vbar";
7704 action: STATE_SET "hidden" 0.0;
7705 transition: LINEAR 1.0;
7706 target: "sb_vbar_clip";
7708 program { name: "hbar_show";
7709 signal: "elm,action,show,hbar";
7711 action: STATE_SET "default" 0.0;
7712 target: "sb_hbar_clip_master";
7714 program { name: "hbar_hide";
7715 signal: "elm,action,hide,hbar";
7717 action: STATE_SET "hidden" 0.0;
7718 target: "sb_hbar_clip_master";
7720 program { name: "hbar_show_always";
7721 signal: "elm,action,show_always,hbar";
7725 v = get_int(sbvis_h);
7726 v |= get_int(sbalways_h);
7728 set_int(sbalways_h, 1);
7729 emit("do-show-hbar", "");
7730 set_int(sbvis_h, 1);
7734 program { name: "hbar_show_notalways";
7735 signal: "elm,action,show_notalways,hbar";
7739 v = get_int(sbalways_h);
7741 set_int(sbalways_h, 0);
7742 v = get_int(sbvis_h);
7744 emit("do-hide-hbar", "");
7745 set_int(sbvis_h, 0);
7750 program { name: "sb_hbar_show";
7751 signal: "do-show-hbar";
7753 action: STATE_SET "default" 0.0;
7754 transition: LINEAR 1.0;
7755 target: "sb_hbar_clip";
7757 program { name: "sb_hbar_hide";
7758 signal: "do-hide-hbar";
7760 action: STATE_SET "hidden" 0.0;
7761 transition: LINEAR 1.0;
7762 target: "sb_hbar_clip";
7764 program { name: "scroll";
7765 signal: "elm,action,scroll";
7769 v = get_int(sbvis_v);
7770 v |= get_int(sbalways_v);
7772 emit("do-show-vbar", "")
7773 set_int(sbvis_v, 1);
7775 v = get_int(sbvis_h);
7776 v |= get_int(sbalways_h);
7778 emit("do-show-hbar", "");
7779 set_int(sbvis_h, 1);
7781 v = get_int(sbvis_timer);
7782 if (v > 0) cancel_timer(v);
7783 v = timer(1.0, "timer0", 0);
7784 set_int(sbvis_timer, v);
7787 program { name: "highlight_show";
7788 signal: "elm,action,focus_highlight,show";
7790 action: STATE_SET "enabled" 0.0;
7791 transition: ACCELERATE 0.3;
7792 target: "focus_highlight";
7794 program { name: "highlight_hide";
7795 signal: "elm,action,focus_highlight,hide";
7797 action: STATE_SET "default" 0.0;
7798 transition: DECELERATE 0.3;
7799 target: "focus_highlight";
7803 ///////////////////////////////////////////////////////////////////////////////
7804 group { name: "elm/ctxpopup/bg/default";
7806 part { name: "ctxpopup_bg";
7809 description { state: "default" 0.0;
7812 description { state: "visible" 0.0;
7813 inherit: "default" 0.0;
7819 program { name: "clicked_event";
7820 signal: "mouse,clicked,1";
7821 source: "ctxpopup_bg";
7822 action: SIGNAL_EMIT "elm,action,click" "";
7824 program { name: "show";
7825 signal: "elm,state,show";
7827 action: STATE_SET "visible" 0.0;
7828 target: "ctxpopup_bg";
7830 program { name: "hide";
7831 signal: "elm,state,hide";
7833 action: STATE_SET "default" 0.0;
7834 target: "ctxpopup_bg";
7838 ///////////////////////////////////////////////////////////////////////////////
7839 group { name: "elm/ctxpopup/base/default";
7841 image: "bt_base2.png" COMP;
7842 image: "bt_hilight.png" COMP;
7843 image: "bt_shine.png" COMP;
7846 part { name: "base";
7848 description { state: "default" 0.0;
7851 image { normal: "bt_base2.png";
7856 part { name: "over1";
7858 description { state: "default" 0.0;
7861 rel2.relative: 1.0 0.5;
7862 image { normal: "bt_hilight.png";
7867 part { name: "over2";
7869 description { state: "default" 0.0;
7872 image { normal: "bt_shine.png";
7877 part { name: "elm.swallow.content";
7879 description { state: "default" 0.0;
7880 rel1 { to:"base"; offset: 4 4; };
7881 rel2 { to:"base"; offset: -5 -5; };
7886 ///////////////////////////////////////////////////////////////////////////////
7887 group { name: "elm/ctxpopup/arrow/default";
7889 image: "icon_arrow_left.png" COMP;
7890 image: "icon_arrow_right.png" COMP;
7891 image: "icon_arrow_up.png" COMP;
7892 image: "icon_arrow_down.png" COMP;
7895 part { name: "ctxpopup_arrow";
7899 state: "default" 0.0;
7910 image { normal: "icon_arrow_left.png";
7913 description { state: "right" 0.0;
7917 image { normal: "icon_arrow_right.png";
7920 description { state: "top" 0.0;
7924 image { normal: "icon_arrow_up.png";
7927 description { state: "bottom" 0.0;
7931 image { normal: "icon_arrow_down.png";
7937 program { name: "enable_left_arrow";
7938 signal: "elm,state,left";
7940 action: STATE_SET "left" 0.0;
7941 target: "ctxpopup_arrow";
7943 program { name: "enable_right_arrow";
7944 signal: "elm,state,right";
7946 action: STATE_SET "right" 0.0;
7947 target: "ctxpopup_arrow";
7949 program { name: "enable_top_arrow";
7950 signal: "elm,state,top";
7952 action: STATE_SET "top" 0.0;
7953 target: "ctxpopup_arrow";
7955 program { name: "enable_bottom_arrow";
7956 signal: "elm,state,bottom";
7958 action: STATE_SET "bottom" 0.0;
7959 target: "ctxpopup_arrow";
7963 ///////////////////////////////////////////////////////////////////////////////
7965 name: "elm/ctxpopup/icon_text_style_item/default";
7966 alias: "elm/ctxpopup/text_style_item/default";
7967 alias: "elm/ctxpopup/icon_style_item/default";
7969 image: "hoversel_entry_bg.png" COMP;
7972 part { name: "event";
7974 description { state: "default" 0.0;
7979 description { state: "default" 0.0;
7982 image { normal:"hoversel_entry_bg.png";
7986 color: 255 255 255 0;
7988 description { state: "clicked" 0.0;
7989 inherit: "default" 0.0;
7990 color: 255 255 255 255;
7993 part { name: "elm.swallow.icon";
7997 description { state: "default" 0.0;
8002 rel1 { offset: 10 10; }
8003 rel2 { offset: 0 -10; }
8006 part { name: "elm.text";
8011 description { state: "default" 0.0;
8015 rel1 { relative: 1.0 0.0; to: "elm.swallow.icon"; offset: 10 0; }
8016 rel2 { relative: 1.0 1.0; offset: -11 -1; }
8017 color: 255 255 255 255;
8025 description { state: "clicked" 0.0;
8026 inherit: "default" 0.0;
8030 part { name: "over1";
8033 ignore_flags: ON_HOLD;
8034 description { state: "default" 0.0;
8035 color: 255 255 255 0;
8037 description { state: "clicked" 0.0;
8038 inherit: "default" 0.0;
8039 color: 255 255 255 255;
8042 part { name: "over2";
8045 description { state: "default" 0.0;
8046 color: 255 255 255 0;
8048 description { state: "clicked" 0.0;
8049 inherit: "default" 0.0;
8050 color: 255 255 255 255;
8053 part { name: "disclip";
8055 description { state: "default" 0.0;
8056 color: 255 255 255 255;
8058 description { state: "enabled" 0.0;
8059 color: 127 127 127 127;
8062 part { name: "blocker";
8063 description { state: "default" 0.0;
8066 description { state: "enabled" 0.0;
8074 name: "item_unclick";
8075 signal: "mouse,up,1";
8077 action: SIGNAL_EMIT "elm,action,click" "";
8079 program { name: "disable";
8080 signal: "elm,state,disabled";
8082 action: STATE_SET "enabled" 0.0;
8086 program { name: "enable";
8087 signal: "elm,state,enabled";
8089 action: STATE_SET "default" 0.0;
8093 program { name: "item_click2";
8094 signal: "mouse,down,1";
8097 set_state(PART:"elm.text", "clicked", 0.0);
8098 set_state(PART:"bg", "clicked", 0.0);
8101 program { name: "item_unclick2";
8102 signal: "mouse,up,1";
8105 set_state(PART:"elm.text", "default", 0.0);
8106 set_state(PART:"bg", "default", 0.0);
8111 ///////////////////////////////////////////////////////////////////////////////
8112 // emoticon images from:
8114 // http://lazycrazy.deviantart.com/
8115 // http://lazycrazy.deviantart.com/art/Very-Emotional-Emoticons-144461621
8116 group { name: "elm/entry/emoticon/angry/default"; images.image:
8117 "emo-angry.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8118 "emo-angry.png"; } } } }
8119 group { name: "elm/entry/emoticon/angry-shout/default"; images.image:
8120 "emo-angry-shout.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8121 "emo-angry-shout.png"; } } } }
8122 group { name: "elm/entry/emoticon/crazy-laugh/default"; images.image:
8123 "emo-crazy-laugh.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8124 "emo-crazy-laugh.png"; } } } }
8125 group { name: "elm/entry/emoticon/evil-laugh/default"; images.image:
8126 "emo-evil-laugh.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8127 "emo-evil-laugh.png"; } } } }
8128 group { name: "elm/entry/emoticon/evil/default"; images.image:
8129 "emo-evil.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8130 "emo-evil.png"; } } } }
8131 group { name: "elm/entry/emoticon/goggle-smile/default"; images.image:
8132 "emo-goggle-smile.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8133 "emo-goggle-smile.png"; } } } }
8134 group { name: "elm/entry/emoticon/grumpy/default"; images.image:
8135 "emo-grumpy.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8136 "emo-grumpy.png"; } } } }
8137 group { name: "elm/entry/emoticon/grumpy-smile/default"; images.image:
8138 "emo-grumpy-smile.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8139 "emo-grumpy-smile.png"; } } } }
8140 group { name: "elm/entry/emoticon/guilty/default"; images.image:
8141 "emo-guilty.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8142 "emo-guilty.png"; } } } }
8143 group { name: "elm/entry/emoticon/guilty-smile/default"; images.image:
8144 "emo-guilty-smile.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8145 "emo-guilty-smile.png"; } } } }
8146 group { name: "elm/entry/emoticon/haha/default"; images.image:
8147 "emo-haha.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8148 "emo-haha.png"; } } } }
8149 group { name: "elm/entry/emoticon/half-smile/default"; images.image:
8150 "emo-half-smile.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8151 "emo-half-smile.png"; } } } }
8152 group { name: "elm/entry/emoticon/happy-panting/default"; images.image:
8153 "emo-happy-panting.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8154 "emo-happy-panting.png"; } } } }
8155 group { name: "elm/entry/emoticon/happy/default"; images.image:
8156 "emo-happy.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8157 "emo-happy.png"; } } } }
8158 group { name: "elm/entry/emoticon/indifferent/default"; images.image:
8159 "emo-indifferent.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8160 "emo-indifferent.png"; } } } }
8161 group { name: "elm/entry/emoticon/kiss/default"; images.image:
8162 "emo-kiss.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8163 "emo-kiss.png"; } } } }
8164 group { name: "elm/entry/emoticon/knowing-grin/default"; images.image:
8165 "emo-knowing-grin.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8166 "emo-knowing-grin.png"; } } } }
8167 group { name: "elm/entry/emoticon/laugh/default"; images.image:
8168 "emo-laugh.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8169 "emo-laugh.png"; } } } }
8170 group { name: "elm/entry/emoticon/little-bit-sorry/default"; images.image:
8171 "emo-little-bit-sorry.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8172 "emo-little-bit-sorry.png"; } } } }
8173 group { name: "elm/entry/emoticon/love-lots/default"; images.image:
8174 "emo-love-lots.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8175 "emo-love-lots.png"; } } } }
8176 group { name: "elm/entry/emoticon/love/default"; images.image:
8177 "emo-love.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8178 "emo-love.png"; } } } }
8179 group { name: "elm/entry/emoticon/minimal-smile/default"; images.image:
8180 "emo-minimal-smile.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8181 "emo-minimal-smile.png"; } } } }
8182 group { name: "elm/entry/emoticon/not-happy/default"; images.image:
8183 "emo-not-happy.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8184 "emo-not-happy.png"; } } } }
8185 group { name: "elm/entry/emoticon/not-impressed/default"; images.image:
8186 "emo-not-impressed.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8187 "emo-not-impressed.png"; } } } }
8188 group { name: "elm/entry/emoticon/omg/default"; images.image:
8189 "emo-omg.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8190 "emo-omg.png"; } } } }
8191 group { name: "elm/entry/emoticon/opensmile/default"; images.image:
8192 "emo-opensmile.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8193 "emo-opensmile.png"; } } } }
8194 group { name: "elm/entry/emoticon/smile/default"; images.image:
8195 "emo-smile.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8196 "emo-smile.png"; } } } }
8197 group { name: "elm/entry/emoticon/sorry/default"; images.image:
8198 "emo-sorry.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8199 "emo-sorry.png"; } } } }
8200 group { name: "elm/entry/emoticon/squint-laugh/default"; images.image:
8201 "emo-squint-laugh.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8202 "emo-squint-laugh.png"; } } } }
8203 group { name: "elm/entry/emoticon/surprised/default"; images.image:
8204 "emo-surprised.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8205 "emo-surprised.png"; } } } }
8206 group { name: "elm/entry/emoticon/suspicious/default"; images.image:
8207 "emo-suspicious.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8208 "emo-suspicious.png"; } } } }
8209 group { name: "elm/entry/emoticon/tongue-dangling/default"; images.image:
8210 "emo-tongue-dangling.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8211 "emo-tongue-dangling.png"; } } } }
8212 group { name: "elm/entry/emoticon/tongue-poke/default"; images.image:
8213 "emo-tongue-poke.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8214 "emo-tongue-poke.png"; } } } }
8215 group { name: "elm/entry/emoticon/uh/default"; images.image:
8216 "emo-uh.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8217 "emo-uh.png"; } } } }
8218 group { name: "elm/entry/emoticon/unhappy/default"; images.image:
8219 "emo-unhappy.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8220 "emo-unhappy.png"; } } } }
8221 group { name: "elm/entry/emoticon/very-sorry/default"; images.image:
8222 "emo-very-sorry.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8223 "emo-very-sorry.png"; } } } }
8224 group { name: "elm/entry/emoticon/what/default"; images.image:
8225 "emo-what.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8226 "emo-what.png"; } } } }
8227 group { name: "elm/entry/emoticon/wink/default"; images.image:
8228 "emo-wink.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8229 "emo-wink.png"; } } } }
8230 group { name: "elm/entry/emoticon/worried/default"; images.image:
8231 "emo-worried.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8232 "emo-worried.png"; } } } }
8233 group { name: "elm/entry/emoticon/wtf/default"; images.image:
8234 "emo-wtf.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
8235 "emo-wtf.png"; } } } }
8236 //------------------------------------------------------------
8237 group { name: "elm/entry/base/default";
8240 style { name: "entry_textblock_style";
8241 base: "font=Sans font_size=10 color=#000 wrap=word text_class=entry";
8245 tag: "em" "+ font=Sans:style=Oblique";
8246 tag: "b" "+ font=Sans:style=Bold";
8247 tag: "link" "+ color=#800 underline=on underline_color=#8008";
8248 tag: "hilight" "+ font=Sans:style=Bold";
8250 style { name: "entry_textblock_disabled_style";
8251 base: "font=Sans font_size=10 color=#00000080 wrap=word text_class=entry";
8255 tag: "em" "+ font=Sans:style=Oblique";
8256 tag: "b" "+ font=Sans:style=Bold";
8257 tag: "link" "+ color=#00000080 underline=on underline_color=#00000080";
8258 tag: "hilight" "+ font=Sans:style=Bold";
8262 // item: context_menu_orientation "horizontal";
8265 part { name: "elm.text";
8269 entry_mode: EDITABLE;
8270 select_mode: EXPLICIT;
8272 source: "elm/entry/selection/default"; // selection under
8273 // source2: "X"; // selection over
8274 // source3: "X"; // cursor under
8275 source4: "elm/entry/cursor/default"; // cursorover
8276 source5: "elm/entry/anchor/default"; // anchor under
8277 // source6: "X"; // anchor over
8278 description { state: "default" 0.0;
8279 /* we gotta use 0 0 here, because of scrolled entries */
8282 style: "entry_textblock_style";
8286 description { state: "disabled" 0.0;
8287 inherit: "default" 0.0;
8289 style: "entry_textblock_disabled_style";
8296 program { name: "focus";
8302 program { name: "disable";
8303 signal: "elm,state,disabled";
8305 action: STATE_SET "disabled" 0.0;
8308 program { name: "enable";
8309 signal: "elm,state,enabled";
8311 action: STATE_SET "default" 0.0;
8317 group { name: "elm/entry/base-charwrap/default";
8320 style { name: "entry_textblock_style_charwrap";
8321 base: "font=Sans font_size=10 color=#000 wrap=char text_class=entry";
8325 tag: "em" "+ font=Sans:style=Oblique";
8326 tag: "b" "+ font=Sans:style=Bold";
8327 tag: "link" "+ color=#800 underline=on underline_color=#8008";
8328 tag: "hilight" "+ font=Sans:style=Bold";
8330 style { name: "entry_textblock_disabled_style_charwrap";
8331 base: "font=Sans font_size=10 color=#00000080 wrap=char text_class=entry";
8335 tag: "em" "+ font=Sans:style=Oblique";
8336 tag: "b" "+ font=Sans:style=Bold";
8337 tag: "link" "+ color=#00000080 underline=on underline_color=#00000080";
8338 tag: "hilight" "+ font=Sans:style=Bold";
8342 part { name: "elm.text";
8346 entry_mode: EDITABLE;
8347 select_mode: EXPLICIT;
8349 source: "elm/entry/selection/default"; // selection under
8350 // source2: "X"; // selection over
8351 // source3: "X"; // cursor under
8352 source4: "elm/entry/cursor/default"; // cursorover
8353 source5: "elm/entry/anchor/default"; // anchor under
8354 // source6: "X"; // anchor over
8355 description { state: "default" 0.0;
8358 style: "entry_textblock_style_charwrap";
8362 description { state: "disabled" 0.0;
8363 inherit: "default" 0.0;
8365 style: "entry_textblock_disabled_style_charwrap";
8372 program { name: "focus";
8378 program { name: "disable";
8379 signal: "elm,state,disabled";
8381 action: STATE_SET "disabled" 0.0;
8384 program { name: "enable";
8385 signal: "elm,state,enabled";
8387 action: STATE_SET "default" 0.0;
8393 group { name: "elm/entry/base-nowrap/default";
8395 part { name: "elm.text";
8399 entry_mode: EDITABLE;
8400 select_mode: EXPLICIT;
8402 source: "elm/entry/selection/default"; // selection under
8403 source4: "elm/entry/cursor/default"; // cursorover
8404 source5: "elm/entry/anchor/default"; // anchor under
8405 description { state: "default" 0.0;
8407 style: "entry_textblock_style";
8411 description { state: "disabled" 0.0;
8412 inherit: "default" 0.0;
8414 style: "entry_textblock_disabled_style";
8423 description { state: "default" 0.0;
8429 description { state: "visible" 0.0;
8430 inherit: "default" 0.0;
8437 program { name: "focus";
8443 program { name: "disable";
8444 signal: "elm,state,disabled";
8446 action: STATE_SET "disabled" 0.0;
8449 program { name: "enable";
8450 signal: "elm,state,enabled";
8452 action: STATE_SET "default" 0.0;
8456 program { name: "selmode0";
8457 signal: "elm,state,select,on";
8459 action: STATE_SET "visible" 0.0;
8462 program { name: "selmode1";
8463 signal: "elm,state,select,off";
8465 action: STATE_SET "default" 0.0;
8472 group { name: "elm/entry/base-single/default";
8475 style { name: "entry_single_textblock_style";
8476 base: "font=Sans font_size=10 color=#000 wrap=none text_class=entry";
8480 tag: "em" "+ font=Sans:style=Oblique";
8481 tag: "b" "+ font=Sans:style=Bold";
8482 tag: "link" "+ color=#800 underline=on underline_color=#8008";
8483 tag: "hilight" "+ font=Sans:style=Bold";
8485 style { name: "entry_single_textblock_disabled_style";
8486 base: "font=Sans font_size=10 color=#00000080 wrap=none text_class=entry";
8490 tag: "em" "+ font=Sans:style=Oblique";
8491 tag: "b" "+ font=Sans:style=Bold";
8492 tag: "link" "+ color=#00000080 underline=on underline_color=#00000080";
8493 tag: "hilight" "+ font=Sans:style=Bold";
8497 part { name: "elm.text";
8501 entry_mode: EDITABLE;
8502 select_mode: EXPLICIT;
8504 source: "elm/entry/selection/default"; // selection under
8505 source4: "elm/entry/cursor/default"; // cursorover
8506 source5: "elm/entry/anchor/default"; // anchor under
8507 description { state: "default" 0.0;
8509 style: "entry_single_textblock_style";
8514 description { state: "disabled" 0.0;
8515 inherit: "default" 0.0;
8517 style: "entry_single_textblock_disabled_style";
8523 program { name: "focus";
8529 program { name: "disable";
8530 signal: "elm,state,disabled";
8532 action: STATE_SET "disabled" 0.0;
8535 program { name: "enable";
8536 signal: "elm,state,enabled";
8538 action: STATE_SET "default" 0.0;
8544 group { name: "elm/entry/base-single-noedit/default";
8546 part { name: "elm.text";
8551 select_mode: EXPLICIT;
8553 source: "elm/entry/selection/default"; // selection under
8554 source5: "elm/entry/anchor/default"; // anchor under
8555 description { state: "default" 0.0;
8557 style: "entry_single_textblock_style";
8562 description { state: "disabled" 0.0;
8563 inherit: "default" 0.0;
8565 style: "entry_single_textblock_disabled_style";
8571 program { name: "focus";
8577 program { name: "disable";
8578 signal: "elm,state,disabled";
8580 action: STATE_SET "disabled" 0.0;
8583 program { name: "enable";
8584 signal: "elm,state,enabled";
8586 action: STATE_SET "default" 0.0;
8592 group { name: "elm/entry/base-noedit/default";
8594 part { name: "elm.text";
8599 select_mode: EXPLICIT;
8601 source: "elm/entry/selection/default"; // selection under
8602 source5: "elm/entry/anchor/default"; // anchor under
8603 description { state: "default" 0.0;
8606 style: "entry_textblock_style";
8610 description { state: "disabled" 0.0;
8611 inherit: "default" 0.0;
8613 style: "entry_textblock_disabled_style";
8619 program { name: "focus";
8625 program { name: "disable";
8626 signal: "elm,state,disabled";
8628 action: STATE_SET "disabled" 0.0;
8631 program { name: "enable";
8632 signal: "elm,state,enabled";
8634 action: STATE_SET "default" 0.0;
8640 group { name: "elm/entry/base-noedit-charwrap/default";
8642 part { name: "elm.text";
8647 select_mode: EXPLICIT;
8649 source: "elm/entry/selection/default"; // selection under
8650 source5: "elm/entry/anchor/default"; // anchor under
8651 description { state: "default" 0.0;
8654 style: "entry_textblock_style_charwrap";
8658 description { state: "disabled" 0.0;
8659 inherit: "default" 0.0;
8661 style: "entry_textblock_disabled_style_charwrap";
8667 program { name: "focus";
8673 program { name: "disable";
8674 signal: "elm,state,disabled";
8676 action: STATE_SET "disabled" 0.0;
8679 program { name: "enable";
8680 signal: "elm,state,enabled";
8682 action: STATE_SET "default" 0.0;
8688 group { name: "elm/entry/base-nowrap-noedit/default";
8690 part { name: "elm.text";
8695 select_mode: EXPLICIT;
8697 source: "elm/entry/selection/default"; // selection under
8698 source5: "elm/entry/anchor/default"; // anchor under
8699 description { state: "default" 0.0;
8701 style: "entry_textblock_style";
8705 description { state: "disabled" 0.0;
8706 inherit: "default" 0.0;
8708 style: "entry_textblock_disabled_style";
8714 program { name: "focus";
8720 program { name: "disable";
8721 signal: "elm,state,disabled";
8723 action: STATE_SET "disabled" 0.0;
8726 program { name: "enable";
8727 signal: "elm,state,enabled";
8729 action: STATE_SET "default" 0.0;
8735 group { name: "elm/entry/base-password/default";
8737 part { name: "elm.text";
8741 entry_mode: PASSWORD;
8742 select_mode: EXPLICIT;
8744 source: "elm/entry/selection/default"; // selection under
8745 source4: "elm/entry/cursor/default"; // cursorover
8746 source5: "elm/entry/anchor/default"; // anchor under
8747 description { state: "default" 0.0;
8749 style: "entry_single_textblock_style";
8755 description { state: "disabled" 0.0;
8756 inherit: "default" 0.0;
8758 style: "entry_single_textblock_disabled_style";
8764 program { name: "focus";
8770 program { name: "disable";
8771 signal: "elm,state,disabled";
8773 action: STATE_SET "disabled" 0.0;
8776 program { name: "enable";
8777 signal: "elm,state,enabled";
8779 action: STATE_SET "default" 0.0;
8785 group { name: "elm/entry/cursor/default";
8787 image: "cur_box.png" COMP;
8788 image: "cur_hi.png" COMP;
8789 image: "cur_shad.png" COMP;
8790 image: "cur_shine.png" COMP;
8791 image: "cur_glow.png" COMP;
8794 part { name: "clip2";
8797 description { state: "default" 0.0;
8802 description { state: "focused" 0.0;
8803 inherit: "default" 0.0;
8807 part { name: "clip";
8811 description { state: "default" 0.0;
8815 description { state: "hidden" 0.0;
8816 inherit: "default" 0.0;
8823 description { state: "default" 0.0;
8828 image.border: 2 2 2 2;
8829 image.normal: "cur_shad.png";
8832 part { name: "base";
8836 description { state: "default" 0.0;
8839 rel1.relative: 0.0 1.0;
8841 rel2.relative: 1.0 1.0;
8843 image.normal: "cur_box.png";
8849 description { state: "default" 0.0;
8852 rel2.relative: 1.0 0.5;
8853 image.normal: "cur_hi.png";
8856 part { name: "shine";
8860 description { state: "default" 0.0;
8863 rel2.relative: 1.0 0.75;
8864 image.border: 2 2 1 0;
8865 image.normal: "cur_shine.png";
8869 part { name: "glow";
8872 description { state: "default" 0.0;
8874 rel1.relative: 0.0 -2.0;
8877 rel2.relative: 1.0 0.0;
8879 image.border: 2 2 0 4;
8880 image.normal: "cur_glow.png";
8883 description { state: "hidden" 0.0;
8884 inherit: "default" 0.0;
8885 color: 255 255 255 0;
8890 program { name: "show";
8893 action: STATE_SET "hidden" 0.0;
8895 transition: DECELERATE 2.0;
8899 program { name: "show2";
8900 action: STATE_SET "hidden" 0.0;
8905 program { name: "show3";
8906 action: STATE_SET "default" 0.0;
8911 program { name: "show4";
8912 action: STATE_SET "default" 0.0;
8914 transition: DECELERATE 0.5;
8918 program { name: "focused";
8919 signal: "elm,action,focus";
8921 action: STATE_SET "focused" 0.0;
8924 program { name: "unfocused";
8925 signal: "elm,action,unfocus";
8927 action: STATE_SET "default" 0.0;
8933 group { name: "elm/entry/selection/default";
8938 description { state: "default" 0.0;
8939 color: 128 128 128 128;
8945 group { name: "elm/entry/anchor/default";
8950 description { state: "default" 0.0;
8957 ///////////////////////////////////////////////////////////////////////////////
8958 group { name: "elm/bubble/top_left/default";
8959 alias: "elm/bubble/base/default";
8961 image: "bubble_3.png" COMP;
8962 image: "bubble_shine3.png" COMP;
8965 part { name: "event";
8968 state: "default" 0.0;
8972 part { name: "elm.swallow.icon";
8974 description { state: "default" 0.0;
8979 aspect_preference: VERTICAL;
8990 description { state: "visible" 0.0;
8991 inherit: "default" 0.0;
8995 part { name: "elm.text";
8999 description { state: "default" 0.0;
9004 to_x: "elm.swallow.icon";
9014 description { state: "visible" 0.0;
9015 inherit: "default" 0.0;
9019 font: "Sans:style=Bold,Edje-Vera-Bold";
9027 part { name: "elm.info";
9031 description { state: "default" 0.0;
9044 description { state: "visible" 0.0;
9045 inherit: "default" 0.0;
9049 font: "Sans:style=Bold,Edje-Vera-Bold";
9057 part { name: "base0";
9059 description { state: "default" 0.0;
9061 to_y: "elm.swallow.icon";
9066 normal: "bubble_3.png";
9069 image.middle: SOLID;
9072 description { state: "infobase" 0.0;
9073 inherit: "default" 0.0;
9074 rel1.to_y: "elm.info";
9077 part { name: "elm.swallow.content";
9079 description { state: "default" 0.0;
9090 part { name: "shine";
9092 description { state: "default" 0.0;
9103 normal: "bubble_shine3.png";
9113 signal: "elm,state,icon,visible";
9118 get_state(PART:"base0", st, 30, vl);
9119 if (!strcmp(st, "infobase"))
9120 set_state(PART:"base0", "default", 0.0);
9121 set_state(PART:"elm.swallow.icon", "visible", 0.0);
9126 signal: "elm,state,icon,hidden";
9131 get_state(PART:"elm.info", st, 30, vl);
9132 if (!strcmp(st, "visible"))
9133 set_state(PART:"base0", "infobase", 0.0);
9134 set_state(PART:"elm.swallow.icon", "default", 0.0);
9139 signal: "elm,state,text,visible";
9141 action: STATE_SET "visible" 0.0;
9146 signal: "elm,state,text,hidden";
9148 action: STATE_SET "default" 0.0;
9153 signal: "elm,state,info,visible";
9158 get_state(PART:"elm.swallow.icon", st, 30, vl);
9159 if (!strcmp(st, "default"))
9160 set_state(PART:"base0", "infobase", 0.0);
9161 set_state(PART:"elm.info", "visible", 0.0);
9166 signal: "elm,state,info,hidden";
9168 action: STATE_SET "default" 0.0;
9175 group { name: "elm/bubble/top_right/default";
9177 image: "bubble_4.png" COMP;
9178 image: "bubble_shine4.png" COMP;
9181 part { name: "event";
9184 state: "default" 0.0;
9188 part { name: "elm.swallow.icon";
9190 description { state: "default" 0.0;
9195 aspect_preference: VERTICAL;
9206 description { state: "visible" 0.0;
9207 inherit: "default" 0.0;
9211 part { name: "elm.text";
9215 description { state: "default" 0.0;
9229 description { state: "visible" 0.0;
9230 inherit: "default" 0.0;
9234 font: "Sans:style=Bold,Edje-Vera-Bold";
9242 part { name: "elm.info";
9246 description { state: "default" 0.0;
9255 to_x: "elm.swallow.icon";
9260 description { state: "visible" 0.0;
9261 inherit: "default" 0.0;
9265 font: "Sans:style=Bold,Edje-Vera-Bold";
9273 part { name: "base0";
9275 description { state: "default" 0.0;
9277 to_y: "elm.swallow.icon";
9282 normal: "bubble_4.png";
9285 image.middle: SOLID;
9288 description { state: "infobase" 0.0;
9289 inherit: "default" 0.0;
9290 rel1.to_y: "elm.info";
9293 part { name: "elm.swallow.content";
9295 description { state: "default" 0.0;
9306 part { name: "shine";
9308 description { state: "default" 0.0;
9319 normal: "bubble_shine4.png";
9329 signal: "elm,state,icon,visible";
9334 get_state(PART:"base0", st, 30, vl);
9335 if (!strcmp(st, "infobase"))
9336 set_state(PART:"base0", "default", 0.0);
9337 set_state(PART:"elm.swallow.icon", "visible", 0.0);
9342 signal: "elm,state,icon,hidden";
9347 get_state(PART:"elm.info", st, 30, vl);
9348 if (!strcmp(st, "visible"))
9349 set_state(PART:"base0", "infobase", 0.0);
9350 set_state(PART:"elm.swallow.icon", "default", 0.0);
9355 signal: "elm,state,text,visible";
9357 action: STATE_SET "visible" 0.0;
9362 signal: "elm,state,text,hidden";
9364 action: STATE_SET "default" 0.0;
9369 signal: "elm,state,info,visible";
9374 get_state(PART:"elm.swallow.icon", st, 30, vl);
9375 if (!strcmp(st, "default"))
9376 set_state(PART:"base0", "infobase", 0.0);
9377 set_state(PART:"elm.info", "visible", 0.0);
9382 signal: "elm,state,info,hidden";
9384 action: STATE_SET "default" 0.0;
9391 group { name: "elm/bubble/bottom_left/default";
9393 image: "bubble_1.png" COMP;
9394 image: "bubble_shine.png" COMP;
9397 part { name: "event";
9400 state: "default" 0.0;
9404 part { name: "elm.swallow.icon";
9406 description { state: "default" 0.0;
9411 aspect_preference: VERTICAL;
9422 description { state: "visible" 0.0;
9423 inherit: "default" 0.0;
9427 part { name: "elm.text";
9431 description { state: "default" 0.0;
9436 to_x: "elm.swallow.icon";
9446 description { state: "visible" 0.0;
9447 inherit: "default" 0.0;
9451 font: "Sans:style=Bold,Edje-Vera-Bold";
9459 part { name: "elm.info";
9463 description { state: "default" 0.0;
9476 description { state: "visible" 0.0;
9477 inherit: "default" 0.0;
9481 font: "Sans:style=Bold,Edje-Vera-Bold";
9489 part { name: "base0";
9491 description { state: "default" 0.0;
9493 to_y: "elm.swallow.icon";
9498 normal: "bubble_1.png";
9499 border: 36 11 10 19;
9501 image.middle: SOLID;
9504 description { state: "infobase" 0.0;
9505 inherit: "default" 0.0;
9506 rel2.to_y: "elm.info";
9509 part { name: "elm.swallow.content";
9511 description { state: "default" 0.0;
9522 part { name: "shine";
9524 description { state: "default" 0.0;
9535 normal: "bubble_shine.png";
9545 signal: "elm,state,icon,visible";
9550 get_state(PART:"base0", st, 30, vl);
9551 if (!strcmp(st, "infobase"))
9552 set_state(PART:"base0", "default", 0.0);
9553 set_state(PART:"elm.swallow.icon", "visible", 0.0);
9558 signal: "elm,state,icon,hidden";
9563 get_state(PART:"elm.info", st, 30, vl);
9564 if (!strcmp(st, "visible"))
9565 set_state(PART:"base0", "infobase", 0.0);
9566 set_state(PART:"elm.swallow.icon", "default", 0.0);
9571 signal: "elm,state,text,visible";
9573 action: STATE_SET "visible" 0.0;
9578 signal: "elm,state,text,hidden";
9580 action: STATE_SET "default" 0.0;
9585 signal: "elm,state,info,visible";
9590 get_state(PART:"elm.swallow.icon", st, 30, vl);
9591 if (!strcmp(st, "default"))
9592 set_state(PART:"base0", "infobase", 0.0);
9593 set_state(PART:"elm.info", "visible", 0.0);
9598 signal: "elm,state,info,hidden";
9600 action: STATE_SET "default" 0.0;
9607 group { name: "elm/bubble/bottom_right/default";
9609 image: "bubble_2.png" COMP;
9610 image: "bubble_shine.png" COMP;
9613 part { name: "event";
9616 state: "default" 0.0;
9620 part { name: "elm.swallow.icon";
9622 description { state: "default" 0.0;
9627 aspect_preference: VERTICAL;
9638 description { state: "visible" 0.0;
9639 inherit: "default" 0.0;
9643 part { name: "elm.text";
9647 description { state: "default" 0.0;
9661 description { state: "visible" 0.0;
9662 inherit: "default" 0.0;
9666 font: "Sans:style=Bold,Edje-Vera-Bold";
9674 part { name: "elm.info";
9678 description { state: "default" 0.0;
9687 to_x: "elm.swallow.icon";
9692 description { state: "visible" 0.0;
9693 inherit: "default" 0.0;
9697 font: "Sans:style=Bold,Edje-Vera-Bold";
9705 part { name: "base0";
9707 description { state: "default" 0.0;
9709 to_y: "elm.swallow.icon";
9714 normal: "bubble_2.png";
9715 border: 11 36 10 19;
9717 image.middle: SOLID;
9720 description { state: "infobase" 0.0;
9721 inherit: "default" 0.0;
9722 rel2.to_y: "elm.info";
9725 part { name: "elm.swallow.content";
9727 description { state: "default" 0.0;
9738 part { name: "shine";
9740 description { state: "default" 0.0;
9751 normal: "bubble_shine.png";
9761 signal: "elm,state,icon,visible";
9766 get_state(PART:"base0", st, 30, vl);
9767 if (!strcmp(st, "infobase"))
9768 set_state(PART:"base0", "default", 0.0);
9769 set_state(PART:"elm.swallow.icon", "visible", 0.0);
9774 signal: "elm,state,icon,hidden";
9779 get_state(PART:"elm.info", st, 30, vl);
9780 if (!strcmp(st, "visible"))
9781 set_state(PART:"base0", "infobase", 0.0);
9782 set_state(PART:"elm.swallow.icon", "default", 0.0);
9787 signal: "elm,state,text,visible";
9789 action: STATE_SET "visible" 0.0;
9794 signal: "elm,state,text,hidden";
9796 action: STATE_SET "default" 0.0;
9801 signal: "elm,state,info,visible";
9806 get_state(PART:"elm.swallow.icon", st, 30, vl);
9807 if (!strcmp(st, "default"))
9808 set_state(PART:"base0", "infobase", 0.0);
9809 set_state(PART:"elm.info", "visible", 0.0);
9814 signal: "elm,state,info,hidden";
9816 action: STATE_SET "default" 0.0;
9823 ///////////////////////////////////////////////////////////////////////////////
9824 group { name: "elm/photo/base/default";
9826 image: "frame_1.png" COMP;
9827 image: "frame_2.png" COMP;
9828 image: "dia_grad.png" COMP;
9829 image: "head.png" COMP;
9832 part { name: "base0";
9834 description { state: "default" 0.0;
9835 image.normal: "dia_grad.png";
9847 part { name: "base";
9849 description { state: "default" 0.0;
9851 normal: "frame_2.png";
9858 part { name: "head";
9860 description { state: "default" 0.0;
9864 aspect_preference: BOTH;
9865 image.normal: "head.png";
9868 part { name: "clip";
9871 description { state: "default" 0.0;
9874 color: 255 255 255 255;
9877 part { name: "elm.swallow.content";
9880 description { state: "default" 0.0;
9885 part { name: "over";
9887 description { state: "default" 0.0;
9891 normal: "frame_1.png";
9901 group { name: "elm/photo/base/shadow";
9903 image: "shadow.png" COMP;
9904 image: "black.png" COMP;
9907 public message(Msg_Type:type, id, ...) {
9908 if( (type==MSG_INT_SET) && (id==0) )
9913 custom_state(PART:"size", "default", 0.0);
9917 set_state_val(PART:"size", STATE_REL1_OFFSET, - w/2, - h/2);
9918 set_state_val(PART:"size", STATE_REL2_OFFSET, w/2 + 1, h/2 + 1);
9919 set_state(PART:"size", "custom", 0.0);
9924 part { name: "size";
9926 description { state: "default" 0.0;
9927 rel1.relative: 0.5 0.5;
9928 rel2.relative: 0.5 0.5;
9936 state: "default" 0.0;
9939 rel1.relative: -0.06 -0.06;
9940 rel2.relative: 1.07 1.07;
9941 image.normal: "shadow.png";
9946 part { name: "elm.swallow.content";
9948 description { state: "default" 0.0;
9960 state: "default" 0.0;
9965 image.normal: "black.png";
9966 image.border: 1 1 1 1;
9973 ///////////////////////////////////////////////////////////////////////////////
9974 group { name: "elm/thumb/base/default";
9976 image: "frame_1.png" COMP;
9977 image: "frame_2.png" COMP;
9978 image: "dia_grad.png" COMP;
9979 image: "busy-1.png" COMP;
9980 image: "busy-2.png" COMP;
9981 image: "busy-3.png" COMP;
9982 image: "busy-4.png" COMP;
9983 image: "busy-5.png" COMP;
9984 image: "busy-6.png" COMP;
9985 image: "busy-7.png" COMP;
9986 image: "busy-8.png" COMP;
9987 image: "busy-9.png" COMP;
9990 part { name: "base0";
9992 description { state: "default" 0.0;
9993 image.normal: "dia_grad.png";
10005 part { name: "base";
10007 description { state: "default" 0.0;
10009 normal: "frame_2.png";
10016 part { name: "clip";
10019 description { state: "default" 0.0;
10021 rel2.offset: -5 -5;
10022 color: 255 255 255 255;
10025 part { name: "elm.swallow.content";
10028 description { state: "default" 0.0;
10030 rel2.offset: -5 -5;
10033 part { name: "progress";
10037 description { state: "default" 0.0;
10042 aspect_preference: BOTH;
10044 description { state: "pulse" 0.0;
10045 inherit: "default" 0.0;
10048 normal: "busy-9.png";
10049 tween: "busy-1.png";
10050 tween: "busy-2.png";
10051 tween: "busy-3.png";
10052 tween: "busy-4.png";
10053 tween: "busy-5.png";
10054 tween: "busy-6.png";
10055 tween: "busy-7.png";
10056 tween: "busy-8.png";
10061 part { name: "over";
10063 description { state: "default" 0.0;
10065 rel2.offset: -5 -5;
10067 normal: "frame_1.png";
10075 program { name: "start_pulse";
10076 signal: "elm,state,pulse,start";
10078 action: STATE_SET "pulse" 0.0;
10079 target: "progress";
10080 transition: LINEAR 0.5;
10081 after: "start_pulse";
10083 program { name: "stop_pulse";
10084 signal: "elm,state,pulse,stop";
10086 action: STATE_SET "default" 0.0;
10087 target: "progress";
10093 group { name: "elm/thumb/base/noframe";
10095 image: "busy-1.png" COMP;
10096 image: "busy-2.png" COMP;
10097 image: "busy-3.png" COMP;
10098 image: "busy-4.png" COMP;
10099 image: "busy-5.png" COMP;
10100 image: "busy-6.png" COMP;
10101 image: "busy-7.png" COMP;
10102 image: "busy-8.png" COMP;
10103 image: "busy-9.png" COMP;
10106 part { name: "elm.swallow.content";
10108 description { state: "default" 0.0;
10110 rel2.offset: -5 -5;
10113 part { name: "progress";
10115 description { state: "default" 0.0;
10120 aspect_preference: BOTH;
10122 description { state: "pulse" 0.0;
10123 inherit: "default" 0.0;
10126 normal: "busy-9.png";
10127 tween: "busy-1.png";
10128 tween: "busy-2.png";
10129 tween: "busy-3.png";
10130 tween: "busy-4.png";
10131 tween: "busy-5.png";
10132 tween: "busy-6.png";
10133 tween: "busy-7.png";
10134 tween: "busy-8.png";
10140 program { name: "start_pulse";
10141 signal: "elm,state,pulse,start";
10143 action: STATE_SET "pulse" 0.0;
10144 target: "progress";
10145 transition: LINEAR 0.5;
10146 after: "start_pulse";
10148 program { name: "stop_pulse";
10149 signal: "elm,state,pulse,stop";
10151 action: STATE_SET "default" 0.0;
10152 target: "progress";
10159 ///////////////////////////////////////////////////////////////////////////////
10160 group { name: "elm/icon/home/default"; alias: "elm/icon/toolbar/home/default"; min: 32 32;
10161 images.image: "icon_home.png" COMP; parts { part { name: "base";
10162 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
10163 image.normal: "icon_home.png"; } } } }
10164 group { name: "elm/icon/close/default"; alias: "elm/icon/toolbar/close/default"; min: 32 32;
10165 images.image: "icon_close.png" COMP; parts { part { name: "base";
10166 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
10167 image.normal: "icon_close.png"; } } } }
10168 group { name: "elm/icon/apps/default"; alias: "elm/icon/toolbar/apps/default"; min: 32 32;
10169 images.image: "icon_apps.png" COMP; parts { part { name: "base";
10170 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
10171 image.normal: "icon_apps.png"; } } } }
10172 group { name: "elm/icon/arrow_up/default"; alias: "elm/icon/toolbar/arrow_up/default"; min: 32 32;
10173 images.image: "icon_arrow_up.png" COMP; parts { part { name: "base";
10174 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
10175 image.normal: "icon_arrow_up.png"; } } } }
10176 group { name: "elm/icon/arrow_down/default";
10177 alias: "elm/icon/toolbar/arrow_down/default";
10178 alias: "elm/icon/toolbar/more_menu/default"; min: 32 32;
10179 images.image: "icon_arrow_down.png" COMP; parts { part { name: "base";
10180 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
10181 image.normal: "icon_arrow_down.png"; } } } }
10182 group { name: "elm/icon/arrow_left/default"; alias: "elm/icon/toolbar/arrow_left/default"; min: 32 32;
10183 images.image: "icon_arrow_left.png" COMP; parts { part { name: "base";
10184 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
10185 image.normal: "icon_arrow_left.png"; } } } }
10186 group { name: "elm/icon/arrow_right/default"; alias: "elm/icon/toolbar/arrow_right/default"; min: 32 32;
10187 images.image: "icon_arrow_right.png" COMP; parts { part { name: "base";
10188 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
10189 image.normal: "icon_arrow_right.png"; } } } }
10190 group { name: "elm/icon/chat/default"; alias: "elm/icon/toolbar/chat/default"; min: 32 32;
10191 images.image: "icon_chat.png" COMP; parts { part { name: "base";
10192 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
10193 image.normal: "icon_chat.png"; } } } }
10194 group { name: "elm/icon/clock/default"; alias: "elm/icon/toolbar/clock/default"; min: 32 32;
10195 images.image: "icon_clock.png" COMP; parts { part { name: "base";
10196 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
10197 image.normal: "icon_clock.png"; } } } }
10198 group { name: "elm/icon/delete/default"; alias: "elm/icon/toolbar/delete/default"; min: 32 32;
10199 images.image: "icon_delete.png" COMP; parts { part { name: "base";
10200 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
10201 image.normal: "icon_delete.png"; } } } }
10202 group { name: "elm/icon/edit/default"; alias: "elm/icon/toolbar/edit/default"; min: 32 32;
10203 images.image: "icon_edit.png" COMP; parts { part { name: "base";
10204 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
10205 image.normal: "icon_edit.png"; } } } }
10206 group { name: "elm/icon/refresh/default"; alias: "elm/icon/toolbar/refresh/default"; min: 32 32;
10207 images.image: "icon_refresh.png" COMP; parts { part { name: "base";
10208 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
10209 image.normal: "icon_refresh.png"; } } } }
10210 group { name: "elm/icon/folder/default"; alias: "elm/icon/toolbar/folder/default"; min: 32 32;
10211 images.image: "icon_folder.png" COMP; parts { part { name: "base";
10212 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
10213 image.normal: "icon_folder.png"; } } } }
10214 group { name: "elm/icon/file/default"; alias: "elm/icon/toolbar/file/default"; min: 32 32;
10215 images.image: "icon_file.png" COMP; parts { part { name: "base";
10216 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
10217 image.normal: "icon_file.png"; } } } }
10218 ///////////////////////////////////////////////////////////////////////////////
10219 group { name: "elm/icon/menu/home/default"; min: 24 24; max: 24 24;
10220 images.image: "icon_home.png" COMP; parts { part { name: "base";
10221 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
10222 image.normal: "icon_home.png"; } } } }
10223 group { name: "elm/icon/menu/close/default"; min: 24 24; max: 24 24;
10224 images.image: "icon_close.png" COMP; parts { part { name: "base";
10225 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
10226 image.normal: "icon_close.png"; } } } }
10227 group { name: "elm/icon/menu/apps/default"; min: 24 24; max: 24 24;
10228 images.image: "icon_apps.png" COMP; parts { part { name: "base";
10229 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
10230 image.normal: "icon_apps.png"; } } } }
10231 group { name: "elm/icon/menu/arrow_up/default"; min: 24 24; max: 24 24;
10232 images.image: "icon_arrow_up.png" COMP; parts { part { name: "base";
10233 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
10234 image.normal: "icon_arrow_up.png"; } } } }
10235 group { name: "elm/icon/menu/arrow_down/default"; min: 24 24; max: 24 24;
10236 images.image: "icon_arrow_down.png" COMP; parts { part { name: "base";
10237 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
10238 image.normal: "icon_arrow_down.png"; } } } }
10239 group { name: "elm/icon/menu/arrow_left/default"; min: 24 24; max: 24 24;
10240 images.image: "icon_arrow_left.png" COMP; parts { part { name: "base";
10241 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
10242 image.normal: "icon_arrow_left.png"; } } } }
10243 group { name: "elm/icon/menu/arrow_right/default"; min: 24 24; max: 24 24;
10244 images.image: "icon_arrow_right.png" COMP; parts { part { name: "base";
10245 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
10246 image.normal: "icon_arrow_right.png"; } } } }
10247 group { name: "elm/icon/menu/chat/default"; min: 24 24; max: 24 24;
10248 images.image: "icon_chat.png" COMP; parts { part { name: "base";
10249 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
10250 image.normal: "icon_chat.png"; } } } }
10251 group { name: "elm/icon/menu/clock/default"; min: 24 24; max: 24 24;
10252 images.image: "icon_clock.png" COMP; parts { part { name: "base";
10253 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
10254 image.normal: "icon_clock.png"; } } } }
10255 group { name: "elm/icon/menu/delete/default"; min: 24 24; max: 24 24;
10256 images.image: "icon_delete.png" COMP; parts { part { name: "base";
10257 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
10258 image.normal: "icon_delete.png"; } } } }
10259 group { name: "elm/icon/menu/edit/default"; min: 24 24; max: 24 24;
10260 images.image: "icon_edit.png" COMP; parts { part { name: "base";
10261 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
10262 image.normal: "icon_edit.png"; } } } }
10263 group { name: "elm/icon/menu/refresh/default"; min: 24 24; max: 24 24;
10264 images.image: "icon_refresh.png" COMP; parts { part { name: "base";
10265 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
10266 image.normal: "icon_refresh.png"; } } } }
10267 group { name: "elm/icon/menu/folder/default"; min: 24 24; max: 24 24;
10268 images.image: "icon_folder.png" COMP; parts { part { name: "base";
10269 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
10270 image.normal: "icon_folder.png"; } } } }
10271 group { name: "elm/icon/menu/file/default"; min: 24 24; max: 24 24;
10272 images.image: "icon_file.png" COMP; parts { part { name: "base";
10273 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
10274 image.normal: "icon_file.png"; } } } }
10276 ///////////////////////////////////////////////////////////////////////////////
10277 group { name: "elm/toolbar/base/default";
10279 image: "bt_dis_base.png" COMP;
10280 image: "bt_dis_hilight.png" COMP;
10281 image: "bt_dis_shine.png" COMP;
10282 image: "icon_left_arrow.png" COMP;
10283 image: "icon_right_arrow.png" COMP;
10286 part { name: "base";
10288 description { state: "default" 0.0;
10293 rel2.offset: -3 -3;
10295 normal: "bt_dis_base.png";
10298 image.middle: SOLID;
10301 part { name: "clipper";
10305 state: "default" 0.0;
10316 part { name: "elm.swallow.content";
10317 clip_to: "clipper";
10320 state: "default" 0.0;
10321 rel1.to: "clipper";
10322 rel2.to: "clipper";
10325 part { name: "over2";
10327 description { state: "default" 0.0;
10331 normal: "bt_dis_shine.png";
10336 part { name: "over1";
10338 description { state: "default" 0.0;
10341 rel2.relative: 1.0 0.5;
10343 normal: "bt_dis_hilight.png";
10346 color: 255 255 255 128;
10349 part { name: "left_arrow";
10351 description { state: "default" 0.0;
10352 image.normal: "icon_left_arrow.png";
10354 aspect_preference: VERTICAL;
10359 description { state: "hidden" 0.0;
10360 inherit: "default" 0.0;
10362 color: 255 255 255 0;
10365 part { name: "right_arrow";
10367 description { state: "default" 0.0;
10368 image.normal: "icon_right_arrow.png";
10370 aspect_preference: VERTICAL;
10375 description { state: "hidden" 0.0;
10376 inherit: "default" 0.0;
10378 color: 255 255 255 0;
10381 part { name: "event";
10385 description { state: "default" 0.0;
10391 program { name: "sb_hbar_show";
10392 signal: "elm,action,show,hbar";
10394 action: STATE_SET "default" 0.0;
10395 transition: LINEAR 0.5;
10396 target: "left_arrow";
10397 target: "right_arrow";
10399 program { name: "sb_hbar_hide";
10400 signal: "elm,action,hide,hbar";
10402 action: STATE_SET "hidden" 0.0;
10403 target: "left_arrow";
10404 target: "right_arrow";
10405 transition: LINEAR 0.5;
10410 group { name: "elm/toolbar/item/default";
10412 image: "toolbar_sel.png" COMP;
10414 data.item: "transition_animation_on" "1";
10416 part { name: "label2";
10420 clip_to: "elm.text.clipper";
10421 description { state: "default" 0.0;
10424 rel1.to: "elm.text";
10425 rel2.to: "elm.text";
10429 text_source: "elm.text";
10433 text_class: "toolbar_item";
10436 description { state: "selected" 0.0;
10437 inherit: "default" 0.0;
10440 description { state: "disabled" 0.0;
10441 inherit: "default" 0.0;
10445 description { state: "disabled_visible" 0.0;
10446 inherit: "default" 0.0;
10453 part { name: "label2_new";
10457 clip_to: "elm.text_new.clipper";
10458 description { state: "default" 0.0;
10461 rel1.to: "elm.text_new";
10462 rel2.to: "elm.text_new";
10466 text_source: "elm.text_new";
10470 text_class: "toolbar_item";
10473 description { state: "selected" 0.0;
10474 inherit: "default" 0.0;
10477 description { state: "disabled" 0.0;
10478 inherit: "default" 0.0;
10482 description { state: "disabled_visible" 0.0;
10483 inherit: "default" 0.0;
10492 description { state: "default" 0.0;
10494 color: 255 255 255 0;
10496 normal: "toolbar_sel.png";
10499 image.middle: SOLID;
10502 description { state: "selected" 0.0;
10503 inherit: "default" 0.0;
10505 color: 255 255 255 255;
10507 description { state: "disabled" 0.0;
10508 inherit: "default" 0.0;
10510 color: 255 255 255 0;
10513 part { name: "elm.swallow.icon";
10515 clip_to: "elm.icon.clipper";
10516 description { state: "default" 0.0;
10531 part { name: "elm.swallow.icon_new";
10533 clip_to: "elm.icon_new.clipper";
10534 description { state: "default" 0.0;
10542 to_y: "elm.text_new";
10549 part { name: "elm.text";
10551 effect: SOFT_SHADOW;
10554 clip_to: "elm.text.clipper";
10555 description { state: "default" 0.0;
10567 color: 224 224 224 255;
10570 font: "Sans:style=Bold";
10574 text_class: "toolbar_item";
10577 description { state: "selected" 0.0;
10578 inherit: "default" 0.0;
10581 description { state: "visible" 0.0;
10582 inherit: "default" 0.0;
10586 description { state: "disabled" 0.0;
10587 inherit: "default" 0.0;
10591 description { state: "disabled_visible" 0.0;
10592 inherit: "default" 0.0;
10599 part { name: "elm.text_new";
10601 effect: SOFT_SHADOW;
10603 clip_to: "elm.text_new.clipper";
10605 description { state: "default" 0.0;
10617 color: 224 224 224 255;
10620 font: "Sans:style=Bold";
10624 text_class: "toolbar_item";
10627 description { state: "selected" 0.0;
10628 inherit: "default" 0.0;
10631 description { state: "visible" 0.0;
10632 inherit: "default" 0.0;
10636 description { state: "disabled" 0.0;
10637 inherit: "default" 0.0;
10641 description { state: "disabled_visible" 0.0;
10642 inherit: "default" 0.0;
10649 part { name: "elm.text.clipper";
10651 description { state: "default" 0.0;
10652 color: 255 255 255 255;
10654 description { state: "animation" 0.0;
10655 color: 255 255 255 0;
10658 part { name: "elm.text_new.clipper";
10660 description { state: "default" 0.0;
10661 color: 255 255 255 0;
10663 description { state: "animation" 0.0;
10664 color: 255 255 255 255;
10667 part { name: "elm.icon.clipper";
10669 description { state: "default" 0.0;
10670 color: 255 255 255 255;
10672 description { state: "animation" 0.0;
10673 color: 255 255 255 0;
10676 part { name: "elm.icon_new.clipper";
10678 description { state: "default" 0.0;
10679 color: 255 255 255 0;
10681 description { state: "animation" 0.0;
10682 color: 255 255 255 255;
10685 part { name: "event";
10688 ignore_flags: ON_HOLD;
10689 description { state: "default" 0.0;
10695 program { name: "go_active";
10696 signal: "elm,state,selected";
10698 action: STATE_SET "selected" 0.0;
10700 target: "elm.text";
10702 target: "elm.text_new";
10703 target: "label2_new";
10704 transition: LINEAR 0.2;
10706 program { name: "go_passive";
10707 signal: "elm,state,unselected";
10709 action: STATE_SET "default" 0.0;
10711 target: "elm.text";
10713 target: "elm.text_new";
10714 target: "label2_new";
10715 transition: LINEAR 0.1;
10717 program { name: "go";
10718 signal: "mouse,up,1";
10720 action: SIGNAL_EMIT "elm,action,click" "elm";
10722 program { name: "mouse,in";
10723 signal: "mouse,in";
10725 action: SIGNAL_EMIT "elm,mouse,in" "elm";
10727 program { name: "mouse,out";
10728 signal: "mouse,out";
10730 action: SIGNAL_EMIT "elm,mouse,out" "elm";
10732 program { name: "disable";
10733 signal: "elm,state,disabled";
10735 action: STATE_SET "disabled" 0.0;
10737 target: "label2_new";
10739 after: "disable_text";
10741 program { name: "disable_text";
10745 get_state(PART:"elm.text", st, 30, vl);
10746 if (!strcmp(st, "visible"))
10748 set_state(PART:"elm.text", "disabled_visible", 0.0);
10749 set_state(PART:"elm.text_new", "disabled_visible", 0.0);
10753 set_state(PART:"elm.text", "disabled", 0.0);
10754 set_state(PART:"elm.text_new", "disabled", 0.0);
10758 program { name: "enable";
10759 signal: "elm,state,enabled";
10761 action: STATE_SET "default" 0.0;
10763 target: "label2_new";
10765 after: "enable_text";
10767 program { name: "enable_text";
10771 get_state(PART:"elm.text", st, 30, vl);
10772 if (!strcmp(st, "disabled_visible"))
10774 set_state(PART:"elm.text", "visible", 0.0);
10775 set_state(PART:"elm.text_new", "visible", 0.0);
10779 set_state(PART:"elm.text", "default", 0.0);
10780 set_state(PART:"elm.text_new", "default", 0.0);
10784 program { name: "label_set,animation,forward";
10785 signal: "elm,state,label_set,forward";
10787 after: "label_set,animation";
10789 program { name: "label_set,animation,backward";
10790 signal: "elm,state,label_set,backward";
10792 after: "label_set,animation";
10794 program { name: "label_set,animation";
10795 signal: "elm,state,label_set";
10797 action: STATE_SET "animation" 0.0;
10798 target: "elm.text.clipper";
10799 target: "elm.text_new.clipper";
10800 transition: LINEAR 0.2;
10801 after: "label_set,animation,done";
10803 program { name: "label_set,animation,done";
10804 action: SIGNAL_EMIT "elm,state,label_set,done" "elm";
10806 program { name: "label,reset";
10807 signal: "elm,state,label,reset";
10809 action: STATE_SET "default" 0.0;
10810 target: "elm.text.clipper";
10811 target: "elm.text_new.clipper";
10813 program { name: "icon_set,animation,forward";
10814 signal: "elm,state,icon_set,forward";
10816 after: "icon_set,animation";
10818 program { name: "icon_set,animation,backward";
10819 signal: "elm,state,icon_set,backward";
10821 after: "icon_set,animation";
10823 program { name: "icon_set,animation";
10824 signal: "elm,state,icon_set";
10826 action: STATE_SET "animation" 0.0;
10827 target: "elm.icon.clipper";
10828 target: "elm.icon_new.clipper";
10829 transition: LINEAR 0.2;
10830 after: "icon_set,animation,done";
10832 program { name: "icon_set,animation,done";
10833 action: SIGNAL_EMIT "elm,state,icon_set,done" "elm";
10835 program { name: "icon,reset";
10836 signal: "elm,state,icon,reset";
10838 action: STATE_SET "default" 0.0;
10839 target: "elm.icon.clipper";
10840 target: "elm.icon_new.clipper";
10845 group { name: "elm/toolbar/separator/default";
10847 image: "toolbar_separator_v.png" COMP;
10850 part { name: "separator"; // separator group
10851 description { state: "default" 0.0;
10855 rel2.offset: -5 -5;
10857 normal: "toolbar_separator_v.png";
10867 ///////////////////////////////////////////////////////////////////////////////
10868 group { name: "elm/notify/block_events/default";
10870 part { name: "block_events";
10872 description { state: "default" 0.0;
10880 name: "block_clicked";
10881 signal: "mouse,clicked,1";
10882 source: "block_events";
10883 action: SIGNAL_EMIT "elm,action,clicked" "elm";
10887 group { name: "elm/notify/top/default";
10888 //this group is a design similar to the inwin group
10890 image: "shad_circ.png" COMP;
10891 image: "bt_dis_base.png" COMP;
10892 image: "bt_dis_hilight.png" COMP;
10895 part { name: "base";
10899 description { state: "default" 0.0;
10901 rel1.offset: 10 10;
10902 rel2.offset: -10 -10;
10903 rel1.relative: 0.0 -1.0;
10904 rel2.relative: 1.0 0.0;
10906 description { state: "visible" 0.0;
10907 inherit: "default" 0.0;
10909 rel1.relative: 0.0 0.0;
10910 rel2.relative: 1.0 1.0;
10913 part { name: "shad";
10915 description { state: "default" 0.0;
10916 image.normal: "shad_circ.png";
10917 rel1.to: "elm.swallow.content";
10918 rel1.offset: -64 -64;
10919 rel2.to: "elm.swallow.content";
10920 rel2.offset: 63 63;
10924 part { name: "pop";
10926 description { state: "default" 0.0;
10927 rel1.to: "elm.swallow.content";
10928 rel1.offset: -5 -5;
10929 rel2.to: "elm.swallow.content";
10932 normal: "bt_dis_base.png";
10935 image.middle: SOLID;
10938 part { name: "popover";
10940 description { state: "default" 0.0;
10943 rel2.relative: 1.0 0.5;
10945 normal: "bt_dis_hilight.png";
10950 part { name: "elm.swallow.content";
10952 description { state: "default" 0.0;
10959 program { name: "show";
10960 signal: "elm,action,show";
10962 action: STATE_SET "visible" 0.0;
10965 program { name: "show_2";
10967 action: STATE_SET "default" 0.0;
10971 program { name: "show_3";
10973 action: STATE_SET "visible" 0.0;
10975 transition: LINEAR 0.5;
10977 program { name: "hide";
10978 signal: "elm,action,hide";
10980 action: STATE_SET "default" 0.0;
10985 group { name: "elm/notify/center/default";
10986 //this group is a design similar to the inwin group
10988 image: "bt_dis_base.png" COMP;
10991 part { name: "base";
10995 description { state: "default" 0.0;
10997 rel1.relative: 0.0 0.0;
10998 rel2.relative: 1.0 1.0;
11001 part { name: "pop";
11003 description { state: "default" 0.0;
11004 rel1.to: "elm.swallow.content";
11005 rel1.offset: -5 -5;
11006 rel2.to: "elm.swallow.content";
11009 normal: "bt_dis_base.png";
11014 part { name: "elm.swallow.content";
11016 description { state: "default" 0.0;
11023 program { name: "show";
11024 signal: "elm,action,show";
11026 action: STATE_SET "default" 0.0;
11029 program { name: "show_2";
11031 action: STATE_SET "default" 0.0;
11034 program { name: "hide";
11035 signal: "elm,action,hide";
11037 action: STATE_SET "default" 0.0;
11042 group { name: "elm/notify/bottom/default";
11043 //this group is a design similar to the inwin group
11045 image: "shad_circ.png" COMP;
11046 image: "bt_dis_base.png" COMP;
11047 image: "bt_dis_hilight.png" COMP;
11050 part { name: "base";
11054 description { state: "default" 0.0;
11056 rel1.offset: 10 10;
11057 rel2.offset: -10 -10;
11058 rel1.relative: 0.0 1.0;
11059 rel2.relative: 1.0 2.0;
11061 description { state: "visible" 0.0;
11062 inherit: "default" 0.0;
11064 rel1.relative: 0.0 0.0;
11065 rel2.relative: 1.0 1.0;
11068 part { name: "shad";
11070 description { state: "default" 0.0;
11071 image.normal: "shad_circ.png";
11072 rel1.to: "elm.swallow.content";
11073 rel1.offset: -64 -64;
11074 rel2.to: "elm.swallow.content";
11075 rel2.offset: 63 63;
11079 part { name: "pop";
11081 description { state: "default" 0.0;
11082 rel1.to: "elm.swallow.content";
11083 rel1.offset: -5 -5;
11084 rel2.to: "elm.swallow.content";
11087 normal: "bt_dis_base.png";
11090 image.middle: SOLID;
11093 part { name: "popover";
11095 description { state: "default" 0.0;
11098 rel2.relative: 1.0 0.5;
11100 normal: "bt_dis_hilight.png";
11105 part { name: "elm.swallow.content";
11107 description { state: "default" 0.0;
11114 program { name: "show";
11115 signal: "elm,action,show";
11117 action: STATE_SET "visible" 0.0;
11120 program { name: "show_2";
11122 action: STATE_SET "default" 0.0;
11126 program { name: "show_3";
11128 action: STATE_SET "visible" 0.0;
11130 transition: LINEAR 0.5;
11132 program { name: "hide";
11133 signal: "elm,action,hide";
11135 action: STATE_SET "default" 0.0;
11140 group { name: "elm/notify/left/default";
11141 //this group is a design similar to the inwin group
11143 image: "shad_circ.png" COMP;
11144 image: "bt_dis_base.png" COMP;
11145 image: "bt_dis_hilight.png" COMP;
11148 part { name: "base";
11152 description { state: "default" 0.0;
11154 rel1.offset: 10 10;
11155 rel2.offset: -10 -10;
11156 rel1.relative: -1.0 0.0;
11157 rel2.relative: 0.0 1.0;
11159 description { state: "visible" 0.0;
11160 inherit: "default" 0.0;
11162 rel1.relative: 0.0 0.0;
11163 rel2.relative: 1.0 1.0;
11166 part { name: "shad";
11168 description { state: "default" 0.0;
11169 image.normal: "shad_circ.png";
11170 rel1.to: "elm.swallow.content";
11171 rel1.offset: -64 -64;
11172 rel2.to: "elm.swallow.content";
11173 rel2.offset: 63 63;
11177 part { name: "pop";
11179 description { state: "default" 0.0;
11180 rel1.to: "elm.swallow.content";
11181 rel1.offset: -5 -5;
11182 rel2.to: "elm.swallow.content";
11185 normal: "bt_dis_base.png";
11188 image.middle: SOLID;
11191 part { name: "popover";
11193 description { state: "default" 0.0;
11196 rel2.relative: 1.0 0.5;
11198 normal: "bt_dis_hilight.png";
11203 part { name: "elm.swallow.content";
11205 description { state: "default" 0.0;
11212 program { name: "show";
11213 signal: "elm,action,show";
11215 action: STATE_SET "visible" 0.0;
11218 program { name: "show_2";
11220 action: STATE_SET "default" 0.0;
11224 program { name: "show_3";
11226 action: STATE_SET "visible" 0.0;
11228 transition: LINEAR 0.5;
11230 program { name: "hide";
11231 signal: "elm,action,hide";
11233 action: STATE_SET "default" 0.0;
11238 group { name: "elm/notify/right/default";
11239 //this group is a design similar to the inwin group
11241 image: "shad_circ.png" COMP;
11242 image: "bt_dis_base.png" COMP;
11243 image: "bt_dis_hilight.png" COMP;
11246 part { name: "base";
11250 description { state: "default" 0.0;
11252 rel1.offset: 10 10;
11253 rel2.offset: -10 -10;
11254 rel1.relative: 1.0 0.0;
11255 rel2.relative: 2.0 1.0;
11257 description { state: "visible" 0.0;
11258 inherit: "default" 0.0;
11260 rel1.relative: 0.0 0.0;
11261 rel2.relative: 1.0 1.0;
11264 part { name: "shad";
11266 description { state: "default" 0.0;
11267 image.normal: "shad_circ.png";
11268 rel1.to: "elm.swallow.content";
11269 rel1.offset: -64 -64;
11270 rel2.to: "elm.swallow.content";
11271 rel2.offset: 63 63;
11275 part { name: "pop";
11277 description { state: "default" 0.0;
11278 rel1.to: "elm.swallow.content";
11279 rel1.offset: -5 -5;
11280 rel2.to: "elm.swallow.content";
11283 normal: "bt_dis_base.png";
11286 image.middle: SOLID;
11289 part { name: "popover";
11291 description { state: "default" 0.0;
11294 rel2.relative: 1.0 0.5;
11296 normal: "bt_dis_hilight.png";
11301 part { name: "elm.swallow.content";
11303 description { state: "default" 0.0;
11310 program { name: "show";
11311 signal: "elm,action,show";
11313 action: STATE_SET "visible" 0.0;
11316 program { name: "show_2";
11318 action: STATE_SET "default" 0.0;
11322 program { name: "show_3";
11324 action: STATE_SET "visible" 0.0;
11326 transition: LINEAR 0.5;
11328 program { name: "hide";
11329 signal: "elm,action,hide";
11331 action: STATE_SET "default" 0.0;
11336 group { name: "elm/notify/top_left/default";
11337 //this group is a design similar to the inwin group
11339 image: "shad_circ.png" COMP;
11340 image: "bt_dis_base.png" COMP;
11341 image: "bt_dis_hilight.png" COMP;
11344 part { name: "base";
11348 description { state: "default" 0.0;
11350 rel1.offset: 10 10;
11351 rel2.offset: -10 -10;
11352 rel1.relative: 0.0 -1.0;
11353 rel2.relative: 1.0 0.0;
11355 description { state: "visible" 0.0;
11356 inherit: "default" 0.0;
11358 rel1.relative: 0.0 0.0;
11359 rel2.relative: 1.0 1.0;
11362 part { name: "shad";
11364 description { state: "default" 0.0;
11365 image.normal: "shad_circ.png";
11366 rel1.to: "elm.swallow.content";
11367 rel1.offset: -64 -64;
11368 rel2.to: "elm.swallow.content";
11369 rel2.offset: 63 63;
11373 part { name: "pop";
11375 description { state: "default" 0.0;
11376 rel1.to: "elm.swallow.content";
11377 rel1.offset: -5 -5;
11378 rel2.to: "elm.swallow.content";
11381 normal: "bt_dis_base.png";
11384 image.middle: SOLID;
11387 part { name: "popover";
11389 description { state: "default" 0.0;
11392 rel2.relative: 1.0 0.5;
11394 normal: "bt_dis_hilight.png";
11399 part { name: "elm.swallow.content";
11401 description { state: "default" 0.0;
11408 program { name: "show";
11409 signal: "elm,action,show";
11411 action: STATE_SET "visible" 0.0;
11414 program { name: "show_2";
11416 action: STATE_SET "default" 0.0;
11420 program { name: "show_3";
11422 action: STATE_SET "visible" 0.0;
11424 transition: LINEAR 0.5;
11426 program { name: "hide";
11427 signal: "elm,action,hide";
11429 action: STATE_SET "default" 0.0;
11434 group { name: "elm/notify/top_right/default";
11435 //this group is a design similar to the inwin group
11437 image: "shad_circ.png" COMP;
11438 image: "bt_dis_base.png" COMP;
11439 image: "bt_dis_hilight.png" COMP;
11442 part { name: "base";
11446 description { state: "default" 0.0;
11448 rel1.offset: 10 10;
11449 rel2.offset: -10 -10;
11450 rel1.relative: 0.0 -1.0;
11451 rel2.relative: 1.0 0.0;
11453 description { state: "visible" 0.0;
11454 inherit: "default" 0.0;
11456 rel1.relative: 0.0 0.0;
11457 rel2.relative: 1.0 1.0;
11460 part { name: "shad";
11462 description { state: "default" 0.0;
11463 image.normal: "shad_circ.png";
11464 rel1.to: "elm.swallow.content";
11465 rel1.offset: -64 -64;
11466 rel2.to: "elm.swallow.content";
11467 rel2.offset: 63 63;
11471 part { name: "pop";
11473 description { state: "default" 0.0;
11474 rel1.to: "elm.swallow.content";
11475 rel1.offset: -5 -5;
11476 rel2.to: "elm.swallow.content";
11479 normal: "bt_dis_base.png";
11482 image.middle: SOLID;
11485 part { name: "popover";
11487 description { state: "default" 0.0;
11490 rel2.relative: 1.0 0.5;
11492 normal: "bt_dis_hilight.png";
11497 part { name: "elm.swallow.content";
11499 description { state: "default" 0.0;
11506 program { name: "show";
11507 signal: "elm,action,show";
11509 action: STATE_SET "visible" 0.0;
11512 program { name: "show_2";
11514 action: STATE_SET "default" 0.0;
11518 program { name: "show_3";
11520 action: STATE_SET "visible" 0.0;
11522 transition: LINEAR 0.5;
11524 program { name: "hide";
11525 signal: "elm,action,hide";
11527 action: STATE_SET "default" 0.0;
11532 group { name: "elm/notify/bottom_left/default";
11533 //this group is a design similar to the inwin group
11535 image: "shad_circ.png" COMP;
11536 image: "bt_dis_base.png" COMP;
11537 image: "bt_dis_hilight.png" COMP;
11540 part { name: "base";
11544 description { state: "default" 0.0;
11546 rel1.offset: 10 10;
11547 rel2.offset: -10 -10;
11548 rel1.relative: 0.0 1.0;
11549 rel2.relative: 1.0 2.0;
11551 description { state: "visible" 0.0;
11552 inherit: "default" 0.0;
11554 rel1.relative: 0.0 0.0;
11555 rel2.relative: 1.0 1.0;
11558 part { name: "shad";
11560 description { state: "default" 0.0;
11561 image.normal: "shad_circ.png";
11562 rel1.to: "elm.swallow.content";
11563 rel1.offset: -64 -64;
11564 rel2.to: "elm.swallow.content";
11565 rel2.offset: 63 63;
11569 part { name: "pop";
11571 description { state: "default" 0.0;
11572 rel1.to: "elm.swallow.content";
11573 rel1.offset: -5 -5;
11574 rel2.to: "elm.swallow.content";
11577 normal: "bt_dis_base.png";
11580 image.middle: SOLID;
11583 part { name: "popover";
11585 description { state: "default" 0.0;
11588 rel2.relative: 1.0 0.5;
11590 normal: "bt_dis_hilight.png";
11595 part { name: "elm.swallow.content";
11597 description { state: "default" 0.0;
11604 program { name: "show";
11605 signal: "elm,action,show";
11607 action: STATE_SET "visible" 0.0;
11610 program { name: "show_2";
11612 action: STATE_SET "default" 0.0;
11616 program { name: "show_3";
11618 action: STATE_SET "visible" 0.0;
11620 transition: LINEAR 0.5;
11622 program { name: "hide";
11623 signal: "elm,action,hide";
11625 action: STATE_SET "default" 0.0;
11630 group { name: "elm/notify/bottom_right/default";
11631 //this group is a design similar to the inwin group
11633 image: "shad_circ.png" COMP;
11634 image: "bt_dis_base.png" COMP;
11635 image: "bt_dis_hilight.png" COMP;
11638 part { name: "base";
11642 description { state: "default" 0.0;
11644 rel1.offset: 10 10;
11645 rel2.offset: -10 -10;
11646 rel1.relative: 0.0 1.0;
11647 rel2.relative: 1.0 2.0;
11649 description { state: "visible" 0.0;
11650 inherit: "default" 0.0;
11652 rel1.relative: 0.0 0.0;
11653 rel2.relative: 1.0 1.0;
11656 part { name: "shad";
11658 description { state: "default" 0.0;
11659 image.normal: "shad_circ.png";
11660 rel1.to: "elm.swallow.content";
11661 rel1.offset: -64 -64;
11662 rel2.to: "elm.swallow.content";
11663 rel2.offset: 63 63;
11667 part { name: "pop";
11669 description { state: "default" 0.0;
11670 rel1.to: "elm.swallow.content";
11671 rel1.offset: -5 -5;
11672 rel2.to: "elm.swallow.content";
11675 normal: "bt_dis_base.png";
11678 image.middle: SOLID;
11681 part { name: "popover";
11683 description { state: "default" 0.0;
11686 rel2.relative: 1.0 0.5;
11688 normal: "bt_dis_hilight.png";
11693 part { name: "elm.swallow.content";
11695 description { state: "default" 0.0;
11702 program { name: "show";
11703 signal: "elm,action,show";
11705 action: STATE_SET "visible" 0.0;
11708 program { name: "show_2";
11710 action: STATE_SET "default" 0.0;
11714 program { name: "show_3";
11716 action: STATE_SET "visible" 0.0;
11718 transition: LINEAR 0.5;
11720 program { name: "hide";
11721 signal: "elm,action,hide";
11723 action: STATE_SET "default" 0.0;
11729 ///////////////////////////////////////////////////////////////////////////////
11730 group { name: "elm/slideshow/base/default";
11732 item: transitions "fade black_fade horizontal vertical square";
11733 item: layouts "fullscreen not_fullscreen";
11736 part { name: "whole";
11739 state: "default" 0.0;
11741 color: 20 20 20 255;
11744 part { name: "image_1_whole";
11746 state: "default" 0.0;
11747 color: 255 255 255 255;
11750 state: "fade_prev_next" 0.0;
11751 inherit: "default" 0.0;
11752 color: 255 255 255 0;
11755 state: "black_fade_prev_next_init" 0.0;
11756 inherit: "default" 0.0;
11757 color: 255 255 255 255;
11760 state: "black_fade_prev_next" 0.0;
11761 inherit: "default" 0.0;
11765 state: "horizontal_next_init" 0.0;
11766 inherit: "default" 0.0;
11769 state: "horizontal_next" 0.0;
11770 inherit: "default" 0.0;
11771 rel1.relative: -1.0 0.0;
11772 rel2.relative: 0.0 1.0;
11775 state: "horizontal_prev_init" 0.0;
11776 inherit: "default" 0.0;
11779 state: "horizontal_prev" 0.0;
11780 inherit: "default" 0.0;
11781 rel1.relative: 1.0 0.0;
11782 rel2.relative: 2.0 1.0;
11785 state: "vertical_next_init" 0.0;
11786 inherit: "default" 0.0;
11789 state: "vertical_next" 0.0;
11790 inherit: "default" 0.0;
11791 rel1.relative: 0.0 -1.0;
11792 rel2.relative: 1.0 0.0;
11795 state: "vertical_prev_init" 0.0;
11796 inherit: "default" 0.0;
11799 state: "vertical_prev" 0.0;
11800 inherit: "default" 0.0;
11801 rel1.relative: 0.0 1.0;
11802 rel2.relative: 1.0 2.0;
11805 state: "square_prev_next" 0.0;
11806 inherit: "default" 0.0;
11807 color: 255 255 255 0;
11810 part { name: "image_2_whole";
11812 state: "default" 0.0;
11814 color: 255 255 255 0;
11817 state: "fade_prev_next" 0.0;
11818 inherit: "default" 0.0;
11819 color: 255 255 255 255;
11822 state: "black_fade_prev_next_init" 0.0;
11823 inherit: "default" 0.0;
11827 state: "black_fade_prev_next" 0.0;
11828 inherit: "default" 0.0;
11829 color: 255 255 255 255;
11832 state: "horizontal_next_init" 0.0;
11833 inherit: "default" 0.0;
11834 rel1.relative: 1.0 0.0;
11835 rel2.relative: 2.0 1.0;
11836 color: 255 255 255 255;
11839 state: "horizontal_next" 0.0;
11840 inherit: "default" 0.0;
11841 color: 255 255 255 255;
11844 state: "horizontal_prev_init" 0.0;
11845 inherit: "default" 0.0;
11846 rel1.relative: -1.0 0.0;
11847 rel2.relative: 0.0 1.0;
11848 color: 255 255 255 255;
11851 state: "horizontal_prev" 0.0;
11852 inherit: "default" 0.0;
11853 color: 255 255 255 255;
11856 state: "vertical_next_init" 0.0;
11857 inherit: "default" 0.0;
11858 rel1.relative: 0.0 1.0;
11859 rel2.relative: 1.0 2.0;
11860 color: 255 255 255 255;
11863 state: "vertical_next" 0.0;
11864 inherit: "default" 0.0;
11865 color: 255 255 255 255;
11868 state: "vertical_prev_init" 0.0;
11869 inherit: "default" 0.0;
11870 rel1.relative: 0.0 -1.0;
11871 rel2.relative: 1.0 0.0;
11872 color: 255 255 255 255;
11875 state: "vertical_prev" 0.0;
11876 inherit: "default" 0.0;
11877 color: 255 255 255 255;
11880 state: "square_prev_next_init" 0.0;
11881 inherit: "default" 0.0;
11882 rel1.relative: 0.5 0.5;
11883 rel2.relative: 0.5 0.5;
11884 color: 255 255 255 255;
11887 state: "square_prev_next" 0.0;
11888 inherit: "default" 0.0;
11889 rel1.relative: 0.0 0.0;
11890 rel2.relative: 1.0 1.0;
11891 color: 255 255 255 255;
11894 part { name: "elm.swallow.1";
11896 clip_to: "image_1_whole";
11898 state: "default" 0.0;
11899 rel1.to: "image_1_whole";
11900 rel2.to: "image_1_whole";
11901 color: 255 255 255 255;
11904 state: "not_fullscreen" 0.0;
11905 rel1.relative: 0.1 0.1;
11906 rel1.to: "image_1_whole";
11907 rel2.relative: 0.9 0.9;
11908 rel2.to: "image_1_whole";
11909 color: 255 255 255 255;
11912 part { name: "elm.swallow.2";
11914 clip_to: "image_2_whole";
11916 state: "default" 0.0;
11917 color: 255 255 255 255;
11918 rel1.to: "image_2_whole";
11919 rel2.to: "image_2_whole";
11922 state: "not_fullscreen" 0.0;
11923 color: 255 255 255 255;
11924 rel1.relative: 0.1 0.1;
11925 rel1.to: "image_2_whole";
11926 rel2.relative: 0.9 0.9;
11927 rel2.to: "image_2_whole";
11930 part { name: "events_catcher";
11934 state: "default" 0.0;
11942 program { name: "layout_fullscreen";
11943 signal: "layout,fullscreen";
11944 source: "slideshow";
11945 action: STATE_SET "default" 0.0;
11946 target: "elm.swallow.1";
11947 target: "elm.swallow.2";
11948 transition: SINUSOIDAL 1.0;
11950 program { name: "layout_not_fullscreen";
11951 signal: "layout,not_fullscreen";
11952 source: "slideshow";
11953 action: STATE_SET "not_fullscreen" 0.0;
11954 target: "elm.swallow.1";
11955 target: "elm.swallow.2";
11956 transition: SINUSOIDAL 1.0;
11959 program { name: "fade_next";
11960 signal: "fade,next";
11961 source: "slideshow";
11962 action: STATE_SET "default" 0.0;
11963 target: "image_1_whole";
11964 target: "image_2_whole";
11965 after: "fade_next_2";
11967 program { name: "fade_next_2";
11968 action: STATE_SET "fade_prev_next" 0.0;
11969 target: "image_1_whole";
11970 target: "image_2_whole";
11971 transition: SINUSOIDAL 1.5;
11974 program { name: "fade_previous";
11975 signal: "fade,previous";
11976 source: "slideshow";
11977 action: STATE_SET "default" 0.0;
11978 target: "image_1_whole";
11979 target: "image_2_whole";
11980 after: "fade_previous_2";
11982 program { name: "fade_previous_2";
11983 action: STATE_SET "fade_prev_next" 0.0;
11984 target: "image_1_whole";
11985 target: "image_2_whole";
11986 transition: SINUSOIDAL 1.5;
11989 program { name: "black_fade_next";
11990 signal: "black_fade,next";
11991 source: "slideshow";
11992 action: STATE_SET "black_fade_prev_next_init" 0.0;
11993 target: "image_1_whole";
11994 target: "image_2_whole";
11995 after: "black_fade_next_2";
11997 program { name: "black_fade_next_2";
11998 action: STATE_SET "black_fade_prev_next" 0.0;
11999 target: "image_1_whole";
12000 transition: SINUSOIDAL 0.75;
12001 after: "black_fade_next_3";
12003 program { name: "black_fade_next_3";
12004 action: STATE_SET "black_fade_prev_next" 0.0;
12005 target: "image_2_whole";
12006 transition: SINUSOIDAL 0.75;
12009 program { name: "black_fade_previous";
12010 signal: "black_fade,previous";
12011 source: "slideshow";
12012 action: STATE_SET "black_fade_prev_next_init" 0.0;
12013 target: "image_1_whole";
12014 target: "image_2_whole";
12015 after: "black_fade_previous_2";
12017 program { name: "black_fade_previous_2";
12018 action: STATE_SET "black_fade_prev_next" 0.0;
12019 target: "image_1_whole";
12020 transition: SINUSOIDAL 0.75;
12021 after: "black_fade_previous_3";
12023 program { name: "black_fade_previous_3";
12024 action: STATE_SET "black_fade_prev_next" 0.0;
12025 target: "image_2_whole";
12026 transition: SINUSOIDAL 0.75;
12029 program { name: "horizontal_next";
12030 signal: "horizontal,next";
12031 source: "slideshow";
12032 action: STATE_SET "horizontal_next_init" 0.0;
12033 target: "image_1_whole";
12034 target: "image_2_whole";
12035 after: "horizontal_next_2";
12037 program { name: "horizontal_next_2";
12038 action: STATE_SET "horizontal_next" 0.0;
12039 target: "image_1_whole";
12040 target: "image_2_whole";
12041 transition: SINUSOIDAL 1.5;
12044 program { name: "horizontal_previous";
12045 signal: "horizontal,previous";
12046 source: "slideshow";
12047 action: STATE_SET "horizontal_prev_init" 0.0;
12048 target: "image_1_whole";
12049 target: "image_2_whole";
12050 after: "horizontal_previous_2";
12052 program { name: "horizontal_previous_2";
12053 action: STATE_SET "horizontal_prev" 0.0;
12054 target: "image_1_whole";
12055 target: "image_2_whole";
12056 transition: SINUSOIDAL 1.5;
12059 program { name: "vertical_next";
12060 signal: "vertical,next";
12061 source: "slideshow";
12062 action: STATE_SET "vertical_next_init" 0.0;
12063 target: "image_1_whole";
12064 target: "image_2_whole";
12065 after: "vertical_next_2";
12067 program { name: "vertical_next_2";
12068 action: STATE_SET "vertical_next" 0.0;
12069 target: "image_1_whole";
12070 target: "image_2_whole";
12071 transition: SINUSOIDAL 1.5;
12074 program { name: "vertical_previous";
12075 signal: "vertical,previous";
12076 source: "slideshow";
12077 action: STATE_SET "vertical_prev_init" 0.0;
12078 target: "image_1_whole";
12079 target: "image_2_whole";
12080 after: "vertical_previous_2";
12082 program { name: "vertical_previous_2";
12083 action: STATE_SET "vertical_prev" 0.0;
12084 target: "image_1_whole";
12085 target: "image_2_whole";
12086 transition: SINUSOIDAL 1.5;
12089 program { name: "square_next";
12090 signal: "square,next";
12091 source: "slideshow";
12092 action: STATE_SET "square_prev_next_init" 0.0;
12093 target: "image_2_whole";
12094 after: "square_next_2";
12096 program { name: "square_next_2";
12097 action: STATE_SET "square_prev_next" 0.0;
12098 target: "image_2_whole";
12099 target: "image_1_whole";
12100 transition: SINUSOIDAL 1.5;
12103 program { name: "square_previous";
12104 signal: "square,previous";
12105 source: "slideshow";
12106 action: STATE_SET "square_prev_next_init" 0.0;
12107 target: "image_2_whole";
12108 after: "square_next_2";
12110 program { name: "end";
12111 action: SIGNAL_EMIT "end" "slideshow";
12113 program { name: "end_signal";
12114 signal: "anim,end";
12115 source: "slideshow";
12116 action: STATE_SET "default" 0.0;
12117 target: "image_1_whole";
12118 target: "image_2_whole";
12123 ///////////////////////////////////////////////////////////////////////////////
12124 group { name: "elm/win/inwin/default";
12126 image: "shad_circ.png" COMP;
12127 image: "bt_dis_base.png" COMP;
12128 image: "bt_dis_hilight.png" COMP;
12131 part { name: "base";
12134 description { state: "default" 0.0;
12137 description { state: "visible" 0.0;
12138 inherit: "default" 1.0;
12142 part { name: "shad";
12144 description { state: "default" 0.0;
12145 image.normal: "shad_circ.png";
12146 rel1.to: "elm.swallow.content";
12147 rel1.offset: -64 -64;
12148 rel2.to: "elm.swallow.content";
12149 rel2.offset: 63 63;
12153 part { name: "pop";
12155 description { state: "default" 0.0;
12156 rel1.to: "elm.swallow.content";
12157 rel1.offset: -5 -5;
12158 rel2.to: "elm.swallow.content";
12161 normal: "bt_dis_base.png";
12164 image.middle: SOLID;
12167 part { name: "popover";
12169 description { state: "default" 0.0;
12172 rel2.relative: 1.0 0.5;
12174 normal: "bt_dis_hilight.png";
12179 part { name: "elm.swallow.content";
12181 description { state: "default" 0.0;
12182 rel1.relative: 0.1 0.1;
12183 rel2.relative: 0.9 0.9;
12188 program { name: "show";
12189 signal: "elm,action,show";
12191 action: STATE_SET "visible" 0.0;
12192 // transition: DECELERATE 0.5;
12195 program { name: "hide";
12196 signal: "elm,action,hide";
12198 action: STATE_SET "default" 0.0;
12199 // transition: DECELERATE 0.5;
12205 group { name: "elm/win/inwin/minimal";
12207 image: "shad_circ.png" COMP;
12208 image: "bt_dis_base.png" COMP;
12209 image: "bt_dis_hilight.png" COMP;
12212 part { name: "base";
12215 description { state: "default" 0.0;
12218 description { state: "visible" 0.0;
12219 inherit: "default" 1.0;
12223 part { name: "shad";
12225 description { state: "default" 0.0;
12226 image.normal: "shad_circ.png";
12227 rel1.to: "elm.swallow.content";
12228 rel1.offset: -64 -64;
12229 rel2.to: "elm.swallow.content";
12230 rel2.offset: 63 63;
12234 part { name: "pop";
12236 description { state: "default" 0.0;
12237 rel1.to: "elm.swallow.content";
12238 rel1.offset: -5 -5;
12239 rel2.to: "elm.swallow.content";
12242 normal: "bt_dis_base.png";
12245 image.middle: SOLID;
12248 part { name: "popover";
12250 description { state: "default" 0.0;
12253 rel2.relative: 1.0 0.5;
12255 normal: "bt_dis_hilight.png";
12260 part { name: "elm.swallow.content";
12262 description { state: "default" 0.0;
12264 rel1.relative: 0.5 0.5;
12265 rel2.relative: 0.5 0.5;
12270 program { name: "show";
12271 signal: "elm,action,show";
12273 action: STATE_SET "visible" 0.0;
12274 // transition: DECELERATE 0.5;
12277 program { name: "hide";
12278 signal: "elm,action,hide";
12280 action: STATE_SET "default" 0.0;
12281 // transition: DECELERATE 0.5;
12287 group { name: "elm/win/inwin/minimal_vertical";
12289 image: "shad_circ.png" COMP;
12290 image: "bt_dis_base.png" COMP;
12291 image: "bt_dis_hilight.png" COMP;
12294 part { name: "base";
12297 description { state: "default" 0.0;
12300 description { state: "visible" 0.0;
12301 inherit: "default" 1.0;
12305 part { name: "shad";
12307 description { state: "default" 0.0;
12308 image.normal: "shad_circ.png";
12309 rel1.to: "elm.swallow.content";
12310 rel1.offset: -64 -64;
12311 rel2.to: "elm.swallow.content";
12312 rel2.offset: 63 63;
12316 part { name: "pop";
12318 description { state: "default" 0.0;
12319 rel1.to: "elm.swallow.content";
12320 rel1.offset: -5 -5;
12321 rel2.to: "elm.swallow.content";
12324 normal: "bt_dis_base.png";
12327 image.middle: SOLID;
12330 part { name: "popover";
12332 description { state: "default" 0.0;
12335 rel2.relative: 1.0 0.5;
12337 normal: "bt_dis_hilight.png";
12342 part { name: "elm.swallow.content";
12344 description { state: "default" 0.0;
12346 rel1.relative: 0.1 0.5;
12347 rel2.relative: 0.9 0.5;
12352 program { name: "show";
12353 signal: "elm,action,show";
12355 action: STATE_SET "visible" 0.0;
12356 // transition: DECELERATE 0.5;
12359 program { name: "hide";
12360 signal: "elm,action,hide";
12362 action: STATE_SET "default" 0.0;
12363 // transition: DECELERATE 0.5;
12369 ///////////////////////////////////////////////////////////////////////////////
12371 ///////////////////////////////////////////////////////////////////////////////
12372 group { name: "elm/list/item/default";
12373 data.item: "stacking" "above";
12375 image: "bt_sm_base1.png" COMP;
12376 image: "bt_sm_shine.png" COMP;
12377 image: "bt_sm_hilight.png" COMP;
12378 image: "ilist_1.png" COMP;
12379 image: "ilist_item_shadow.png" COMP;
12387 state: "default" 0.0;
12395 state: "default" 0.0;
12410 normal: "ilist_item_shadow.png";
12419 state: "default" 0.0;
12421 normal: "ilist_1.png";
12429 description { state: "default" 0.0;
12431 color: 255 255 255 0;
12441 normal: "bt_sm_base1.png";
12444 image.middle: SOLID;
12446 description { state: "selected" 0.0;
12447 inherit: "default" 0.0;
12449 color: 255 255 255 255;
12460 part { name: "elm.swallow.icon";
12462 description { state: "default" 0.0;
12475 part { name: "elm.swallow.end";
12477 description { state: "default" 0.0;
12490 part { name: "elm.text";
12492 effect: SOFT_SHADOW;
12496 state: "default" 0.0;
12499 to_x: "elm.swallow.icon";
12504 to_x: "elm.swallow.end";
12516 text_class: "list_item";
12519 description { state: "selected" 0.0;
12520 inherit: "default" 0.0;
12521 color: 224 224 224 255;
12525 part { name: "fg1";
12527 description { state: "default" 0.0;
12529 color: 255 255 255 0;
12531 rel2.relative: 1.0 0.5;
12534 normal: "bt_sm_hilight.png";
12538 description { state: "selected" 0.0;
12539 inherit: "default" 0.0;
12541 color: 255 255 255 255;
12544 part { name: "fg2";
12546 description { state: "default" 0.0;
12548 color: 255 255 255 0;
12552 normal: "bt_sm_shine.png";
12556 description { state: "selected" 0.0;
12557 inherit: "default" 0.0;
12559 color: 255 255 255 255;
12566 signal: "elm,state,selected";
12568 action: STATE_SET "selected" 0.0;
12572 target: "elm.text";
12575 name: "go_passive";
12576 signal: "elm,state,unselected";
12578 action: STATE_SET "default" 0.0;
12582 target: "elm.text";
12583 transition: LINEAR 0.1;
12587 group { name: "elm/list/item_odd/default";
12588 data.item: "stacking" "below";
12589 data.item: "selectraise" "on";
12591 image: "bt_sm_base1.png" COMP;
12592 image: "bt_sm_shine.png" COMP;
12593 image: "bt_sm_hilight.png" COMP;
12594 image: "ilist_2.png" COMP;
12602 state: "default" 0.0;
12610 state: "default" 0.0;
12612 normal: "ilist_2.png";
12620 description { state: "default" 0.0;
12622 color: 255 255 255 0;
12632 normal: "bt_sm_base1.png";
12635 image.middle: SOLID;
12637 description { state: "selected" 0.0;
12638 inherit: "default" 0.0;
12640 color: 255 255 255 255;
12652 name: "elm.swallow.icon";
12654 description { state: "default" 0.0;
12668 name: "elm.swallow.end";
12670 description { state: "default" 0.0;
12686 effect: SOFT_SHADOW;
12690 state: "default" 0.0;
12693 to_x: "elm.swallow.icon";
12698 to_x: "elm.swallow.end";
12710 text_class: "list_item";
12713 description { state: "selected" 0.0;
12714 inherit: "default" 0.0;
12715 color: 224 224 224 255;
12719 part { name: "fg1";
12721 description { state: "default" 0.0;
12723 color: 255 255 255 0;
12725 rel2.relative: 1.0 0.5;
12728 normal: "bt_sm_hilight.png";
12732 description { state: "selected" 0.0;
12733 inherit: "default" 0.0;
12735 color: 255 255 255 255;
12738 part { name: "fg2";
12740 description { state: "default" 0.0;
12742 color: 255 255 255 0;
12746 normal: "bt_sm_shine.png";
12750 description { state: "selected" 0.0;
12751 inherit: "default" 0.0;
12753 color: 255 255 255 255;
12760 signal: "elm,state,selected";
12762 action: STATE_SET "selected" 0.0;
12766 target: "elm.text";
12769 name: "go_passive";
12770 signal: "elm,state,unselected";
12772 action: STATE_SET "default" 0.0;
12776 target: "elm.text";
12777 transition: LINEAR 0.1;
12781 group { name: "elm/list/item_compress/default";
12782 data.item: "stacking" "above";
12783 data.item: "selectraise" "on";
12785 image: "bt_sm_base1.png" COMP;
12786 image: "bt_sm_shine.png" COMP;
12787 image: "bt_sm_hilight.png" COMP;
12788 image: "ilist_1.png" COMP;
12789 image: "ilist_item_shadow.png" COMP;
12797 state: "default" 0.0;
12804 description { state: "default" 0.0;
12819 normal: "ilist_item_shadow.png";
12828 state: "default" 0.0;
12830 normal: "ilist_1.png";
12838 description { state: "default" 0.0;
12840 color: 255 255 255 0;
12850 normal: "bt_sm_base1.png";
12853 image.middle: SOLID;
12855 description { state: "selected" 0.0;
12856 inherit: "default" 0.0;
12858 color: 255 255 255 255;
12869 part { name: "elm.swallow.icon";
12871 description { state: "default" 0.0;
12884 part { name: "elm.swallow.end";
12886 description { state: "default" 0.0;
12902 effect: SOFT_SHADOW;
12905 description { state: "default" 0.0;
12908 to_x: "elm.swallow.icon";
12913 to_x: "elm.swallow.end";
12925 text_class: "list_item";
12928 description { state: "selected" 0.0;
12929 inherit: "default" 0.0;
12930 color: 224 224 224 255;
12934 part { name: "fg1";
12936 description { state: "default" 0.0;
12938 color: 255 255 255 0;
12940 rel2.relative: 1.0 0.5;
12943 normal: "bt_sm_hilight.png";
12947 description { state: "selected" 0.0;
12948 inherit: "default" 0.0;
12950 color: 255 255 255 255;
12953 part { name: "fg2";
12955 description { state: "default" 0.0;
12957 color: 255 255 255 0;
12961 normal: "bt_sm_shine.png";
12965 description { state: "selected" 0.0;
12966 inherit: "default" 0.0;
12968 color: 255 255 255 255;
12975 signal: "elm,state,selected";
12977 action: STATE_SET "selected" 0.0;
12981 target: "elm.text";
12984 name: "go_passive";
12985 signal: "elm,state,unselected";
12987 action: STATE_SET "default" 0.0;
12991 target: "elm.text";
12992 transition: LINEAR 0.1;
12996 group { name: "elm/list/item_compress_odd/default";
12997 data.item: "stacking" "below";
12998 data.item: "selectraise" "on";
13000 image: "bt_sm_base1.png" COMP;
13001 image: "bt_sm_shine.png" COMP;
13002 image: "bt_sm_hilight.png" COMP;
13003 image: "ilist_2.png" COMP;
13011 state: "default" 0.0;
13019 state: "default" 0.0;
13021 normal: "ilist_2.png";
13029 description { state: "default" 0.0;
13031 color: 255 255 255 0;
13041 normal: "bt_sm_base1.png";
13044 image.middle: SOLID;
13046 description { state: "selected" 0.0;
13047 inherit: "default" 0.0;
13049 color: 255 255 255 255;
13060 part { name: "elm.swallow.icon";
13062 description { state: "default" 0.0;
13075 part { name: "elm.swallow.end";
13077 description { state: "default" 0.0;
13093 effect: SOFT_SHADOW;
13097 state: "default" 0.0;
13100 to_x: "elm.swallow.icon";
13105 to_x: "elm.swallow.end";
13117 text_class: "list_item";
13120 description { state: "selected" 0.0;
13121 inherit: "default" 0.0;
13122 color: 224 224 224 255;
13126 part { name: "fg1";
13128 description { state: "default" 0.0;
13130 color: 255 255 255 0;
13132 rel2.relative: 1.0 0.5;
13135 normal: "bt_sm_hilight.png";
13139 description { state: "selected" 0.0;
13140 inherit: "default" 0.0;
13142 color: 255 255 255 255;
13145 part { name: "fg2";
13147 description { state: "default" 0.0;
13149 color: 255 255 255 0;
13153 normal: "bt_sm_shine.png";
13157 description { state: "selected" 0.0;
13158 inherit: "default" 0.0;
13160 color: 255 255 255 255;
13167 signal: "elm,state,selected";
13169 action: STATE_SET "selected" 0.0;
13173 target: "elm.text";
13176 name: "go_passive";
13177 signal: "elm,state,unselected";
13179 action: STATE_SET "default" 0.0;
13183 target: "elm.text";
13184 transition: LINEAR 0.1;
13189 ///////////////////////////////////////////////////////////////////////////////
13190 group { name: "elm/list/h_item/default";
13191 data.item: "stacking" "above";
13193 image: "bt_sm_base1.png" COMP;
13194 image: "bt_sm_shine.png" COMP;
13195 image: "bt_sm_hilight.png" COMP;
13196 image: "ilist_1_h.png" COMP;
13197 image: "ilist_item_shadow_h.png" COMP;
13205 state: "default" 0.0;
13213 state: "default" 0.0;
13228 normal: "ilist_item_shadow_h.png";
13237 state: "default" 0.0;
13239 normal: "ilist_1_h.png";
13247 description { state: "default" 0.0;
13249 color: 255 255 255 0;
13259 normal: "bt_sm_base1.png";
13262 image.middle: SOLID;
13264 description { state: "selected" 0.0;
13265 inherit: "default" 0.0;
13267 color: 255 255 255 255;
13278 part { name: "elm.swallow.icon";
13280 description { state: "default" 0.0;
13293 part { name: "elm.swallow.end";
13295 description { state: "default" 0.0;
13308 part { name: "elm.text";
13310 effect: SOFT_SHADOW;
13314 state: "default" 0.0;
13317 to_x: "elm.swallow.icon";
13322 to_x: "elm.swallow.end";
13333 text_class: "list_item";
13336 description { state: "selected" 0.0;
13337 inherit: "default" 0.0;
13338 color: 224 224 224 255;
13342 part { name: "fg1";
13344 description { state: "default" 0.0;
13346 color: 255 255 255 0;
13348 rel2.relative: 1.0 0.5;
13351 normal: "bt_sm_hilight.png";
13355 description { state: "selected" 0.0;
13356 inherit: "default" 0.0;
13358 color: 255 255 255 255;
13361 part { name: "fg2";
13363 description { state: "default" 0.0;
13365 color: 255 255 255 0;
13369 normal: "bt_sm_shine.png";
13373 description { state: "selected" 0.0;
13374 inherit: "default" 0.0;
13376 color: 255 255 255 255;
13383 signal: "elm,state,selected";
13385 action: STATE_SET "selected" 0.0;
13389 target: "elm.text";
13392 name: "go_passive";
13393 signal: "elm,state,unselected";
13395 action: STATE_SET "default" 0.0;
13399 target: "elm.text";
13400 transition: LINEAR 0.1;
13404 group { name: "elm/list/h_item_odd/default";
13405 data.item: "stacking" "below";
13406 data.item: "selectraise" "on";
13408 image: "bt_sm_base1.png" COMP;
13409 image: "bt_sm_shine.png" COMP;
13410 image: "bt_sm_hilight.png" COMP;
13411 image: "ilist_2_h.png" COMP;
13419 state: "default" 0.0;
13427 state: "default" 0.0;
13429 normal: "ilist_2_h.png";
13437 description { state: "default" 0.0;
13439 color: 255 255 255 0;
13449 normal: "bt_sm_base1.png";
13452 image.middle: SOLID;
13454 description { state: "selected" 0.0;
13455 inherit: "default" 0.0;
13457 color: 255 255 255 255;
13469 name: "elm.swallow.icon";
13471 description { state: "default" 0.0;
13485 name: "elm.swallow.end";
13487 description { state: "default" 0.0;
13500 part { name: "elm.text";
13502 effect: SOFT_SHADOW;
13506 state: "default" 0.0;
13509 to_x: "elm.swallow.icon";
13514 to_x: "elm.swallow.end";
13525 text_class: "list_item";
13528 description { state: "selected" 0.0;
13529 inherit: "default" 0.0;
13530 color: 224 224 224 255;
13534 part { name: "fg1";
13536 description { state: "default" 0.0;
13538 color: 255 255 255 0;
13540 rel2.relative: 1.0 0.5;
13543 normal: "bt_sm_hilight.png";
13547 description { state: "selected" 0.0;
13548 inherit: "default" 0.0;
13550 color: 255 255 255 255;
13553 part { name: "fg2";
13555 description { state: "default" 0.0;
13557 color: 255 255 255 0;
13561 normal: "bt_sm_shine.png";
13565 description { state: "selected" 0.0;
13566 inherit: "default" 0.0;
13568 color: 255 255 255 255;
13575 signal: "elm,state,selected";
13577 action: STATE_SET "selected" 0.0;
13581 target: "elm.text";
13584 name: "go_passive";
13585 signal: "elm,state,unselected";
13587 action: STATE_SET "default" 0.0;
13591 target: "elm.text";
13592 transition: LINEAR 0.1;
13596 group { name: "elm/list/h_item_compress/default";
13597 data.item: "stacking" "above";
13598 data.item: "selectraise" "on";
13600 image: "bt_sm_base1.png" COMP;
13601 image: "bt_sm_shine.png" COMP;
13602 image: "bt_sm_hilight.png" COMP;
13603 image: "ilist_1_h.png" COMP;
13604 image: "ilist_item_shadow_h.png" COMP;
13612 state: "default" 0.0;
13619 description { state: "default" 0.0;
13634 normal: "ilist_item_shadow_h.png";
13643 state: "default" 0.0;
13645 normal: "ilist_1_h.png";
13653 description { state: "default" 0.0;
13655 color: 255 255 255 0;
13665 normal: "bt_sm_base1.png";
13668 image.middle: SOLID;
13670 description { state: "selected" 0.0;
13671 inherit: "default" 0.0;
13673 color: 255 255 255 255;
13684 part { name: "elm.swallow.icon";
13686 description { state: "default" 0.0;
13699 part { name: "elm.swallow.end";
13701 description { state: "default" 0.0;
13717 effect: SOFT_SHADOW;
13720 description { state: "default" 0.0;
13723 to_x: "elm.swallow.icon";
13728 to_x: "elm.swallow.end";
13739 text_class: "list_item";
13742 description { state: "selected" 0.0;
13743 inherit: "default" 0.0;
13744 color: 224 224 224 255;
13748 part { name: "fg1";
13750 description { state: "default" 0.0;
13752 color: 255 255 255 0;
13754 rel2.relative: 1.0 0.5;
13757 normal: "bt_sm_hilight.png";
13761 description { state: "selected" 0.0;
13762 inherit: "default" 0.0;
13764 color: 255 255 255 255;
13767 part { name: "fg2";
13769 description { state: "default" 0.0;
13771 color: 255 255 255 0;
13775 normal: "bt_sm_shine.png";
13779 description { state: "selected" 0.0;
13780 inherit: "default" 0.0;
13782 color: 255 255 255 255;
13789 signal: "elm,state,selected";
13791 action: STATE_SET "selected" 0.0;
13795 target: "elm.text";
13798 name: "go_passive";
13799 signal: "elm,state,unselected";
13801 action: STATE_SET "default" 0.0;
13805 target: "elm.text";
13806 transition: LINEAR 0.1;
13810 group { name: "elm/list/h_item_compress_odd/default";
13811 data.item: "stacking" "below";
13812 data.item: "selectraise" "on";
13814 image: "bt_sm_base1.png" COMP;
13815 image: "bt_sm_shine.png" COMP;
13816 image: "bt_sm_hilight.png" COMP;
13817 image: "ilist_2_h.png" COMP;
13825 state: "default" 0.0;
13833 state: "default" 0.0;
13835 normal: "ilist_2_h.png";
13843 description { state: "default" 0.0;
13845 color: 255 255 255 0;
13855 normal: "bt_sm_base1.png";
13858 image.middle: SOLID;
13860 description { state: "selected" 0.0;
13861 inherit: "default" 0.0;
13863 color: 255 255 255 255;
13874 part { name: "elm.swallow.icon";
13876 description { state: "default" 0.0;
13889 part { name: "elm.swallow.end";
13891 description { state: "default" 0.0;
13904 part { name: "elm.text";
13906 effect: SOFT_SHADOW;
13910 state: "default" 0.0;
13913 to_x: "elm.swallow.icon";
13918 to_x: "elm.swallow.end";
13929 text_class: "list_item";
13932 description { state: "selected" 0.0;
13933 inherit: "default" 0.0;
13934 color: 224 224 224 255;
13938 part { name: "fg1";
13940 description { state: "default" 0.0;
13942 color: 255 255 255 0;
13944 rel2.relative: 1.0 0.5;
13947 normal: "bt_sm_hilight.png";
13951 description { state: "selected" 0.0;
13952 inherit: "default" 0.0;
13954 color: 255 255 255 255;
13957 part { name: "fg2";
13959 description { state: "default" 0.0;
13961 color: 255 255 255 0;
13965 normal: "bt_sm_shine.png";
13969 description { state: "selected" 0.0;
13970 inherit: "default" 0.0;
13972 color: 255 255 255 255;
13979 signal: "elm,state,selected";
13981 action: STATE_SET "selected" 0.0;
13985 target: "elm.text";
13988 name: "go_passive";
13989 signal: "elm,state,unselected";
13991 action: STATE_SET "default" 0.0;
13995 target: "elm.text";
13996 transition: LINEAR 0.1;
14001 ///////////////////////////////////////////////////////////////////////////////
14002 group { name: "elm/slider/horizontal/default";
14003 alias: "elm/slider/horizontal/disabled";
14005 image: "sl_bg.png" COMP;
14006 image: "sl_bg_over.png" COMP;
14008 image: "sl_units.png" COMP;
14011 part { name: "base";
14013 description { state: "default" 0.0;
14022 image.normal: "sl_bg.png";
14026 part { name: "level";
14029 description { state: "default" 0.0;
14034 to_x: "elm.dragable.slider";
14037 color: 255 0 0 200;
14039 description { state: "inverted" 0.0;
14040 inherit: "default" 0.0;
14043 description { state: "disabled" 0.0;
14044 inherit: "default" 0.0;
14045 color: 255 0 0 100;
14047 description { state: "disabled_inverted" 0.0;
14048 inherit: "default" 0.0;
14052 part { name: "level2";
14055 description { state: "default" 0.0;
14060 to_x: "elm.dragable.slider";
14064 color: 255 0 0 200;
14066 description { state: "inverted" 0.0;
14067 inherit: "default" 0.0;
14070 description { state: "disabled" 0.0;
14071 inherit: "default" 0.0;
14073 description { state: "disabled_inverted" 0.0;
14074 inherit: "default" 0.0;
14075 color: 255 0 0 100;
14082 description { state: "default" 0.0;
14084 rel1.offset: -1 -1;
14088 normal: "sl_bg_over.png";
14098 description { state: "default" 0.0;
14100 rel1.to: "elm.swallow.bar";
14101 rel2.to: "elm.swallow.bar";
14105 part { name: "elm.swallow.bar";
14108 description { state: "default" 0.0;
14124 part { name: "elm.swallow.icon";
14126 description { state: "default" 0.0;
14131 to_y: "elm.swallow.bar";
14136 to_y: "elm.swallow.bar";
14139 description { state: "visible" 0.0;
14140 inherit: "default" 0.0;
14143 aspect_preference: VERTICAL;
14147 part { name: "elm.text";
14151 description { state: "default" 0.0;
14155 rel1.to_x: "elm.swallow.icon";
14156 rel1.relative: 1.0 0.0;
14158 rel2.to_x: "elm.swallow.icon";
14159 rel2.relative: 1.0 1.0;
14160 rel2.offset: -1 -5;
14163 font: "Sans,Edje-Vera";
14169 description { state: "visible" 0.0;
14170 inherit: "default" 0.0;
14176 description { state: "disabled" 0.0;
14177 inherit: "default" 0.0;
14178 color: 255 128 128 128;
14181 description { state: "disabled_visible" 0.0;
14182 inherit: "default" 0.0;
14190 name: "elm.swallow.end";
14193 state: "default" 0.0;
14199 to_y: "elm.swallow.bar";
14203 to_y: "elm.swallow.bar";
14206 description { state: "visible" 0.0;
14207 inherit: "default" 0.0;
14210 aspect_preference: VERTICAL;
14211 rel2.offset: -4 -1;
14214 part { name: "units";
14216 description { state: "default" 0.0;
14227 normal: "sl_units.png";
14232 description { state: "visible" 0.0;
14233 inherit: "default" 0.0;
14237 part { name: "elm.units";
14241 description { state: "default" 0.0;
14245 rel1.to_x: "elm.swallow.end";
14246 rel1.relative: 0.0 0.0;
14248 rel2.to_x: "elm.swallow.end";
14249 rel2.relative: 0.0 1.0;
14253 font: "Sans,Edje-Vera";
14259 description { state: "visible" 0.0;
14260 inherit: "default" 0.0;
14265 rel2.offset: -5 -1;
14267 description { state: "disabled" 0.0;
14268 inherit: "default" 0.0;
14269 color: 255 128 128 128;
14272 description { state: "disabled_visible" 0.0;
14273 inherit: "default" 0.0;
14280 part { name: "elm.dragable.slider";
14282 source: "elm/slider/horizontal/indicator/default";
14291 description { state: "default" 0.0;
14303 color: 255 0 0 100;
14306 part { name: "disabler";
14308 description { state: "default" 0.0;
14312 description { state: "disabled" 0.0;
14313 inherit: "default" 0.0;
14319 program { name: "text_show";
14320 signal: "elm,state,text,visible";
14322 action: STATE_SET "visible" 0.0;
14323 target: "elm.text";
14325 program { name: "text_hide";
14326 signal: "elm,state,text,hidden";
14328 action: STATE_SET "default" 0.0;
14329 target: "elm.text";
14331 program { name: "icon_show";
14332 signal: "elm,state,icon,visible";
14334 action: STATE_SET "visible" 0.0;
14335 target: "elm.swallow.icon";
14337 program { name: "icon_hide";
14338 signal: "elm,state,icon,hidden";
14340 action: STATE_SET "default" 0.0;
14341 target: "elm.swallow.icon";
14343 program { name: "end_show";
14344 signal: "elm,state,end,visible";
14346 action: STATE_SET "visible" 0.0;
14347 target: "elm.swallow.end";
14349 program { name: "end_hide";
14350 signal: "elm,state,end,hidden";
14352 action: STATE_SET "default" 0.0;
14353 target: "elm.swallow.end";
14355 program { name: "units_show";
14356 signal: "elm,state,units,visible";
14358 action: STATE_SET "visible" 0.0;
14359 target: "elm.units";
14362 program { name: "units_hide";
14363 signal: "elm,state,units,hidden";
14365 action: STATE_SET "default" 0.0;
14366 target: "elm.units";
14369 program { name: "invert_on";
14370 signal: "elm,state,inverted,on";
14372 action: STATE_SET "inverted" 0.0;
14376 program { name: "invert_off";
14377 signal: "elm,state,inverted,off";
14379 action: STATE_SET "default" 0.0;
14384 name: "go_disabled";
14385 signal: "elm,state,disabled";
14387 action: STATE_SET "disabled" 0.0;
14388 // target: "button0";
14389 target: "disabler";
14390 after: "disable_text";
14392 program { name: "disable_text";
14396 get_state(PART:"elm.text", st, 30, vl);
14397 if (!strcmp(st, "visible"))
14398 set_state(PART:"elm.text", "disabled_visible", 0.0);
14400 set_state(PART:"elm.text", "disabled", 0.0);
14402 get_state(PART:"elm.units", st, 30, vl);
14403 if (!strcmp(st, "visible"))
14404 set_state(PART:"elm.units", "disabled_visible", 0.0);
14406 set_state(PART:"elm.units", "disabled", 0.0);
14408 get_state(PART:"level2", st, 30, vl);
14409 if (!strcmp(st, "inverted"))
14411 set_state(PART:"level", "disabled_inverted", 0.0);
14412 set_state(PART:"level2", "disabled_inverted", 0.0);
14416 set_state(PART:"level", "disabled", 0.0);
14417 set_state(PART:"level2", "disabled", 0.0);
14421 program { name: "enable";
14422 signal: "elm,state,enabled";
14424 action: STATE_SET "default" 0.0;
14425 // target: "button0";
14426 target: "disabler";
14427 after: "enable_text";
14429 program { name: "enable_text";
14433 get_state(PART:"elm.text", st, 30, vl);
14434 if (!strcmp(st, "disabled_visible"))
14435 set_state(PART:"elm.text", "visible", 0.0);
14437 set_state(PART:"elm.text", "default", 0.0);
14439 get_state(PART:"elm.units", st, 30, vl);
14440 if (!strcmp(st, "disabled_visible"))
14441 set_state(PART:"elm.units", "visible", 0.0);
14443 set_state(PART:"elm.units", "default", 0.0);
14445 get_state(PART:"level2", st, 30, vl);
14446 if (!strcmp(st, "disabled_inverted"))
14448 set_state(PART:"level", "inverted", 0.0);
14449 set_state(PART:"level2", "inverted", 0.0);
14453 set_state(PART:"level", "default", 0.0);
14454 set_state(PART:"level2", "default", 0.0);
14461 group { name: "elm/slider/vertical/default";
14463 image: "slv_bg.png" COMP;
14464 image: "slv_bg_over.png" COMP;
14466 image: "slv_units.png" COMP;
14469 part { name: "base";
14471 description { state: "default" 0.0;
14480 image.normal: "slv_bg.png";
14484 part { name: "level";
14487 description { state: "default" 0.0;
14492 to_y: "elm.dragable.slider";
14495 color: 255 0 0 200;
14497 description { state: "inverted" 0.0;
14498 inherit: "default" 0.0;
14501 description { state: "disabled" 0.0;
14502 inherit: "default" 0.0;
14503 color: 255 0 0 100;
14505 description { state: "disabled_inverted" 0.0;
14506 inherit: "default" 0.0;
14510 part { name: "level2";
14513 description { state: "default" 0.0;
14518 to_y: "elm.dragable.slider";
14522 color: 255 0 0 200;
14524 description { state: "inverted" 0.0;
14525 inherit: "default" 0.0;
14528 description { state: "disabled" 0.0;
14529 inherit: "default" 0.0;
14530 color: 255 0 0 100;
14532 description { state: "disabled_inverted" 0.0;
14533 inherit: "default" 0.0;
14534 color: 255 0 0 100;
14541 description { state: "default" 0.0;
14543 rel1.offset: -1 -1;
14547 normal: "slv_bg_over.png";
14557 description { state: "default" 0.0;
14559 rel1.to: "elm.swallow.bar";
14560 rel2.to: "elm.swallow.bar";
14564 part { name: "elm.swallow.bar";
14567 description { state: "default" 0.0;
14583 part { name: "elm.swallow.icon";
14585 description { state: "default" 0.0;
14590 to_x: "elm.swallow.bar";
14595 to_x: "elm.swallow.bar";
14598 description { state: "visible" 0.0;
14599 inherit: "default" 0.0;
14602 aspect_preference: HORIZONTAL;
14606 part { name: "elm.text";
14610 description { state: "default" 0.0;
14614 rel1.to_y: "elm.swallow.icon";
14615 rel1.relative: 0.0 1.0;
14617 rel2.to_y: "elm.swallow.icon";
14618 rel2.relative: 1.0 1.0;
14619 rel2.offset: -1 -1;
14622 font: "Sans,Edje-Vera";
14628 description { state: "visible" 0.0;
14629 inherit: "default" 0.0;
14635 description { state: "disabled" 0.0;
14636 inherit: "default" 0.0;
14637 color: 255 128 128 128;
14640 description { state: "disabled_visible" 0.0;
14641 inherit: "default" 0.0;
14649 name: "elm.swallow.end";
14652 state: "default" 0.0;
14658 to_x: "elm.swallow.bar";
14662 to_x: "elm.swallow.bar";
14665 description { state: "visible" 0.0;
14666 inherit: "default" 0.0;
14669 aspect_preference: HORIZONTAL;
14670 rel2.offset: -1 -4;
14673 part { name: "units";
14675 description { state: "default" 0.0;
14686 normal: "slv_units.png";
14691 description { state: "visible" 0.0;
14692 inherit: "default" 0.0;
14696 part { name: "elm.units";
14700 description { state: "default" 0.0;
14704 rel1.relative: 0.0 0.0;
14705 rel1.to_y: "elm.swallow.end";
14707 rel2.relative: 1.0 0.0;
14708 rel2.to_y: "elm.swallow.end";
14712 font: "Sans,Edje-Vera";
14718 description { state: "visible" 0.0;
14719 inherit: "default" 0.0;
14724 rel2.offset: -9 -9;
14726 description { state: "disabled" 0.0;
14727 inherit: "default" 0.0;
14732 description { state: "disabled_visible" 0.0;
14733 inherit: "default" 0.0;
14738 rel2.offset: -9 -9;
14743 part { name: "elm.dragable.slider";
14745 source: "elm/slider/vertical/indicator/default";
14754 description { state: "default" 0.0;
14769 part { name: "disabler";
14771 description { state: "default" 0.0;
14775 description { state: "disabled" 0.0;
14776 inherit: "default" 0.0;
14783 program { name: "text_show";
14784 signal: "elm,state,text,visible";
14786 action: STATE_SET "visible" 0.0;
14787 target: "elm.text";
14789 program { name: "text_hide";
14790 signal: "elm,state,text,hidden";
14792 action: STATE_SET "default" 0.0;
14793 target: "elm.text";
14795 program { name: "icon_show";
14796 signal: "elm,state,icon,visible";
14798 action: STATE_SET "visible" 0.0;
14799 target: "elm.swallow.icon";
14801 program { name: "icon_hide";
14802 signal: "elm,state,icon,hidden";
14804 action: STATE_SET "default" 0.0;
14805 target: "elm.swallow.icon";
14807 program { name: "end_show";
14808 signal: "elm,state,end,visible";
14810 action: STATE_SET "visible" 0.0;
14811 target: "elm.swallow.end";
14813 program { name: "end_hide";
14814 signal: "elm,state,end,hidden";
14816 action: STATE_SET "default" 0.0;
14817 target: "elm.swallow.end";
14819 program { name: "units_show";
14820 signal: "elm,state,units,visible";
14822 action: STATE_SET "visible" 0.0;
14823 target: "elm.units";
14826 program { name: "units_hide";
14827 signal: "elm,state,units,hidden";
14829 action: STATE_SET "default" 0.0;
14830 target: "elm.units";
14833 program { name: "invert_on";
14834 signal: "elm,state,inverted,on";
14836 action: STATE_SET "inverted" 0.0;
14840 program { name: "invert_off";
14841 signal: "elm,state,inverted,off";
14843 action: STATE_SET "default" 0.0;
14848 name: "go_disabled";
14849 signal: "elm,state,disabled";
14851 action: STATE_SET "disabled" 0.0;
14852 // target: "button0";
14853 target: "disabler";
14854 after: "disable_text";
14856 program { name: "disable_text";
14860 get_state(PART:"elm.text", st, 30, vl);
14861 if (!strcmp(st, "visible"))
14862 set_state(PART:"elm.text", "disabled_visible", 0.0);
14864 set_state(PART:"elm.text", "disabled", 0.0);
14866 get_state(PART:"elm.units", st, 30, vl);
14867 if (!strcmp(st, "visible"))
14868 set_state(PART:"elm.units", "disabled_visible", 0.0);
14870 set_state(PART:"elm.units", "disabled", 0.0);
14872 get_state(PART:"level2", st, 30, vl);
14873 if (!strcmp(st, "inverted"))
14875 set_state(PART:"level", "disabled_inverted", 0.0);
14876 set_state(PART:"level2", "disabled_inverted", 0.0);
14880 set_state(PART:"level", "disabled", 0.0);
14881 set_state(PART:"level2", "disabled", 0.0);
14886 program { name: "enable";
14887 signal: "elm,state,enabled";
14889 action: STATE_SET "default" 0.0;
14890 // target: "button0";
14891 target: "disabler";
14892 after: "enable_text";
14894 program { name: "enable_text";
14898 get_state(PART:"elm.text", st, 30, vl);
14899 if (!strcmp(st, "disabled_visible"))
14900 set_state(PART:"elm.text", "visible", 0.0);
14902 set_state(PART:"elm.text", "default", 0.0);
14904 get_state(PART:"elm.units", st, 30, vl);
14905 if (!strcmp(st, "disabled_visible"))
14906 set_state(PART:"elm.units", "visible", 0.0);
14908 set_state(PART:"elm.units", "default", 0.0);
14910 get_state(PART:"level2", st, 30, vl);
14911 if (!strcmp(st, "disabled_inverted"))
14913 set_state(PART:"level", "inverted", 0.0);
14914 set_state(PART:"level2", "inverted", 0.0);
14918 set_state(PART:"level", "default", 0.0);
14919 set_state(PART:"level2", "default", 0.0);
14925 group { name: "elm/slider/horizontal/indicator/default";
14926 alias: "elm/slider/horizontal/indicator/disabled";
14927 alias: "elm/slider/vertical/indicator/default";
14928 alias: "elm/slider/vertical/indicator/disabled";
14930 image: "sl_bt_0.png" COMP;
14931 image: "sl_bt_1.png" COMP;
14932 image: "sl_bt_2.png" COMP;
14933 image: "sl_bt_3.png" COMP;
14934 image: "sl_bt2_0_0.png" COMP;
14935 image: "sl_bt2_0_1.png" COMP;
14936 image: "sl_bt2_0_2.png" COMP;
14937 image: "sl_bt2_1.png" COMP;
14938 image: "sl_bt2_2.png" COMP;
14941 public value_hide = 0;
14942 public set_value_show() {
14943 set_int(value_hide, 0);
14945 public set_value_hide() {
14946 set_int(value_hide, 1);
14948 public thumb_down() {
14949 if (get_int(value_hide) == 1) {
14950 set_state(PART:"elm.indicator", "default", 0.0);
14951 set_state(PART:"button3", "default", 0.0);
14952 set_state(PART:"button4", "default", 0.0);
14953 set_state(PART:"button5", "default", 0.0);
14954 set_state(PART:"button6", "default", 0.0);
14955 set_state(PART:"button7", "default", 0.0);
14957 set_state(PART:"elm.indicator", "visible", 0.0);
14958 set_state(PART:"button3", "visible", 0.0);
14959 set_state(PART:"button4", "visible", 0.0);
14960 set_state(PART:"button5", "visible", 0.0);
14961 set_state(PART:"button6", "visible", 0.0);
14962 set_state(PART:"button7", "visible", 0.0);
14965 public thumb_up() {
14966 set_state(PART:"elm.indicator", "default", 0.0);
14967 set_state(PART:"button3", "default", 0.0);
14968 set_state(PART:"button4", "default", 0.0);
14969 set_state(PART:"button5", "default", 0.0);
14970 set_state(PART:"button6", "default", 0.0);
14971 set_state(PART:"button7", "default", 0.0);
14975 part { name: "button_events";
14978 description { state: "default" 0.0;
14982 aspect_preference: VERTICAL;
14986 part { name: "button0";
14988 description { state: "default" 0.0;
14993 normal: "sl_bt_0.png";
14998 description { state: "disabled" 0.0;
14999 inherit: "default" 0.0;
15001 normal: "sl_bt_3.png";
15006 part { name: "button1";
15008 description { state: "default" 0.0;
15009 rel1.to: "button0";
15016 normal: "sl_bt_1.png";
15021 part { name: "button2";
15023 description { state: "default" 0.0;
15024 rel1.to: "button0";
15025 rel2.to: "button0";
15027 normal: "sl_bt_2.png";
15033 part { name: "button3";
15035 description { state: "default" 0.0;
15041 to_x: "elm.indicator";
15052 normal: "sl_bt2_0_0.png";
15057 description { state: "visible" 0.0;
15058 inherit: "default" 0.0;
15062 part { name: "button4";
15064 description { state: "default" 0.0;
15070 to_y: "elm.indicator";
15073 rel2.to: "button0";
15075 normal: "sl_bt2_0_1.png";
15080 description { state: "visible" 0.0;
15081 inherit: "default" 0.0;
15085 part { name: "button5";
15087 description { state: "default" 0.0;
15098 to_x: "elm.indicator";
15104 normal: "sl_bt2_0_2.png";
15109 description { state: "visible" 0.0;
15110 inherit: "default" 0.0;
15114 part { name: "elm.indicator";
15117 effect: SOFT_SHADOW;
15119 description { state: "default" 0.0;
15125 relative: 0.0 -0.25;
15130 relative: 1.0 -0.25;
15133 color: 224 224 224 255;
15136 font: "Sans,Edje-Vera";
15142 description { state: "visible" 0.0;
15143 inherit: "default" 0.0;
15147 rel2.offset: -1 -1;
15150 part { name: "button6";
15152 description { state: "default" 0.0;
15154 rel1.to: "button3";
15161 normal: "sl_bt2_1.png";
15166 description { state: "visible" 0.0;
15167 inherit: "default" 0.0;
15171 part { name: "button7";
15173 description { state: "default" 0.0;
15175 rel1.to: "button3";
15176 rel2.to: "button5";
15178 normal: "sl_bt2_2.png";
15184 description { state: "visible" 0.0;
15185 inherit: "default" 0.0;
15191 program { name: "set_val_show";
15192 signal: "elm,state,val,show";
15198 program { name: "set_val_hide";
15199 signal: "elm,state,val,hide";
15205 program { name: "val_show";
15206 signal: "mouse,down,*";
15207 source: "button_events";
15213 program { name: "val_hide";
15214 signal: "mouse,up,*";
15215 source: "button_events";
15224 ////////////////////////////////////////////////////////////////////////////////
15226 ////////////////////////////////////////////////////////////////////////////////
15227 group { name: "elm/actionslider/base/default";
15230 image: "shelf_inset.png" COMP;
15231 image: "ilist_1.png" COMP;
15232 image: "bt_bases.png" COMP;
15233 image: "bt_basew.png" COMP;
15234 image: "bt_hilightw.png" COMP;
15242 state: "default" 0.0;
15245 rel2.offset: -2 -2;
15247 normal: "ilist_1.png";
15253 part { name: "conf_over";
15255 description { state: "default" 0.0;
15259 normal: "shelf_inset.png";
15266 part { name: "icon.dragable.area";
15269 description { state: "default" 0.0;
15275 part { name: "elm.text.left";
15279 description { state: "default" 0.0;
15282 font: "Sans,Edje-Vera";
15289 part { name: "elm.text.center";
15293 description { state: "default" 0.0;
15296 font: "Sans,Edje-Vera";
15303 part { name: "elm.text.right";
15307 description { state: "default" 0.0;
15310 font: "Sans,Edje-Vera";
15317 part { name: "elm.drag_button_base";
15321 description { state: "default" 0.0;
15325 rel1.to: "icon.dragable.area";
15328 to: "icon.dragable.area";
15332 confine: "icon.dragable.area";
15337 part { name: "elm.drag_button";
15340 description { state: "default" 0.0;
15342 color: 255 255 255 0;
15343 rel1.to_x: "elm.drag_button_base";
15344 rel1.to_y: "icon.dragable.area";
15345 rel2.to_x: "elm.drag_button_base";
15346 rel2.to_y: "icon.dragable.area";
15349 events: "elm.drag_button_base";
15352 part { name: "button0";
15354 description { state: "default" 0.0;
15355 rel1.to: "button2";
15356 rel1.offset: -4 -4;
15357 rel2.to: "button2";
15360 normal: "bt_bases.png";
15361 border: 11 11 11 11;
15364 color: 255 255 255 128;
15367 part { name: "button2";
15369 description { state: "default" 0.0;
15370 rel1.to: "elm.drag_button";
15371 rel2.to: "elm.drag_button";
15373 normal: "bt_basew.png";
15377 color: 255 255 255 210;
15380 part { name: "button3";
15382 description { state: "default" 0.0;
15383 rel1.to: "button2";
15384 rel2.to: "button2";
15385 rel2.relative: 1.0 0.5;
15387 normal: "bt_hilightw.png";
15390 color: 255 255 255 190;
15393 part { name: "elm.text.indicator";
15397 description { state: "default" 0.0;
15399 to: "elm.drag_button";
15403 to: "elm.drag_button";
15408 font: "Sans,Edje-Vera";
15417 program { name: "elm.drag_button,mouse,up";
15418 signal: "mouse,up,1";
15419 source: "elm.drag_button";
15420 action: SIGNAL_EMIT "elm.drag_button,mouse,up" "";
15422 program { name: "elm.drag_button,mouse,down";
15423 signal: "mouse,down,1";
15424 source: "elm.drag_button";
15425 action: SIGNAL_EMIT "elm.drag_button,mouse,down" "";
15427 program { name: "elm.drag_button,mouse,move";
15428 signal: "mouse,move";
15429 source: "elm.drag_button_base";
15430 action: SIGNAL_EMIT "elm.drag_button,mouse,move" "";
15435 group { name: "elm/actionslider/base/bar";
15438 image: "shelf_inset.png" COMP;
15439 image: "ilist_1.png" COMP;
15440 image: "bt_bases.png" COMP;
15441 image: "bt_basew.png" COMP;
15442 image: "bt_hilightw.png" COMP;
15450 state: "default" 0.0;
15453 rel2.offset: -2 -2;
15455 normal: "ilist_1.png";
15461 part { name: "conf_over";
15463 description { state: "default" 0.0;
15467 normal: "shelf_inset.png";
15474 part { name: "icon.dragable.area";
15477 description { state: "default" 0.0;
15483 part { name: "elm.text.left";
15487 description { state: "default" 0.0;
15490 font: "Sans,Edje-Vera";
15497 part { name: "elm.text.center";
15501 description { state: "default" 0.0;
15504 font: "Sans,Edje-Vera";
15511 part { name: "elm.text.right";
15515 description { state: "default" 0.0;
15518 font: "Sans,Edje-Vera";
15525 part { name: "bar";
15528 description { state: "default" 0.0;
15534 to_x: "elm.drag_button_base";
15540 part { name: "elm.drag_button_base";
15544 description { state: "default" 0.0;
15548 rel1.to: "icon.dragable.area";
15551 to: "icon.dragable.area";
15555 confine: "icon.dragable.area";
15560 part { name: "elm.drag_button";
15563 description { state: "default" 0.0;
15565 color: 255 255 255 0;
15566 rel1.to_x: "elm.drag_button_base";
15567 rel1.to_y: "icon.dragable.area";
15568 rel2.to_x: "elm.drag_button_base";
15569 rel2.to_y: "icon.dragable.area";
15572 events: "elm.drag_button_base";
15575 part { name: "button0";
15577 description { state: "default" 0.0;
15578 rel1.to: "button2";
15579 rel1.offset: -4 -4;
15580 rel2.to: "button2";
15583 normal: "bt_bases.png";
15584 border: 11 11 11 11;
15587 color: 255 255 255 128;
15590 part { name: "button2";
15592 description { state: "default" 0.0;
15593 rel1.to: "elm.drag_button";
15594 rel2.to: "elm.drag_button";
15596 normal: "bt_basew.png";
15600 color: 255 255 255 210;
15603 part { name: "button3";
15605 description { state: "default" 0.0;
15606 rel1.to: "button2";
15607 rel2.to: "button2";
15608 rel2.relative: 1.0 0.5;
15610 normal: "bt_hilightw.png";
15613 color: 255 255 255 190;
15616 part { name: "elm.text.indicator";
15620 description { state: "default" 0.0;
15622 to: "elm.drag_button";
15626 to: "elm.drag_button";
15631 font: "Sans,Edje-Vera";
15640 program { name: "elm.drag_button,mouse,up";
15641 signal: "mouse,up,1";
15642 source: "elm.drag_button";
15643 action: SIGNAL_EMIT "elm.drag_button,mouse,up" "";
15645 program { name: "elm.drag_button,mouse,down";
15646 signal: "mouse,down,1";
15647 source: "elm.drag_button";
15648 action: SIGNAL_EMIT "elm.drag_button,mouse,down" "";
15650 program { name: "elm.drag_button,mouse,move";
15651 signal: "mouse,move";
15652 source: "elm.drag_button_base";
15653 action: SIGNAL_EMIT "elm.drag_button,mouse,move" "";
15658 ///////////////////////////////////////////////////////////////////////////////
15659 group { name: "elm/genlist/item/default/default";
15660 data.item: "stacking" "above";
15661 data.item: "selectraise" "on";
15662 data.item: "labels" "elm.text";
15663 data.item: "icons" "elm.swallow.icon elm.swallow.end";
15664 data.item: "treesize" "20";
15665 // data.item: "states" "";
15667 image: "bt_sm_base1.png" COMP;
15668 image: "bt_sm_shine.png" COMP;
15669 image: "bt_sm_hilight.png" COMP;
15670 image: "ilist_1.png" COMP;
15671 image: "ilist_item_shadow.png" COMP;
15679 state: "default" 0.0;
15687 state: "default" 0.0;
15702 normal: "ilist_item_shadow.png";
15711 state: "default" 0.0;
15713 normal: "ilist_1.png";
15720 clip_to: "disclip";
15722 description { state: "default" 0.0;
15724 color: 255 255 255 0;
15734 normal: "bt_sm_base1.png";
15737 image.middle: SOLID;
15739 description { state: "selected" 0.0;
15740 inherit: "default" 0.0;
15742 color: 255 255 255 255;
15753 part { name: "elm.swallow.pad";
15755 description { state: "default" 0.0;
15768 part { name: "elm.swallow.icon";
15769 clip_to: "disclip";
15771 description { state: "default" 0.0;
15775 to_x: "elm.swallow.pad";
15780 to_x: "elm.swallow.pad";
15786 part { name: "elm.swallow.end";
15787 clip_to: "disclip";
15789 description { state: "default" 0.0;
15793 aspect_preference: VERTICAL;
15804 part { name: "elm.text";
15805 clip_to: "disclip";
15807 effect: SOFT_SHADOW;
15811 state: "default" 0.0;
15814 to_x: "elm.swallow.icon";
15819 to_x: "elm.swallow.end";
15831 text_class: "list_item";
15834 description { state: "selected" 0.0;
15835 inherit: "default" 0.0;
15836 color: 224 224 224 255;
15840 part { name: "fg1";
15841 clip_to: "disclip";
15843 description { state: "default" 0.0;
15845 color: 255 255 255 0;
15847 rel2.relative: 1.0 0.5;
15850 normal: "bt_sm_hilight.png";
15854 description { state: "selected" 0.0;
15855 inherit: "default" 0.0;
15857 color: 255 255 255 255;
15860 part { name: "fg2";
15861 clip_to: "disclip";
15863 description { state: "default" 0.0;
15865 color: 255 255 255 0;
15869 normal: "bt_sm_shine.png";
15873 description { state: "selected" 0.0;
15874 inherit: "default" 0.0;
15876 color: 255 255 255 255;
15879 part { name: "disclip";
15881 description { state: "default" 0.0;
15885 description { state: "disabled" 0.0;
15886 inherit: "default" 0.0;
15887 color: 255 255 255 64;
15892 // signal: elm,state,%s,active
15893 // a "check" item named %s went active
15894 // signal: elm,state,%s,passive
15895 // a "check" item named %s went passive
15896 // default is passive
15899 signal: "elm,state,selected";
15901 action: STATE_SET "selected" 0.0;
15905 target: "elm.text";
15908 name: "go_passive";
15909 signal: "elm,state,unselected";
15911 action: STATE_SET "default" 0.0;
15915 target: "elm.text";
15916 transition: LINEAR 0.1;
15919 name: "go_disabled";
15920 signal: "elm,state,disabled";
15922 action: STATE_SET "disabled" 0.0;
15926 name: "go_enabled";
15927 signal: "elm,state,enabled";
15929 action: STATE_SET "default" 0.0;
15934 group { name: "elm/genlist/item/group_index/default";
15935 alias: "elm/genlist/item_odd/group_index/default";
15936 data.item: "stacking" "above";
15937 data.item: "selectraise" "on";
15938 data.item: "labels" "elm.text";
15939 data.item: "icons" "elm.swallow.icon elm.swallow.end";
15940 data.item: "treesize" "20";
15941 // data.item: "states" "";
15943 image: "bt_sm_base1.png" COMP;
15944 image: "bt_sm_shine.png" COMP;
15945 image: "bt_sm_hilight.png" COMP;
15946 image: "ilist_item_shadow.png" COMP;
15947 image: "group_index.png" COMP;
15955 state: "default" 0.0;
15963 state: "default" 0.0;
15978 normal: "ilist_item_shadow.png";
15987 state: "default" 0.0;
15989 normal: "group_index.png";
15996 clip_to: "disclip";
15998 description { state: "default" 0.0;
16000 color: 255 255 255 0;
16010 normal: "bt_sm_base1.png";
16013 image.middle: SOLID;
16015 description { state: "selected" 0.0;
16016 inherit: "default" 0.0;
16018 color: 255 255 255 255;
16029 part { name: "elm.swallow.pad";
16031 description { state: "default" 0.0;
16044 part { name: "elm.swallow.icon";
16045 clip_to: "disclip";
16047 description { state: "default" 0.0;
16051 to_x: "elm.swallow.pad";
16056 to_x: "elm.swallow.pad";
16062 part { name: "elm.swallow.end";
16063 clip_to: "disclip";
16065 description { state: "default" 0.0;
16069 aspect_preference: VERTICAL;
16080 part { name: "elm.text";
16081 clip_to: "disclip";
16083 effect: SOFT_SHADOW;
16087 state: "default" 0.0;
16090 to_x: "elm.swallow.icon";
16095 to_x: "elm.swallow.end";
16107 text_class: "list_item";
16110 description { state: "selected" 0.0;
16111 inherit: "default" 0.0;
16112 color: 224 224 224 255;
16116 part { name: "fg1";
16117 clip_to: "disclip";
16119 description { state: "default" 0.0;
16121 color: 255 255 255 0;
16123 rel2.relative: 1.0 0.5;
16126 normal: "bt_sm_hilight.png";
16130 description { state: "selected" 0.0;
16131 inherit: "default" 0.0;
16133 color: 255 255 255 255;
16136 part { name: "fg2";
16137 clip_to: "disclip";
16139 description { state: "default" 0.0;
16141 color: 255 255 255 0;
16145 normal: "bt_sm_shine.png";
16149 description { state: "selected" 0.0;
16150 inherit: "default" 0.0;
16152 color: 255 255 255 255;
16155 part { name: "disclip";
16157 description { state: "default" 0.0;
16161 description { state: "disabled" 0.0;
16162 inherit: "default" 0.0;
16163 color: 255 255 255 64;
16168 // signal: elm,state,%s,active
16169 // a "check" item named %s went active
16170 // signal: elm,state,%s,passive
16171 // a "check" item named %s went passive
16172 // default is passive
16175 signal: "elm,state,selected";
16177 action: STATE_SET "selected" 0.0;
16181 target: "elm.text";
16184 name: "go_passive";
16185 signal: "elm,state,unselected";
16187 action: STATE_SET "default" 0.0;
16191 target: "elm.text";
16192 transition: LINEAR 0.1;
16195 name: "go_disabled";
16196 signal: "elm,state,disabled";
16198 action: STATE_SET "disabled" 0.0;
16202 name: "go_enabled";
16203 signal: "elm,state,enabled";
16205 action: STATE_SET "default" 0.0;
16210 group { name: "elm/genlist/item_compress/message/default";
16211 data.item: "stacking" "above";
16212 data.item: "selectraise" "on";
16213 data.item: "labels" "elm.title.1 elm.title.2 elm.text";
16214 // data.item: "icons" "elm.swallow.icon elm.swallow.end";
16215 data.item: "treesize" "20";
16216 // data.item: "states" "";
16218 image: "bt_sm_base1.png" COMP;
16219 image: "bt_sm_shine.png" COMP;
16220 image: "bt_sm_hilight.png" COMP;
16221 image: "ilist_1.png" COMP;
16222 image: "ilist_item_shadow.png" COMP;
16225 style { name: "genlist_textblock_style";
16226 base: "font=Sans font_size=10 color=#000 wrap=char text_class=list_item";
16231 style { name: "genlist_textblock_style2";
16232 base: "font=Sans font_size=10 color=#fff wrap=char text_class=list_item";
16244 state: "default" 0.0;
16252 state: "default" 0.0;
16267 normal: "ilist_item_shadow.png";
16276 state: "default" 0.0;
16278 normal: "ilist_1.png";
16285 clip_to: "disclip";
16287 description { state: "default" 0.0;
16289 color: 255 255 255 0;
16299 normal: "bt_sm_base1.png";
16302 image.middle: SOLID;
16304 description { state: "selected" 0.0;
16305 inherit: "default" 0.0;
16307 color: 255 255 255 255;
16318 part { name: "elm.title.1";
16319 clip_to: "disclip";
16321 effect: SOFT_SHADOW;
16325 state: "default" 0.0;
16345 text_class: "list_item";
16348 description { state: "selected" 0.0;
16349 inherit: "default" 0.0;
16350 color: 224 224 224 255;
16354 part { name: "elm.title.2";
16355 clip_to: "disclip";
16357 effect: SOFT_SHADOW;
16361 state: "default" 0.0;
16365 to_y: "elm.title.1";
16370 to_y: "elm.title.1";
16383 text_class: "list_item";
16386 description { state: "selected" 0.0;
16387 inherit: "default" 0.0;
16388 color: 224 224 224 255;
16392 part { name: "elm.text";
16393 clip_to: "disclip";
16398 state: "default" 0.0;
16402 to_y: "elm.title.2";
16412 style: "genlist_textblock_style";
16418 description { state: "selected" 0.0;
16419 inherit: "default" 0.0;
16421 style: "genlist_textblock_style2";
16425 part { name: "fg1";
16426 clip_to: "disclip";
16428 description { state: "default" 0.0;
16430 color: 255 255 255 0;
16432 rel2.relative: 1.0 0.5;
16435 normal: "bt_sm_hilight.png";
16439 description { state: "selected" 0.0;
16440 inherit: "default" 0.0;
16442 color: 255 255 255 255;
16445 part { name: "fg2";
16446 clip_to: "disclip";
16448 description { state: "default" 0.0;
16450 color: 255 255 255 0;
16454 normal: "bt_sm_shine.png";
16458 description { state: "selected" 0.0;
16459 inherit: "default" 0.0;
16461 color: 255 255 255 255;
16464 part { name: "disclip";
16466 description { state: "default" 0.0;
16470 description { state: "disabled" 0.0;
16471 inherit: "default" 0.0;
16472 color: 255 255 255 64;
16477 // signal: elm,state,%s,active
16478 // a "check" item named %s went active
16479 // signal: elm,state,%s,passive
16480 // a "check" item named %s went passive
16481 // default is passive
16484 signal: "elm,state,selected";
16486 action: STATE_SET "selected" 0.0;
16490 target: "elm.title.1";
16491 target: "elm.title.2";
16492 target: "elm.text";
16495 name: "go_passive";
16496 signal: "elm,state,unselected";
16498 action: STATE_SET "default" 0.0;
16502 target: "elm.title.1";
16503 target: "elm.title.2";
16504 target: "elm.text";
16505 transition: LINEAR 0.1;
16508 name: "go_disabled";
16509 signal: "elm,state,disabled";
16511 action: STATE_SET "disabled" 0.0;
16515 name: "go_enabled";
16516 signal: "elm,state,enabled";
16518 action: STATE_SET "default" 0.0;
16523 group { name: "elm/genlist/item_compress_odd/message/default";
16524 data.item: "stacking" "below";
16525 data.item: "selectraise" "on";
16526 data.item: "labels" "elm.title.1 elm.title.2 elm.text";
16527 // data.item: "icons" "elm.swallow.icon elm.swallow.end";
16528 data.item: "treesize" "20";
16529 // data.item: "states" "";
16531 image: "bt_sm_base1.png" COMP;
16532 image: "bt_sm_shine.png" COMP;
16533 image: "bt_sm_hilight.png" COMP;
16534 image: "ilist_2.png" COMP;
16537 part { name: "event";
16541 state: "default" 0.0;
16549 state: "default" 0.0;
16551 normal: "ilist_2.png";
16558 clip_to: "disclip";
16560 description { state: "default" 0.0;
16562 color: 255 255 255 0;
16572 normal: "bt_sm_base1.png";
16575 image.middle: SOLID;
16577 description { state: "selected" 0.0;
16578 inherit: "default" 0.0;
16580 color: 255 255 255 255;
16591 part { name: "elm.title.1";
16592 clip_to: "disclip";
16594 effect: SOFT_SHADOW;
16598 state: "default" 0.0;
16618 text_class: "list_item";
16621 description { state: "selected" 0.0;
16622 inherit: "default" 0.0;
16623 color: 224 224 224 255;
16627 part { name: "elm.title.2";
16628 clip_to: "disclip";
16630 effect: SOFT_SHADOW;
16634 state: "default" 0.0;
16638 to_y: "elm.title.1";
16643 to_y: "elm.title.1";
16656 text_class: "list_item";
16659 description { state: "selected" 0.0;
16660 inherit: "default" 0.0;
16661 color: 224 224 224 255;
16665 part { name: "elm.text";
16666 clip_to: "disclip";
16671 state: "default" 0.0;
16675 to_y: "elm.title.2";
16685 style: "genlist_textblock_style";
16691 description { state: "selected" 0.0;
16692 inherit: "default" 0.0;
16694 style: "genlist_textblock_style2";
16698 part { name: "fg1";
16699 clip_to: "disclip";
16701 description { state: "default" 0.0;
16703 color: 255 255 255 0;
16705 rel2.relative: 1.0 0.5;
16708 normal: "bt_sm_hilight.png";
16712 description { state: "selected" 0.0;
16713 inherit: "default" 0.0;
16715 color: 255 255 255 255;
16718 part { name: "fg2";
16719 clip_to: "disclip";
16721 description { state: "default" 0.0;
16723 color: 255 255 255 0;
16727 normal: "bt_sm_shine.png";
16731 description { state: "selected" 0.0;
16732 inherit: "default" 0.0;
16734 color: 255 255 255 255;
16737 part { name: "disclip";
16739 description { state: "default" 0.0;
16743 description { state: "disabled" 0.0;
16744 inherit: "default" 0.0;
16745 color: 255 255 255 64;
16750 // signal: elm,state,%s,active
16751 // a "check" item named %s went active
16752 // signal: elm,state,%s,passive
16753 // a "check" item named %s went passive
16754 // default is passive
16757 signal: "elm,state,selected";
16759 action: STATE_SET "selected" 0.0;
16763 target: "elm.title.1";
16764 target: "elm.title.2";
16765 target: "elm.text";
16768 name: "go_passive";
16769 signal: "elm,state,unselected";
16771 action: STATE_SET "default" 0.0;
16775 target: "elm.title.1";
16776 target: "elm.title.2";
16777 target: "elm.text";
16778 transition: LINEAR 0.1;
16781 name: "go_disabled";
16782 signal: "elm,state,disabled";
16784 action: STATE_SET "disabled" 0.0;
16788 name: "go_enabled";
16789 signal: "elm,state,enabled";
16791 action: STATE_SET "default" 0.0;
16796 group { name: "elm/genlist/item_compress/default/default";
16797 data.item: "stacking" "above";
16798 data.item: "selectraise" "on";
16799 data.item: "labels" "elm.text";
16800 data.item: "icons" "elm.swallow.icon elm.swallow.end";
16801 data.item: "treesize" "20";
16802 // data.item: "states" "";
16804 image: "bt_sm_base1.png" COMP;
16805 image: "bt_sm_shine.png" COMP;
16806 image: "bt_sm_hilight.png" COMP;
16807 image: "ilist_1.png" COMP;
16808 image: "ilist_item_shadow.png" COMP;
16816 state: "default" 0.0;
16824 state: "default" 0.0;
16839 normal: "ilist_item_shadow.png";
16848 state: "default" 0.0;
16850 normal: "ilist_1.png";
16857 clip_to: "disclip";
16859 description { state: "default" 0.0;
16861 color: 255 255 255 0;
16871 normal: "bt_sm_base1.png";
16874 image.middle: SOLID;
16876 description { state: "selected" 0.0;
16877 inherit: "default" 0.0;
16879 color: 255 255 255 255;
16890 part { name: "elm.swallow.pad";
16892 description { state: "default" 0.0;
16905 part { name: "elm.swallow.icon";
16906 clip_to: "disclip";
16908 description { state: "default" 0.0;
16912 to_x: "elm.swallow.pad";
16917 to_x: "elm.swallow.pad";
16923 part { name: "elm.swallow.end";
16924 clip_to: "disclip";
16926 description { state: "default" 0.0;
16930 aspect_preference: VERTICAL;
16941 part { name: "elm.text";
16942 clip_to: "disclip";
16944 effect: SOFT_SHADOW;
16948 state: "default" 0.0;
16951 to_x: "elm.swallow.icon";
16956 to_x: "elm.swallow.end";
16968 text_class: "list_item";
16971 description { state: "selected" 0.0;
16972 inherit: "default" 0.0;
16973 color: 224 224 224 255;
16977 part { name: "fg1";
16978 clip_to: "disclip";
16980 description { state: "default" 0.0;
16982 color: 255 255 255 0;
16984 rel2.relative: 1.0 0.5;
16987 normal: "bt_sm_hilight.png";
16991 description { state: "selected" 0.0;
16992 inherit: "default" 0.0;
16994 color: 255 255 255 255;
16997 part { name: "fg2";
16998 clip_to: "disclip";
17000 description { state: "default" 0.0;
17002 color: 255 255 255 0;
17006 normal: "bt_sm_shine.png";
17010 description { state: "selected" 0.0;
17011 inherit: "default" 0.0;
17013 color: 255 255 255 255;
17016 part { name: "disclip";
17018 description { state: "default" 0.0;
17022 description { state: "disabled" 0.0;
17023 inherit: "default" 0.0;
17024 color: 255 255 255 64;
17029 // signal: elm,state,%s,active
17030 // a "check" item named %s went active
17031 // signal: elm,state,%s,passive
17032 // a "check" item named %s went passive
17033 // default is passive
17036 signal: "elm,state,selected";
17038 action: STATE_SET "selected" 0.0;
17042 target: "elm.text";
17045 name: "go_passive";
17046 signal: "elm,state,unselected";
17048 action: STATE_SET "default" 0.0;
17052 target: "elm.text";
17053 transition: LINEAR 0.1;
17056 name: "go_disabled";
17057 signal: "elm,state,disabled";
17059 action: STATE_SET "disabled" 0.0;
17063 name: "go_enabled";
17064 signal: "elm,state,enabled";
17066 action: STATE_SET "default" 0.0;
17071 group { name: "elm/genlist/item_odd/default/default";
17072 data.item: "stacking" "below";
17073 data.item: "selectraise" "on";
17074 data.item: "labels" "elm.text";
17075 data.item: "icons" "elm.swallow.icon elm.swallow.end";
17076 data.item: "treesize" "20";
17077 // data.item: "states" "";
17079 image: "bt_sm_base1.png" COMP;
17080 image: "bt_sm_shine.png" COMP;
17081 image: "bt_sm_hilight.png" COMP;
17082 image: "ilist_2.png" COMP;
17085 part { name: "event";
17089 state: "default" 0.0;
17097 state: "default" 0.0;
17099 normal: "ilist_2.png";
17106 clip_to: "disclip";
17108 description { state: "default" 0.0;
17110 color: 255 255 255 0;
17120 normal: "bt_sm_base1.png";
17123 image.middle: SOLID;
17125 description { state: "selected" 0.0;
17126 inherit: "default" 0.0;
17128 color: 255 255 255 255;
17139 part { name: "elm.swallow.pad";
17141 description { state: "default" 0.0;
17154 part { name: "elm.swallow.icon";
17155 clip_to: "disclip";
17157 description { state: "default" 0.0;
17161 to_x: "elm.swallow.pad";
17166 to_x: "elm.swallow.pad";
17172 part { name: "elm.swallow.end";
17173 clip_to: "disclip";
17175 description { state: "default" 0.0;
17179 aspect_preference: VERTICAL;
17190 part { name: "elm.text";
17191 clip_to: "disclip";
17193 effect: SOFT_SHADOW;
17197 state: "default" 0.0;
17200 to_x: "elm.swallow.icon";
17205 to_x: "elm.swallow.end";
17217 text_class: "list_item";
17220 description { state: "selected" 0.0;
17221 inherit: "default" 0.0;
17222 color: 224 224 224 255;
17226 part { name: "fg1";
17227 clip_to: "disclip";
17229 description { state: "default" 0.0;
17231 color: 255 255 255 0;
17233 rel2.relative: 1.0 0.5;
17236 normal: "bt_sm_hilight.png";
17240 description { state: "selected" 0.0;
17241 inherit: "default" 0.0;
17243 color: 255 255 255 255;
17246 part { name: "fg2";
17247 clip_to: "disclip";
17249 description { state: "default" 0.0;
17251 color: 255 255 255 0;
17255 normal: "bt_sm_shine.png";
17259 description { state: "selected" 0.0;
17260 inherit: "default" 0.0;
17262 color: 255 255 255 255;
17265 part { name: "disclip";
17267 description { state: "default" 0.0;
17271 description { state: "disabled" 0.0;
17272 inherit: "default" 0.0;
17273 color: 255 255 255 64;
17278 // signal: elm,state,%s,active
17279 // a "check" item named %s went active
17280 // signal: elm,state,%s,passive
17281 // a "check" item named %s went passive
17282 // default is passive
17285 signal: "elm,state,selected";
17287 action: STATE_SET "selected" 0.0;
17291 target: "elm.text";
17294 name: "go_passive";
17295 signal: "elm,state,unselected";
17297 action: STATE_SET "default" 0.0;
17301 target: "elm.text";
17302 transition: LINEAR 0.1;
17305 name: "go_disabled";
17306 signal: "elm,state,disabled";
17308 action: STATE_SET "disabled" 0.0;
17312 name: "go_enabled";
17313 signal: "elm,state,enabled";
17315 action: STATE_SET "default" 0.0;
17320 group { name: "elm/genlist/item_compress_odd/default/default";
17321 data.item: "stacking" "below";
17322 data.item: "selectraise" "on";
17323 data.item: "labels" "elm.text";
17324 data.item: "icons" "elm.swallow.icon elm.swallow.end";
17325 data.item: "treesize" "20";
17326 // data.item: "states" "";
17328 image: "bt_sm_base1.png" COMP;
17329 image: "bt_sm_shine.png" COMP;
17330 image: "bt_sm_hilight.png" COMP;
17331 image: "ilist_2.png" COMP;
17334 part { name: "event";
17338 state: "default" 0.0;
17346 state: "default" 0.0;
17348 normal: "ilist_2.png";
17355 clip_to: "disclip";
17357 description { state: "default" 0.0;
17359 color: 255 255 255 0;
17369 normal: "bt_sm_base1.png";
17372 image.middle: SOLID;
17374 description { state: "selected" 0.0;
17375 inherit: "default" 0.0;
17377 color: 255 255 255 255;
17388 part { name: "elm.swallow.pad";
17390 description { state: "default" 0.0;
17403 part { name: "elm.swallow.icon";
17404 clip_to: "disclip";
17406 description { state: "default" 0.0;
17410 to_x: "elm.swallow.pad";
17415 to_x: "elm.swallow.pad";
17421 part { name: "elm.swallow.end";
17422 clip_to: "disclip";
17424 description { state: "default" 0.0;
17428 aspect_preference: VERTICAL;
17439 part { name: "elm.text";
17440 clip_to: "disclip";
17442 effect: SOFT_SHADOW;
17446 state: "default" 0.0;
17449 to_x: "elm.swallow.icon";
17454 to_x: "elm.swallow.end";
17466 text_class: "list_item";
17469 description { state: "selected" 0.0;
17470 inherit: "default" 0.0;
17471 color: 224 224 224 255;
17475 part { name: "fg1";
17476 clip_to: "disclip";
17478 description { state: "default" 0.0;
17480 color: 255 255 255 0;
17482 rel2.relative: 1.0 0.5;
17485 normal: "bt_sm_hilight.png";
17489 description { state: "selected" 0.0;
17490 inherit: "default" 0.0;
17492 color: 255 255 255 255;
17495 part { name: "fg2";
17496 clip_to: "disclip";
17498 description { state: "default" 0.0;
17500 color: 255 255 255 0;
17504 normal: "bt_sm_shine.png";
17508 description { state: "selected" 0.0;
17509 inherit: "default" 0.0;
17511 color: 255 255 255 255;
17514 part { name: "disclip";
17516 description { state: "default" 0.0;
17520 description { state: "disabled" 0.0;
17521 inherit: "default" 0.0;
17522 color: 255 255 255 64;
17527 // signal: elm,state,%s,active
17528 // a "check" item named %s went active
17529 // signal: elm,state,%s,passive
17530 // a "check" item named %s went passive
17531 // default is passive
17534 signal: "elm,state,selected";
17536 action: STATE_SET "selected" 0.0;
17540 target: "elm.text";
17543 name: "go_passive";
17544 signal: "elm,state,unselected";
17546 action: STATE_SET "default" 0.0;
17550 target: "elm.text";
17551 transition: LINEAR 0.1;
17554 name: "go_disabled";
17555 signal: "elm,state,disabled";
17557 action: STATE_SET "disabled" 0.0;
17561 name: "go_enabled";
17562 signal: "elm,state,enabled";
17564 action: STATE_SET "default" 0.0;
17570 group { name: "elm/genlist/tree/default/default";
17571 data.item: "stacking" "above";
17572 data.item: "selectraise" "on";
17573 data.item: "labels" "elm.text";
17574 data.item: "icons" "elm.swallow.icon elm.swallow.end";
17575 data.item: "treesize" "20";
17576 // data.item: "states" "";
17578 image: "bt_sm_base1.png" COMP;
17579 image: "bt_sm_shine.png" COMP;
17580 image: "bt_sm_hilight.png" COMP;
17581 image: "ilist_1.png" COMP;
17582 image: "ilist_item_shadow.png" COMP;
17583 image: "icon_arrow_right.png" COMP;
17584 image: "icon_arrow_down.png" COMP;
17592 state: "default" 0.0;
17600 state: "default" 0.0;
17615 normal: "ilist_item_shadow.png";
17624 state: "default" 0.0;
17626 normal: "ilist_1.png";
17633 clip_to: "disclip";
17635 description { state: "default" 0.0;
17637 color: 255 255 255 0;
17647 normal: "bt_sm_base1.png";
17650 image.middle: SOLID;
17652 description { state: "selected" 0.0;
17653 inherit: "default" 0.0;
17655 color: 255 255 255 255;
17666 part { name: "elm.swallow.pad";
17668 description { state: "default" 0.0;
17681 part { name: "arrow";
17682 clip_to: "disclip";
17683 ignore_flags: ON_HOLD;
17684 description { state: "default" 0.0;
17689 to_x: "elm.swallow.pad";
17694 to_x: "elm.swallow.pad";
17698 image.normal: "icon_arrow_right.png";
17700 description { state: "active" 0.0;
17701 inherit: "default" 0.0;
17702 image.normal: "icon_arrow_down.png";
17705 part { name: "elm.swallow.icon";
17706 clip_to: "disclip";
17708 description { state: "default" 0.0;
17723 part { name: "elm.swallow.end";
17724 clip_to: "disclip";
17726 description { state: "default" 0.0;
17730 aspect_preference: VERTICAL;
17741 part { name: "elm.text";
17742 clip_to: "disclip";
17744 effect: SOFT_SHADOW;
17748 state: "default" 0.0;
17751 to_x: "elm.swallow.icon";
17756 to_x: "elm.swallow.end";
17768 text_class: "list_item";
17771 description { state: "selected" 0.0;
17772 inherit: "default" 0.0;
17773 color: 224 224 224 255;
17777 part { name: "fg1";
17778 clip_to: "disclip";
17780 description { state: "default" 0.0;
17782 color: 255 255 255 0;
17784 rel2.relative: 1.0 0.5;
17787 normal: "bt_sm_hilight.png";
17791 description { state: "selected" 0.0;
17792 inherit: "default" 0.0;
17794 color: 255 255 255 255;
17797 part { name: "fg2";
17798 clip_to: "disclip";
17800 description { state: "default" 0.0;
17802 color: 255 255 255 0;
17806 normal: "bt_sm_shine.png";
17810 description { state: "selected" 0.0;
17811 inherit: "default" 0.0;
17813 color: 255 255 255 255;
17816 part { name: "disclip";
17818 description { state: "default" 0.0;
17822 description { state: "disabled" 0.0;
17823 inherit: "default" 0.0;
17824 color: 255 255 255 64;
17829 // signal: elm,state,%s,active
17830 // a "check" item named %s went active
17831 // signal: elm,state,%s,passive
17832 // a "check" item named %s went passive
17833 // default is passive
17836 signal: "elm,state,selected";
17838 action: STATE_SET "selected" 0.0;
17842 target: "elm.text";
17845 name: "go_passive";
17846 signal: "elm,state,unselected";
17848 action: STATE_SET "default" 0.0;
17852 target: "elm.text";
17853 transition: LINEAR 0.1;
17856 name: "go_disabled";
17857 signal: "elm,state,disabled";
17859 action: STATE_SET "disabled" 0.0;
17863 name: "go_enabled";
17864 signal: "elm,state,enabled";
17866 action: STATE_SET "default" 0.0;
17871 signal: "mouse,up,1";
17873 action: SIGNAL_EMIT "elm,action,expand,toggle" "elm";
17876 name: "go_expanded";
17877 signal: "elm,state,expanded";
17879 action: STATE_SET "active" 0.0;
17883 name: "go_contracted";
17884 signal: "elm,state,contracted";
17886 action: STATE_SET "default" 0.0;
17891 group { name: "elm/genlist/tree_compress/default/default";
17892 data.item: "stacking" "above";
17893 data.item: "selectraise" "on";
17894 data.item: "labels" "elm.text";
17895 data.item: "icons" "elm.swallow.icon elm.swallow.end";
17896 data.item: "treesize" "20";
17897 // data.item: "states" "";
17899 image: "bt_sm_base1.png" COMP;
17900 image: "bt_sm_shine.png" COMP;
17901 image: "bt_sm_hilight.png" COMP;
17902 image: "ilist_1.png" COMP;
17903 image: "ilist_item_shadow.png" COMP;
17904 image: "icon_arrow_right.png" COMP;
17905 image: "icon_arrow_down.png" COMP;
17913 state: "default" 0.0;
17921 state: "default" 0.0;
17936 normal: "ilist_item_shadow.png";
17945 state: "default" 0.0;
17947 normal: "ilist_1.png";
17954 clip_to: "disclip";
17956 description { state: "default" 0.0;
17958 color: 255 255 255 0;
17968 normal: "bt_sm_base1.png";
17971 image.middle: SOLID;
17973 description { state: "selected" 0.0;
17974 inherit: "default" 0.0;
17976 color: 255 255 255 255;
17987 part { name: "elm.swallow.pad";
17989 description { state: "default" 0.0;
18002 part { name: "arrow";
18003 clip_to: "disclip";
18004 ignore_flags: ON_HOLD;
18005 description { state: "default" 0.0;
18010 to_x: "elm.swallow.pad";
18015 to_x: "elm.swallow.pad";
18019 image.normal: "icon_arrow_right.png";
18021 description { state: "active" 0.0;
18022 inherit: "default" 0.0;
18023 image.normal: "icon_arrow_down.png";
18026 part { name: "elm.swallow.icon";
18027 clip_to: "disclip";
18029 description { state: "default" 0.0;
18044 part { name: "elm.swallow.end";
18045 clip_to: "disclip";
18047 description { state: "default" 0.0;
18051 aspect_preference: VERTICAL;
18062 part { name: "elm.text";
18063 clip_to: "disclip";
18065 effect: SOFT_SHADOW;
18069 state: "default" 0.0;
18072 to_x: "elm.swallow.icon";
18077 to_x: "elm.swallow.end";
18089 text_class: "list_item";
18092 description { state: "selected" 0.0;
18093 inherit: "default" 0.0;
18094 color: 224 224 224 255;
18098 part { name: "fg1";
18099 clip_to: "disclip";
18101 description { state: "default" 0.0;
18103 color: 255 255 255 0;
18105 rel2.relative: 1.0 0.5;
18108 normal: "bt_sm_hilight.png";
18112 description { state: "selected" 0.0;
18113 inherit: "default" 0.0;
18115 color: 255 255 255 255;
18118 part { name: "fg2";
18119 clip_to: "disclip";
18121 description { state: "default" 0.0;
18123 color: 255 255 255 0;
18127 normal: "bt_sm_shine.png";
18131 description { state: "selected" 0.0;
18132 inherit: "default" 0.0;
18134 color: 255 255 255 255;
18137 part { name: "disclip";
18139 description { state: "default" 0.0;
18143 description { state: "disabled" 0.0;
18144 inherit: "default" 0.0;
18145 color: 255 255 255 64;
18150 // signal: elm,state,%s,active
18151 // a "check" item named %s went active
18152 // signal: elm,state,%s,passive
18153 // a "check" item named %s went passive
18154 // default is passive
18157 signal: "elm,state,selected";
18159 action: STATE_SET "selected" 0.0;
18163 target: "elm.text";
18166 name: "go_passive";
18167 signal: "elm,state,unselected";
18169 action: STATE_SET "default" 0.0;
18173 target: "elm.text";
18174 transition: LINEAR 0.1;
18177 name: "go_disabled";
18178 signal: "elm,state,disabled";
18180 action: STATE_SET "disabled" 0.0;
18184 name: "go_enabled";
18185 signal: "elm,state,enabled";
18187 action: STATE_SET "default" 0.0;
18192 signal: "mouse,up,1";
18194 action: SIGNAL_EMIT "elm,action,expand,toggle" "elm";
18197 name: "go_expanded";
18198 signal: "elm,state,expanded";
18200 action: STATE_SET "active" 0.0;
18204 name: "go_contracted";
18205 signal: "elm,state,contracted";
18207 action: STATE_SET "default" 0.0;
18212 group { name: "elm/genlist/tree_odd/default/default";
18213 data.item: "stacking" "below";
18214 data.item: "selectraise" "on";
18215 data.item: "labels" "elm.text";
18216 data.item: "icons" "elm.swallow.icon elm.swallow.end";
18217 data.item: "treesize" "20";
18218 // data.item: "states" "";
18220 image: "bt_sm_base1.png" COMP;
18221 image: "bt_sm_shine.png" COMP;
18222 image: "bt_sm_hilight.png" COMP;
18223 image: "ilist_2.png" COMP;
18224 image: "icon_arrow_right.png" COMP;
18225 image: "icon_arrow_down.png" COMP;
18233 state: "default" 0.0;
18241 state: "default" 0.0;
18243 normal: "ilist_2.png";
18250 clip_to: "disclip";
18252 description { state: "default" 0.0;
18254 color: 255 255 255 0;
18264 normal: "bt_sm_base1.png";
18267 image.middle: SOLID;
18269 description { state: "selected" 0.0;
18270 inherit: "default" 0.0;
18272 color: 255 255 255 255;
18283 part { name: "elm.swallow.pad";
18285 description { state: "default" 0.0;
18298 part { name: "arrow";
18299 clip_to: "disclip";
18300 ignore_flags: ON_HOLD;
18301 description { state: "default" 0.0;
18306 to_x: "elm.swallow.pad";
18311 to_x: "elm.swallow.pad";
18315 image.normal: "icon_arrow_right.png";
18317 description { state: "active" 0.0;
18318 inherit: "default" 0.0;
18319 image.normal: "icon_arrow_down.png";
18322 part { name: "elm.swallow.icon";
18323 clip_to: "disclip";
18325 description { state: "default" 0.0;
18340 part { name: "elm.swallow.end";
18341 clip_to: "disclip";
18343 description { state: "default" 0.0;
18347 aspect_preference: VERTICAL;
18358 part { name: "elm.text";
18359 clip_to: "disclip";
18361 effect: SOFT_SHADOW;
18365 state: "default" 0.0;
18368 to_x: "elm.swallow.icon";
18373 to_x: "elm.swallow.end";
18385 text_class: "list_item";
18388 description { state: "selected" 0.0;
18389 inherit: "default" 0.0;
18390 color: 224 224 224 255;
18394 part { name: "fg1";
18395 clip_to: "disclip";
18397 description { state: "default" 0.0;
18399 color: 255 255 255 0;
18401 rel2.relative: 1.0 0.5;
18404 normal: "bt_sm_hilight.png";
18408 description { state: "selected" 0.0;
18409 inherit: "default" 0.0;
18411 color: 255 255 255 255;
18414 part { name: "fg2";
18415 clip_to: "disclip";
18417 description { state: "default" 0.0;
18419 color: 255 255 255 0;
18423 normal: "bt_sm_shine.png";
18427 description { state: "selected" 0.0;
18428 inherit: "default" 0.0;
18430 color: 255 255 255 255;
18433 part { name: "disclip";
18435 description { state: "default" 0.0;
18439 description { state: "disabled" 0.0;
18440 inherit: "default" 0.0;
18441 color: 255 255 255 64;
18446 // signal: elm,state,%s,active
18447 // a "check" item named %s went active
18448 // signal: elm,state,%s,passive
18449 // a "check" item named %s went passive
18450 // default is passive
18453 signal: "elm,state,selected";
18455 action: STATE_SET "selected" 0.0;
18459 target: "elm.text";
18462 name: "go_passive";
18463 signal: "elm,state,unselected";
18465 action: STATE_SET "default" 0.0;
18469 target: "elm.text";
18470 transition: LINEAR 0.1;
18473 name: "go_disabled";
18474 signal: "elm,state,disabled";
18476 action: STATE_SET "disabled" 0.0;
18480 name: "go_enabled";
18481 signal: "elm,state,enabled";
18483 action: STATE_SET "default" 0.0;
18488 signal: "mouse,up,1";
18490 action: SIGNAL_EMIT "elm,action,expand,toggle" "elm";
18493 name: "go_expanded";
18494 signal: "elm,state,expanded";
18496 action: STATE_SET "active" 0.0;
18500 name: "go_contracted";
18501 signal: "elm,state,contracted";
18503 action: STATE_SET "default" 0.0;
18508 group { name: "elm/genlist/tree_compress_odd/default/default";
18509 data.item: "stacking" "below";
18510 data.item: "selectraise" "on";
18511 data.item: "labels" "elm.text";
18512 data.item: "icons" "elm.swallow.icon elm.swallow.end";
18513 data.item: "treesize" "20";
18514 // data.item: "states" "";
18516 image: "bt_sm_base1.png" COMP;
18517 image: "bt_sm_shine.png" COMP;
18518 image: "bt_sm_hilight.png" COMP;
18519 image: "ilist_2.png" COMP;
18520 image: "icon_arrow_right.png" COMP;
18521 image: "icon_arrow_down.png" COMP;
18529 state: "default" 0.0;
18537 state: "default" 0.0;
18539 normal: "ilist_2.png";
18546 clip_to: "disclip";
18548 description { state: "default" 0.0;
18550 color: 255 255 255 0;
18560 normal: "bt_sm_base1.png";
18563 image.middle: SOLID;
18565 description { state: "selected" 0.0;
18566 inherit: "default" 0.0;
18568 color: 255 255 255 255;
18579 part { name: "elm.swallow.pad";
18581 description { state: "default" 0.0;
18594 part { name: "arrow";
18595 clip_to: "disclip";
18596 ignore_flags: ON_HOLD;
18597 description { state: "default" 0.0;
18602 to_x: "elm.swallow.pad";
18607 to_x: "elm.swallow.pad";
18611 image.normal: "icon_arrow_right.png";
18613 description { state: "active" 0.0;
18614 inherit: "default" 0.0;
18615 image.normal: "icon_arrow_down.png";
18618 part { name: "elm.swallow.icon";
18619 clip_to: "disclip";
18621 description { state: "default" 0.0;
18636 part { name: "elm.swallow.end";
18637 clip_to: "disclip";
18639 description { state: "default" 0.0;
18643 aspect_preference: VERTICAL;
18654 part { name: "elm.text";
18655 clip_to: "disclip";
18657 effect: SOFT_SHADOW;
18661 state: "default" 0.0;
18664 to_x: "elm.swallow.icon";
18669 to_x: "elm.swallow.end";
18681 text_class: "list_item";
18684 description { state: "selected" 0.0;
18685 inherit: "default" 0.0;
18686 color: 224 224 224 255;
18690 part { name: "fg1";
18691 clip_to: "disclip";
18693 description { state: "default" 0.0;
18695 color: 255 255 255 0;
18697 rel2.relative: 1.0 0.5;
18700 normal: "bt_sm_hilight.png";
18704 description { state: "selected" 0.0;
18705 inherit: "default" 0.0;
18707 color: 255 255 255 255;
18710 part { name: "fg2";
18711 clip_to: "disclip";
18713 description { state: "default" 0.0;
18715 color: 255 255 255 0;
18719 normal: "bt_sm_shine.png";
18723 description { state: "selected" 0.0;
18724 inherit: "default" 0.0;
18726 color: 255 255 255 255;
18729 part { name: "disclip";
18731 description { state: "default" 0.0;
18735 description { state: "disabled" 0.0;
18736 inherit: "default" 0.0;
18737 color: 255 255 255 64;
18742 // signal: elm,state,%s,active
18743 // a "check" item named %s went active
18744 // signal: elm,state,%s,passive
18745 // a "check" item named %s went passive
18746 // default is passive
18749 signal: "elm,state,selected";
18751 action: STATE_SET "selected" 0.0;
18755 target: "elm.text";
18758 name: "go_passive";
18759 signal: "elm,state,unselected";
18761 action: STATE_SET "default" 0.0;
18765 target: "elm.text";
18766 transition: LINEAR 0.1;
18769 name: "go_disabled";
18770 signal: "elm,state,disabled";
18772 action: STATE_SET "disabled" 0.0;
18776 name: "go_enabled";
18777 signal: "elm,state,enabled";
18779 action: STATE_SET "default" 0.0;
18784 signal: "mouse,up,1";
18786 action: SIGNAL_EMIT "elm,action,expand,toggle" "elm";
18789 name: "go_expanded";
18790 signal: "elm,state,expanded";
18792 action: STATE_SET "active" 0.0;
18796 name: "go_contracted";
18797 signal: "elm,state,contracted";
18799 action: STATE_SET "default" 0.0;
18805 group { name: "elm/genlist/item/default_style/default";
18808 style { name: "genlist_style";
18809 base: "font=Sans font_size=10 align=left valign=0.5 color=#000 text_class=list_item";
18812 tag: "hilight" "+ font=Sans:style=Bold";
18813 tag: "b" "+ font=Sans:style=Bold";
18816 style { name: "genlist_selected_style";
18817 base: "font=Sans font_size=10 align=left valign=0.5 color=#fff text_class=list_item";
18820 tag: "hilight" "+ font=Sans:style=Bold";
18821 tag: "b" "+ font=Sans:style=Bold";
18825 data.item: "stacking" "above";
18826 data.item: "selectraise" "on";
18827 data.item: "labels" "elm.text";
18828 data.item: "icons" "elm.swallow.icon elm.swallow.end";
18829 data.item: "treesize" "20";
18831 image: "bt_sm_base1.png" COMP;
18832 image: "bt_sm_shine.png" COMP;
18833 image: "bt_sm_hilight.png" COMP;
18834 image: "ilist_1.png" COMP;
18835 image: "ilist_item_shadow.png" COMP;
18843 state: "default" 0.0;
18851 state: "default" 0.0;
18866 normal: "ilist_item_shadow.png";
18875 state: "default" 0.0;
18878 normal: "ilist_1.png";
18885 clip_to: "disclip";
18887 description { state: "default" 0.0;
18889 color: 255 255 255 0;
18899 normal: "bt_sm_base1.png";
18902 image.middle: SOLID;
18904 description { state: "selected" 0.0;
18905 inherit: "default" 0.0;
18907 color: 255 255 255 255;
18918 part { name: "elm.swallow.pad";
18920 description { state: "default" 0.0;
18933 part { name: "elm.swallow.icon";
18934 clip_to: "disclip";
18936 description { state: "default" 0.0;
18940 to_x: "elm.swallow.pad";
18945 to_x: "elm.swallow.pad";
18951 part { name: "elm.swallow.end";
18952 clip_to: "disclip";
18954 description { state: "default" 0.0;
18958 aspect_preference: VERTICAL;
18969 part { name: "elm.text";
18970 clip_to: "disclip";
18975 state: "default" 0.0;
18979 to_x: "elm.swallow.icon";
18985 to_x: "elm.swallow.end";
18991 style: "genlist_style";
18995 description { state: "selected" 0.0;
18996 inherit: "default" 0.0;
18998 style: "genlist_selected_style";
19002 part { name: "fg1";
19003 clip_to: "disclip";
19005 description { state: "default" 0.0;
19007 color: 255 255 255 0;
19009 rel2.relative: 1.0 0.5;
19012 normal: "bt_sm_hilight.png";
19016 description { state: "selected" 0.0;
19017 inherit: "default" 0.0;
19019 color: 255 255 255 255;
19022 part { name: "fg2";
19023 clip_to: "disclip";
19025 description { state: "default" 0.0;
19027 color: 255 255 255 0;
19031 normal: "bt_sm_shine.png";
19035 description { state: "selected" 0.0;
19036 inherit: "default" 0.0;
19038 color: 255 255 255 255;
19041 part { name: "disclip";
19043 description { state: "default" 0.0;
19047 description { state: "disabled" 0.0;
19048 inherit: "default" 0.0;
19049 color: 255 255 255 64;
19054 // signal: elm,state,%s,active
19055 // a "check" item named %s went active
19056 // signal: elm,state,%s,passive
19057 // a "check" item named %s went passive
19058 // default is passive
19061 signal: "elm,state,selected";
19063 action: STATE_SET "selected" 0.0;
19067 target: "elm.text";
19070 name: "go_passive";
19071 signal: "elm,state,unselected";
19073 action: STATE_SET "default" 0.0;
19077 target: "elm.text";
19078 transition: LINEAR 0.1;
19081 name: "go_disabled";
19082 signal: "elm,state,disabled";
19084 action: STATE_SET "disabled" 0.0;
19088 name: "go_enabled";
19089 signal: "elm,state,enabled";
19091 action: STATE_SET "default" 0.0;
19096 group { name: "elm/genlist/item_odd/default_style/default";
19097 data.item: "stacking" "below";
19098 data.item: "selectraise" "on";
19099 data.item: "labels" "elm.text";
19100 data.item: "icons" "elm.swallow.icon elm.swallow.end";
19101 data.item: "treesize" "20";
19103 image: "bt_sm_base1.png" COMP;
19104 image: "bt_sm_shine.png" COMP;
19105 image: "bt_sm_hilight.png" COMP;
19106 image: "ilist_2.png" COMP;
19109 part { name: "event";
19113 state: "default" 0.0;
19121 state: "default" 0.0;
19124 normal: "ilist_2.png";
19131 clip_to: "disclip";
19133 description { state: "default" 0.0;
19135 color: 255 255 255 0;
19145 normal: "bt_sm_base1.png";
19148 image.middle: SOLID;
19150 description { state: "selected" 0.0;
19151 inherit: "default" 0.0;
19153 color: 255 255 255 255;
19164 part { name: "elm.swallow.pad";
19166 description { state: "default" 0.0;
19179 part { name: "elm.swallow.icon";
19180 clip_to: "disclip";
19182 description { state: "default" 0.0;
19186 to_x: "elm.swallow.pad";
19191 to_x: "elm.swallow.pad";
19197 part { name: "elm.swallow.end";
19198 clip_to: "disclip";
19200 description { state: "default" 0.0;
19204 aspect_preference: VERTICAL;
19215 part { name: "elm.text";
19216 clip_to: "disclip";
19221 state: "default" 0.0;
19225 to_x: "elm.swallow.icon";
19231 to_x: "elm.swallow.end";
19237 style: "genlist_style";
19241 description { state: "selected" 0.0;
19242 inherit: "default" 0.0;
19244 style: "genlist_selected_style";
19248 part { name: "fg1";
19249 clip_to: "disclip";
19251 description { state: "default" 0.0;
19253 color: 255 255 255 0;
19255 rel2.relative: 1.0 0.5;
19258 normal: "bt_sm_hilight.png";
19262 description { state: "selected" 0.0;
19263 inherit: "default" 0.0;
19265 color: 255 255 255 255;
19268 part { name: "fg2";
19269 clip_to: "disclip";
19271 description { state: "default" 0.0;
19273 color: 255 255 255 0;
19277 normal: "bt_sm_shine.png";
19281 description { state: "selected" 0.0;
19282 inherit: "default" 0.0;
19284 color: 255 255 255 255;
19287 part { name: "disclip";
19289 description { state: "default" 0.0;
19293 description { state: "disabled" 0.0;
19294 inherit: "default" 0.0;
19295 color: 255 255 255 64;
19300 // signal: elm,state,%s,active
19301 // a "check" item named %s went active
19302 // signal: elm,state,%s,passive
19303 // a "check" item named %s went passive
19304 // default is passive
19307 signal: "elm,state,selected";
19309 action: STATE_SET "selected" 0.0;
19313 target: "elm.text";
19316 name: "go_passive";
19317 signal: "elm,state,unselected";
19319 action: STATE_SET "default" 0.0;
19323 target: "elm.text";
19324 transition: LINEAR 0.1;
19327 name: "go_disabled";
19328 signal: "elm,state,disabled";
19330 action: STATE_SET "disabled" 0.0;
19334 name: "go_enabled";
19335 signal: "elm,state,enabled";
19337 action: STATE_SET "default" 0.0;
19343 group { name: "elm/genlist/tree/default_style/default";
19344 data.item: "stacking" "above";
19345 data.item: "selectraise" "on";
19346 data.item: "labels" "elm.text";
19347 data.item: "icons" "elm.swallow.icon elm.swallow.end";
19348 data.item: "treesize" "20";
19350 image: "bt_sm_base1.png" COMP;
19351 image: "bt_sm_shine.png" COMP;
19352 image: "bt_sm_hilight.png" COMP;
19353 image: "ilist_1.png" COMP;
19354 image: "ilist_item_shadow.png" COMP;
19355 image: "icon_arrow_right.png" COMP;
19356 image: "icon_arrow_down.png" COMP;
19364 state: "default" 0.0;
19372 state: "default" 0.0;
19387 normal: "ilist_item_shadow.png";
19396 state: "default" 0.0;
19399 normal: "ilist_1.png";
19406 clip_to: "disclip";
19408 description { state: "default" 0.0;
19410 color: 255 255 255 0;
19420 normal: "bt_sm_base1.png";
19423 image.middle: SOLID;
19425 description { state: "selected" 0.0;
19426 inherit: "default" 0.0;
19428 color: 255 255 255 255;
19439 part { name: "elm.swallow.pad";
19441 description { state: "default" 0.0;
19454 part { name: "arrow";
19455 clip_to: "disclip";
19456 ignore_flags: ON_HOLD;
19457 description { state: "default" 0.0;
19462 to_x: "elm.swallow.pad";
19467 to_x: "elm.swallow.pad";
19471 image.normal: "icon_arrow_right.png";
19473 description { state: "active" 0.0;
19474 inherit: "default" 0.0;
19475 image.normal: "icon_arrow_down.png";
19478 part { name: "elm.swallow.icon";
19479 clip_to: "disclip";
19481 description { state: "default" 0.0;
19496 part { name: "elm.swallow.end";
19497 clip_to: "disclip";
19499 description { state: "default" 0.0;
19503 aspect_preference: VERTICAL;
19514 part { name: "elm.text";
19515 clip_to: "disclip";
19517 effect: SOFT_SHADOW;
19521 state: "default" 0.0;
19525 to_x: "elm.swallow.icon";
19531 to_x: "elm.swallow.end";
19537 style: "genlist_style";
19541 description { state: "selected" 0.0;
19542 inherit: "default" 0.0;
19544 style: "genlist_selected_style";
19548 part { name: "fg1";
19549 clip_to: "disclip";
19551 description { state: "default" 0.0;
19553 color: 255 255 255 0;
19555 rel2.relative: 1.0 0.5;
19558 normal: "bt_sm_hilight.png";
19562 description { state: "selected" 0.0;
19563 inherit: "default" 0.0;
19565 color: 255 255 255 255;
19568 part { name: "fg2";
19569 clip_to: "disclip";
19571 description { state: "default" 0.0;
19573 color: 255 255 255 0;
19577 normal: "bt_sm_shine.png";
19581 description { state: "selected" 0.0;
19582 inherit: "default" 0.0;
19584 color: 255 255 255 255;
19587 part { name: "disclip";
19589 description { state: "default" 0.0;
19593 description { state: "disabled" 0.0;
19594 inherit: "default" 0.0;
19595 color: 255 255 255 64;
19600 // signal: elm,state,%s,active
19601 // a "check" item named %s went active
19602 // signal: elm,state,%s,passive
19603 // a "check" item named %s went passive
19604 // default is passive
19607 signal: "elm,state,selected";
19609 action: STATE_SET "selected" 0.0;
19613 target: "elm.text";
19616 name: "go_passive";
19617 signal: "elm,state,unselected";
19619 action: STATE_SET "default" 0.0;
19623 target: "elm.text";
19624 transition: LINEAR 0.1;
19627 name: "go_disabled";
19628 signal: "elm,state,disabled";
19630 action: STATE_SET "disabled" 0.0;
19634 name: "go_enabled";
19635 signal: "elm,state,enabled";
19637 action: STATE_SET "default" 0.0;
19642 signal: "mouse,up,1";
19644 action: SIGNAL_EMIT "elm,action,expand,toggle" "elm";
19647 name: "go_expanded";
19648 signal: "elm,state,expanded";
19650 action: STATE_SET "active" 0.0;
19654 name: "go_contracted";
19655 signal: "elm,state,contracted";
19657 action: STATE_SET "default" 0.0;
19662 group { name: "elm/genlist/tree_odd/default_style/default";
19663 data.item: "stacking" "below";
19664 data.item: "selectraise" "on";
19665 data.item: "labels" "elm.text";
19666 data.item: "icons" "elm.swallow.icon elm.swallow.end";
19667 data.item: "treesize" "20";
19669 image: "bt_sm_base1.png" COMP;
19670 image: "bt_sm_shine.png" COMP;
19671 image: "bt_sm_hilight.png" COMP;
19672 image: "ilist_2.png" COMP;
19673 image: "icon_arrow_right.png" COMP;
19674 image: "icon_arrow_down.png" COMP;
19682 state: "default" 0.0;
19690 state: "default" 0.0;
19693 normal: "ilist_2.png";
19700 clip_to: "disclip";
19702 description { state: "default" 0.0;
19704 color: 255 255 255 0;
19714 normal: "bt_sm_base1.png";
19717 image.middle: SOLID;
19719 description { state: "selected" 0.0;
19720 inherit: "default" 0.0;
19722 color: 255 255 255 255;
19733 part { name: "elm.swallow.pad";
19735 description { state: "default" 0.0;
19748 part { name: "arrow";
19749 clip_to: "disclip";
19750 ignore_flags: ON_HOLD;
19751 description { state: "default" 0.0;
19756 to_x: "elm.swallow.pad";
19761 to_x: "elm.swallow.pad";
19765 image.normal: "icon_arrow_right.png";
19767 description { state: "active" 0.0;
19768 inherit: "default" 0.0;
19769 image.normal: "icon_arrow_down.png";
19772 part { name: "elm.swallow.icon";
19773 clip_to: "disclip";
19775 description { state: "default" 0.0;
19790 part { name: "elm.swallow.end";
19791 clip_to: "disclip";
19793 description { state: "default" 0.0;
19797 aspect_preference: VERTICAL;
19808 part { name: "elm.text";
19809 clip_to: "disclip";
19811 effect: SOFT_SHADOW;
19815 state: "default" 0.0;
19819 to_x: "elm.swallow.icon";
19825 to_x: "elm.swallow.end";
19831 style: "genlist_style";
19835 description { state: "selected" 0.0;
19836 inherit: "default" 0.0;
19838 style: "genlist_selected_style";
19842 part { name: "fg1";
19843 clip_to: "disclip";
19845 description { state: "default" 0.0;
19847 color: 255 255 255 0;
19849 rel2.relative: 1.0 0.5;
19852 normal: "bt_sm_hilight.png";
19856 description { state: "selected" 0.0;
19857 inherit: "default" 0.0;
19859 color: 255 255 255 255;
19862 part { name: "fg2";
19863 clip_to: "disclip";
19865 description { state: "default" 0.0;
19867 color: 255 255 255 0;
19871 normal: "bt_sm_shine.png";
19875 description { state: "selected" 0.0;
19876 inherit: "default" 0.0;
19878 color: 255 255 255 255;
19881 part { name: "disclip";
19883 description { state: "default" 0.0;
19887 description { state: "disabled" 0.0;
19888 inherit: "default" 0.0;
19889 color: 255 255 255 64;
19894 // signal: elm,state,%s,active
19895 // a "check" item named %s went active
19896 // signal: elm,state,%s,passive
19897 // a "check" item named %s went passive
19898 // default is passive
19901 signal: "elm,state,selected";
19903 action: STATE_SET "selected" 0.0;
19907 target: "elm.text";
19910 name: "go_passive";
19911 signal: "elm,state,unselected";
19913 action: STATE_SET "default" 0.0;
19917 target: "elm.text";
19918 transition: LINEAR 0.1;
19921 name: "go_disabled";
19922 signal: "elm,state,disabled";
19924 action: STATE_SET "disabled" 0.0;
19928 name: "go_enabled";
19929 signal: "elm,state,enabled";
19931 action: STATE_SET "default" 0.0;
19936 signal: "mouse,up,1";
19938 action: SIGNAL_EMIT "elm,action,expand,toggle" "elm";
19941 name: "go_expanded";
19942 signal: "elm,state,expanded";
19944 action: STATE_SET "active" 0.0;
19948 name: "go_contracted";
19949 signal: "elm,state,contracted";
19951 action: STATE_SET "default" 0.0;
19958 group { name: "elm/genlist/item/double_label/default";
19959 data.item: "stacking" "above";
19960 data.item: "selectraise" "on";
19961 data.item: "labels" "elm.text elm.text.sub";
19962 data.item: "icons" "elm.swallow.icon elm.swallow.end";
19963 data.item: "treesize" "20";
19964 // data.item: "states" "";
19966 image: "bt_sm_base1.png" COMP;
19967 image: "bt_sm_shine.png" COMP;
19968 image: "bt_sm_hilight.png" COMP;
19969 image: "ilist_1.png" COMP;
19970 image: "ilist_item_shadow.png" COMP;
19978 state: "default" 0.0;
19986 state: "default" 0.0;
20001 normal: "ilist_item_shadow.png";
20010 state: "default" 0.0;
20012 normal: "ilist_1.png";
20019 clip_to: "disclip";
20021 description { state: "default" 0.0;
20023 color: 255 255 255 0;
20033 normal: "bt_sm_base1.png";
20036 image.middle: SOLID;
20038 description { state: "selected" 0.0;
20039 inherit: "default" 0.0;
20041 color: 255 255 255 255;
20052 part { name: "elm.swallow.pad";
20054 description { state: "default" 0.0;
20067 part { name: "elm.swallow.icon";
20068 clip_to: "disclip";
20070 description { state: "default" 0.0;
20074 to_x: "elm.swallow.pad";
20079 to_x: "elm.swallow.pad";
20085 part { name: "elm.swallow.end";
20086 clip_to: "disclip";
20088 description { state: "default" 0.0;
20092 aspect_preference: VERTICAL;
20103 part { name: "elm.text";
20104 clip_to: "disclip";
20106 effect: SOFT_SHADOW;
20110 state: "default" 0.0;
20113 to_x: "elm.swallow.icon";
20118 to_x: "elm.swallow.end";
20130 text_class: "list_item";
20133 description { state: "selected" 0.0;
20134 inherit: "default" 0.0;
20135 color: 224 224 224 255;
20139 part { name: "elm.text.sub";
20140 clip_to: "disclip";
20145 state: "default" 0.0;
20148 to_x: "elm.swallow.icon";
20153 to_x: "elm.swallow.end";
20165 text_class: "list_item";
20168 description { state: "selected" 0.0;
20169 inherit: "default" 0.0;
20170 color: 128 128 128 255;
20174 part { name: "fg1";
20175 clip_to: "disclip";
20177 description { state: "default" 0.0;
20179 color: 255 255 255 0;
20181 rel2.relative: 1.0 0.5;
20184 normal: "bt_sm_hilight.png";
20188 description { state: "selected" 0.0;
20189 inherit: "default" 0.0;
20191 color: 255 255 255 255;
20194 part { name: "fg2";
20195 clip_to: "disclip";
20197 description { state: "default" 0.0;
20199 color: 255 255 255 0;
20203 normal: "bt_sm_shine.png";
20207 description { state: "selected" 0.0;
20208 inherit: "default" 0.0;
20210 color: 255 255 255 255;
20213 part { name: "disclip";
20215 description { state: "default" 0.0;
20219 description { state: "disabled" 0.0;
20220 inherit: "default" 0.0;
20221 color: 255 255 255 64;
20226 // signal: elm,state,%s,active
20227 // a "check" item named %s went active
20228 // signal: elm,state,%s,passive
20229 // a "check" item named %s went passive
20230 // default is passive
20233 signal: "elm,state,selected";
20235 action: STATE_SET "selected" 0.0;
20239 target: "elm.text";
20240 target: "elm.text.sub";
20243 name: "go_passive";
20244 signal: "elm,state,unselected";
20246 action: STATE_SET "default" 0.0;
20250 target: "elm.text";
20251 target: "elm.text.sub";
20252 transition: LINEAR 0.1;
20255 name: "go_disabled";
20256 signal: "elm,state,disabled";
20258 action: STATE_SET "disabled" 0.0;
20262 name: "go_enabled";
20263 signal: "elm,state,enabled";
20265 action: STATE_SET "default" 0.0;
20270 group { name: "elm/genlist/item_compress/double_label/default";
20271 data.item: "stacking" "above";
20272 data.item: "selectraise" "on";
20273 data.item: "labels" "elm.text elm.text.sub";
20274 data.item: "icons" "elm.swallow.icon elm.swallow.end";
20275 data.item: "treesize" "20";
20276 // data.item: "states" "";
20278 image: "bt_sm_base1.png" COMP;
20279 image: "bt_sm_shine.png" COMP;
20280 image: "bt_sm_hilight.png" COMP;
20281 image: "ilist_1.png" COMP;
20282 image: "ilist_item_shadow.png" COMP;
20290 state: "default" 0.0;
20298 state: "default" 0.0;
20313 normal: "ilist_item_shadow.png";
20322 state: "default" 0.0;
20324 normal: "ilist_1.png";
20331 clip_to: "disclip";
20333 description { state: "default" 0.0;
20335 color: 255 255 255 0;
20345 normal: "bt_sm_base1.png";
20348 image.middle: SOLID;
20350 description { state: "selected" 0.0;
20351 inherit: "default" 0.0;
20353 color: 255 255 255 255;
20364 part { name: "elm.swallow.pad";
20366 description { state: "default" 0.0;
20379 part { name: "elm.swallow.icon";
20380 clip_to: "disclip";
20382 description { state: "default" 0.0;
20386 to_x: "elm.swallow.pad";
20391 to_x: "elm.swallow.pad";
20397 part { name: "elm.swallow.end";
20398 clip_to: "disclip";
20400 description { state: "default" 0.0;
20404 aspect_preference: VERTICAL;
20415 part { name: "elm.text";
20416 clip_to: "disclip";
20418 effect: SOFT_SHADOW;
20422 state: "default" 0.0;
20425 to_x: "elm.swallow.icon";
20430 to_x: "elm.swallow.end";
20442 text_class: "list_item";
20445 description { state: "selected" 0.0;
20446 inherit: "default" 0.0;
20447 color: 224 224 224 255;
20451 part { name: "elm.text.sub";
20452 clip_to: "disclip";
20457 state: "default" 0.0;
20460 to_x: "elm.swallow.icon";
20465 to_x: "elm.swallow.end";
20477 text_class: "list_item";
20480 description { state: "selected" 0.0;
20481 inherit: "default" 0.0;
20482 color: 128 128 128 255;
20486 part { name: "fg1";
20487 clip_to: "disclip";
20489 description { state: "default" 0.0;
20491 color: 255 255 255 0;
20493 rel2.relative: 1.0 0.5;
20496 normal: "bt_sm_hilight.png";
20500 description { state: "selected" 0.0;
20501 inherit: "default" 0.0;
20503 color: 255 255 255 255;
20506 part { name: "fg2";
20507 clip_to: "disclip";
20509 description { state: "default" 0.0;
20511 color: 255 255 255 0;
20515 normal: "bt_sm_shine.png";
20519 description { state: "selected" 0.0;
20520 inherit: "default" 0.0;
20522 color: 255 255 255 255;
20525 part { name: "disclip";
20527 description { state: "default" 0.0;
20531 description { state: "disabled" 0.0;
20532 inherit: "default" 0.0;
20533 color: 255 255 255 64;
20538 // signal: elm,state,%s,active
20539 // a "check" item named %s went active
20540 // signal: elm,state,%s,passive
20541 // a "check" item named %s went passive
20542 // default is passive
20545 signal: "elm,state,selected";
20547 action: STATE_SET "selected" 0.0;
20551 target: "elm.text";
20552 target: "elm.text.sub";
20555 name: "go_passive";
20556 signal: "elm,state,unselected";
20558 action: STATE_SET "default" 0.0;
20562 target: "elm.text";
20563 target: "elm.text.sub";
20564 transition: LINEAR 0.1;
20567 name: "go_disabled";
20568 signal: "elm,state,disabled";
20570 action: STATE_SET "disabled" 0.0;
20574 name: "go_enabled";
20575 signal: "elm,state,enabled";
20577 action: STATE_SET "default" 0.0;
20582 group { name: "elm/genlist/item_odd/double_label/default";
20583 data.item: "stacking" "below";
20584 data.item: "selectraise" "on";
20585 data.item: "labels" "elm.text elm.text.sub";
20586 data.item: "icons" "elm.swallow.icon elm.swallow.end";
20587 data.item: "treesize" "20";
20588 // data.item: "states" "";
20590 image: "bt_sm_base1.png" COMP;
20591 image: "bt_sm_shine.png" COMP;
20592 image: "bt_sm_hilight.png" COMP;
20593 image: "ilist_2.png" COMP;
20596 part { name: "event";
20600 state: "default" 0.0;
20608 state: "default" 0.0;
20610 normal: "ilist_2.png";
20617 clip_to: "disclip";
20619 description { state: "default" 0.0;
20621 color: 255 255 255 0;
20631 normal: "bt_sm_base1.png";
20634 image.middle: SOLID;
20636 description { state: "selected" 0.0;
20637 inherit: "default" 0.0;
20639 color: 255 255 255 255;
20650 part { name: "elm.swallow.pad";
20652 description { state: "default" 0.0;
20665 part { name: "elm.swallow.icon";
20666 clip_to: "disclip";
20668 description { state: "default" 0.0;
20672 to_x: "elm.swallow.pad";
20677 to_x: "elm.swallow.pad";
20683 part { name: "elm.swallow.end";
20684 clip_to: "disclip";
20686 description { state: "default" 0.0;
20690 aspect_preference: VERTICAL;
20701 part { name: "elm.text";
20702 clip_to: "disclip";
20704 effect: SOFT_SHADOW;
20708 state: "default" 0.0;
20711 to_x: "elm.swallow.icon";
20716 to_x: "elm.swallow.end";
20728 text_class: "list_item";
20731 description { state: "selected" 0.0;
20732 inherit: "default" 0.0;
20733 color: 224 224 224 255;
20737 part { name: "elm.text.sub";
20738 clip_to: "disclip";
20743 state: "default" 0.0;
20746 to_x: "elm.swallow.icon";
20751 to_x: "elm.swallow.end";
20763 text_class: "list_item";
20766 description { state: "selected" 0.0;
20767 inherit: "default" 0.0;
20768 color: 128 128 128 255;
20772 part { name: "fg1";
20773 clip_to: "disclip";
20775 description { state: "default" 0.0;
20777 color: 255 255 255 0;
20779 rel2.relative: 1.0 0.5;
20782 normal: "bt_sm_hilight.png";
20786 description { state: "selected" 0.0;
20787 inherit: "default" 0.0;
20789 color: 255 255 255 255;
20792 part { name: "fg2";
20793 clip_to: "disclip";
20795 description { state: "default" 0.0;
20797 color: 255 255 255 0;
20801 normal: "bt_sm_shine.png";
20805 description { state: "selected" 0.0;
20806 inherit: "default" 0.0;
20808 color: 255 255 255 255;
20811 part { name: "disclip";
20813 description { state: "default" 0.0;
20817 description { state: "disabled" 0.0;
20818 inherit: "default" 0.0;
20819 color: 255 255 255 64;
20824 // signal: elm,state,%s,active
20825 // a "check" item named %s went active
20826 // signal: elm,state,%s,passive
20827 // a "check" item named %s went passive
20828 // default is passive
20831 signal: "elm,state,selected";
20833 action: STATE_SET "selected" 0.0;
20837 target: "elm.text";
20838 target: "elm.text.sub";
20841 name: "go_passive";
20842 signal: "elm,state,unselected";
20844 action: STATE_SET "default" 0.0;
20848 target: "elm.text";
20849 target: "elm.text.sub";
20850 transition: LINEAR 0.1;
20853 name: "go_disabled";
20854 signal: "elm,state,disabled";
20856 action: STATE_SET "disabled" 0.0;
20860 name: "go_enabled";
20861 signal: "elm,state,enabled";
20863 action: STATE_SET "default" 0.0;
20868 group { name: "elm/genlist/item_compress_odd/double_label/default";
20869 data.item: "stacking" "below";
20870 data.item: "selectraise" "on";
20871 data.item: "labels" "elm.text elm.text.sub";
20872 data.item: "icons" "elm.swallow.icon elm.swallow.end";
20873 data.item: "treesize" "20";
20874 // data.item: "states" "";
20876 image: "bt_sm_base1.png" COMP;
20877 image: "bt_sm_shine.png" COMP;
20878 image: "bt_sm_hilight.png" COMP;
20879 image: "ilist_2.png" COMP;
20882 part { name: "event";
20886 state: "default" 0.0;
20894 state: "default" 0.0;
20896 normal: "ilist_2.png";
20903 clip_to: "disclip";
20905 description { state: "default" 0.0;
20907 color: 255 255 255 0;
20917 normal: "bt_sm_base1.png";
20920 image.middle: SOLID;
20922 description { state: "selected" 0.0;
20923 inherit: "default" 0.0;
20925 color: 255 255 255 255;
20936 part { name: "elm.swallow.pad";
20938 description { state: "default" 0.0;
20951 part { name: "elm.swallow.icon";
20952 clip_to: "disclip";
20954 description { state: "default" 0.0;
20958 to_x: "elm.swallow.pad";
20963 to_x: "elm.swallow.pad";
20969 part { name: "elm.swallow.end";
20970 clip_to: "disclip";
20972 description { state: "default" 0.0;
20976 aspect_preference: VERTICAL;
20987 part { name: "elm.text";
20988 clip_to: "disclip";
20990 effect: SOFT_SHADOW;
20994 state: "default" 0.0;
20997 to_x: "elm.swallow.icon";
21002 to_x: "elm.swallow.end";
21014 text_class: "list_item";
21017 description { state: "selected" 0.0;
21018 inherit: "default" 0.0;
21019 color: 224 224 224 255;
21023 part { name: "elm.text.sub";
21024 clip_to: "disclip";
21029 state: "default" 0.0;
21032 to_x: "elm.swallow.icon";
21037 to_x: "elm.swallow.end";
21049 text_class: "list_item";
21052 description { state: "selected" 0.0;
21053 inherit: "default" 0.0;
21054 color: 128 128 128 255;
21058 part { name: "fg1";
21059 clip_to: "disclip";
21061 description { state: "default" 0.0;
21063 color: 255 255 255 0;
21065 rel2.relative: 1.0 0.5;
21068 normal: "bt_sm_hilight.png";
21072 description { state: "selected" 0.0;
21073 inherit: "default" 0.0;
21075 color: 255 255 255 255;
21078 part { name: "fg2";
21079 clip_to: "disclip";
21081 description { state: "default" 0.0;
21083 color: 255 255 255 0;
21087 normal: "bt_sm_shine.png";
21091 description { state: "selected" 0.0;
21092 inherit: "default" 0.0;
21094 color: 255 255 255 255;
21097 part { name: "disclip";
21099 description { state: "default" 0.0;
21103 description { state: "disabled" 0.0;
21104 inherit: "default" 0.0;
21105 color: 255 255 255 64;
21110 // signal: elm,state,%s,active
21111 // a "check" item named %s went active
21112 // signal: elm,state,%s,passive
21113 // a "check" item named %s went passive
21114 // default is passive
21117 signal: "elm,state,selected";
21119 action: STATE_SET "selected" 0.0;
21123 target: "elm.text";
21124 target: "elm.text.sub";
21127 name: "go_passive";
21128 signal: "elm,state,unselected";
21130 action: STATE_SET "default" 0.0;
21134 target: "elm.text";
21135 target: "elm.text.sub";
21136 transition: LINEAR 0.1;
21139 name: "go_disabled";
21140 signal: "elm,state,disabled";
21142 action: STATE_SET "disabled" 0.0;
21146 name: "go_enabled";
21147 signal: "elm,state,enabled";
21149 action: STATE_SET "default" 0.0;
21155 group { name: "elm/genlist/tree/double_label/default";
21156 data.item: "stacking" "above";
21157 data.item: "selectraise" "on";
21158 data.item: "labels" "elm.text elm.text.sub";
21159 data.item: "icons" "elm.swallow.icon elm.swallow.end";
21160 data.item: "treesize" "20";
21161 // data.item: "states" "";
21163 image: "bt_sm_base1.png" COMP;
21164 image: "bt_sm_shine.png" COMP;
21165 image: "bt_sm_hilight.png" COMP;
21166 image: "ilist_1.png" COMP;
21167 image: "ilist_item_shadow.png" COMP;
21168 image: "icon_arrow_right.png" COMP;
21169 image: "icon_arrow_down.png" COMP;
21177 state: "default" 0.0;
21185 state: "default" 0.0;
21200 normal: "ilist_item_shadow.png";
21209 state: "default" 0.0;
21211 normal: "ilist_1.png";
21218 clip_to: "disclip";
21220 description { state: "default" 0.0;
21222 color: 255 255 255 0;
21232 normal: "bt_sm_base1.png";
21235 image.middle: SOLID;
21237 description { state: "selected" 0.0;
21238 inherit: "default" 0.0;
21240 color: 255 255 255 255;
21251 part { name: "elm.swallow.pad";
21253 description { state: "default" 0.0;
21266 part { name: "arrow";
21267 clip_to: "disclip";
21268 ignore_flags: ON_HOLD;
21269 description { state: "default" 0.0;
21274 to_x: "elm.swallow.pad";
21279 to_x: "elm.swallow.pad";
21283 image.normal: "icon_arrow_right.png";
21285 description { state: "active" 0.0;
21286 inherit: "default" 0.0;
21287 image.normal: "icon_arrow_down.png";
21290 part { name: "elm.swallow.icon";
21291 clip_to: "disclip";
21293 description { state: "default" 0.0;
21308 part { name: "elm.swallow.end";
21309 clip_to: "disclip";
21311 description { state: "default" 0.0;
21315 aspect_preference: VERTICAL;
21326 part { name: "elm.text";
21327 clip_to: "disclip";
21329 effect: SOFT_SHADOW;
21333 state: "default" 0.0;
21336 to_x: "elm.swallow.icon";
21341 to_x: "elm.swallow.end";
21353 text_class: "list_item";
21356 description { state: "selected" 0.0;
21357 inherit: "default" 0.0;
21358 color: 224 224 224 255;
21362 part { name: "elm.text.sub";
21363 clip_to: "disclip";
21368 state: "default" 0.0;
21371 to_x: "elm.swallow.icon";
21376 to_x: "elm.swallow.end";
21388 text_class: "list_item";
21391 description { state: "selected" 0.0;
21392 inherit: "default" 0.0;
21393 color: 128 128 128 255;
21397 part { name: "fg1";
21398 clip_to: "disclip";
21400 description { state: "default" 0.0;
21402 color: 255 255 255 0;
21404 rel2.relative: 1.0 0.5;
21407 normal: "bt_sm_hilight.png";
21411 description { state: "selected" 0.0;
21412 inherit: "default" 0.0;
21414 color: 255 255 255 255;
21417 part { name: "fg2";
21418 clip_to: "disclip";
21420 description { state: "default" 0.0;
21422 color: 255 255 255 0;
21426 normal: "bt_sm_shine.png";
21430 description { state: "selected" 0.0;
21431 inherit: "default" 0.0;
21433 color: 255 255 255 255;
21436 part { name: "disclip";
21438 description { state: "default" 0.0;
21442 description { state: "disabled" 0.0;
21443 inherit: "default" 0.0;
21444 color: 255 255 255 64;
21449 // signal: elm,state,%s,active
21450 // a "check" item named %s went active
21451 // signal: elm,state,%s,passive
21452 // a "check" item named %s went passive
21453 // default is passive
21456 signal: "elm,state,selected";
21458 action: STATE_SET "selected" 0.0;
21462 target: "elm.text";
21463 target: "elm.text.sub";
21466 name: "go_passive";
21467 signal: "elm,state,unselected";
21469 action: STATE_SET "default" 0.0;
21473 target: "elm.text";
21474 target: "elm.text.sub";
21475 transition: LINEAR 0.1;
21478 name: "go_disabled";
21479 signal: "elm,state,disabled";
21481 action: STATE_SET "disabled" 0.0;
21485 name: "go_enabled";
21486 signal: "elm,state,enabled";
21488 action: STATE_SET "default" 0.0;
21493 signal: "mouse,up,1";
21495 action: SIGNAL_EMIT "elm,action,expand,toggle" "elm";
21498 name: "go_expanded";
21499 signal: "elm,state,expanded";
21501 action: STATE_SET "active" 0.0;
21505 name: "go_contracted";
21506 signal: "elm,state,contracted";
21508 action: STATE_SET "default" 0.0;
21513 group { name: "elm/genlist/tree_compress/double_label/default";
21514 data.item: "stacking" "above";
21515 data.item: "selectraise" "on";
21516 data.item: "labels" "elm.text elm.text.sub";
21517 data.item: "icons" "elm.swallow.icon elm.swallow.end";
21518 data.item: "treesize" "20";
21519 // data.item: "states" "";
21521 image: "bt_sm_base1.png" COMP;
21522 image: "bt_sm_shine.png" COMP;
21523 image: "bt_sm_hilight.png" COMP;
21524 image: "ilist_1.png" COMP;
21525 image: "ilist_item_shadow.png" COMP;
21526 image: "icon_arrow_right.png" COMP;
21527 image: "icon_arrow_down.png" COMP;
21535 state: "default" 0.0;
21543 state: "default" 0.0;
21558 normal: "ilist_item_shadow.png";
21567 state: "default" 0.0;
21569 normal: "ilist_1.png";
21576 clip_to: "disclip";
21578 description { state: "default" 0.0;
21580 color: 255 255 255 0;
21590 normal: "bt_sm_base1.png";
21593 image.middle: SOLID;
21595 description { state: "selected" 0.0;
21596 inherit: "default" 0.0;
21598 color: 255 255 255 255;
21609 part { name: "elm.swallow.pad";
21611 description { state: "default" 0.0;
21624 part { name: "arrow";
21625 clip_to: "disclip";
21626 ignore_flags: ON_HOLD;
21627 description { state: "default" 0.0;
21632 to_x: "elm.swallow.pad";
21637 to_x: "elm.swallow.pad";
21641 image.normal: "icon_arrow_right.png";
21643 description { state: "active" 0.0;
21644 inherit: "default" 0.0;
21645 image.normal: "icon_arrow_down.png";
21648 part { name: "elm.swallow.icon";
21649 clip_to: "disclip";
21651 description { state: "default" 0.0;
21666 part { name: "elm.swallow.end";
21667 clip_to: "disclip";
21669 description { state: "default" 0.0;
21673 aspect_preference: VERTICAL;
21684 part { name: "elm.text";
21685 clip_to: "disclip";
21687 effect: SOFT_SHADOW;
21691 state: "default" 0.0;
21694 to_x: "elm.swallow.icon";
21699 to_x: "elm.swallow.end";
21711 text_class: "list_item";
21714 description { state: "selected" 0.0;
21715 inherit: "default" 0.0;
21716 color: 224 224 224 255;
21720 part { name: "elm.text.sub";
21721 clip_to: "disclip";
21726 state: "default" 0.0;
21729 to_x: "elm.swallow.icon";
21734 to_x: "elm.swallow.end";
21746 text_class: "list_item";
21749 description { state: "selected" 0.0;
21750 inherit: "default" 0.0;
21751 color: 128 128 128 255;
21755 part { name: "fg1";
21756 clip_to: "disclip";
21758 description { state: "default" 0.0;
21760 color: 255 255 255 0;
21762 rel2.relative: 1.0 0.5;
21765 normal: "bt_sm_hilight.png";
21769 description { state: "selected" 0.0;
21770 inherit: "default" 0.0;
21772 color: 255 255 255 255;
21775 part { name: "fg2";
21776 clip_to: "disclip";
21778 description { state: "default" 0.0;
21780 color: 255 255 255 0;
21784 normal: "bt_sm_shine.png";
21788 description { state: "selected" 0.0;
21789 inherit: "default" 0.0;
21791 color: 255 255 255 255;
21794 part { name: "disclip";
21796 description { state: "default" 0.0;
21800 description { state: "disabled" 0.0;
21801 inherit: "default" 0.0;
21802 color: 255 255 255 64;
21807 // signal: elm,state,%s,active
21808 // a "check" item named %s went active
21809 // signal: elm,state,%s,passive
21810 // a "check" item named %s went passive
21811 // default is passive
21814 signal: "elm,state,selected";
21816 action: STATE_SET "selected" 0.0;
21820 target: "elm.text";
21821 target: "elm.text.sub";
21824 name: "go_passive";
21825 signal: "elm,state,unselected";
21827 action: STATE_SET "default" 0.0;
21831 target: "elm.text";
21832 target: "elm.text.sub";
21833 transition: LINEAR 0.1;
21836 name: "go_disabled";
21837 signal: "elm,state,disabled";
21839 action: STATE_SET "disabled" 0.0;
21843 name: "go_enabled";
21844 signal: "elm,state,enabled";
21846 action: STATE_SET "default" 0.0;
21851 signal: "mouse,up,1";
21853 action: SIGNAL_EMIT "elm,action,expand,toggle" "elm";
21856 name: "go_expanded";
21857 signal: "elm,state,expanded";
21859 action: STATE_SET "active" 0.0;
21863 name: "go_contracted";
21864 signal: "elm,state,contracted";
21866 action: STATE_SET "default" 0.0;
21871 group { name: "elm/genlist/tree_odd/double_label/default";
21872 data.item: "stacking" "below";
21873 data.item: "selectraise" "on";
21874 data.item: "labels" "elm.text elm.text.sub";
21875 data.item: "icons" "elm.swallow.icon elm.swallow.end";
21876 data.item: "treesize" "20";
21877 // data.item: "states" "";
21879 image: "bt_sm_base1.png" COMP;
21880 image: "bt_sm_shine.png" COMP;
21881 image: "bt_sm_hilight.png" COMP;
21882 image: "ilist_2.png" COMP;
21883 image: "icon_arrow_right.png" COMP;
21884 image: "icon_arrow_down.png" COMP;
21892 state: "default" 0.0;
21900 state: "default" 0.0;
21902 normal: "ilist_2.png";
21909 clip_to: "disclip";
21911 description { state: "default" 0.0;
21913 color: 255 255 255 0;
21923 normal: "bt_sm_base1.png";
21926 image.middle: SOLID;
21928 description { state: "selected" 0.0;
21929 inherit: "default" 0.0;
21931 color: 255 255 255 255;
21942 part { name: "elm.swallow.pad";
21944 description { state: "default" 0.0;
21957 part { name: "arrow";
21958 clip_to: "disclip";
21959 ignore_flags: ON_HOLD;
21960 description { state: "default" 0.0;
21965 to_x: "elm.swallow.pad";
21970 to_x: "elm.swallow.pad";
21974 image.normal: "icon_arrow_right.png";
21976 description { state: "active" 0.0;
21977 inherit: "default" 0.0;
21978 image.normal: "icon_arrow_down.png";
21981 part { name: "elm.swallow.icon";
21982 clip_to: "disclip";
21984 description { state: "default" 0.0;
21999 part { name: "elm.swallow.end";
22000 clip_to: "disclip";
22002 description { state: "default" 0.0;
22006 aspect_preference: VERTICAL;
22017 part { name: "elm.text";
22018 clip_to: "disclip";
22020 effect: SOFT_SHADOW;
22024 state: "default" 0.0;
22027 to_x: "elm.swallow.icon";
22032 to_x: "elm.swallow.end";
22044 text_class: "list_item";
22047 description { state: "selected" 0.0;
22048 inherit: "default" 0.0;
22049 color: 224 224 224 255;
22053 part { name: "elm.text.sub";
22054 clip_to: "disclip";
22059 state: "default" 0.0;
22062 to_x: "elm.swallow.icon";
22067 to_x: "elm.swallow.end";
22079 text_class: "list_item";
22082 description { state: "selected" 0.0;
22083 inherit: "default" 0.0;
22084 color: 128 128 128 255;
22088 part { name: "fg1";
22089 clip_to: "disclip";
22091 description { state: "default" 0.0;
22093 color: 255 255 255 0;
22095 rel2.relative: 1.0 0.5;
22098 normal: "bt_sm_hilight.png";
22102 description { state: "selected" 0.0;
22103 inherit: "default" 0.0;
22105 color: 255 255 255 255;
22108 part { name: "fg2";
22109 clip_to: "disclip";
22111 description { state: "default" 0.0;
22113 color: 255 255 255 0;
22117 normal: "bt_sm_shine.png";
22121 description { state: "selected" 0.0;
22122 inherit: "default" 0.0;
22124 color: 255 255 255 255;
22127 part { name: "disclip";
22129 description { state: "default" 0.0;
22133 description { state: "disabled" 0.0;
22134 inherit: "default" 0.0;
22135 color: 255 255 255 64;
22140 // signal: elm,state,%s,active
22141 // a "check" item named %s went active
22142 // signal: elm,state,%s,passive
22143 // a "check" item named %s went passive
22144 // default is passive
22147 signal: "elm,state,selected";
22149 action: STATE_SET "selected" 0.0;
22153 target: "elm.text";
22154 target: "elm.text.sub";
22157 name: "go_passive";
22158 signal: "elm,state,unselected";
22160 action: STATE_SET "default" 0.0;
22164 target: "elm.text";
22165 target: "elm.text.sub";
22166 transition: LINEAR 0.1;
22169 name: "go_disabled";
22170 signal: "elm,state,disabled";
22172 action: STATE_SET "disabled" 0.0;
22176 name: "go_enabled";
22177 signal: "elm,state,enabled";
22179 action: STATE_SET "default" 0.0;
22184 signal: "mouse,up,1";
22186 action: SIGNAL_EMIT "elm,action,expand,toggle" "elm";
22189 name: "go_expanded";
22190 signal: "elm,state,expanded";
22192 action: STATE_SET "active" 0.0;
22196 name: "go_contracted";
22197 signal: "elm,state,contracted";
22199 action: STATE_SET "default" 0.0;
22205 group { name: "elm/genlist/item/icon_top_text_bottom/default";
22206 data.item: "stacking" "above";
22207 data.item: "selectraise" "on";
22208 data.item: "labels" "elm.text";
22209 data.item: "icons" "elm.swallow.icon";
22210 data.item: "treesize" "20";
22211 // data.item: "states" "";
22213 image: "bt_sm_base1.png" COMP;
22214 image: "bt_sm_shine.png" COMP;
22215 image: "bt_sm_hilight.png" COMP;
22216 image: "ilist_1.png" COMP;
22217 image: "ilist_item_shadow.png" COMP;
22225 state: "default" 0.0;
22233 state: "default" 0.0;
22248 normal: "ilist_item_shadow.png";
22257 state: "default" 0.0;
22259 normal: "ilist_1.png";
22266 clip_to: "disclip";
22268 description { state: "default" 0.0;
22270 color: 255 255 255 0;
22280 normal: "bt_sm_base1.png";
22283 image.middle: SOLID;
22285 description { state: "selected" 0.0;
22286 inherit: "default" 0.0;
22288 color: 255 255 255 255;
22299 part { name: "elm.swallow.pad";
22301 description { state: "default" 0.0;
22314 part { name: "elm.swallow.icon";
22315 clip_to: "disclip";
22317 description { state: "default" 0.0;
22321 to_x: "elm.swallow.pad";
22326 to_x: "elm.swallow.pad";
22332 part { name: "elm.text";
22333 clip_to: "disclip";
22335 effect: SOFT_SHADOW;
22339 state: "default" 0.0;
22342 to_y: "elm.swallow.icon";
22358 text_class: "list_item";
22361 description { state: "selected" 0.0;
22362 inherit: "default" 0.0;
22363 color: 224 224 224 255;
22367 part { name: "fg1";
22368 clip_to: "disclip";
22370 description { state: "default" 0.0;
22372 color: 255 255 255 0;
22374 rel2.relative: 1.0 0.5;
22377 normal: "bt_sm_hilight.png";
22381 description { state: "selected" 0.0;
22382 inherit: "default" 0.0;
22384 color: 255 255 255 255;
22387 part { name: "fg2";
22388 clip_to: "disclip";
22390 description { state: "default" 0.0;
22392 color: 255 255 255 0;
22396 normal: "bt_sm_shine.png";
22400 description { state: "selected" 0.0;
22401 inherit: "default" 0.0;
22403 color: 255 255 255 255;
22406 part { name: "disclip";
22408 description { state: "default" 0.0;
22412 description { state: "disabled" 0.0;
22413 inherit: "default" 0.0;
22414 color: 255 255 255 64;
22419 // signal: elm,state,%s,active
22420 // a "check" item named %s went active
22421 // signal: elm,state,%s,passive
22422 // a "check" item named %s went passive
22423 // default is passive
22426 signal: "elm,state,selected";
22428 action: STATE_SET "selected" 0.0;
22432 target: "elm.text";
22435 name: "go_passive";
22436 signal: "elm,state,unselected";
22438 action: STATE_SET "default" 0.0;
22442 target: "elm.text";
22443 transition: LINEAR 0.1;
22446 name: "go_disabled";
22447 signal: "elm,state,disabled";
22449 action: STATE_SET "disabled" 0.0;
22453 name: "go_enabled";
22454 signal: "elm,state,enabled";
22456 action: STATE_SET "default" 0.0;
22461 group { name: "elm/genlist/item_odd/icon_top_text_bottom/default";
22462 data.item: "stacking" "below";
22463 data.item: "selectraise" "on";
22464 data.item: "labels" "elm.text";
22465 data.item: "icons" "elm.swallow.icon";
22466 data.item: "treesize" "20";
22467 // data.item: "states" "";
22469 image: "bt_sm_base1.png" COMP;
22470 image: "bt_sm_shine.png" COMP;
22471 image: "bt_sm_hilight.png" COMP;
22472 image: "ilist_2.png" COMP;
22475 part { name: "event";
22479 state: "default" 0.0;
22487 state: "default" 0.0;
22489 normal: "ilist_2.png";
22496 clip_to: "disclip";
22498 description { state: "default" 0.0;
22500 color: 255 255 255 0;
22510 normal: "bt_sm_base1.png";
22513 image.middle: SOLID;
22515 description { state: "selected" 0.0;
22516 inherit: "default" 0.0;
22518 color: 255 255 255 255;
22529 part { name: "elm.swallow.pad";
22531 description { state: "default" 0.0;
22544 part { name: "elm.swallow.icon";
22545 clip_to: "disclip";
22547 description { state: "default" 0.0;
22551 to_x: "elm.swallow.pad";
22556 to_x: "elm.swallow.pad";
22562 part { name: "elm.text";
22563 clip_to: "disclip";
22565 effect: SOFT_SHADOW;
22569 state: "default" 0.0;
22572 to_y: "elm.swallow.icon";
22588 text_class: "list_item";
22591 description { state: "selected" 0.0;
22592 inherit: "default" 0.0;
22593 color: 224 224 224 255;
22597 part { name: "fg1";
22598 clip_to: "disclip";
22600 description { state: "default" 0.0;
22602 color: 255 255 255 0;
22604 rel2.relative: 1.0 0.5;
22607 normal: "bt_sm_hilight.png";
22611 description { state: "selected" 0.0;
22612 inherit: "default" 0.0;
22614 color: 255 255 255 255;
22617 part { name: "fg2";
22618 clip_to: "disclip";
22620 description { state: "default" 0.0;
22622 color: 255 255 255 0;
22626 normal: "bt_sm_shine.png";
22630 description { state: "selected" 0.0;
22631 inherit: "default" 0.0;
22633 color: 255 255 255 255;
22636 part { name: "disclip";
22638 description { state: "default" 0.0;
22642 description { state: "disabled" 0.0;
22643 inherit: "default" 0.0;
22644 color: 255 255 255 64;
22649 // signal: elm,state,%s,active
22650 // a "check" item named %s went active
22651 // signal: elm,state,%s,passive
22652 // a "check" item named %s went passive
22653 // default is passive
22656 signal: "elm,state,selected";
22658 action: STATE_SET "selected" 0.0;
22662 target: "elm.text";
22665 name: "go_passive";
22666 signal: "elm,state,unselected";
22668 action: STATE_SET "default" 0.0;
22672 target: "elm.text";
22673 transition: LINEAR 0.1;
22676 name: "go_disabled";
22677 signal: "elm,state,disabled";
22679 action: STATE_SET "disabled" 0.0;
22683 name: "go_enabled";
22684 signal: "elm,state,enabled";
22686 action: STATE_SET "default" 0.0;
22692 group { name: "elm/genlist/tree/icon_top_text_bottom/default";
22693 data.item: "stacking" "above";
22694 data.item: "selectraise" "on";
22695 data.item: "labels" "elm.text";
22696 data.item: "icons" "elm.swallow.icon";
22697 data.item: "treesize" "20";
22698 // data.item: "states" "";
22700 image: "bt_sm_base1.png" COMP;
22701 image: "bt_sm_shine.png" COMP;
22702 image: "bt_sm_hilight.png" COMP;
22703 image: "ilist_1.png" COMP;
22704 image: "ilist_item_shadow.png" COMP;
22705 image: "icon_arrow_right.png" COMP;
22706 image: "icon_arrow_down.png" COMP;
22714 state: "default" 0.0;
22722 state: "default" 0.0;
22737 normal: "ilist_item_shadow.png";
22746 state: "default" 0.0;
22748 normal: "ilist_1.png";
22755 clip_to: "disclip";
22757 description { state: "default" 0.0;
22759 color: 255 255 255 0;
22769 normal: "bt_sm_base1.png";
22772 image.middle: SOLID;
22774 description { state: "selected" 0.0;
22775 inherit: "default" 0.0;
22777 color: 255 255 255 255;
22788 part { name: "elm.swallow.pad";
22790 description { state: "default" 0.0;
22803 part { name: "arrow";
22804 clip_to: "disclip";
22805 ignore_flags: ON_HOLD;
22806 description { state: "default" 0.0;
22811 to_x: "elm.swallow.pad";
22816 to_x: "elm.swallow.pad";
22820 image.normal: "icon_arrow_right.png";
22822 description { state: "active" 0.0;
22823 inherit: "default" 0.0;
22824 image.normal: "icon_arrow_down.png";
22827 part { name: "elm.swallow.icon";
22828 clip_to: "disclip";
22830 description { state: "default" 0.0;
22844 part { name: "elm.text";
22845 clip_to: "disclip";
22847 effect: SOFT_SHADOW;
22851 state: "default" 0.0;
22854 to_y: "elm.swallow.icon";
22870 text_class: "list_item";
22873 description { state: "selected" 0.0;
22874 inherit: "default" 0.0;
22875 color: 224 224 224 255;
22879 part { name: "fg1";
22880 clip_to: "disclip";
22882 description { state: "default" 0.0;
22884 color: 255 255 255 0;
22886 rel2.relative: 1.0 0.5;
22889 normal: "bt_sm_hilight.png";
22893 description { state: "selected" 0.0;
22894 inherit: "default" 0.0;
22896 color: 255 255 255 255;
22899 part { name: "fg2";
22900 clip_to: "disclip";
22902 description { state: "default" 0.0;
22904 color: 255 255 255 0;
22908 normal: "bt_sm_shine.png";
22912 description { state: "selected" 0.0;
22913 inherit: "default" 0.0;
22915 color: 255 255 255 255;
22918 part { name: "disclip";
22920 description { state: "default" 0.0;
22924 description { state: "disabled" 0.0;
22925 inherit: "default" 0.0;
22926 color: 255 255 255 64;
22931 // signal: elm,state,%s,active
22932 // a "check" item named %s went active
22933 // signal: elm,state,%s,passive
22934 // a "check" item named %s went passive
22935 // default is passive
22938 signal: "elm,state,selected";
22940 action: STATE_SET "selected" 0.0;
22944 target: "elm.text";
22947 name: "go_passive";
22948 signal: "elm,state,unselected";
22950 action: STATE_SET "default" 0.0;
22954 target: "elm.text";
22955 transition: LINEAR 0.1;
22958 name: "go_disabled";
22959 signal: "elm,state,disabled";
22961 action: STATE_SET "disabled" 0.0;
22965 name: "go_enabled";
22966 signal: "elm,state,enabled";
22968 action: STATE_SET "default" 0.0;
22973 signal: "mouse,up,1";
22975 action: SIGNAL_EMIT "elm,action,expand,toggle" "elm";
22978 name: "go_expanded";
22979 signal: "elm,state,expanded";
22981 action: STATE_SET "active" 0.0;
22985 name: "go_contracted";
22986 signal: "elm,state,contracted";
22988 action: STATE_SET "default" 0.0;
22993 group { name: "elm/genlist/tree_odd/icon_top_text_bottom/default";
22994 data.item: "stacking" "below";
22995 data.item: "selectraise" "on";
22996 data.item: "labels" "elm.text";
22997 data.item: "icons" "elm.swallow.icon";
22998 data.item: "treesize" "20";
22999 // data.item: "states" "";
23001 image: "bt_sm_base1.png" COMP;
23002 image: "bt_sm_shine.png" COMP;
23003 image: "bt_sm_hilight.png" COMP;
23004 image: "ilist_2.png" COMP;
23005 image: "icon_arrow_right.png" COMP;
23006 image: "icon_arrow_down.png" COMP;
23014 state: "default" 0.0;
23022 state: "default" 0.0;
23024 normal: "ilist_2.png";
23031 clip_to: "disclip";
23033 description { state: "default" 0.0;
23035 color: 255 255 255 0;
23045 normal: "bt_sm_base1.png";
23048 image.middle: SOLID;
23050 description { state: "selected" 0.0;
23051 inherit: "default" 0.0;
23053 color: 255 255 255 255;
23064 part { name: "elm.swallow.pad";
23066 description { state: "default" 0.0;
23079 part { name: "arrow";
23080 clip_to: "disclip";
23081 ignore_flags: ON_HOLD;
23082 description { state: "default" 0.0;
23087 to_x: "elm.swallow.pad";
23092 to_x: "elm.swallow.pad";
23096 image.normal: "icon_arrow_right.png";
23098 description { state: "active" 0.0;
23099 inherit: "default" 0.0;
23100 image.normal: "icon_arrow_down.png";
23103 part { name: "elm.swallow.icon";
23104 clip_to: "disclip";
23106 description { state: "default" 0.0;
23120 part { name: "elm.text";
23121 clip_to: "disclip";
23123 effect: SOFT_SHADOW;
23127 state: "default" 0.0;
23130 to_y: "elm.swallow.icon";
23146 text_class: "list_item";
23149 description { state: "selected" 0.0;
23150 inherit: "default" 0.0;
23151 color: 224 224 224 255;
23155 part { name: "fg1";
23156 clip_to: "disclip";
23158 description { state: "default" 0.0;
23160 color: 255 255 255 0;
23162 rel2.relative: 1.0 0.5;
23165 normal: "bt_sm_hilight.png";
23169 description { state: "selected" 0.0;
23170 inherit: "default" 0.0;
23172 color: 255 255 255 255;
23175 part { name: "fg2";
23176 clip_to: "disclip";
23178 description { state: "default" 0.0;
23180 color: 255 255 255 0;
23184 normal: "bt_sm_shine.png";
23188 description { state: "selected" 0.0;
23189 inherit: "default" 0.0;
23191 color: 255 255 255 255;
23194 part { name: "disclip";
23196 description { state: "default" 0.0;
23200 description { state: "disabled" 0.0;
23201 inherit: "default" 0.0;
23202 color: 255 255 255 64;
23207 // signal: elm,state,%s,active
23208 // a "check" item named %s went active
23209 // signal: elm,state,%s,passive
23210 // a "check" item named %s went passive
23211 // default is passive
23214 signal: "elm,state,selected";
23216 action: STATE_SET "selected" 0.0;
23220 target: "elm.text";
23223 name: "go_passive";
23224 signal: "elm,state,unselected";
23226 action: STATE_SET "default" 0.0;
23230 target: "elm.text";
23231 transition: LINEAR 0.1;
23234 name: "go_disabled";
23235 signal: "elm,state,disabled";
23237 action: STATE_SET "disabled" 0.0;
23241 name: "go_enabled";
23242 signal: "elm,state,enabled";
23244 action: STATE_SET "default" 0.0;
23249 signal: "mouse,up,1";
23251 action: SIGNAL_EMIT "elm,action,expand,toggle" "elm";
23254 name: "go_expanded";
23255 signal: "elm,state,expanded";
23257 action: STATE_SET "active" 0.0;
23261 name: "go_contracted";
23262 signal: "elm,state,contracted";
23264 action: STATE_SET "default" 0.0;
23271 ///////////////////////////////////////////////////////////////////////////////
23272 group { name: "elm/check/base/default";
23274 image: "check_base.png" COMP;
23275 image: "check.png" COMP;
23276 image: "check2.png" COMP;
23282 description { state: "default" 0.0;
23284 rel2.relative: 0.0 1.0;
23290 aspect_preference: VERTICAL;
23292 normal: "check_base.png";
23299 part { name: "check";
23302 description { state: "default" 0.0;
23312 color: 255 255 255 255;
23313 image.normal: "check.png";
23315 description { state: "visible" 0.0;
23316 inherit: "default" 0.0;
23319 description { state: "disabled" 0.0;
23320 inherit: "default" 0.0;
23322 color: 128 128 128 128;
23324 description { state: "disabled_visible" 0.0;
23325 inherit: "default" 0.0;
23326 color: 128 128 128 128;
23330 part { name: "elm.swallow.content";
23332 description { state: "default" 0.0;
23337 rel1.relative: 1.0 0.0;
23341 rel2.relative: 1.0 1.0;
23343 description { state: "visible" 0.0;
23344 inherit: "default" 0.0;
23349 description { state: "disabled" 0.0;
23350 inherit: "default" 0.0;
23351 color: 128 128 128 128;
23353 description { state: "disabled_visible" 0.0;
23354 inherit: "default" 0.0;
23355 color: 128 128 128 128;
23361 part { name: "elm.text";
23365 description { state: "default" 0.0;
23367 rel1.to_x: "elm.swallow.content";
23368 rel1.relative: 1.0 0.0;
23370 rel2.relative: 1.0 1.0;
23371 rel2.offset: -2 -2;
23374 font: "Sans,Edje-Vera";
23380 description { state: "visible" 0.0;
23381 inherit: "default" 0.0;
23385 description { state: "disabled" 0.0;
23386 inherit: "default" 0.0;
23390 description { state: "disabled_visible" 0.0;
23391 inherit: "default" 0.0;
23398 part { name: "events";
23400 ignore_flags: ON_HOLD;
23401 description { state: "default" 0.0;
23405 part { name: "disabler";
23407 description { state: "default" 0.0;
23411 description { state: "disabled" 0.0;
23412 inherit: "default" 0.0;
23418 program { name: "click";
23419 signal: "mouse,up,1";
23421 action: SIGNAL_EMIT "elm,action,check,toggle" "";
23423 program { name: "check_on";
23424 signal: "elm,state,check,on";
23426 action: STATE_SET "visible" 0.0;
23429 program { name: "check_off";
23430 signal: "elm,state,check,off";
23432 action: STATE_SET "default" 0.0;
23435 program { name: "text_show";
23436 signal: "elm,state,text,visible";
23438 action: STATE_SET "visible" 0.0;
23439 target: "elm.text";
23441 program { name: "text_hide";
23442 signal: "elm,state,text,hidden";
23444 action: STATE_SET "default" 0.0;
23445 target: "elm.text";
23447 program { name: "icon_show";
23448 signal: "elm,state,icon,visible";
23450 action: STATE_SET "visible" 0.0;
23451 target: "elm.swallow.content";
23453 program { name: "icon_hide";
23454 signal: "elm,state,icon,hidden";
23456 action: STATE_SET "default" 0.0;
23457 target: "elm.swallow.content";
23459 program { name: "disable";
23460 signal: "elm,state,disabled";
23462 action: STATE_SET "disabled" 0.0;
23463 target: "disabler";
23464 after: "disable_text";
23466 program { name: "disable_text";
23470 get_state(PART:"elm.text", st, 30, vl);
23471 if (!strcmp(st, "visible"))
23472 set_state(PART:"elm.text", "disabled_visible", 0.0);
23474 set_state(PART:"elm.text", "disabled", 0.0);
23476 get_state(PART:"elm.swallow.content", st, 30, vl);
23477 if (!strcmp(st, "visible"))
23478 set_state(PART:"elm.swallow.content", "disabled_visible", 0.0);
23480 set_state(PART:"elm.swallow.content", "disabled", 0.0);
23482 get_state(PART:"check", st, 30, vl);
23483 if (!strcmp(st, "visible"))
23484 set_state(PART:"check", "disabled_visible", 0.0);
23486 set_state(PART:"check", "disabled", 0.0);
23489 program { name: "enable";
23490 signal: "elm,state,enabled";
23492 action: STATE_SET "default" 0.0;
23493 target: "disabler";
23494 after: "enable_text";
23496 program { name: "enable_text";
23500 get_state(PART:"elm.text", st, 30, vl);
23501 if (!strcmp(st, "disabled_visible"))
23502 set_state(PART:"elm.text", "visible", 0.0);
23504 set_state(PART:"elm.text", "default", 0.0);
23506 get_state(PART:"elm.swallow.content", st, 30, vl);
23507 if (!strcmp(st, "visible"))
23508 set_state(PART:"elm.swallow.content", "visible", 0.0);
23510 set_state(PART:"elm.swallow.content", "default", 0.0);
23512 get_state(PART:"check", st, 30, vl);
23513 if (!strcmp(st, "visible"))
23514 set_state(PART:"check", "visible", 0.0);
23516 set_state(PART:"check", "default", 0.0);
23521 ///////////////////////////////////////////////////////////////////////////////
23522 group { name: "elm/radio/base/default";
23524 image: "radio_base.png" COMP;
23525 image: "radio.png" COMP;
23526 image: "radio2.png" COMP;
23532 description { state: "default" 0.0;
23534 rel2.relative: 0.0 1.0;
23540 aspect_preference: VERTICAL;
23541 image.normal: "radio_base.png";
23544 part { name: "radio";
23547 description { state: "default" 0.0;
23551 image.normal: "radio.png";
23553 description { state: "visible" 0.0;
23554 inherit: "default" 0.0;
23558 part { name: "elm.swallow.content";
23560 description { state: "default" 0.0;
23566 rel1.relative: 1.0 0.0;
23569 rel2.relative: 1.0 1.0;
23572 description { state: "visible" 0.0;
23573 inherit: "default" 0.0;
23575 color: 255 255 255 255;
23578 description { state: "disabled" 0.0;
23579 inherit: "default" 0.0;
23580 color: 128 128 128 128;
23582 description { state: "disabled_visible" 0.0;
23583 inherit: "default" 0.0;
23584 color: 128 128 128 128;
23589 part { name: "elm.text";
23593 description { state: "default" 0.0;
23595 rel1.to_x: "elm.swallow.content";
23596 rel1.relative: 1.0 0.0;
23598 rel2.relative: 1.0 1.0;
23599 rel2.offset: -2 -2;
23602 font: "Sans,Edje-Vera";
23608 description { state: "visible" 0.0;
23609 inherit: "default" 0.0;
23613 description { state: "disabled" 0.0;
23614 inherit: "default" 0.0;
23618 description { state: "disabled_visible" 0.0;
23619 inherit: "default" 0.0;
23626 part { name: "events";
23628 ignore_flags: ON_HOLD;
23629 description { state: "default" 0.0;
23633 part { name: "disabler";
23635 description { state: "default" 0.0;
23639 description { state: "disabled" 0.0;
23640 inherit: "default" 0.0;
23646 program { name: "click";
23647 signal: "mouse,up,1";
23649 action: SIGNAL_EMIT "elm,action,radio,toggle" "";
23651 program { name: "radio_on";
23652 signal: "elm,state,radio,on";
23654 action: STATE_SET "visible" 0.0;
23657 program { name: "radio_off";
23658 signal: "elm,state,radio,off";
23660 action: STATE_SET "default" 0.0;
23663 program { name: "text_show";
23664 signal: "elm,state,text,visible";
23666 action: STATE_SET "visible" 0.0;
23667 target: "elm.text";
23669 program { name: "text_hide";
23670 signal: "elm,state,text,hidden";
23672 action: STATE_SET "default" 0.0;
23673 target: "elm.text";
23675 program { name: "icon_show";
23676 signal: "elm,state,icon,visible";
23678 action: STATE_SET "visible" 0.0;
23679 target: "elm.swallow.content";
23681 program { name: "icon_hide";
23682 signal: "elm,state,icon,hidden";
23684 action: STATE_SET "default" 0.0;
23685 target: "elm.swallow.content";
23687 program { name: "disable";
23688 signal: "elm,state,disabled";
23690 action: STATE_SET "disabled" 0.0;
23691 target: "disabler";
23692 after: "disable_text";
23694 program { name: "disable_text";
23698 get_state(PART:"elm.text", st, 30, vl);
23699 if (!strcmp(st, "visible"))
23700 set_state(PART:"elm.text", "disabled_visible", 0.0);
23702 set_state(PART:"elm.text", "disabled", 0.0);
23704 get_state(PART:"elm.swallow.content", st, 30, vl);
23705 if (!strcmp(st, "visible"))
23706 set_state(PART:"elm.swallow.content", "disabled_visible", 0.0);
23708 set_state(PART:"elm.swallow.content", "disabled", 0.0);
23711 program { name: "enable";
23712 signal: "elm,state,enabled";
23714 action: STATE_SET "default" 0.0;
23715 target: "disabler";
23716 after: "enable_text";
23718 program { name: "enable_text";
23722 get_state(PART:"elm.text", st, 30, vl);
23723 if (!strcmp(st, "disabled_visible"))
23724 set_state(PART:"elm.text", "visible", 0.0);
23726 set_state(PART:"elm.text", "default", 0.0);
23728 get_state(PART:"elm.swallow.content", st, 30, vl);
23729 if (!strcmp(st, "visible"))
23730 set_state(PART:"elm.swallow.content", "visible", 0.0);
23732 set_state(PART:"elm.swallow.content", "default", 0.0);
23737 group { name: "elm/genlist/tree_compress_odd/double_label/default";
23738 data.item: "stacking" "below";
23739 data.item: "selectraise" "on";
23740 data.item: "labels" "elm.text elm.text.sub";
23741 data.item: "icons" "elm.swallow.icon elm.swallow.end";
23742 data.item: "treesize" "20";
23743 // data.item: "states" "";
23745 image: "bt_sm_base1.png" COMP;
23746 image: "bt_sm_shine.png" COMP;
23747 image: "bt_sm_hilight.png" COMP;
23748 image: "ilist_2.png" COMP;
23749 image: "icon_arrow_right.png" COMP;
23750 image: "icon_arrow_down.png" COMP;
23758 state: "default" 0.0;
23766 state: "default" 0.0;
23768 normal: "ilist_2.png";
23775 clip_to: "disclip";
23777 description { state: "default" 0.0;
23779 color: 255 255 255 0;
23789 normal: "bt_sm_base1.png";
23792 image.middle: SOLID;
23794 description { state: "selected" 0.0;
23795 inherit: "default" 0.0;
23797 color: 255 255 255 255;
23808 part { name: "elm.swallow.pad";
23810 description { state: "default" 0.0;
23823 part { name: "arrow";
23824 clip_to: "disclip";
23825 ignore_flags: ON_HOLD;
23826 description { state: "default" 0.0;
23831 to_x: "elm.swallow.pad";
23836 to_x: "elm.swallow.pad";
23840 image.normal: "icon_arrow_right.png";
23842 description { state: "active" 0.0;
23843 inherit: "default" 0.0;
23844 image.normal: "icon_arrow_down.png";
23847 part { name: "elm.swallow.icon";
23848 clip_to: "disclip";
23850 description { state: "default" 0.0;
23865 part { name: "elm.swallow.end";
23866 clip_to: "disclip";
23868 description { state: "default" 0.0;
23872 aspect_preference: VERTICAL;
23883 part { name: "elm.text";
23884 clip_to: "disclip";
23886 effect: SOFT_SHADOW;
23890 state: "default" 0.0;
23893 to_x: "elm.swallow.icon";
23898 to_x: "elm.swallow.end";
23910 text_class: "list_item";
23913 description { state: "selected" 0.0;
23914 inherit: "default" 0.0;
23915 color: 224 224 224 255;
23919 part { name: "elm.text.sub";
23920 clip_to: "disclip";
23925 state: "default" 0.0;
23928 to_x: "elm.swallow.icon";
23933 to_x: "elm.swallow.end";
23945 text_class: "list_item";
23948 description { state: "selected" 0.0;
23949 inherit: "default" 0.0;
23950 color: 128 128 128 255;
23954 part { name: "fg1";
23955 clip_to: "disclip";
23957 description { state: "default" 0.0;
23959 color: 255 255 255 0;
23961 rel2.relative: 1.0 0.5;
23964 normal: "bt_sm_hilight.png";
23968 description { state: "selected" 0.0;
23969 inherit: "default" 0.0;
23971 color: 255 255 255 255;
23974 part { name: "fg2";
23975 clip_to: "disclip";
23977 description { state: "default" 0.0;
23979 color: 255 255 255 0;
23983 normal: "bt_sm_shine.png";
23987 description { state: "selected" 0.0;
23988 inherit: "default" 0.0;
23990 color: 255 255 255 255;
23993 part { name: "disclip";
23995 description { state: "default" 0.0;
23999 description { state: "disabled" 0.0;
24000 inherit: "default" 0.0;
24001 color: 255 255 255 64;
24006 // signal: elm,state,%s,active
24007 // a "check" item named %s went active
24008 // signal: elm,state,%s,passive
24009 // a "check" item named %s went passive
24010 // default is passive
24013 signal: "elm,state,selected";
24015 action: STATE_SET "selected" 0.0;
24019 target: "elm.text";
24020 target: "elm.text.sub";
24023 name: "go_passive";
24024 signal: "elm,state,unselected";
24026 action: STATE_SET "default" 0.0;
24030 target: "elm.text";
24031 target: "elm.text.sub";
24032 transition: LINEAR 0.1;
24035 name: "go_disabled";
24036 signal: "elm,state,disabled";
24038 action: STATE_SET "disabled" 0.0;
24042 name: "go_enabled";
24043 signal: "elm,state,enabled";
24045 action: STATE_SET "default" 0.0;
24050 signal: "mouse,up,1";
24052 action: SIGNAL_EMIT "elm,action,expand,toggle" "elm";
24055 name: "go_expanded";
24056 signal: "elm,state,expanded";
24058 action: STATE_SET "active" 0.0;
24062 name: "go_contracted";
24063 signal: "elm,state,contracted";
24065 action: STATE_SET "default" 0.0;
24071 group { name: "elm/genlist/item_compress/media/default";
24072 data.item: "stacking" "above";
24073 data.item: "selectraise" "on";
24074 data.item: "labels" "elm.text.title elm.text.album-artist";
24075 data.item: "treesize" "20";
24077 image: "bt_sm_base1.png" COMP;
24078 image: "bt_sm_shine.png" COMP;
24079 image: "bt_sm_hilight.png" COMP;
24080 image: "ilist_1.png" COMP;
24081 image: "ilist_item_shadow.png" COMP;
24089 state: "default" 0.0;
24097 state: "default" 0.0;
24112 normal: "ilist_item_shadow.png";
24121 state: "default" 0.0;
24123 normal: "ilist_1.png";
24130 clip_to: "disclip";
24132 description { state: "default" 0.0;
24134 color: 255 255 255 0;
24144 normal: "bt_sm_base1.png";
24147 image.middle: SOLID;
24149 description { state: "selected" 0.0;
24150 inherit: "default" 0.0;
24152 color: 255 255 255 255;
24163 part { name: "elm.swallow.pad";
24165 description { state: "default" 0.0;
24178 part { name: "elm.text.title";
24179 clip_to: "disclip";
24181 effect: SOFT_SHADOW;
24185 state: "default" 0.0;
24203 description { state: "selected" 0.0;
24204 inherit: "default" 0.0;
24205 color: 224 224 224 255;
24209 part { name: "elm.text.album-artist";
24210 clip_to: "disclip";
24215 state: "default" 0.0;
24233 description { state: "selected" 0.0;
24234 inherit: "default" 0.0;
24235 color: 128 128 128 255;
24239 part { name: "fg1";
24240 clip_to: "disclip";
24242 description { state: "default" 0.0;
24244 color: 255 255 255 0;
24246 rel2.relative: 1.0 0.5;
24249 normal: "bt_sm_hilight.png";
24253 description { state: "selected" 0.0;
24254 inherit: "default" 0.0;
24256 color: 255 255 255 255;
24259 part { name: "fg2";
24260 clip_to: "disclip";
24262 description { state: "default" 0.0;
24264 color: 255 255 255 0;
24268 normal: "bt_sm_shine.png";
24272 description { state: "selected" 0.0;
24273 inherit: "default" 0.0;
24275 color: 255 255 255 255;
24278 part { name: "disclip";
24280 description { state: "default" 0.0;
24284 description { state: "disabled" 0.0;
24285 inherit: "default" 0.0;
24286 color: 255 255 255 64;
24291 // signal: elm,state,%s,active
24292 // a "check" item named %s went active
24293 // signal: elm,state,%s,passive
24294 // a "check" item named %s went passive
24295 // default is passive
24298 signal: "elm,state,selected";
24300 action: STATE_SET "selected" 0.0;
24304 target: "elm.text.title";
24305 target: "elm.text.album-artist";
24308 name: "go_passive";
24309 signal: "elm,state,unselected";
24311 action: STATE_SET "default" 0.0;
24315 target: "elm.text.title";
24316 target: "elm.text.album-artist";
24317 transition: LINEAR 0.1;
24320 name: "go_disabled";
24321 signal: "elm,state,disabled";
24323 action: STATE_SET "disabled" 0.0;
24327 name: "go_enabled";
24328 signal: "elm,state,enabled";
24330 action: STATE_SET "default" 0.0;
24335 group { name: "elm/genlist/item_compress_odd/media/default";
24336 data.item: "stacking" "below";
24337 data.item: "selectraise" "on";
24338 data.item: "labels" "elm.text.title elm.text.album-artist";
24339 data.item: "treesize" "20";
24341 image: "bt_sm_base1.png" COMP;
24342 image: "bt_sm_shine.png" COMP;
24343 image: "bt_sm_hilight.png" COMP;
24344 image: "ilist_2.png" COMP;
24347 part { name: "event";
24351 state: "default" 0.0;
24359 state: "default" 0.0;
24361 normal: "ilist_2.png";
24368 clip_to: "disclip";
24370 description { state: "default" 0.0;
24372 color: 255 255 255 0;
24382 normal: "bt_sm_base1.png";
24385 image.middle: SOLID;
24387 description { state: "selected" 0.0;
24388 inherit: "default" 0.0;
24390 color: 255 255 255 255;
24401 part { name: "elm.swallow.pad";
24403 description { state: "default" 0.0;
24416 part { name: "elm.text.title";
24417 clip_to: "disclip";
24419 effect: SOFT_SHADOW;
24423 state: "default" 0.0;
24441 description { state: "selected" 0.0;
24442 inherit: "default" 0.0;
24443 color: 224 224 224 255;
24447 part { name: "elm.text.album-artist";
24448 clip_to: "disclip";
24453 state: "default" 0.0;
24471 description { state: "selected" 0.0;
24472 inherit: "default" 0.0;
24473 color: 128 128 128 255;
24477 part { name: "fg1";
24478 clip_to: "disclip";
24480 description { state: "default" 0.0;
24482 color: 255 255 255 0;
24484 rel2.relative: 1.0 0.5;
24487 normal: "bt_sm_hilight.png";
24491 description { state: "selected" 0.0;
24492 inherit: "default" 0.0;
24494 color: 255 255 255 255;
24497 part { name: "fg2";
24498 clip_to: "disclip";
24500 description { state: "default" 0.0;
24502 color: 255 255 255 0;
24506 normal: "bt_sm_shine.png";
24510 description { state: "selected" 0.0;
24511 inherit: "default" 0.0;
24513 color: 255 255 255 255;
24516 part { name: "disclip";
24518 description { state: "default" 0.0;
24522 description { state: "disabled" 0.0;
24523 inherit: "default" 0.0;
24524 color: 255 255 255 64;
24529 // signal: elm,state,%s,active
24530 // a "check" item named %s went active
24531 // signal: elm,state,%s,passive
24532 // a "check" item named %s went passive
24533 // default is passive
24536 signal: "elm,state,selected";
24538 action: STATE_SET "selected" 0.0;
24542 target: "elm.text.title";
24543 target: "elm.text.album-artist";
24546 name: "go_passive";
24547 signal: "elm,state,unselected";
24549 action: STATE_SET "default" 0.0;
24553 target: "elm.text.title";
24554 target: "elm.text.album-artist";
24555 transition: LINEAR 0.1;
24558 name: "go_disabled";
24559 signal: "elm,state,disabled";
24561 action: STATE_SET "disabled" 0.0;
24565 name: "go_enabled";
24566 signal: "elm,state,enabled";
24568 action: STATE_SET "default" 0.0;
24574 group { name: "elm/genlist/item_compress/media-album/default";
24575 data.item: "stacking" "above";
24576 data.item: "selectraise" "on";
24577 data.item: "labels" "elm.text.title elm.text.trackno elm.text.length";
24578 data.item: "states" "elm.state.trackno";
24579 data.item: "treesize" "20";
24581 image: "bt_sm_base1.png" COMP;
24582 image: "bt_sm_shine.png" COMP;
24583 image: "bt_sm_hilight.png" COMP;
24584 image: "ilist_1.png" COMP;
24585 image: "ilist_item_shadow.png" COMP;
24588 public dot_visible;
24596 state: "default" 0.0;
24604 state: "default" 0.0;
24619 normal: "ilist_item_shadow.png";
24628 state: "default" 0.0;
24630 normal: "ilist_1.png";
24637 clip_to: "disclip";
24639 description { state: "default" 0.0;
24641 color: 255 255 255 0;
24651 normal: "bt_sm_base1.png";
24654 image.middle: SOLID;
24656 description { state: "selected" 0.0;
24657 inherit: "default" 0.0;
24659 color: 255 255 255 255;
24670 part { name: "elm.swallow.pad";
24672 description { state: "default" 0.0;
24686 name: "elm.text.trackno";
24691 state: "default" 0.0;
24692 color: 255 255 255 255;
24696 to_y: "elm.text.title";
24701 to_y: "elm.text.title";
24714 description { state: "selected" 0.0;
24715 inherit: "default" 0.0;
24716 color: 224 224 224 255;
24726 state: "default" 0.0;
24727 color: 255 255 255 255;
24732 to_x: "elm.text.trackno";
24733 to_y: "elm.text.title";
24738 to_x: "elm.text.trackno";
24739 to_y: "elm.text.title";
24755 state: "visible" 0.0;
24756 inherit: "default" 0.0;
24759 description { state: "selected" 0.0;
24760 inherit: "default" 0.0;
24761 color: 224 224 224 255;
24768 signal: "elm,state,elm.state.trackno,active";
24771 set_state(PART:"dot", "visible", 0.0);
24772 set_int(dot_visible, 1);
24776 part { name: "elm.text.title";
24777 clip_to: "disclip";
24779 effect: SOFT_SHADOW;
24783 state: "default" 0.0;
24802 description { state: "selected" 0.0;
24803 inherit: "default" 0.0;
24804 color: 224 224 224 255;
24808 part { name: "elm.text.length";
24809 clip_to: "disclip";
24814 state: "default" 0.0;
24832 description { state: "selected" 0.0;
24833 inherit: "default" 0.0;
24834 color: 128 128 128 255;
24838 part { name: "fg1";
24839 clip_to: "disclip";
24841 description { state: "default" 0.0;
24843 color: 255 255 255 0;
24845 rel2.relative: 1.0 0.5;
24848 normal: "bt_sm_hilight.png";
24852 description { state: "selected" 0.0;
24853 inherit: "default" 0.0;
24855 color: 255 255 255 255;
24858 part { name: "fg2";
24859 clip_to: "disclip";
24861 description { state: "default" 0.0;
24863 color: 255 255 255 0;
24867 normal: "bt_sm_shine.png";
24871 description { state: "selected" 0.0;
24872 inherit: "default" 0.0;
24874 color: 255 255 255 255;
24877 part { name: "disclip";
24879 description { state: "default" 0.0;
24883 description { state: "disabled" 0.0;
24884 inherit: "default" 0.0;
24885 color: 255 255 255 64;
24890 // signal: elm,state,%s,active
24891 // a "check" item named %s went active
24892 // signal: elm,state,%s,passive
24893 // a "check" item named %s went passive
24894 // default is passive
24897 signal: "elm,state,selected";
24899 action: STATE_SET "selected" 0.0;
24903 target: "elm.text.title";
24904 target: "elm.text.trackno";
24905 target: "elm.text.length";
24906 after: "dot_active";
24909 name: "dot_active";
24911 if (get_int(dot_visible) == 1)
24912 set_state(PART:"dot", "selected", 0.0);
24916 name: "go_passive";
24917 signal: "elm,state,unselected";
24919 action: STATE_SET "default" 0.0;
24923 target: "elm.text.title";
24924 target: "elm.text.length";
24925 target: "elm.text.trackno";
24926 transition: LINEAR 0.1;
24927 after: "dot_passive";
24930 name: "dot_passive";
24932 if (get_int(dot_visible) == 1)
24933 set_state(PART:"dot", "visible", 0.0);
24937 name: "go_disabled";
24938 signal: "elm,state,disabled";
24940 action: STATE_SET "disabled" 0.0;
24944 name: "go_enabled";
24945 signal: "elm,state,enabled";
24947 action: STATE_SET "default" 0.0;
24952 group { name: "elm/genlist/item_compress_odd/media-album/default";
24953 data.item: "stacking" "below";
24954 data.item: "selectraise" "on";
24955 data.item: "labels" "elm.text.title elm.text.trackno elm.text.length";
24956 data.item: "states" "elm.state.trackno";
24957 data.item: "treesize" "20";
24959 image: "bt_sm_base1.png" COMP;
24960 image: "bt_sm_shine.png" COMP;
24961 image: "bt_sm_hilight.png" COMP;
24962 image: "ilist_2.png" COMP;
24965 public dot_visible;
24968 part { name: "event";
24972 state: "default" 0.0;
24980 state: "default" 0.0;
24982 normal: "ilist_2.png";
24989 clip_to: "disclip";
24991 description { state: "default" 0.0;
24993 color: 255 255 255 0;
25003 normal: "bt_sm_base1.png";
25006 image.middle: SOLID;
25008 description { state: "selected" 0.0;
25009 inherit: "default" 0.0;
25011 color: 255 255 255 255;
25022 part { name: "elm.swallow.pad";
25024 description { state: "default" 0.0;
25038 name: "elm.text.trackno";
25043 state: "default" 0.0;
25044 color: 255 255 255 255;
25048 to_y: "elm.text.title";
25053 to_y: "elm.text.title";
25066 description { state: "selected" 0.0;
25067 inherit: "default" 0.0;
25068 color: 224 224 224 255;
25078 state: "default" 0.0;
25079 color: 255 255 255 255;
25084 to_x: "elm.text.trackno";
25085 to_y: "elm.text.title";
25090 to_x: "elm.text.trackno";
25091 to_y: "elm.text.title";
25107 state: "visible" 0.0;
25108 inherit: "default" 0.0;
25111 description { state: "selected" 0.0;
25112 inherit: "default" 0.0;
25113 color: 224 224 224 255;
25120 signal: "elm,state,elm.state.trackno,active";
25123 set_state(PART:"dot", "visible", 0.0);
25124 set_int(dot_visible, 1);
25128 part { name: "elm.text.title";
25129 clip_to: "disclip";
25131 effect: SOFT_SHADOW;
25135 state: "default" 0.0;
25154 description { state: "selected" 0.0;
25155 inherit: "default" 0.0;
25156 color: 224 224 224 255;
25160 part { name: "elm.text.length";
25161 clip_to: "disclip";
25166 state: "default" 0.0;
25184 description { state: "selected" 0.0;
25185 inherit: "default" 0.0;
25186 color: 128 128 128 255;
25190 part { name: "fg1";
25191 clip_to: "disclip";
25193 description { state: "default" 0.0;
25195 color: 255 255 255 0;
25197 rel2.relative: 1.0 0.5;
25200 normal: "bt_sm_hilight.png";
25204 description { state: "selected" 0.0;
25205 inherit: "default" 0.0;
25207 color: 255 255 255 255;
25210 part { name: "fg2";
25211 clip_to: "disclip";
25213 description { state: "default" 0.0;
25215 color: 255 255 255 0;
25219 normal: "bt_sm_shine.png";
25223 description { state: "selected" 0.0;
25224 inherit: "default" 0.0;
25226 color: 255 255 255 255;
25229 part { name: "disclip";
25231 description { state: "default" 0.0;
25235 description { state: "disabled" 0.0;
25236 inherit: "default" 0.0;
25237 color: 255 255 255 64;
25242 // signal: elm,state,%s,active
25243 // a "check" item named %s went active
25244 // signal: elm,state,%s,passive
25245 // a "check" item named %s went passive
25246 // default is passive
25249 signal: "elm,state,selected";
25251 action: STATE_SET "selected" 0.0;
25255 target: "elm.text.title";
25256 target: "elm.text.length";
25257 target: "elm.text.trackno";
25258 after: "dot_active";
25261 name: "dot_active";
25263 if (get_int(dot_visible) == 1)
25264 set_state(PART:"dot", "selected", 0.0);
25268 name: "go_passive";
25269 signal: "elm,state,unselected";
25271 action: STATE_SET "default" 0.0;
25275 target: "elm.text.title";
25276 target: "elm.text.length";
25277 target: "elm.text.trackno";
25278 transition: LINEAR 0.1;
25279 after: "dot_passive";
25282 name: "dot_passive";
25284 if (get_int(dot_visible) == 1)
25285 set_state(PART:"dot", "visible", 0.0);
25289 name: "go_disabled";
25290 signal: "elm,state,disabled";
25292 action: STATE_SET "disabled" 0.0;
25296 name: "go_enabled";
25297 signal: "elm,state,enabled";
25299 action: STATE_SET "default" 0.0;
25305 group { name: "elm/genlist/item_compress/media-preview/default";
25306 data.item: "stacking" "above";
25307 data.item: "selectraise" "on";
25308 data.item: "labels" "elm.text.title elm.text.artist";
25309 data.item: "icons" "elm.swallow.preview";
25310 data.item: "treesize" "20";
25312 image: "bt_sm_base1.png" COMP;
25313 image: "bt_sm_shine.png" COMP;
25314 image: "bt_sm_hilight.png" COMP;
25315 image: "ilist_1.png" COMP;
25316 image: "ilist_item_shadow.png" COMP;
25324 state: "default" 0.0;
25332 state: "default" 0.0;
25347 normal: "ilist_item_shadow.png";
25356 state: "default" 0.0;
25358 normal: "ilist_1.png";
25365 clip_to: "disclip";
25367 description { state: "default" 0.0;
25369 color: 255 255 255 0;
25379 normal: "bt_sm_base1.png";
25382 image.middle: SOLID;
25384 description { state: "selected" 0.0;
25385 inherit: "default" 0.0;
25387 color: 255 255 255 255;
25398 part { name: "elm.swallow.pad";
25400 description { state: "default" 0.0;
25413 part { name: "elm.swallow.preview";
25414 clip_to: "disclip";
25416 description { state: "default" 0.0;
25422 to_x: "elm.swallow.pad";
25427 to_x: "elm.swallow.pad";
25433 part { name: "elm.text.title";
25434 clip_to: "disclip";
25436 effect: SOFT_SHADOW;
25440 state: "default" 0.0;
25442 to_x: "elm.swallow.preview";
25459 description { state: "selected" 0.0;
25460 inherit: "default" 0.0;
25461 color: 224 224 224 255;
25465 part { name: "elm.text.artist";
25466 clip_to: "disclip";
25471 state: "default" 0.0;
25473 to_x: "elm.swallow.preview";
25490 description { state: "selected" 0.0;
25491 inherit: "default" 0.0;
25492 color: 128 128 128 255;
25496 part { name: "fg1";
25497 clip_to: "disclip";
25499 description { state: "default" 0.0;
25501 color: 255 255 255 0;
25503 rel2.relative: 1.0 0.5;
25506 normal: "bt_sm_hilight.png";
25510 description { state: "selected" 0.0;
25511 inherit: "default" 0.0;
25513 color: 255 255 255 255;
25516 part { name: "fg2";
25517 clip_to: "disclip";
25519 description { state: "default" 0.0;
25521 color: 255 255 255 0;
25525 normal: "bt_sm_shine.png";
25529 description { state: "selected" 0.0;
25530 inherit: "default" 0.0;
25532 color: 255 255 255 255;
25535 part { name: "disclip";
25537 description { state: "default" 0.0;
25541 description { state: "disabled" 0.0;
25542 inherit: "default" 0.0;
25543 color: 255 255 255 64;
25548 // signal: elm,state,%s,active
25549 // a "check" item named %s went active
25550 // signal: elm,state,%s,passive
25551 // a "check" item named %s went passive
25552 // default is passive
25555 signal: "elm,state,selected";
25557 action: STATE_SET "selected" 0.0;
25561 target: "elm.text.title";
25562 target: "elm.text.artist";
25565 name: "go_passive";
25566 signal: "elm,state,unselected";
25568 action: STATE_SET "default" 0.0;
25572 target: "elm.text.title";
25573 target: "elm.text.artist";
25574 transition: LINEAR 0.1;
25577 name: "go_disabled";
25578 signal: "elm,state,disabled";
25580 action: STATE_SET "disabled" 0.0;
25584 name: "go_enabled";
25585 signal: "elm,state,enabled";
25587 action: STATE_SET "default" 0.0;
25592 group { name: "elm/genlist/item_compress_odd/media-preview/default";
25593 data.item: "stacking" "below";
25594 data.item: "selectraise" "on";
25595 data.item: "labels" "elm.text.title elm.text.artist";
25596 data.item: "icons" "elm.swallow.preview";
25597 data.item: "treesize" "20";
25599 image: "bt_sm_base1.png" COMP;
25600 image: "bt_sm_shine.png" COMP;
25601 image: "bt_sm_hilight.png" COMP;
25602 image: "ilist_2.png" COMP;
25605 part { name: "event";
25609 state: "default" 0.0;
25617 state: "default" 0.0;
25619 normal: "ilist_2.png";
25626 clip_to: "disclip";
25628 description { state: "default" 0.0;
25630 color: 255 255 255 0;
25640 normal: "bt_sm_base1.png";
25643 image.middle: SOLID;
25645 description { state: "selected" 0.0;
25646 inherit: "default" 0.0;
25648 color: 255 255 255 255;
25659 part { name: "elm.swallow.pad";
25661 description { state: "default" 0.0;
25674 part { name: "elm.swallow.preview";
25675 clip_to: "disclip";
25677 description { state: "default" 0.0;
25683 to_x: "elm.swallow.pad";
25688 to_x: "elm.swallow.pad";
25694 part { name: "elm.text.title";
25695 clip_to: "disclip";
25697 effect: SOFT_SHADOW;
25701 state: "default" 0.0;
25703 to_x: "elm.swallow.preview";
25720 description { state: "selected" 0.0;
25721 inherit: "default" 0.0;
25722 color: 224 224 224 255;
25726 part { name: "elm.text.artist";
25727 clip_to: "disclip";
25732 state: "default" 0.0;
25734 to_x: "elm.swallow.preview";
25751 description { state: "selected" 0.0;
25752 inherit: "default" 0.0;
25753 color: 128 128 128 255;
25757 part { name: "fg1";
25758 clip_to: "disclip";
25760 description { state: "default" 0.0;
25762 color: 255 255 255 0;
25764 rel2.relative: 1.0 0.5;
25767 normal: "bt_sm_hilight.png";
25771 description { state: "selected" 0.0;
25772 inherit: "default" 0.0;
25774 color: 255 255 255 255;
25777 part { name: "fg2";
25778 clip_to: "disclip";
25780 description { state: "default" 0.0;
25782 color: 255 255 255 0;
25786 normal: "bt_sm_shine.png";
25790 description { state: "selected" 0.0;
25791 inherit: "default" 0.0;
25793 color: 255 255 255 255;
25796 part { name: "disclip";
25798 description { state: "default" 0.0;
25802 description { state: "disabled" 0.0;
25803 inherit: "default" 0.0;
25804 color: 255 255 255 64;
25809 // signal: elm,state,%s,active
25810 // a "check" item named %s went active
25811 // signal: elm,state,%s,passive
25812 // a "check" item named %s went passive
25813 // default is passive
25816 signal: "elm,state,selected";
25818 action: STATE_SET "selected" 0.0;
25822 target: "elm.text.title";
25823 target: "elm.text.artist";
25826 name: "go_passive";
25827 signal: "elm,state,unselected";
25829 action: STATE_SET "default" 0.0;
25833 target: "elm.text.title";
25834 target: "elm.text.artist";
25835 transition: LINEAR 0.1;
25838 name: "go_disabled";
25839 signal: "elm,state,disabled";
25841 action: STATE_SET "disabled" 0.0;
25845 name: "go_enabled";
25846 signal: "elm,state,enabled";
25848 action: STATE_SET "default" 0.0;
25854 ///////////////////////////////////////////////////////////////////////////////
25855 group { name: "elm/pager/base/default";
25856 data.item: "onshow" "raise";
25858 // data.item: "onhide" "lower";
25859 // data.item: "onshow" "lower";
25861 image: "frame_1.png" COMP;
25862 image: "frame_2.png" COMP;
25863 image: "dia_grad.png" COMP;
25866 part { name: "clip";
25869 description { state: "default" 0.0;
25872 offset: -9999 -9999;
25878 color: 255 255 255 255;
25880 description { state: "visible" 0.0;
25881 inherit: "default" 0.0;
25883 description { state: "hidden" 0.0;
25884 inherit: "default" 0.0;
25885 color: 255 255 255 0;
25889 part { name: "base0";
25892 description { state: "default" 0.0;
25893 image.normal: "dia_grad.png";
25905 part { name: "base";
25908 description { state: "default" 0.0;
25910 normal: "frame_2.png";
25916 description { state: "hidden" 0.0;
25917 inherit: "default" 0.0;
25918 rel1.relative: -1.0 0.0;
25919 rel2.relative: 0.0 1.0;
25921 description { state: "visible" 0.0;
25922 inherit: "default" 0.0;
25923 rel1.relative: 0.0 0.0;
25924 rel2.relative: 1.0 1.0;
25927 part { name: "over";
25930 description { state: "default" 0.0;
25940 normal: "frame_1.png";
25947 part { name: "elm.swallow.content";
25950 description { state: "default" 0.0;
25963 program { name: "push_start";
25964 signal: "elm,action,push";
25966 action: STATE_SET "hidden" 0.0;
25969 after: "show_start2";
25971 program { name: "show_start";
25972 signal: "elm,action,show";
25974 action: STATE_SET "hidden" 0.0;
25977 after: "show_start2";
25979 program { name: "show_start2";
25980 action: STATE_SET "visible" 0.0;
25981 transition: DECELERATE 0.5;
25986 program { name: "show_end";
25987 action: SIGNAL_EMIT "elm,action,show,finished" "";
25989 program { name: "pop_start";
25990 signal: "elm,action,pop";
25992 action: STATE_SET "visible" 0.0;
25995 after: "hide_start2";
25997 program { name: "hide_start";
25998 signal: "elm,action,hide";
26000 action: STATE_SET "visible" 0.0;
26003 after: "hide_start2";
26005 program { name: "hide_start2";
26006 action: STATE_SET "hidden" 0.0;
26007 transition: DECELERATE 0.5;
26012 program { name: "hide_end";
26013 action: SIGNAL_EMIT "elm,action,hide,finished" "";
26015 program { name: "reset";
26016 signal: "elm,action,reset";
26018 action: STATE_SET "default" 0.0;
26025 group { name: "elm/pager/base/slide";
26027 image: "frame_1.png" COMP;
26028 image: "frame_2.png" COMP;
26029 image: "dia_grad.png" COMP;
26032 part { name: "clip";
26035 description { state: "default" 0.0;
26038 offset: -9999 -9999;
26044 color: 255 255 255 255;
26046 description { state: "visible" 0.0;
26047 inherit: "default" 0.0;
26049 description { state: "hidden" 0.0;
26050 inherit: "default" 0.0;
26051 color: 255 255 255 0;
26054 description { state: "hidden2" 0.0;
26055 inherit: "default" 0.0;
26056 color: 255 255 255 0;
26060 part { name: "base0";
26063 description { state: "default" 0.0;
26064 image.normal: "dia_grad.png";
26076 part { name: "base";
26079 description { state: "default" 0.0;
26081 normal: "frame_2.png";
26087 description { state: "hidden" 0.0;
26088 inherit: "default" 0.0;
26089 rel1.relative: -1.0 0.0;
26090 rel2.relative: 0.0 1.0;
26092 description { state: "hidden2" 0.0;
26093 inherit: "default" 0.0;
26094 rel1.relative: 1.0 0.0;
26095 rel2.relative: 2.0 1.0;
26097 description { state: "visible" 0.0;
26098 inherit: "default" 0.0;
26099 rel1.relative: 0.0 0.0;
26100 rel2.relative: 1.0 1.0;
26103 part { name: "over";
26106 description { state: "default" 0.0;
26116 normal: "frame_1.png";
26123 part { name: "elm.swallow.content";
26126 description { state: "default" 0.0;
26139 program { name: "push_start";
26140 signal: "elm,action,push";
26142 action: STATE_SET "hidden2" 0.0;
26145 after: "show_start2";
26147 program { name: "show_start";
26148 signal: "elm,action,show";
26150 action: STATE_SET "hidden" 0.0;
26153 after: "show_start2";
26155 program { name: "show_start2";
26156 action: STATE_SET "visible" 0.0;
26157 transition: DECELERATE 0.5;
26162 program { name: "show_end";
26163 action: SIGNAL_EMIT "elm,action,show,finished" "";
26165 program { name: "pop_start";
26166 signal: "elm,action,pop";
26168 action: STATE_SET "visible" 0.0;
26171 after: "pop_start2";
26173 program { name: "pop_start2";
26174 action: STATE_SET "hidden2" 0.0;
26175 transition: DECELERATE 0.5;
26180 program { name: "hide_start";
26181 signal: "elm,action,hide";
26183 action: STATE_SET "visible" 0.0;
26186 after: "hide_start2";
26188 program { name: "hide_start2";
26189 action: STATE_SET "hidden" 0.0;
26190 transition: DECELERATE 0.5;
26195 program { name: "hide_end";
26196 action: SIGNAL_EMIT "elm,action,hide,finished" "";
26198 program { name: "reset";
26199 signal: "elm,action,reset";
26201 action: STATE_SET "default" 0.0;
26207 group { name: "elm/pager/base/slide_invisible";
26209 part { name: "clip";
26212 description { state: "default" 0.0;
26215 offset: -9999 -9999;
26221 color: 255 255 255 255;
26223 description { state: "visible" 0.0;
26224 inherit: "default" 0.0;
26226 description { state: "hidden" 0.0;
26227 inherit: "default" 0.0;
26228 color: 255 255 255 0;
26231 description { state: "hidden2" 0.0;
26232 inherit: "default" 0.0;
26233 color: 255 255 255 0;
26237 part { name: "base";
26241 description { state: "default" 0.0;
26244 description { state: "hidden" 0.0;
26246 rel1.relative: -1.0 0.0;
26247 rel2.relative: 0.0 1.0;
26249 description { state: "hidden2" 0.0;
26251 rel1.relative: 1.0 0.0;
26252 rel2.relative: 2.0 1.0;
26254 description { state: "visible" 0.0;
26256 rel1.relative: 0.0 0.0;
26257 rel2.relative: 1.0 1.0;
26260 part { name: "elm.swallow.content";
26263 description { state: "default" 0.0;
26270 program { name: "push_start";
26271 signal: "elm,action,push";
26273 action: STATE_SET "hidden2" 0.0;
26276 after: "show_start2";
26278 program { name: "show_start";
26279 signal: "elm,action,show";
26281 action: STATE_SET "hidden" 0.0;
26284 after: "show_start2";
26286 program { name: "show_start2";
26287 action: STATE_SET "visible" 0.0;
26288 transition: DECELERATE 0.5;
26293 program { name: "show_end";
26294 action: SIGNAL_EMIT "elm,action,show,finished" "";
26296 program { name: "pop_start";
26297 signal: "elm,action,pop";
26299 action: STATE_SET "visible" 0.0;
26302 after: "pop_start2";
26304 program { name: "pop_start2";
26305 action: STATE_SET "hidden2" 0.0;
26306 transition: DECELERATE 0.5;
26311 program { name: "hide_start";
26312 signal: "elm,action,hide";
26314 action: STATE_SET "visible" 0.0;
26317 after: "hide_start2";
26319 program { name: "hide_start2";
26320 action: STATE_SET "hidden" 0.0;
26321 transition: DECELERATE 0.5;
26326 program { name: "hide_end";
26327 action: SIGNAL_EMIT "elm,action,hide,finished" "";
26329 program { name: "reset";
26330 signal: "elm,action,reset";
26332 action: STATE_SET "default" 0.0;
26339 group { name: "elm/pager/base/fade";
26340 data.item: "onshow" "raise";
26342 // data.item: "onhide" "lower";
26343 // data.item: "onshow" "lower";
26345 image: "frame_1.png" COMP;
26346 image: "frame_2.png" COMP;
26347 image: "dia_grad.png" COMP;
26350 part { name: "clip_base";
26353 description { state: "default" 0.0;
26356 offset: -9999 -9999;
26362 color: 255 255 255 120;
26364 description { state: "visible" 0.0;
26365 inherit: "default" 0.0;
26367 description { state: "hidden" 0.0;
26368 inherit: "default" 0.0;
26369 color: 255 255 255 0;
26373 part { name: "clip";
26376 description { state: "default" 0.0;
26379 offset: -9999 -9999;
26385 color: 255 255 255 255;
26387 description { state: "visible" 0.0;
26388 inherit: "default" 0.0;
26390 description { state: "hidden" 0.0;
26391 inherit: "default" 0.0;
26392 color: 255 255 255 0;
26396 part { name: "base0";
26398 clip_to: "clip_base";
26399 description { state: "default" 0.0;
26400 image.normal: "dia_grad.png";
26412 part { name: "base";
26414 clip_to: "clip_base";
26415 description { state: "default" 0.0;
26417 normal: "frame_2.png";
26424 part { name: "over";
26427 description { state: "default" 0.0;
26437 normal: "frame_1.png";
26444 part { name: "elm.swallow.content";
26447 description { state: "default" 0.0;
26460 program { name: "push_start";
26461 signal: "elm,action,push";
26463 action: STATE_SET "hidden" 0.0;
26465 target: "clip_base";
26466 after: "show_start2";
26468 program { name: "show_start";
26469 signal: "elm,action,show";
26471 action: STATE_SET "hidden" 0.0;
26473 target: "clip_base";
26474 after: "show_start2";
26476 program { name: "show_start2";
26477 action: STATE_SET "visible" 0.0;
26478 transition: DECELERATE 0.5;
26480 target: "clip_base";
26483 program { name: "show_end";
26484 action: SIGNAL_EMIT "elm,action,show,finished" "";
26486 program { name: "pop_start";
26487 signal: "elm,action,pop";
26489 action: STATE_SET "visible" 0.0;
26491 target: "clip_base";
26492 after: "hide_start2";
26494 program { name: "hide_start";
26495 signal: "elm,action,hide";
26497 action: STATE_SET "visible" 0.0;
26499 target: "clip_base";
26500 after: "hide_start2";
26502 program { name: "hide_start2";
26503 action: STATE_SET "hidden" 0.0;
26504 transition: DECELERATE 0.5;
26506 target: "clip_base";
26509 program { name: "hide_end";
26510 action: SIGNAL_EMIT "elm,action,hide,finished" "";
26512 program { name: "reset";
26513 signal: "elm,action,reset";
26515 action: STATE_SET "default" 0.0;
26516 target: "clip_base";
26521 group { name: "elm/pager/base/fade_translucide";
26522 data.item: "onshow" "raise";
26524 // data.item: "onhide" "lower";
26525 // data.item: "onshow" "lower";
26527 image: "frame_1.png" COMP;
26528 image: "frame_2.png" COMP;
26529 image: "dia_grad.png" COMP;
26532 part { name: "clip_base";
26535 description { state: "default" 0.0;
26538 offset: -9999 -9999;
26544 color: 255 255 255 120;
26546 description { state: "visible" 0.0;
26547 inherit: "default" 0.0;
26549 description { state: "hidden" 0.0;
26550 inherit: "default" 0.0;
26551 color: 255 255 255 0;
26555 part { name: "clip";
26558 description { state: "default" 0.0;
26561 offset: -9999 -9999;
26567 color: 255 255 255 255;
26569 description { state: "visible" 0.0;
26570 inherit: "default" 0.0;
26572 description { state: "hidden" 0.0;
26573 inherit: "default" 0.0;
26574 color: 255 255 255 0;
26578 part { name: "base0";
26580 clip_to: "clip_base";
26581 description { state: "default" 0.0;
26582 image.normal: "dia_grad.png";
26594 part { name: "base";
26596 clip_to: "clip_base";
26597 description { state: "default" 0.0;
26599 normal: "frame_2.png";
26606 part { name: "over";
26609 description { state: "default" 0.0;
26619 normal: "frame_1.png";
26626 part { name: "elm.swallow.content";
26629 description { state: "default" 0.0;
26642 program { name: "push_start";
26643 signal: "elm,action,push";
26645 action: STATE_SET "hidden" 0.0;
26647 target: "clip_base";
26648 after: "show_start2";
26650 program { name: "show_start";
26651 signal: "elm,action,show";
26653 action: STATE_SET "hidden" 0.0;
26655 target: "clip_base";
26656 after: "show_start2";
26658 program { name: "show_start2";
26659 action: STATE_SET "visible" 0.0;
26660 transition: DECELERATE 0.5;
26662 target: "clip_base";
26665 program { name: "show_end";
26666 action: SIGNAL_EMIT "elm,action,show,finished" "";
26668 program { name: "pop_start";
26669 signal: "elm,action,pop";
26671 action: STATE_SET "visible" 0.0;
26673 target: "clip_base";
26674 after: "hide_start2";
26676 program { name: "hide_start";
26677 signal: "elm,action,hide";
26679 action: STATE_SET "visible" 0.0;
26681 target: "clip_base";
26682 after: "hide_start2";
26684 program { name: "hide_start2";
26685 action: STATE_SET "hidden" 0.0;
26686 transition: DECELERATE 0.5;
26688 target: "clip_base";
26691 program { name: "hide_end";
26692 action: SIGNAL_EMIT "elm,action,hide,finished" "";
26694 program { name: "reset";
26695 signal: "elm,action,reset";
26697 action: STATE_SET "default" 0.0;
26698 target: "clip_base";
26703 group { name: "elm/pager/base/fade_invisible";
26704 data.item: "onshow" "raise";
26706 // data.item: "onhide" "lower";
26707 // data.item: "onshow" "lower";
26709 part { name: "clip";
26712 description { state: "default" 0.0;
26714 offset: -9999 -9999;
26719 color: 255 255 255 255;
26721 description { state: "visible" 0.0;
26722 inherit: "default" 0.0;
26724 description { state: "hidden" 0.0;
26725 inherit: "default" 0.0;
26726 color: 255 255 255 0;
26730 part { name: "elm.swallow.content";
26733 description { state: "default" 0.0;
26744 program { name: "push_start";
26745 signal: "elm,action,push";
26747 action: STATE_SET "hidden" 0.0;
26749 after: "show_start2";
26751 program { name: "show_start";
26752 signal: "elm,action,show";
26754 action: STATE_SET "hidden" 0.0;
26756 after: "show_start2";
26758 program { name: "show_start2";
26759 action: STATE_SET "visible" 0.0;
26760 transition: DECELERATE 0.5;
26764 program { name: "show_end";
26765 action: SIGNAL_EMIT "elm,action,show,finished" "";
26767 program { name: "pop_start";
26768 signal: "elm,action,pop";
26770 action: STATE_SET "visible" 0.0;
26772 after: "hide_start2";
26774 program { name: "hide_start";
26775 signal: "elm,action,hide";
26777 action: STATE_SET "visible" 0.0;
26779 after: "hide_start2";
26781 program { name: "hide_start2";
26782 action: STATE_SET "hidden" 0.0;
26783 transition: DECELERATE 0.5;
26787 program { name: "hide_end";
26788 action: SIGNAL_EMIT "elm,action,hide,finished" "";
26790 program { name: "reset";
26791 signal: "elm,action,reset";
26793 action: STATE_SET "default" 0.0;
26799 group { name: "elm/pager/base/flip";
26800 data.item: "onshow" "raise";
26802 image: "frame_1.png" COMP;
26803 image: "frame_2.png" COMP;
26804 image: "dia_grad.png" COMP;
26807 part { name: "elm.swallow.content";
26809 description { state: "default" 0.0;
26821 description { state: "hidden" 0.0;
26822 inherit: "default" 0.0;
26824 map.rotation.y: 90.0;
26826 description { state: "before_hidden" 0.0;
26827 inherit: "default" 0.0;
26829 map.rotation.y: -90.0;
26834 program { name: "push_start";
26835 signal: "elm,action,push";
26839 program { name: "push1";
26840 action: STATE_SET "hidden" 0.0;
26841 target: "elm.swallow.content";
26844 program { name: "push2";
26845 action: STATE_SET "default" 0.0;
26847 transition: LINEAR 0.5;
26848 target: "elm.swallow.content";
26851 program { name: "push3";
26852 action: SIGNAL_EMIT "elm,action,show,finished" "";
26855 program { name: "show_start";
26856 signal: "elm,action,show";
26860 program { name: "show1";
26861 action: STATE_SET "before_hidden" 0.0;
26862 target: "elm.swallow.content";
26865 program { name: "show2";
26866 action: STATE_SET "default" 0.0;
26868 transition: LINEAR 0.5;
26869 target: "elm.swallow.content";
26872 program { name: "show3";
26873 action: SIGNAL_EMIT "elm,action,show,finished" "";
26876 program { name: "pop_start";
26877 signal: "elm,action,pop";
26881 program { name: "pop1";
26882 action: STATE_SET "default" 0.0;
26883 target: "elm.swallow.content";
26886 program { name: "pop2";
26887 action: STATE_SET "hidden" 0.0;
26888 transition: LINEAR 0.5;
26889 target: "elm.swallow.content";
26892 program { name: "pop3";
26893 action: SIGNAL_EMIT "elm,action,hide,finished" "";
26896 program { name: "hide_start";
26897 signal: "elm,action,hide";
26901 program { name: "hide1";
26902 action: STATE_SET "default" 0.0;
26903 target: "elm.swallow.content";
26906 program { name: "hide2";
26907 action: STATE_SET "before_hidden" 0.0;
26908 transition: LINEAR 0.5;
26909 target: "elm.swallow.content";
26912 program { name: "hide3";
26913 action: SIGNAL_EMIT "elm,action,hide,finished" "";
26916 program { name: "reset";
26917 signal: "elm,action,reset";
26919 action: STATE_SET "default" 0.0;
26920 target: "elm.swallow.content";
26927 ///////////////////////////////////////////////////////////////////////////////
26928 // FIXME: this doesn't look too hot. need to fix it up
26929 group { name: "elm/progressbar/horizontal/default";
26931 image: "shelf_inset.png" COMP;
26932 image: "bt_sm_base2.png" COMP;
26933 image: "bt_sm_hilight.png" COMP;
26934 image: "bt_sm_shine.png" COMP;
26937 part { name: "elm.background.progressbar";
26940 state: "default" 0.0;
26950 part { name: "elm.swallow.bar";
26956 state: "default" 0.0;
26959 to_y: "elm.background.progressbar";
26963 to: "elm.background.progressbar";
26968 part { name: "elm.swallow.content";
26970 description { state: "default" 0.0;
26975 to_y: "elm.background.progressbar";
26980 to_y: "elm.background.progressbar";
26983 description { state: "visible" 0.0;
26984 inherit: "default" 0.0;
26987 aspect_preference: VERTICAL;
26991 part { name: "elm.text";
26995 description { state: "default" 0.0;
26999 rel1.to_x: "elm.swallow.content";
27000 rel1.relative: 1.0 0.0;
27002 rel2.to_x: "elm.swallow.content";
27003 rel2.relative: 1.0 1.0;
27004 rel2.offset: -1 -5;
27007 font: "Sans,Edje-Vera";
27013 description { state: "visible" 0.0;
27014 inherit: "default" 0.0;
27022 part { name: "background";
27024 clip_to: "elm.background.progressbar";
27026 state: "default" 0.0;
27028 to: "elm.swallow.bar";
27032 to: "elm.swallow.bar";
27037 normal: "shelf_inset.png";
27043 part { name: "elm.text.status";
27046 description { state: "default" 0.0;
27058 font: "Sans:style=Bold,Edje-Vera-Bold";
27065 description { state: "hidden" 0.0;
27066 inherit: "default" 0.0;
27072 part { name: "elm.progress.progressbar";
27074 clip_to: "elm.background.progressbar";
27076 state: "default" 0.0;
27080 to: "elm.swallow.bar";
27084 to_y: "elm.swallow.bar";
27085 to_x: "elm.cur.progressbar";
27089 normal: "bt_sm_base2.png";
27094 state: "invert" 0.0;
27095 inherit: "default" 0.0;
27097 to_y: "elm.swallow.bar";
27098 to_x: "elm.cur.progressbar";
27101 to: "elm.swallow.bar";
27106 state: "state_begin" 0.0;
27107 inherit: "default" 0.0;
27109 to: "elm.swallow.bar";
27113 to: "elm.swallow.bar";
27118 state: "state_end" 0.0;
27119 inherit: "default" 0.0;
27121 to: "elm.swallow.bar";
27125 to: "elm.swallow.bar";
27130 part { name: "text-bar";
27133 clip_to: "progress-rect";
27134 effect: SOFT_SHADOW;
27136 description { state: "default" 0.0;
27140 rel1.to: "elm.text.status";
27141 rel1.offset: -1 -1;
27142 rel2.to: "elm.text.status";
27144 text_source: "elm.text.status";
27145 font: "Sans:style=Bold,Edje-Vera-Bold";
27150 color: 224 224 224 255;
27153 description { state: "hidden" 0.0;
27154 inherit: "default" 0.0;
27160 part { name: "over1";
27162 description { state: "default" 0.0;
27163 rel1.to: "elm.progress.progressbar";
27164 rel2.to: "elm.progress.progressbar";
27165 rel2.relative: 1.0 0.5;
27167 normal: "bt_sm_hilight.png";
27173 part { name: "over2";
27176 description { state: "default" 0.0;
27177 rel1.to: "elm.progress.progressbar";
27178 rel2.to: "elm.progress.progressbar";
27180 normal: "bt_sm_shine.png";
27186 part { name: "elm.cur.progressbar";
27189 confine: "background";
27193 description { state: "default" 0.0;
27201 rel2.to: "background";
27204 part { name: "progress-rect";
27207 state: "default" 0.0;
27208 rel1.to: "elm.progress.progressbar";
27209 rel2.to: "elm.progress.progressbar";
27214 program { name: "label_show";
27215 signal: "elm,state,text,visible";
27217 action: STATE_SET "visible" 0.0;
27218 target: "elm.text";
27220 program { name: "label_hide";
27221 signal: "elm,state,text,hidden";
27223 action: STATE_SET "default" 0.0;
27224 target: "elm.text";
27226 program { name: "icon_show";
27227 signal: "elm,state,icon,visible";
27229 action: STATE_SET "visible" 0.0;
27230 target: "elm.swallow.content";
27232 program { name: "icon_hide";
27233 signal: "elm,state,icon,hidden";
27235 action: STATE_SET "default" 0.0;
27236 target: "elm.swallow.content";
27238 program { name: "units_show";
27239 signal: "elm,state,units,visible";
27241 action: STATE_SET "default" 0.0;
27242 target: "text-bar";
27243 target: "elm.text.status";
27245 program { name: "units_hide";
27246 signal: "elm,state,units,hidden";
27248 action: STATE_SET "hidden" 0.0;
27249 target: "text-bar";
27250 target: "elm.text.status";
27252 program { name: "slide_to_end";
27253 action: STATE_SET "state_end" 0.0;
27254 transition: LINEAR 0.5;
27255 target: "elm.progress.progressbar";
27256 after: "slide_to_begin";
27258 program { name: "slide_to_begin";
27259 signal: "elm,state,slide,begin";
27260 action: STATE_SET "state_begin" 0.0;
27261 target: "elm.progress.progressbar";
27262 transition: LINEAR 0.5;
27263 after: "slide_to_end";
27265 program { name: "start_pulse";
27266 signal: "elm,state,pulse,start";
27268 after: "slide_to_end";
27270 program { name: "stop_pulse";
27271 signal: "elm,state,pulse,stop";
27273 action: ACTION_STOP;
27274 target: "slide_to_begin";
27275 target: "slide_to_end";
27276 target: "start_pulse";
27277 after: "state_pulse";
27279 program { name: "state_pulse";
27280 signal: "elm,state,pulse";
27282 action: STATE_SET "state_begin" 0.0;
27283 target: "elm.progress.progressbar";
27284 after: "units_hide";
27286 program { name: "state_fraction";
27287 signal: "elm,state,fraction";
27289 action: ACTION_STOP;
27290 target: "slide_to_begin";
27291 target: "slide_to_end";
27292 target: "start_pulse";
27293 action: STATE_SET "default" 0.0;
27294 target: "elm.progress.progressbar";
27296 program { name: "set_invert_on";
27297 signal: "elm,state,inverted,on";
27299 action: STATE_SET "invert" 0.0;
27300 target: "elm.progress.progressbar";
27302 program { name: "set_invert_off";
27303 signal: "elm,state,inverted,off";
27305 action: STATE_SET "default" 0.0;
27306 target: "elm.progress.progressbar";
27311 ///////////////////////////////////////////////////////////////////////////////
27312 group { name: "elm/progressbar/vertical/default";
27314 image: "shelf_inset.png" COMP;
27315 image: "bt_sm_base2.png" COMP;
27316 image: "bt_sm_hilight.png" COMP;
27317 image: "bt_sm_shine.png" COMP;
27320 part { name: "elm.background.progressbar";
27324 state: "default" 0.0;
27335 part { name: "elm.swallow.bar";
27338 description { state: "default" 0.0;
27348 to_y: "elm.text.box";
27354 part { name: "elm.swallow.content";
27356 description { state: "default" 0.0;
27361 to_x: "elm.swallow.bar";
27366 to_x: "elm.swallow.bar";
27369 description { state: "visible" 0.0;
27370 inherit: "default" 0.0;
27373 aspect_preference: HORIZONTAL;
27377 part { name: "elm.text";
27381 description { state: "default" 0.0;
27385 rel1.to_y: "elm.swallow.content";
27386 rel1.relative: 0.5 1.0;
27388 rel2.to_y: "elm.swallow.content";
27389 rel2.relative: 0.5 1.0;
27390 rel2.offset: -1 -1;
27393 font: "Sans,Edje-Vera";
27399 description { state: "visible" 0.0;
27400 inherit: "default" 0.0;
27408 part { name: "background";
27410 clip_to: "elm.background.progressbar";
27412 state: "default" 0.0;
27414 to: "elm.swallow.bar";
27418 to: "elm.swallow.bar";
27423 normal: "shelf_inset.png";
27429 part { name: "elm.progress.progressbar";
27431 clip_to: "elm.background.progressbar";
27433 state: "default" 0.0;
27437 to: "elm.swallow.bar";
27441 to_x: "elm.swallow.bar";
27442 to_y: "elm.cur.progressbar";
27446 normal: "bt_sm_base2.png";
27451 state: "invert" 0.0;
27452 inherit: "default" 0.0;
27454 to_x: "elm.swallow.bar";
27455 to_y: "elm.cur.progressbar";
27458 to: "elm.swallow.bar";
27463 state: "state_begin" 0.0;
27464 inherit: "default" 0.0;
27466 to: "elm.swallow.bar";
27470 to: "elm.swallow.bar";
27475 state: "state_end" 0.0;
27476 inherit: "default" 0.0;
27478 to: "elm.swallow.bar";
27482 to: "elm.swallow.bar";
27488 part { name: "over1";
27490 description { state: "default" 0.0;
27491 rel1.to: "elm.progress.progressbar";
27492 rel2.to: "elm.progress.progressbar";
27493 rel2.relative: 1.0 0.5;
27495 normal: "bt_sm_hilight.png";
27501 part { name: "over2";
27504 description { state: "default" 0.0;
27505 rel1.to: "elm.progress.progressbar";
27506 rel2.to: "elm.progress.progressbar";
27508 normal: "bt_sm_shine.png";
27514 part { name: "elm.cur.progressbar";
27517 confine: "background";
27521 description { state: "default" 0.0;
27529 rel2.to: "background";
27533 part { name: "elm.text.box";
27536 description { state: "default" 0.0;
27539 to: "elm.text.status";
27543 to: "elm.text.status";
27546 color: 255 255 255 0;
27548 description { state: "visible" 0.0;
27549 inherit: "default" 0.0;
27553 part { name: "elm.text.status";
27557 description { state: "default" 0.0;
27561 rel1.relative: 0.0 1.0;
27563 rel2.relative: 1.0 1.0;
27567 font: "Sans:style=Bold,Edje-Vera-Bold";
27573 description { state: "visible" 0.0;
27574 inherit: "default" 0.0;
27579 rel2.offset: -9 -9;
27584 program { name: "label_show";
27585 signal: "elm,state,text,visible";
27587 action: STATE_SET "visible" 0.0;
27588 target: "elm.text";
27590 program { name: "label_hide";
27591 signal: "elm,state,text,hidden";
27593 action: STATE_SET "default" 0.0;
27594 target: "elm.text";
27596 program { name: "icon_show";
27597 signal: "elm,state,icon,visible";
27599 action: STATE_SET "visible" 0.0;
27600 target: "elm.swallow.content";
27602 program { name: "icon_hide";
27603 signal: "elm,state,icon,hidden";
27605 action: STATE_SET "default" 0.0;
27606 target: "elm.swallow.content";
27608 program { name: "units_show";
27609 signal: "elm,state,units,visible";
27611 action: STATE_SET "visible" 0.0;
27612 target: "elm.text.status";
27613 target: "elm.text.box";
27615 program { name: "units_hide";
27616 signal: "elm,state,units,hidden";
27618 action: STATE_SET "default" 0.0;
27619 target: "elm.text.status";
27620 target: "elm.text.box";
27622 program { name: "slide_to_end";
27623 action: STATE_SET "state_end" 0.0;
27624 transition: LINEAR 0.5;
27625 target: "elm.progress.progressbar";
27626 after: "slide_to_begin";
27628 program { name: "slide_to_begin";
27629 action: STATE_SET "state_begin" 0.0;
27630 target: "elm.progress.progressbar";
27631 transition: LINEAR 0.5;
27632 after: "slide_to_end";
27634 program { name: "start_pulse";
27635 signal: "elm,state,pulse,start";
27637 action: STATE_SET "state_begin" 0.0;
27638 target: "elm.progress.progressbar";
27639 after: "slide_to_end";
27641 program { name: "stop_pulse";
27642 signal: "elm,state,pulse,stop";
27644 action: ACTION_STOP;
27645 target: "slide_to_begin";
27646 target: "slide_to_end";
27647 target: "start_pulse";
27648 after: "state_pulse";
27650 program { name: "state_pulse";
27651 signal: "elm,state,pulse";
27653 action: STATE_SET "state_begin" 0.0;
27654 target: "elm.progress.progressbar";
27655 after: "units_hide";
27657 program { name: "state_fraction";
27658 signal: "elm,state,fraction";
27660 action: ACTION_STOP;
27661 target: "slide_to_begin";
27662 target: "slide_to_end";
27663 target: "start_pulse";
27664 action: STATE_SET "default" 0.0;
27665 target: "elm.progress.progressbar";
27667 program { name: "set_invert_on";
27668 signal: "elm,state,inverted,on";
27670 action: STATE_SET "invert" 0.0;
27671 target: "elm.progress.progressbar";
27672 target: "elm.cur.progressbar";
27674 program { name: "set_invert_off";
27675 signal: "elm,state,inverted,off";
27677 action: STATE_SET "default" 0.0;
27678 target: "elm.progress.progressbar";
27679 target: "elm.cur.progressbar";
27684 ///////////////////////////////////////////////////////////////////////////////
27685 group { name: "elm/separator/horizontal/default";
27687 image: "separator_h.png" COMP;
27690 part { name: "separator"; // separator group
27691 description { state: "default" 0.0;
27694 rel2.offset: -5 -5;
27696 normal: "separator_h.png";
27706 ///////////////////////////////////////////////////////////////////////////////
27707 group { name: "elm/separator/vertical/default";
27709 image: "separator_v.png" COMP;
27712 part { name: "separator"; // separator group
27713 description { state: "default" 0.0;
27716 rel2.offset: -5 -5;
27718 normal: "separator_v.png";
27728 group { name: "elm/progressbar/horizontal/wheel";
27730 image: "busy-1.png" COMP;
27731 image: "busy-2.png" COMP;
27732 image: "busy-3.png" COMP;
27733 image: "busy-4.png" COMP;
27734 image: "busy-5.png" COMP;
27735 image: "busy-6.png" COMP;
27736 image: "busy-7.png" COMP;
27737 image: "busy-8.png" COMP;
27738 image: "busy-9.png" COMP;
27741 part { name: "elm.background.progressbar";
27745 state: "default" 0.0;
27748 part { name: "elm.swallow.bar";
27751 description { state: "default" 0.0;
27757 part { name: "elm.swallow.content";
27759 description { state: "default" 0.0;
27765 part { name: "background";
27767 clip_to: "elm.background.progressbar";
27769 state: "default" 0.0;
27774 aspect_preference: BOTH;
27776 normal: "busy-9.png";
27781 state: "pulse" 0.0;
27782 inherit: "default" 0.0;
27784 normal: "busy-9.png";
27785 tween: "busy-1.png";
27786 tween: "busy-2.png";
27787 tween: "busy-3.png";
27788 tween: "busy-4.png";
27789 tween: "busy-5.png";
27790 tween: "busy-6.png";
27791 tween: "busy-7.png";
27792 tween: "busy-8.png";
27799 program { name: "start_pulse";
27800 signal: "elm,state,pulse,start";
27802 action: STATE_SET "pulse" 0.0;
27803 target: "background";
27804 transition: LINEAR 0.5;
27805 after: "start_pulse";
27807 program { name: "stop_pulse";
27808 signal: "elm,state,pulse,stop";
27810 action: STATE_SET "default" 0.0;
27811 target: "background";
27817 ///////////////////////////////////////////////////////////////////////////////
27818 group { name: "elm/spinner/base/default";
27820 image: "shelf_inset.png" COMP;
27821 image: "bt_base1.png" COMP;
27822 image: "bt_hilight.png" COMP;
27823 image: "bt_shine.png" COMP;
27824 image: "bt_glow.png" COMP;
27825 image: "bt_dis_base.png" COMP;
27826 image: "bt_dis_hilight.png" COMP;
27827 image: "sp_bt_l.png" COMP;
27828 image: "sp_bt_r.png" COMP;
27833 description { state: "default" 0.0;
27836 rel2.offset: -2 -2;
27837 color: 255 255 255 0;
27840 part { name: "conf_over";
27842 description { state: "default" 0.0;
27846 normal: "shelf_inset.png";
27853 part { name: "left_bt";
27855 description { state: "default" 0.0;
27865 aspect_preference: VERTICAL;
27867 normal: "bt_base1.png";
27872 description { state: "clicked" 0.0;
27873 inherit: "default" 0.0;
27874 image.normal: "bt_base1.png";
27875 image.middle: SOLID;
27877 description { state: "disabled" 0.0;
27878 inherit: "default" 0.0;
27880 normal: "bt_dis_base.png";
27885 part { name: "left_over1";
27887 description { state: "default" 0.0;
27888 rel1.to: "left_bt";
27889 rel2 { to: "left_bt";
27893 normal: "bt_hilight.png";
27897 description { state: "disabled" 0.0;
27898 inherit: "default" 0.0;
27900 normal: "bt_dis_hilight.png";
27905 part { name: "left_over2";
27908 ignore_flags: ON_HOLD;
27909 description { state: "default" 0.0;
27910 rel1.to: "left_bt";
27911 rel2.to: "left_bt";
27913 normal: "bt_shine.png";
27917 description { state: "disabled" 0.0;
27918 inherit: "default" 0.0;
27922 part { name: "left_over3";
27925 description { state: "default" 0.0;
27926 color: 255 255 255 0;
27927 rel1.to: "left_bt";
27928 rel2.to: "left_bt";
27930 normal: "bt_glow.png";
27931 border: 12 12 12 12;
27935 description { state: "clicked" 0.0;
27936 inherit: "default" 0.0;
27938 color: 255 255 255 255;
27941 part { name: "right_bt";
27943 description { state: "default" 0.0;
27953 aspect_preference: VERTICAL;
27955 normal: "bt_base1.png";
27960 description { state: "clicked" 0.0;
27961 inherit: "default" 0.0;
27962 image.normal: "bt_base1.png";
27963 image.middle: SOLID;
27965 description { state: "disabled" 0.0;
27966 inherit: "default" 0.0;
27968 normal: "bt_dis_base.png";
27973 part { name: "right_over1";
27975 description { state: "default" 0.0;
27976 rel1.to: "right_bt";
27977 rel2 { to: "right_bt";
27981 normal: "bt_hilight.png";
27985 description { state: "disabled" 0.0;
27986 inherit: "default" 0.0;
27988 normal: "bt_dis_hilight.png";
27993 part { name: "right_over2";
27996 ignore_flags: ON_HOLD;
27997 description { state: "default" 0.0;
27998 rel1.to: "right_bt";
27999 rel2.to: "right_bt";
28001 normal: "bt_shine.png";
28005 description { state: "disabled" 0.0;
28006 inherit: "default" 0.0;
28010 part { name: "right_over3";
28013 description { state: "default" 0.0;
28014 color: 255 255 255 0;
28015 rel1.to: "right_bt";
28016 rel2.to: "right_bt";
28018 normal: "bt_glow.png";
28019 border: 12 12 12 12;
28023 description { state: "clicked" 0.0;
28024 inherit: "default" 0.0;
28026 color: 255 255 255 255;
28029 part { name: "left_bt_icon";
28031 description { state: "default" 0.0;
28032 rel1.to: "left_bt";
28034 rel2.to: "left_bt";
28035 rel2.offset: -5 -5;
28039 aspect_preference: BOTH;
28040 image.normal: "sp_bt_l.png";
28043 part { name: "right_bt_icon";
28045 description { state: "default" 0.0;
28046 rel1.to: "right_bt";
28048 rel2.to: "right_bt";
28049 rel2.offset: -5 -5;
28053 aspect_preference: BOTH;
28054 image.normal: "sp_bt_r.png";
28057 part { name: "elm.text";
28061 description { state: "default" 0.0;
28064 rel1 { relative: 1.0 0.0;
28069 rel2 { relative: 0.0 1.0;
28076 font: "Sans,Edje-Vera";
28082 description { state: "active" 0.0;
28083 inherit: "default" 0.0;
28086 description { state: "disabled_active" 0.0;
28087 inherit: "default" 0.0;
28091 description { state: "disabled" 0.0;
28092 inherit: "default" 0.0;
28097 part { name: "elm.dragable.slider";
28105 description { state: "default" 0.0;
28112 part { name: "button_events";
28115 events: "elm.dragable.slider";
28118 description { state: "default" 0.0;
28119 rel1.to: "elm.text";
28120 rel2.to: "elm.text";
28124 part { name: "elm.swallow.entry";
28126 description { state: "default" 0.0;
28129 rel1 { relative: 1.0 0.5;
28134 rel2 { relative: 0.0 0.5;
28142 description { state: "active" 0.0;
28143 inherit: "default" 0.0;
28145 color: 255 255 255 255;
28147 description { state: "disabled_active" 0.0;
28148 inherit: "default" 0.0;
28151 description { state: "disabled" 0.0;
28152 inherit: "default" 0.0;
28156 part { name: "disabler";
28158 description { state: "default" 0.0;
28162 description { state: "disabled" 0.0;
28163 inherit: "default" 0.0;
28169 program { name: "text_show";
28170 signal: "elm,state,text,visible";
28172 action: STATE_SET "visible" 0.0;
28173 target: "elm.text";
28175 program { name: "text_hide";
28176 signal: "elm,state,text,hidden";
28178 action: STATE_SET "default" 0.0;
28179 target: "elm.text";
28181 program { name: "dec";
28182 signal: "mouse,down,1";
28184 action: SIGNAL_EMIT "elm,action,decrement,start" "";
28186 program { name: "dec2";
28187 signal: "mouse,up,1";
28189 action: SIGNAL_EMIT "elm,action,decrement,stop" "";
28191 program { name: "inc";
28192 signal: "mouse,down,1";
28193 source: "right_bt";
28194 action: SIGNAL_EMIT "elm,action,increment,start" "";
28196 program { name: "inc2";
28197 signal: "mouse,up,1";
28198 source: "right_bt";
28199 action: SIGNAL_EMIT "elm,action,increment,stop" "";
28202 name: "left_bt_click";
28203 signal: "mouse,down,1";
28204 source: "left_over2";
28205 action: STATE_SET "clicked" 0.0;
28209 name: "left_bt_unclick";
28210 signal: "mouse,up,1";
28211 source: "left_over2";
28212 action: STATE_SET "default" 0.0;
28216 name: "left_bt_click2";
28217 signal: "mouse,down,1";
28218 source: "left_over3";
28219 action: STATE_SET "clicked" 0.0;
28220 target: "left_over3";
28223 name: "left_bt_unclick2";
28224 signal: "mouse,up,1";
28225 source: "left_over3";
28226 action: STATE_SET "default" 0.0;
28227 transition: DECELERATE 0.5;
28228 target: "left_over3";
28231 name: "left_bt_unclick3";
28232 signal: "mouse,up,1";
28233 source: "left_over2";
28234 action: SIGNAL_EMIT "elm,action,click" "";
28237 name: "left_bt_pressed_anim";
28238 signal: "elm,left,anim,activate";
28240 action: STATE_SET "clicked" 0.0;
28242 target: "left_over3";
28243 after: "left_bt_unpressed_anim";
28246 name: "left_bt_unpressed_anim";
28247 action: STATE_SET "default" 0.0;
28248 transition: DECELERATE 0.5;
28250 target: "left_over3";
28254 name: "right_bt_click";
28255 signal: "mouse,down,1";
28256 source: "right_over2";
28257 action: STATE_SET "clicked" 0.0;
28258 target: "right_bt";
28261 name: "right_bt_unclick";
28262 signal: "mouse,up,1";
28263 source: "right_over2";
28264 action: STATE_SET "default" 0.0;
28265 target: "right_bt";
28268 name: "right_bt_click2";
28269 signal: "mouse,down,1";
28270 source: "right_over3";
28271 action: STATE_SET "clicked" 0.0;
28272 target: "right_over3";
28275 name: "right_bt_unclick2";
28276 signal: "mouse,up,1";
28277 source: "right_over3";
28278 action: STATE_SET "default" 0.0;
28279 transition: DECELERATE 0.5;
28280 target: "right_over3";
28283 name: "right_bt_unclick3";
28284 signal: "mouse,up,1";
28285 source: "right_over2";
28286 action: SIGNAL_EMIT "elm,action,click" "";
28289 name: "right_bt_pressed_anim";
28290 signal: "elm,right,anim,activate";
28292 action: STATE_SET "clicked" 0.0;
28293 target: "right_bt";
28294 target: "right_over3";
28295 after: "right_bt_unpressed_anim";
28298 name: "right_bt_unpressed_anim";
28299 action: STATE_SET "default" 0.0;
28300 transition: DECELERATE 0.5;
28301 target: "right_bt";
28302 target: "right_over3";
28305 program { name: "disable";
28306 signal: "elm,state,disabled";
28308 action: STATE_SET "disabled" 0.0;
28310 target: "left_over1";
28311 target: "left_over2";
28312 target: "right_bt";
28313 target: "right_over1";
28314 target: "right_over2";
28315 target: "disabler";
28316 after: "disable_text";
28318 program { name: "disable_text";
28322 get_state(PART:"elm.text", st, 30, vl);
28323 if (!strcmp(st, "active"))
28324 set_state(PART:"elm.text", "disabled_active", 0.0);
28326 set_state(PART:"elm.text", "disabled", 0.0);
28328 get_state(PART:"elm.swallow.entry", st, 30, vl);
28329 if (!strcmp(st, "active"))
28330 set_state(PART:"elm.swallow.entry", "disabled_active", 0.0);
28332 set_state(PART:"elm.swallow.entry", "disabled", 0.0);
28335 program { name: "enable";
28336 signal: "elm,state,enabled";
28338 action: STATE_SET "default" 0.0;
28340 target: "left_over1";
28341 target: "left_over2";
28342 target: "right_bt";
28343 target: "right_over1";
28344 target: "right_over2";
28345 target: "disabler";
28346 after: "enable_text";
28348 program { name: "enable_text";
28352 get_state(PART:"elm.text", st, 30, vl);
28353 if (!strcmp(st, "disabled_active"))
28354 set_state(PART:"elm.text", "active", 0.0);
28356 set_state(PART:"elm.text", "default", 0.0);
28358 get_state(PART:"elm.swallow.entry", st, 30, vl);
28359 if (!strcmp(st, "disabled_active"))
28360 set_state(PART:"elm.swallow.entry", "active", 0.0);
28362 set_state(PART:"elm.swallow.entry", "default", 0.0);
28365 program { name: "active";
28366 signal: "elm,state,active";
28368 action: STATE_SET "active" 0.0;
28369 target: "elm.text";
28370 target: "elm.swallow.entry";
28372 program { name: "inactive";
28373 signal: "elm,state,inactive";
28375 action: STATE_SET "default" 0.0;
28376 target: "elm.text";
28377 target: "elm.swallow.entry";
28379 program { name: "toggle_text";
28380 signal: "mouse,up,1";
28381 source: "button_events";
28382 action: SIGNAL_EMIT "elm,action,entry,toggle" "";
28387 ///////////////////////////////////////////////////////////////////////////////
28388 group { name: "elm/spinner/base/vertical";
28390 image: "shelf_inset.png" COMP;
28391 image: "bt_hilight.png" COMP;
28392 image: "bt_shine.png" COMP;
28393 image: "bt_glow.png" COMP;
28394 image: "bt_dis_base.png" COMP;
28395 image: "bt_dis_hilight.png" COMP;
28396 image: "up.png" COMP;
28397 image: "down.png" COMP;
28398 image: "bt_spinner_up.png" COMP;
28399 image: "bt_spinner_down.png" COMP;
28400 image: "bt_spinner_hilight.png" COMP;
28405 description { state: "default" 0.0;
28408 rel2.offset: -2 -2;
28409 color: 255 255 255 0;
28412 part { name: "conf_over";
28414 description { state: "default" 0.0;
28423 normal: "shelf_inset.png";
28430 part { name: "down_bt";
28432 description { state: "default" 0.0;
28448 normal: "bt_spinner_down.png";
28453 description { state: "clicked" 0.0;
28454 inherit: "default" 0.0;
28455 image.normal: "bt_spinner_down.png";
28456 image.middle: SOLID;
28458 description { state: "disabled" 0.0;
28459 inherit: "default" 0.0;
28461 normal: "bt_dis_base.png";
28466 part { name: "down_over3";
28469 description { state: "default" 0.0;
28470 color: 255 255 255 0;
28471 rel1.to: "down_bt";
28472 rel2.to: "down_bt";
28474 normal: "bt_glow.png";
28475 border: 12 12 12 12;
28479 description { state: "clicked" 0.0;
28480 inherit: "default" 0.0;
28482 color: 255 255 255 255;
28485 part { name: "up_bt";
28487 description { state: "default" 0.0;
28500 aspect_preference: BOTH;
28502 normal: "bt_spinner_up.png";
28507 description { state: "clicked" 0.0;
28508 inherit: "default" 0.0;
28509 image.normal: "bt_spinner_up.png";
28510 image.middle: SOLID;
28512 description { state: "disabled" 0.0;
28513 inherit: "default" 0.0;
28515 normal: "bt_dis_base.png";
28520 part { name: "up_over1";
28522 description { state: "default" 0.0;
28524 rel2 { to: "up_bt";
28528 normal: "bt_spinner_hilight.png";
28532 description { state: "disabled" 0.0;
28533 inherit: "default" 0.0;
28535 normal: "bt_dis_hilight.png";
28540 part { name: "up_over3";
28543 description { state: "default" 0.0;
28544 color: 255 255 255 0;
28548 normal: "bt_glow.png";
28549 border: 12 12 12 12;
28553 description { state: "clicked" 0.0;
28554 inherit: "default" 0.0;
28556 color: 255 255 255 255;
28559 part { name: "down_bt_icon";
28561 description { state: "default" 0.0;
28562 rel1.to: "down_bt";
28564 rel2.to: "down_bt";
28565 rel2.offset: -6 -3;
28567 image.normal: "down.png";
28570 part { name: "up_bt_icon";
28572 description { state: "default" 0.0;
28576 rel2.offset: -6 -3;
28578 image.normal: "up.png";
28581 part { name: "elm.text";
28585 description { state: "default" 0.0;
28588 rel1 { relative: 0.0 0.0;
28593 rel2 { relative: 0.0 1.0;
28600 font: "Sans,Edje-Vera";
28606 description { state: "active" 0.0;
28607 inherit: "default" 0.0;
28610 description { state: "disabled_active" 0.0;
28611 inherit: "default" 0.0;
28615 description { state: "disabled" 0.0;
28616 inherit: "default" 0.0;
28621 part { name: "elm.dragable.slider";
28629 description { state: "default" 0.0;
28636 part { name: "button_events";
28639 events: "elm.dragable.slider";
28642 description { state: "default" 0.0;
28643 rel1.to: "elm.text";
28644 rel2.to: "elm.text";
28648 part { name: "elm.swallow.entry";
28650 description { state: "default" 0.0;
28653 rel1 { relative: 0.0 0.5;
28657 rel2 { relative: 1.0 0.5;
28664 description { state: "active" 0.0;
28665 inherit: "default" 0.0;
28667 color: 255 255 255 255;
28669 description { state: "disabled_active" 0.0;
28670 inherit: "default" 0.0;
28673 description { state: "disabled" 0.0;
28674 inherit: "default" 0.0;
28678 part { name: "disabler";
28680 description { state: "default" 0.0;
28684 description { state: "disabled" 0.0;
28685 inherit: "default" 0.0;
28691 program { name: "text_show";
28692 signal: "elm,state,text,visible";
28694 action: STATE_SET "visible" 0.0;
28695 target: "elm.text";
28697 program { name: "text_hide";
28698 signal: "elm,state,text,hidden";
28700 action: STATE_SET "default" 0.0;
28701 target: "elm.text";
28703 program { name: "dec";
28704 signal: "mouse,down,1";
28706 action: SIGNAL_EMIT "elm,action,decrement,start" "";
28708 program { name: "dec2";
28709 signal: "mouse,up,1";
28711 action: SIGNAL_EMIT "elm,action,decrement,stop" "";
28713 program { name: "inc";
28714 signal: "mouse,down,1";
28716 action: SIGNAL_EMIT "elm,action,increment,start" "";
28718 program { name: "inc2";
28719 signal: "mouse,up,1";
28721 action: SIGNAL_EMIT "elm,action,increment,stop" "";
28724 name: "down_bt_click2";
28725 signal: "mouse,down,1";
28726 source: "down_over3";
28727 action: STATE_SET "clicked" 0.0;
28728 target: "down_over3";
28731 name: "down_bt_unclick2";
28732 signal: "mouse,up,1";
28733 source: "down_over3";
28734 action: STATE_SET "default" 0.0;
28735 transition: DECELERATE 0.5;
28736 target: "down_over3";
28739 name: "up_bt_click2";
28740 signal: "mouse,down,1";
28741 source: "up_over3";
28742 action: STATE_SET "clicked" 0.0;
28743 target: "up_over3";
28746 name: "up_bt_unclick2";
28747 signal: "mouse,up,1";
28748 source: "up_over3";
28749 action: STATE_SET "default" 0.0;
28750 transition: DECELERATE 0.5;
28751 target: "up_over3";
28753 program { name: "disable";
28754 signal: "elm,state,disabled";
28756 action: STATE_SET "disabled" 0.0;
28759 target: "disabler";
28760 after: "disable_text";
28762 program { name: "disable_text";
28766 get_state(PART:"elm.text", st, 30, vl);
28767 if (!strcmp(st, "active"))
28768 set_state(PART:"elm.text", "disabled_active", 0.0);
28770 set_state(PART:"elm.text", "disabled", 0.0);
28772 get_state(PART:"elm.swallow.entry", st, 30, vl);
28773 if (!strcmp(st, "active"))
28774 set_state(PART:"elm.swallow.entry", "disabled_active", 0.0);
28776 set_state(PART:"elm.swallow.entry", "disabled", 0.0);
28779 program { name: "enable";
28780 signal: "elm,state,enabled";
28782 action: STATE_SET "default" 0.0;
28785 target: "disabler";
28786 after: "enable_text";
28788 program { name: "enable_text";
28792 get_state(PART:"elm.text", st, 30, vl);
28793 if (!strcmp(st, "disabled_active"))
28794 set_state(PART:"elm.text", "active", 0.0);
28796 set_state(PART:"elm.text", "default", 0.0);
28798 get_state(PART:"elm.swallow.entry", st, 30, vl);
28799 if (!strcmp(st, "disabled_active"))
28800 set_state(PART:"elm.swallow.entry", "active", 0.0);
28802 set_state(PART:"elm.swallow.entry", "default", 0.0);
28805 program { name: "active";
28806 signal: "elm,state,active";
28808 action: STATE_SET "active" 0.0;
28809 target: "elm.text";
28810 target: "elm.swallow.entry";
28812 program { name: "inactive";
28813 signal: "elm,state,inactive";
28815 action: STATE_SET "default" 0.0;
28816 target: "elm.text";
28817 target: "elm.swallow.entry";
28819 program { name: "toggle_text";
28820 signal: "mouse,up,1";
28821 source: "button_events";
28822 action: SIGNAL_EMIT "elm,action,entry,toggle" "";
28828 ///////////////////////////////////////////////////////////////////////////////
28829 group { name: "elm/index/base/vertical/default";
28831 image: "bt_base1.png" COMP;
28832 image: "bt_base2.png" COMP;
28833 image: "bt_hilight.png" COMP;
28834 image: "bt_shine.png" COMP;
28837 part { name: "clip";
28840 description { state: "default" 0.0;
28842 color: 255 255 255 0;
28844 description { state: "active" 0.0;
28846 color: 255 255 255 255;
28849 part { name: "clip2";
28853 description { state: "default" 0.0;
28855 color: 255 255 255 0;
28857 description { state: "active" 0.0;
28859 color: 255 255 255 255;
28862 part { name: "elm.swallow.index.0";
28865 description { state: "default" 0.0;
28878 part { name: "button_image";
28881 description { state: "default" 0.0;
28883 to: "elm.text.body";
28891 normal: "bt_base2.png";
28894 image.middle: SOLID;
28897 part { name: "elm.text.body";
28899 effect: SOFT_SHADOW;
28903 description { state: "default" 0.0;
28916 color: 224 224 224 255;
28919 font: "Sans,Edje-Vera";
28926 part { name: "elm.text";
28928 effect: SOFT_SHADOW;
28932 description { state: "default" 0.0;
28936 to_x: "elm.swallow.event.0";
28937 to_y: "elm.dragable.pointer";
28942 to_x: "elm.swallow.event.0";
28943 to_y: "elm.dragable.pointer";
28947 color: 255 0 0 255;
28950 font: "Sans,Edje-Vera";
28957 part { name: "over1";
28960 description { state: "default" 0.0;
28962 to: "button_image";
28965 to: "button_image";
28969 normal: "bt_hilight.png";
28974 part { name: "over2";
28977 ignore_flags: ON_HOLD;
28979 description { state: "default" 0.0;
28981 to: "button_image";
28984 to: "button_image";
28987 normal: "bt_shine.png";
28992 part { name: "elm.dragable.pointer";
29000 description { state: "default" 0.0;
29012 color: 0 0 255 128;
29015 part { name: "elm.swallow.event.0";
29017 description { state: "default" 0.0;
29032 program { name: "active";
29033 signal: "elm,state,active";
29035 action: STATE_SET "active" 0.0;
29036 transition: DECELERATE 0.5;
29039 program { name: "inactive";
29040 signal: "elm,state,inactive";
29042 action: STATE_SET "default" 0.0;
29043 transition: DECELERATE 0.5;
29049 group { name: "elm/index/item/vertical/default";
29050 data.item: "stacking" "above";
29051 data.item: "selectraise" "on";
29053 image: "ilist_1.png" COMP;
29054 image: "ilist_item_shadow.png" COMP;
29061 state: "default" 0.0;
29076 normal: "ilist_item_shadow.png";
29085 state: "default" 0.0;
29087 normal: "ilist_1.png";
29092 description { state: "active" 0.0;
29093 inherit: "default" 0.0;
29099 part { name: "elm.text";
29104 state: "default" 0.0;
29125 description { state: "active" 0.0;
29126 inherit: "default" 0.0;
29132 program { name: "active";
29133 signal: "elm,state,active";
29135 action: STATE_SET "active" 0.0;
29136 transition: DECELERATE 0.5;
29137 target: "elm.text";
29140 program { name: "inactive";
29141 signal: "elm,state,inactive";
29143 action: STATE_SET "default" 0.0;
29144 transition: DECELERATE 0.5;
29145 target: "elm.text";
29151 group { name: "elm/index/item_odd/vertical/default";
29152 data.item: "stacking" "below";
29154 image: "ilist_2.png" COMP;
29161 state: "default" 0.0;
29163 normal: "ilist_2.png";
29168 description { state: "active" 0.0;
29169 inherit: "default" 0.0;
29175 part { name: "elm.text";
29180 state: "default" 0.0;
29201 description { state: "active" 0.0;
29202 inherit: "default" 0.0;
29208 program { name: "active";
29209 signal: "elm,state,active";
29211 action: STATE_SET "active" 0.0;
29212 transition: DECELERATE 0.5;
29213 target: "elm.text";
29216 program { name: "inactive";
29217 signal: "elm,state,inactive";
29219 action: STATE_SET "default" 0.0;
29220 transition: DECELERATE 0.5;
29221 target: "elm.text";
29227 ///////////////////////////////////////////////////////////////////////////////
29228 group { name: "elm/gengrid/item/default/default";
29229 data.item: "labels" "elm.text";
29230 data.item: "icons" "elm.swallow.icon elm.swallow.end";
29232 image: "bt_sm_base1.png" COMP;
29233 image: "bt_sm_shine.png" COMP;
29234 image: "bt_sm_hilight.png" COMP;
29235 image: "ilist_1.png" COMP;
29236 image: "ilist_item_shadow.png" COMP;
29239 part { name: "event";
29243 state: "default" 0.0;
29247 part { name: "base_sh";
29249 description { state: "default" 0.0;
29264 normal: "ilist_item_shadow.png";
29269 part { name: "base";
29271 description { state: "default" 0.0;
29273 normal: "ilist_1.png";
29280 clip_to: "disclip";
29282 description { state: "default" 0.0;
29284 color: 255 255 255 0;
29294 normal: "bt_sm_base1.png";
29297 image.middle: SOLID;
29299 description { state: "selected" 0.0;
29300 inherit: "default" 0.0;
29302 color: 255 255 255 255;
29313 part { name: "elm.swallow.pad";
29315 description { state: "default" 0.0;
29329 part { name: "elm.swallow.icon";
29330 clip_to: "disclip";
29332 description { state: "default" 0.0;
29340 to_y: "elm.swallow.pad";
29346 part { name: "elm.swallow.end";
29347 clip_to: "disclip";
29349 description { state: "default" 0.0;
29353 aspect_preference: HORIZONTAL;
29364 part { name: "elm.text";
29365 clip_to: "disclip";
29367 effect: SOFT_SHADOW;
29370 description { state: "default" 0.0;
29386 text_class: "grid_item";
29389 description { state: "selected" 0.0;
29390 inherit: "default" 0.0;
29391 color: 224 224 224 255;
29395 part { name: "fg1";
29396 clip_to: "disclip";
29398 description { state: "default" 0.0;
29400 color: 255 255 255 0;
29402 rel2.relative: 1.0 0.5;
29405 normal: "bt_sm_hilight.png";
29409 description { state: "selected" 0.0;
29410 inherit: "default" 0.0;
29412 color: 255 255 255 255;
29415 part { name: "fg2";
29416 clip_to: "disclip";
29418 description { state: "default" 0.0;
29420 color: 255 255 255 0;
29424 normal: "bt_sm_shine.png";
29428 description { state: "selected" 0.0;
29429 inherit: "default" 0.0;
29431 color: 255 255 255 255;
29434 part { name: "disclip";
29436 description { state: "default" 0.0;
29440 description { state: "disabled" 0.0;
29441 inherit: "default" 0.0;
29442 color: 255 255 255 64;
29447 // signal: elm,state,%s,active
29448 // a "check" item named %s went active
29449 // signal: elm,state,%s,passive
29450 // a "check" item named %s went passive
29451 // default is passive
29452 program { name: "go_active";
29453 signal: "elm,state,selected";
29455 action: STATE_SET "selected" 0.0;
29459 target: "elm.text";
29461 program { name: "go_passive";
29462 signal: "elm,state,unselected";
29464 action: STATE_SET "default" 0.0;
29468 target: "elm.text";
29469 transition: LINEAR 0.1;
29471 program { name: "go_disabled";
29472 signal: "elm,state,disabled";
29474 action: STATE_SET "disabled" 0.0;
29477 program { name: "go_enabled";
29478 signal: "elm,state,enabled";
29480 action: STATE_SET "default" 0.0;
29485 group { name: "elm/gengrid/item/default_style/default";
29488 style { name: "gengrid_style";
29489 base: "font=Sans font_size=10 align=left valign=0.5 color=#000 text_class=grid_item";
29492 tag: "hilight" "+ font=Sans:style=Bold";
29493 tag: "b" "+ font=Sans:style=Bold";
29496 style { name: "gengrid_selected_style";
29497 base: "font=Sans font_size=10 align=left valign=0.5 color=#fff text_class=grid_item";
29500 tag: "hilight" "+ font=Sans:style=Bold";
29501 tag: "b" "+ font=Sans:style=Bold";
29505 data.item: "labels" "elm.text";
29506 data.item: "icons" "elm.swallow.icon elm.swallow.end";
29508 image: "bt_sm_base1.png" COMP;
29509 image: "bt_sm_shine.png" COMP;
29510 image: "bt_sm_hilight.png" COMP;
29511 image: "ilist_1.png" COMP;
29512 image: "ilist_item_shadow.png" COMP;
29515 part { name: "event";
29518 description { state: "default" 0.0;
29522 part { name: "base_sh";
29524 description { state: "default" 0.0;
29539 normal: "ilist_item_shadow.png";
29544 part { name: "base";
29546 description { state: "default" 0.0;
29549 normal: "ilist_1.png";
29556 clip_to: "disclip";
29558 description { state: "default" 0.0;
29560 color: 255 255 255 0;
29570 normal: "bt_sm_base1.png";
29573 image.middle: SOLID;
29575 description { state: "selected" 0.0;
29576 inherit: "default" 0.0;
29578 color: 255 255 255 255;
29589 part { name: "elm.swallow.pad";
29591 description { state: "default" 0.0;
29604 part { name: "elm.swallow.icon";
29605 clip_to: "disclip";
29607 description { state: "default" 0.0;
29611 to_x: "elm.swallow.pad";
29616 to_x: "elm.swallow.pad";
29622 part { name: "elm.swallow.end";
29623 clip_to: "disclip";
29625 description { state: "default" 0.0;
29629 aspect_preference: VERTICAL;
29640 part { name: "elm.text";
29641 clip_to: "disclip";
29646 state: "default" 0.0;
29650 to_x: "elm.swallow.icon";
29656 to_x: "elm.swallow.end";
29662 style: "gengrid_style";
29666 description { state: "selected" 0.0;
29667 inherit: "default" 0.0;
29669 style: "gengrid_selected_style";
29673 part { name: "fg1";
29674 clip_to: "disclip";
29676 description { state: "default" 0.0;
29678 color: 255 255 255 0;
29680 rel2.relative: 1.0 0.5;
29683 normal: "bt_sm_hilight.png";
29687 description { state: "selected" 0.0;
29688 inherit: "default" 0.0;
29690 color: 255 255 255 255;
29693 part { name: "fg2";
29694 clip_to: "disclip";
29696 description { state: "default" 0.0;
29698 color: 255 255 255 0;
29702 normal: "bt_sm_shine.png";
29706 description { state: "selected" 0.0;
29707 inherit: "default" 0.0;
29709 color: 255 255 255 255;
29712 part { name: "disclip";
29714 description { state: "default" 0.0;
29718 description { state: "disabled" 0.0;
29719 inherit: "default" 0.0;
29720 color: 255 255 255 64;
29725 // signal: elm,state,%s,active
29726 // a "check" item named %s went active
29727 // signal: elm,state,%s,passive
29728 // a "check" item named %s went passive
29729 // default is passive
29730 program { name: "go_active";
29731 signal: "elm,state,selected";
29733 action: STATE_SET "selected" 0.0;
29737 target: "elm.text";
29739 program { name: "go_passive";
29740 signal: "elm,state,unselected";
29742 action: STATE_SET "default" 0.0;
29746 target: "elm.text";
29747 transition: LINEAR 0.1;
29749 program { name: "go_disabled";
29750 signal: "elm,state,disabled";
29752 action: STATE_SET "disabled" 0.0;
29755 program { name: "go_enabled";
29756 signal: "elm,state,enabled";
29758 action: STATE_SET "default" 0.0;
29764 group { name: "elm/gengrid/item/up/default";
29765 data.item: "labels" "elm.text";
29767 image: "bt_sm_base1.png" COMP;
29768 image: "bt_sm_shine.png" COMP;
29769 image: "bt_sm_hilight.png" COMP;
29770 image: "arrow_up.png" COMP;
29773 part { name: "event";
29776 description { state: "default" 0.0;
29781 clip_to: "disclip";
29783 description { state: "default" 0.0;
29785 color: 255 255 255 0;
29786 rel1.offset: -3 -3;
29788 image { normal: "bt_sm_base1.png";
29793 description { state: "selected" 0.0;
29794 inherit: "default" 0.0;
29796 color: 255 255 255 255;
29799 part { name: "image";
29802 description { state: "default" 0.0;
29803 aspect_preference: BOTH;
29805 image.normal: "arrow_up.png";
29813 part { name: "elm.text";
29814 clip_to: "disclip";
29816 effect: SOFT_SHADOW;
29819 description { state: "default" 0.0;
29835 text_class: "grid_item";
29838 description { state: "selected" 0.0;
29839 inherit: "default" 0.0;
29840 color: 224 224 224 255;
29844 part { name: "fg1";
29845 clip_to: "disclip";
29847 description { state: "default" 0.0;
29849 color: 255 255 255 0;
29850 rel1.offset: -3 -3;
29856 normal: "bt_sm_hilight.png";
29860 description { state: "selected" 0.0;
29861 inherit: "default" 0.0;
29863 color: 255 255 255 255;
29866 part { name: "fg2";
29867 clip_to: "disclip";
29869 description { state: "default" 0.0;
29871 color: 255 255 255 0;
29872 rel1.offset: -3 -3;
29875 normal: "bt_sm_shine.png";
29879 description { state: "selected" 0.0;
29880 inherit: "default" 0.0;
29882 color: 255 255 255 255;
29885 part { name: "disclip";
29887 description { state: "default" 0.0;
29891 description { state: "disabled" 0.0;
29892 inherit: "default" 0.0;
29893 color: 255 255 255 64;
29898 program { name: "go_active";
29899 signal: "elm,state,selected";
29901 action: STATE_SET "selected" 0.0;
29905 target: "elm.text";
29907 program { name: "go_passive";
29908 signal: "elm,state,unselected";
29910 action: STATE_SET "default" 0.0;
29914 target: "elm.text";
29915 transition: LINEAR 0.1;
29917 program { name: "go_disabled";
29918 signal: "elm,state,disabled";
29920 action: STATE_SET "disabled" 0.0;
29923 program { name: "go_enabled";
29924 signal: "elm,state,enabled";
29926 action: STATE_SET "default" 0.0;
29932 group { name: "elm/gengrid/item/album-preview/default";
29933 data.item: "labels" "elm.text";
29934 data.item: "icons" "elm.swallow.icon.1 elm.swallow.icon.2 elm.swallow.icon.3 elm.swallow.icon.4";
29935 data.item: "states" "have_files";
29937 image: "bt_sm_base1.png" COMP;
29938 image: "bt_sm_shine.png" COMP;
29939 image: "bt_sm_hilight.png" COMP;
29940 image: "icon_folder.png" COMP;
29943 part { name: "event";
29946 description { state: "default" 0.0;
29951 clip_to: "disclip";
29953 description { state: "default" 0.0;
29955 color: 255 255 255 0;
29956 rel1.offset: -3 -3;
29959 normal: "bt_sm_base1.png";
29964 description { state: "selected" 0.0;
29965 inherit: "default" 0.0;
29967 color: 255 255 255 255;
29970 part { name: "image";
29973 description { state: "default" 0.0;
29974 aspect_preference: BOTH;
29976 image.normal: "icon_folder.png";
29984 part { name: "have-files-clipper";
29986 description { state: "default" 0.0;
29987 color: 255 255 255 0;
29990 description { state: "visible" 0.0;
29991 inherit: "default" 0.0;
29992 color: 255 255 255 255;
29996 part { name: "icon_box_margin";
29999 clip_to: "have-files-clipper";
30000 description { state: "default" 0.0;
30012 part { name: "icon_box";
30015 clip_to: "have-files-clipper";
30016 description { state: "default" 0.0;
30017 color: 255 255 255 255;
30021 relative: 0.25 0.25;
30031 part { name: "elm.swallow.icon.1";
30034 clip_to: "have-files-clipper";
30035 description { state: "default" 0.0;
30047 part { name: "elm.swallow.icon.2";
30050 clip_to: "have-files-clipper";
30051 description { state: "default" 0.0;
30063 part { name: "elm.swallow.icon.3";
30066 clip_to: "have-files-clipper";
30067 description { state: "default" 0.0;
30079 part { name: "elm.swallow.icon.4";
30082 clip_to: "have-files-clipper";
30083 description { state: "default" 0.0;
30095 part { name: "elm.text";
30096 clip_to: "disclip";
30098 effect: SOFT_SHADOW;
30101 description { state: "default" 0.0;
30117 text_class: "grid_item";
30120 description { state: "selected" 0.0;
30121 inherit: "default" 0.0;
30122 color: 255 255 255 255;
30125 part { name: "fg1";
30126 clip_to: "disclip";
30128 description { state: "default" 0.0;
30130 color: 255 255 255 0;
30131 rel1.offset: -3 -3;
30137 normal: "bt_sm_hilight.png";
30141 description { state: "selected" 0.0;
30142 inherit: "default" 0.0;
30144 color: 255 255 255 255;
30147 part { name: "fg2";
30148 clip_to: "disclip";
30150 description { state: "default" 0.0;
30152 color: 255 255 255 0;
30153 rel1.offset: -3 -3;
30156 normal: "bt_sm_shine.png";
30160 description { state: "selected" 0.0;
30161 inherit: "default" 0.0;
30163 color: 255 255 255 255;
30166 part { name: "disclip";
30168 description { state: "default" 0.0;
30172 description { state: "disabled" 0.0;
30173 inherit: "default" 0.0;
30174 color: 255 255 255 64;
30179 program { name: "go_active";
30180 signal: "elm,state,selected";
30182 action: STATE_SET "selected" 0.0;
30186 target: "elm.text";
30188 program { name: "go_passive";
30189 signal: "elm,state,unselected";
30191 action: STATE_SET "default" 0.0;
30195 target: "elm.text";
30196 transition: LINEAR 0.1;
30198 program { name: "go_disabled";
30199 signal: "elm,state,disabled";
30201 action: STATE_SET "disabled" 0.0;
30204 program { name: "go_enabled";
30205 signal: "elm,state,enabled";
30207 action: STATE_SET "default" 0.0;
30211 signal: "elm,state,have_files,active";
30213 action: STATE_SET "visible" 0.0;
30214 target: "have-files-clipper";
30219 group { name: "elm/gengrid/item/thumb/default";
30221 item: "icons" "elm.swallow.icon";
30222 item: "labels" "elm.text";
30225 image: "bt_sm_base1.png" COMP;
30226 image: "bt_sm_shine.png" COMP;
30227 image: "bt_sm_hilight.png" COMP;
30228 image: "thumb_shadow.png" COMP;
30231 part { name: "event";
30234 description { state: "default" 0.0;
30240 description { state: "default" 0.0;
30242 color: 255 255 255 0;
30243 rel1.offset: -3 -3;
30246 normal: "bt_sm_base1.png";
30251 description { state: "selected" 0.0;
30252 inherit: "default" 0.0;
30254 color: 255 255 255 255;
30257 part { name: "border-shadow";
30260 description { state: "default" 0.0;
30262 to: "elm.swallow.icon";
30266 to_x: "elm.swallow.icon";
30271 normal: "thumb_shadow.png";
30272 border: 17 17 17 17;
30277 part { name: "border";
30280 description { state: "default" 0.0;
30282 to: "border-shadow";
30286 to: "border-shadow";
30291 part { name: "elm.swallow.icon";
30294 description { state: "default" 0.0;
30295 aspect_preference: BOTH;
30305 part { name: "elm.text";
30307 effect: SOFT_SHADOW;
30310 description { state: "default" 0.0;
30327 text_class: "grid_item";
30331 part { name: "fg1";
30333 description { state: "default" 0.0;
30335 color: 255 255 255 0;
30336 rel1.offset: -3 -3;
30342 normal: "bt_sm_hilight.png";
30346 description { state: "selected" 0.0;
30347 inherit: "default" 0.0;
30349 color: 255 255 255 255;
30352 part { name: "fg2";
30354 description { state: "default" 0.0;
30356 color: 255 255 255 0;
30357 rel1.offset: -3 -3;
30360 image: "bt_sm_shine.png";
30364 description { state: "selected" 0.0;
30365 inherit: "default" 0.0;
30367 color: 255 255 255 255;
30373 signal: "elm,state,selected";
30375 action: STATE_SET "selected" 0.0;
30381 signal: "elm,state,unselected";
30383 action: STATE_SET "default" 0.0;
30387 transition: LINEAR 0.1;
30392 ///////////////////////////////////////////////////////////////////////////////
30393 group { name: "elm/photocam/base/default";
30395 public sbvis_v, sbvis_h, sbalways_v, sbalways_h, sbvis_timer;
30396 public timer0(val) {
30398 v = get_int(sbvis_v);
30400 v = get_int(sbalways_v);
30402 emit("do-hide-vbar", "");
30403 set_int(sbvis_v, 0);
30406 v = get_int(sbvis_h);
30408 v = get_int(sbalways_h);
30410 emit("do-hide-hbar", "");
30411 set_int(sbvis_h, 0);
30414 set_int(sbvis_timer, 0);
30419 image: "shelf_inset.png" COMP;
30420 image: "bt_sm_base2.png" COMP;
30421 image: "bt_sm_shine.png" COMP;
30422 image: "bt_sm_hilight.png" COMP;
30423 image: "busy-1.png" COMP;
30424 image: "busy-2.png" COMP;
30425 image: "busy-3.png" COMP;
30426 image: "busy-4.png" COMP;
30427 image: "busy-5.png" COMP;
30428 image: "busy-6.png" COMP;
30429 image: "busy-7.png" COMP;
30430 image: "busy-8.png" COMP;
30431 image: "busy-9.png" COMP;
30436 description { state: "default" 0.0;
30438 rel2.offset: -2 -2;
30439 color: 255 255 255 0;
30442 part { name: "clipper";
30445 description { state: "default" 0.0;
30450 part { name: "elm.swallow.content";
30451 clip_to: "clipper";
30453 description { state: "default" 0.0;
30455 rel2.offset: -2 -2;
30458 part { name: "busy_clip";
30461 description { state: "default" 0.0;
30463 color: 255 255 255 0;
30465 description { state: "active" 0.0;
30467 color: 255 255 255 255;
30470 part { name: "busy";
30471 clip_to: "busy_clip";
30473 description { state: "default" 0.0;
30478 aspect_preference: BOTH;
30488 normal: "busy-9.png";
30489 tween: "busy-1.png";
30490 tween: "busy-2.png";
30491 tween: "busy-3.png";
30492 tween: "busy-4.png";
30493 tween: "busy-5.png";
30494 tween: "busy-6.png";
30495 tween: "busy-7.png";
30496 tween: "busy-8.png";
30500 part { name: "conf_over";
30502 description { state: "default" 0.0;
30504 rel2.offset: -1 -1;
30506 normal: "shelf_inset.png";
30513 part { name: "sb_vbar_clip_master";
30516 description { state: "default" 0.0;
30518 description { state: "hidden" 0.0;
30520 color: 255 255 255 0;
30523 part { name: "sb_vbar_clip";
30524 clip_to: "sb_vbar_clip_master";
30527 description { state: "default" 0.0;
30529 description { state: "hidden" 0.0;
30531 color: 255 255 255 0;
30534 part { name: "sb_vbar";
30537 description { state: "default" 0.0;
30553 part { name: "elm.dragable.vbar";
30554 clip_to: "sb_vbar_clip";
30559 confine: "sb_vbar";
30561 description { state: "default" 0.0;
30576 normal: "bt_sm_base2.png";
30582 part { name: "sb_vbar_over1";
30583 clip_to: "sb_vbar_clip";
30585 description { state: "default" 0.0;
30586 rel1.to: "elm.dragable.vbar";
30587 rel2.relative: 1.0 0.5;
30588 rel2.to: "elm.dragable.vbar";
30590 normal: "bt_sm_hilight.png";
30595 part { name: "sb_vbar_over2";
30596 clip_to: "sb_vbar_clip";
30598 description { state: "default" 0.0;
30599 rel1.to: "elm.dragable.vbar";
30600 rel2.to: "elm.dragable.vbar";
30602 normal: "bt_sm_shine.png";
30608 part { name: "sb_hbar_clip_master";
30611 description { state: "default" 0.0;
30613 description { state: "hidden" 0.0;
30615 color: 255 255 255 0;
30618 part { name: "sb_hbar_clip";
30619 clip_to: "sb_hbar_clip_master";
30622 description { state: "default" 0.0;
30624 description { state: "hidden" 0.0;
30626 color: 255 255 255 0;
30629 part { name: "sb_hbar";
30632 description { state: "default" 0.0;
30648 part { name: "elm.dragable.hbar";
30649 clip_to: "sb_hbar_clip";
30654 confine: "sb_hbar";
30656 description { state: "default" 0.0;
30671 normal: "bt_sm_base2.png";
30677 part { name: "sb_hbar_over1";
30678 clip_to: "sb_hbar_clip";
30680 description { state: "default" 0.0;
30681 rel1.to: "elm.dragable.hbar";
30682 rel2.relative: 1.0 0.5;
30683 rel2.to: "elm.dragable.hbar";
30685 normal: "bt_sm_hilight.png";
30690 part { name: "sb_hbar_over2";
30691 clip_to: "sb_hbar_clip";
30693 description { state: "default" 0.0;
30694 rel1.to: "elm.dragable.hbar";
30695 rel2.to: "elm.dragable.hbar";
30697 normal: "bt_sm_shine.png";
30704 program { name: "load";
30708 set_state(PART:"sb_hbar_clip", "hidden", 0.0);
30709 set_state(PART:"sb_vbar_clip", "hidden", 0.0);
30710 set_int(sbvis_h, 0);
30711 set_int(sbvis_v, 0);
30712 set_int(sbalways_v, 0);
30713 set_int(sbalways_h, 0);
30714 set_int(sbvis_timer, 0);
30718 program { name: "vbar_show";
30719 signal: "elm,action,show,vbar";
30721 action: STATE_SET "default" 0.0;
30722 target: "sb_vbar_clip_master";
30724 program { name: "vbar_hide";
30725 signal: "elm,action,hide,vbar";
30727 action: STATE_SET "hidden" 0.0;
30728 target: "sb_vbar_clip_master";
30730 program { name: "vbar_show_always";
30731 signal: "elm,action,show_always,vbar";
30735 v = get_int(sbvis_v);
30736 v |= get_int(sbalways_v);
30738 set_int(sbalways_v, 1);
30739 emit("do-show-vbar", "");
30740 set_int(sbvis_v, 1);
30744 program { name: "vbar_show_notalways";
30745 signal: "elm,action,show_notalways,vbar";
30749 v = get_int(sbalways_v);
30751 set_int(sbalways_v, 0);
30752 v = get_int(sbvis_v);
30754 emit("do-hide-vbar", "");
30755 set_int(sbvis_v, 0);
30760 program { name: "sb_vbar_show";
30761 signal: "do-show-vbar";
30763 action: STATE_SET "default" 0.0;
30764 transition: LINEAR 0.5;
30765 target: "sb_vbar_clip";
30767 program { name: "sb_vbar_hide";
30768 signal: "do-hide-vbar";
30770 action: STATE_SET "hidden" 0.0;
30771 transition: LINEAR 0.5;
30772 target: "sb_vbar_clip";
30775 program { name: "hbar_show";
30776 signal: "elm,action,show,hbar";
30778 action: STATE_SET "default" 0.0;
30779 target: "sb_hbar_clip_master";
30781 program { name: "hbar_hide";
30782 signal: "elm,action,hide,hbar";
30784 action: STATE_SET "hidden" 0.0;
30785 target: "sb_hbar_clip_master";
30787 program { name: "hbar_show_always";
30788 signal: "elm,action,show_always,hbar";
30792 v = get_int(sbvis_h);
30793 v |= get_int(sbalways_h);
30795 set_int(sbalways_h, 1);
30796 emit("do-show-hbar", "");
30797 set_int(sbvis_h, 1);
30801 program { name: "hbar_show_notalways";
30802 signal: "elm,action,show_notalways,hbar";
30806 v = get_int(sbalways_h);
30808 set_int(sbalways_h, 0);
30809 v = get_int(sbvis_h);
30811 emit("do-hide-hbar", "");
30812 set_int(sbvis_h, 0);
30817 program { name: "sb_hbar_show";
30818 signal: "do-show-hbar";
30820 action: STATE_SET "default" 0.0;
30821 transition: LINEAR 0.5;
30822 target: "sb_hbar_clip";
30824 program { name: "sb_hbar_hide";
30825 signal: "do-hide-hbar";
30827 action: STATE_SET "hidden" 0.0;
30828 transition: LINEAR 0.5;
30829 target: "sb_hbar_clip";
30832 program { name: "scroll";
30833 signal: "elm,action,scroll";
30837 v = get_int(sbvis_v);
30838 v |= get_int(sbalways_v);
30840 emit("do-show-vbar", "");
30841 set_int(sbvis_v, 1);
30843 v = get_int(sbvis_h);
30844 v |= get_int(sbalways_h);
30846 emit("do-show-hbar", "");
30847 set_int(sbvis_h, 1);
30849 v = get_int(sbvis_timer);
30850 if (v > 0) cancel_timer(v);
30851 v = timer(1.0, "timer0", 0);
30852 set_int(sbvis_timer, v);
30855 program { name: "go1";
30856 signal: "elm,state,busy,start";
30858 action: STATE_SET "active" 0.0;
30859 transition: SINUSOIDAL 1.0;
30860 target: "busy_clip";
30862 program { name: "go2";
30863 signal: "elm,state,busy,start";
30865 action: STATE_SET "default" 0.0;
30866 transition: LINEAR 0.5;
30870 program { name: "stop1";
30871 signal: "elm,state,busy,stop";
30873 action: STATE_SET "default" 0.0;
30874 transition: SINUSOIDAL 1.0;
30875 target: "busy_clip";
30878 program { name: "stop2";
30879 action: ACTION_STOP;
30885 ///////////////////////////////////////////////////////////////////////////////
30886 group { name: "elm/map/base/default";
30888 public sbvis_v, sbvis_h, sbalways_v, sbalways_h, sbvis_timer;
30889 public timer0(val) {
30891 v = get_int(sbvis_v);
30893 v = get_int(sbalways_v);
30895 emit("do-hide-vbar", "");
30896 set_int(sbvis_v, 0);
30899 v = get_int(sbvis_h);
30901 v = get_int(sbalways_h);
30903 emit("do-hide-hbar", "");
30904 set_int(sbvis_h, 0);
30907 set_int(sbvis_timer, 0);
30912 image: "shelf_inset.png" COMP;
30913 image: "bt_sm_base2.png" COMP;
30914 image: "bt_sm_shine.png" COMP;
30915 image: "bt_sm_hilight.png" COMP;
30916 image: "busy-1.png" COMP;
30917 image: "busy-2.png" COMP;
30918 image: "busy-3.png" COMP;
30919 image: "busy-4.png" COMP;
30920 image: "busy-5.png" COMP;
30921 image: "busy-6.png" COMP;
30922 image: "busy-7.png" COMP;
30923 image: "busy-8.png" COMP;
30924 image: "busy-9.png" COMP;
30929 description { state: "default" 0.0;
30931 rel2.offset: -2 -2;
30932 color: 255 255 255 0;
30935 part { name: "clipper";
30938 description { state: "default" 0.0;
30943 part { name: "elm.swallow.content";
30944 clip_to: "clipper";
30946 description { state: "default" 0.0;
30948 rel2.offset: -2 -2;
30951 part { name: "busy_clip";
30954 description { state: "default" 0.0;
30956 color: 255 255 255 0;
30958 description { state: "active" 0.0;
30960 color: 255 255 255 255;
30963 part { name: "busy";
30964 clip_to: "busy_clip";
30966 description { state: "default" 0.0;
30971 aspect_preference: BOTH;
30981 normal: "busy-9.png";
30982 tween: "busy-1.png";
30983 tween: "busy-2.png";
30984 tween: "busy-3.png";
30985 tween: "busy-4.png";
30986 tween: "busy-5.png";
30987 tween: "busy-6.png";
30988 tween: "busy-7.png";
30989 tween: "busy-8.png";
30993 part { name: "conf_over";
30995 description { state: "default" 0.0;
30997 rel2.offset: -1 -1;
30999 normal: "shelf_inset.png";
31006 part { name: "sb_vbar_clip_master";
31009 description { state: "default" 0.0;
31011 description { state: "hidden" 0.0;
31013 color: 255 255 255 0;
31016 part { name: "sb_vbar_clip";
31017 clip_to: "sb_vbar_clip_master";
31020 description { state: "default" 0.0;
31022 description { state: "hidden" 0.0;
31024 color: 255 255 255 0;
31027 part { name: "sb_vbar";
31030 description { state: "default" 0.0;
31046 part { name: "elm.dragable.vbar";
31047 clip_to: "sb_vbar_clip";
31052 confine: "sb_vbar";
31054 description { state: "default" 0.0;
31069 normal: "bt_sm_base2.png";
31075 part { name: "sb_vbar_over1";
31076 clip_to: "sb_vbar_clip";
31078 description { state: "default" 0.0;
31079 rel1.to: "elm.dragable.vbar";
31080 rel2.relative: 1.0 0.5;
31081 rel2.to: "elm.dragable.vbar";
31083 normal: "bt_sm_hilight.png";
31088 part { name: "sb_vbar_over2";
31089 clip_to: "sb_vbar_clip";
31091 description { state: "default" 0.0;
31092 rel1.to: "elm.dragable.vbar";
31093 rel2.to: "elm.dragable.vbar";
31095 normal: "bt_sm_shine.png";
31101 part { name: "sb_hbar_clip_master";
31104 description { state: "default" 0.0;
31106 description { state: "hidden" 0.0;
31108 color: 255 255 255 0;
31111 part { name: "sb_hbar_clip";
31112 clip_to: "sb_hbar_clip_master";
31115 description { state: "default" 0.0;
31117 description { state: "hidden" 0.0;
31119 color: 255 255 255 0;
31122 part { name: "sb_hbar";
31125 description { state: "default" 0.0;
31141 part { name: "elm.dragable.hbar";
31142 clip_to: "sb_hbar_clip";
31147 confine: "sb_hbar";
31149 description { state: "default" 0.0;
31164 normal: "bt_sm_base2.png";
31170 part { name: "sb_hbar_over1";
31171 clip_to: "sb_hbar_clip";
31173 description { state: "default" 0.0;
31174 rel1.to: "elm.dragable.hbar";
31175 rel2.relative: 1.0 0.5;
31176 rel2.to: "elm.dragable.hbar";
31178 normal: "bt_sm_hilight.png";
31183 part { name: "sb_hbar_over2";
31184 clip_to: "sb_hbar_clip";
31186 description { state: "default" 0.0;
31187 rel1.to: "elm.dragable.hbar";
31188 rel2.to: "elm.dragable.hbar";
31190 normal: "bt_sm_shine.png";
31197 program { name: "load";
31201 set_state(PART:"sb_hbar_clip", "hidden", 0.0);
31202 set_state(PART:"sb_vbar_clip", "hidden", 0.0);
31203 set_int(sbvis_h, 0);
31204 set_int(sbvis_v, 0);
31205 set_int(sbalways_v, 0);
31206 set_int(sbalways_h, 0);
31207 set_int(sbvis_timer, 0);
31211 program { name: "vbar_show";
31212 signal: "elm,action,show,vbar";
31214 action: STATE_SET "default" 0.0;
31215 target: "sb_vbar_clip_master";
31217 program { name: "vbar_hide";
31218 signal: "elm,action,hide,vbar";
31220 action: STATE_SET "hidden" 0.0;
31221 target: "sb_vbar_clip_master";
31223 program { name: "vbar_show_always";
31224 signal: "elm,action,show_always,vbar";
31228 v = get_int(sbvis_v);
31229 v |= get_int(sbalways_v);
31231 set_int(sbalways_v, 1);
31232 emit("do-show-vbar", "");
31233 set_int(sbvis_v, 1);
31237 program { name: "vbar_show_notalways";
31238 signal: "elm,action,show_notalways,vbar";
31242 v = get_int(sbalways_v);
31244 set_int(sbalways_v, 0);
31245 v = get_int(sbvis_v);
31247 emit("do-hide-vbar", "");
31248 set_int(sbvis_v, 0);
31253 program { name: "sb_vbar_show";
31254 signal: "do-show-vbar";
31256 action: STATE_SET "default" 0.0;
31257 transition: LINEAR 0.5;
31258 target: "sb_vbar_clip";
31260 program { name: "sb_vbar_hide";
31261 signal: "do-hide-vbar";
31263 action: STATE_SET "hidden" 0.0;
31264 transition: LINEAR 0.5;
31265 target: "sb_vbar_clip";
31268 program { name: "hbar_show";
31269 signal: "elm,action,show,hbar";
31271 action: STATE_SET "default" 0.0;
31272 target: "sb_hbar_clip_master";
31274 program { name: "hbar_hide";
31275 signal: "elm,action,hide,hbar";
31277 action: STATE_SET "hidden" 0.0;
31278 target: "sb_hbar_clip_master";
31280 program { name: "hbar_show_always";
31281 signal: "elm,action,show_always,hbar";
31285 v = get_int(sbvis_h);
31286 v |= get_int(sbalways_h);
31288 set_int(sbalways_h, 1);
31289 emit("do-show-hbar", "");
31290 set_int(sbvis_h, 1);
31294 program { name: "hbar_show_notalways";
31295 signal: "elm,action,show_notalways,hbar";
31299 v = get_int(sbalways_h);
31301 set_int(sbalways_h, 0);
31302 v = get_int(sbvis_h);
31304 emit("do-hide-hbar", "");
31305 set_int(sbvis_h, 0);
31310 program { name: "sb_hbar_show";
31311 signal: "do-show-hbar";
31313 action: STATE_SET "default" 0.0;
31314 transition: LINEAR 0.5;
31315 target: "sb_hbar_clip";
31317 program { name: "sb_hbar_hide";
31318 signal: "do-hide-hbar";
31320 action: STATE_SET "hidden" 0.0;
31321 transition: LINEAR 0.5;
31322 target: "sb_hbar_clip";
31325 program { name: "scroll";
31326 signal: "elm,action,scroll";
31330 v = get_int(sbvis_v);
31331 v |= get_int(sbalways_v);
31333 emit("do-show-vbar", "");
31334 set_int(sbvis_v, 1);
31336 v = get_int(sbvis_h);
31337 v |= get_int(sbalways_h);
31339 emit("do-show-hbar", "");
31340 set_int(sbvis_h, 1);
31342 v = get_int(sbvis_timer);
31343 if (v > 0) cancel_timer(v);
31344 v = timer(1.0, "timer0", 0);
31345 set_int(sbvis_timer, v);
31348 program { name: "go1";
31349 signal: "elm,state,busy,start";
31351 action: STATE_SET "active" 0.0;
31352 transition: SINUSOIDAL 1.0;
31353 target: "busy_clip";
31355 program { name: "go2";
31356 signal: "elm,state,busy,start";
31358 action: STATE_SET "default" 0.0;
31359 transition: LINEAR 0.5;
31363 program { name: "stop1";
31364 signal: "elm,state,busy,stop";
31366 action: STATE_SET "default" 0.0;
31367 transition: SINUSOIDAL 1.0;
31368 target: "busy_clip";
31371 program { name: "stop2";
31372 action: ACTION_STOP;
31377 group { name: "elm/map/marker/radio/default";
31381 item: size_max_w 58;
31382 item: size_max_h 58;
31385 image: "map_item.png" COMP;
31388 part { name: "whole";
31389 description { state: "default" 0.0;
31392 part { name: "base";
31393 ignore_flags: ON_HOLD;
31394 description { state: "default" 0.0;
31395 image.normal: "map_item.png";
31398 part { name: "elm.icon";
31402 description { state: "default" 0.0;
31403 rel1.relative: 0.27 0.27;
31404 rel2.relative: 0.73 0.73;
31407 part { name: "elm.text";
31409 effect: SOFT_SHADOW;
31412 description { state: "default" 0.0;
31414 color: 224 224 224 255;
31416 rel1.relative: 0.28 0.25;
31417 rel2.relative: 0.75 0.75;
31419 font: "Sans,Edje-Vera";
31428 program { name: "open";
31429 signal: "mouse,clicked,1";
31431 action: SIGNAL_EMIT "open" "elm";
31433 program { name: "bringin";
31434 signal: "mouse,down,1,double";
31436 action: SIGNAL_EMIT "bringin" "elm";
31440 group { name: "elm/map/marker/radio2/default";
31444 item: size_max_w 58;
31445 item: size_max_h 58;
31448 image: "map_item_2.png" COMP;
31451 part { name: "base";
31452 ignore_flags: ON_HOLD;
31453 description { state: "default" 0.0;
31454 image.normal: "map_item_2.png";
31457 part { name: "elm.text";
31459 effect: SOFT_SHADOW;
31462 description { state: "default" 0.0;
31464 color: 224 224 224 255;
31466 rel1.relative: 0.28 0.25;
31467 rel2.relative: 0.75 0.75;
31469 font: "Sans,Edje-Vera";
31478 program { name: "open";
31479 signal: "mouse,clicked,1";
31481 action: SIGNAL_EMIT "open" "elm";
31483 program { name: "bringin";
31484 signal: "mouse,down,1,double";
31486 action: SIGNAL_EMIT "bringin" "elm";
31490 group { name: "elm/map/marker/empty/default";
31494 item: size_max_w 64;
31495 item: size_max_h 64;
31498 part { name: "whole";
31499 description { state: "default" 0.0;
31502 part { name: "base";
31503 ignore_flags: ON_HOLD;
31504 description { state: "default" 0.0;
31507 part { name: "elm.icon";
31511 description { state: "default" 0.0;
31514 part { name: "elm.text";
31516 effect: SOFT_SHADOW;
31519 description { state: "default" 0.0;
31521 color: 224 224 224 255;
31523 rel1.relative: 0.28 0.25;
31524 rel2.relative: 0.75 0.75;
31526 font: "Sans,Edje-Vera";
31535 program { name: "open";
31536 signal: "mouse,clicked,1";
31538 action: SIGNAL_EMIT "open" "elm";
31540 program { name: "bringin";
31541 signal: "mouse,down,1,double";
31543 action: SIGNAL_EMIT "bringin" "elm";
31547 group { name: "elm/map/marker_bubble/default";
31549 image: "bubble.png" COMP;
31550 image: "bubble_shine.png" COMP;
31557 part { name: "clipper";
31559 description { state: "default" 0.0;
31560 color: 255 255 255 0;
31562 description { state: "show" 0.0;
31563 inherit: "default" 0.0;
31564 color: 255 255 255 255;
31567 part { name: "base0";
31569 clip_to: "clipper";
31570 description { state: "default" 0.0;
31572 normal: "bubble.png";
31573 border: 11 36 10 19;
31575 image.middle: SOLID;
31579 part { name: "elm.swallow.content";
31581 clip_to: "clipper";
31582 description { state: "default" 0.0;
31592 part { name: "shine";
31594 clip_to: "clipper";
31595 description { state: "default" 0.0;
31604 normal: "bubble_shine.png";
31612 program { name: "show";
31614 action: STATE_SET "show" 0.0;
31616 transition: ACCELERATE 0.5;
31621 /////////////////////////////////////////////////////////////////////////////
31623 /////////////////////////////////////////////////////////////////////////////
31625 name: "elm/panes/vertical/default";
31627 image: "bt_base1.png" COMP;
31628 image: "bt_base2.png" COMP;
31629 image: "bt_hilight.png" COMP;
31630 image: "bt_shine.png" COMP;
31631 image: "bt_glow.png" COMP;
31632 image: "bt_dis_base.png" COMP;
31633 image: "bt_dis_hilight.png" COMP;
31634 image: "arrow_right.png" COMP;
31635 image: "arrow_left.png" COMP;
31646 state: "default" 0.0;
31654 name: "whole_left";
31659 state: "default" 0.0;
31660 rel2.to_x: "elm.bar";
31661 rel2.relative: 0.0 1.0;
31667 name: "elm.swallow.left";
31669 clip_to: "whole_left";
31672 state: "default" 0.0;
31673 rel1.to: "whole_left";
31674 rel2.to: "whole_left";
31680 name: "whole_right";
31685 state: "default" 0.0;
31686 rel1.to_x: "elm.bar";
31687 rel1.relative: 1.0 0.0;
31693 name: "elm.swallow.right";
31695 clip_to: "whole_right";
31698 state: "default" 0.0;
31699 rel1.to: "whole_right";
31700 rel2.to: "whole_right";
31704 part { name: "elm.bar";
31711 description { state: "default" 0.0;
31714 rel1.relative: 0.0 0.5;
31715 rel2.relative: 1.0 0.5;
31717 normal: "bt_base2.png";
31720 image.middle: SOLID;
31722 description { state: "clicked" 0.0;
31723 inherit: "default" 0.0;
31724 image.normal: "bt_base1.png";
31725 image.middle: SOLID;
31727 description { state: "disabled" 0.0;
31728 inherit: "default" 0.0;
31730 normal: "bt_dis_base.png";
31735 part { name: "over1";
31737 description { state: "default" 0.0;
31738 rel1.to: "elm.bar";
31739 rel2.to: "elm.bar";
31740 rel2.relative: 1.0 0.5;
31742 normal: "bt_hilight.png";
31746 description { state: "disabled" 0.0;
31747 inherit: "default" 0.0;
31749 normal: "bt_dis_hilight.png";
31754 part { name: "over2";
31757 ignore_flags: ON_HOLD;
31758 description { state: "default" 0.0;
31759 rel1.to: "elm.bar";
31760 rel2.to: "elm.bar";
31762 normal: "bt_shine.png";
31766 description { state: "disabled" 0.0;
31767 inherit: "default" 0.0;
31771 part { name: "over3";
31774 description { state: "default" 0.0;
31775 color: 255 255 255 0;
31776 rel1.to: "elm.bar";
31777 rel2.to: "elm.bar";
31779 normal: "bt_glow.png";
31780 border: 12 12 12 12;
31784 description { state: "clicked" 0.0;
31785 inherit: "default" 0.0;
31787 color: 255 255 255 255;
31793 name: "arrow_right";
31795 description { state: "default" 0.0;
31798 color: 255 255 255 0;
31800 rel1.relative: 1.0 0.5;
31801 rel1.to_x: "elm.bar";
31802 rel1.offset: 45/2 -45/2;
31804 rel2.relative: 1.0 0.5;
31805 rel2.to_x: "elm.bar";
31806 rel2.offset: 45/2 45/2;
31808 image.normal: "arrow_right.png";
31812 description { state: "anim_1" 0.0;
31813 inherit: "default" 0.0;
31814 color: 255 255 255 200;
31815 rel1.offset: (45/2 + 10) -45/2;
31816 rel2.offset: (45/2 +10) 45/2;
31818 description { state: "anim_2" 0.0;
31819 inherit: "default" 0.0;
31820 color: 255 255 255 0;
31821 rel1.offset: (45/2 + 20) -45/2;
31822 rel2.offset: (45/2 + 20) 45/2;
31826 name: "arrow_left";
31828 description { state: "default" 0.0;
31831 color: 255 255 255 0;
31833 rel1.relative: 0.0 0.5;
31834 rel1.to_x: "elm.bar";
31835 rel1.offset: -45/2 -45/2;
31837 rel2.relative: 0.0 0.5;
31838 rel2.to_x: "elm.bar";
31839 rel2.offset: -45/2 45/2;
31841 image.normal: "arrow_left.png";
31845 description { state: "anim_1" 0.0;
31846 inherit: "default" 0.0;
31847 color: 255 255 255 200;
31848 rel1.offset: (-45/2 - 10) -45/2;
31849 rel2.offset: (-45/2 - 10) 45/2;
31851 description { state: "anim_2" 0.0;
31852 inherit: "default" 0.0;
31853 color: 255 255 255 0;
31854 rel1.offset: (-45/2 - 20) -45/2;
31855 rel2.offset: (-45/2 - 20) 45/2;
31862 name: "button_click";
31863 signal: "mouse,down,1";
31865 action: SIGNAL_EMIT "elm,action,press" "";
31866 after: "button_click_anim";
31867 after: "arrow_anim_start";
31870 name: "button_click_anim";
31871 action: STATE_SET "clicked" 0.0;
31875 name: "button_unclick";
31876 signal: "mouse,up,1";
31878 action: SIGNAL_EMIT "elm,action,unpress" "";
31879 after: "button_unclick_anim";
31880 after: "arrow_anim_stop";
31883 name: "button_unclick_anim";
31884 action: STATE_SET "default" 0.0;
31888 name: "button_click2";
31889 signal: "mouse,down,1";
31891 action: STATE_SET "clicked" 0.0;
31895 name: "button_unclick2";
31896 signal: "mouse,up,1";
31898 action: STATE_SET "default" 0.0;
31899 transition: DECELERATE 0.5;
31903 name: "button_unclick3";
31904 signal: "mouse,up,1";
31906 action: SIGNAL_EMIT "elm,action,click" "";
31909 name: "button_down_double";
31910 signal: "mouse,down,1,double";
31912 action: SIGNAL_EMIT "elm,action,click,double" "";
31917 name: "arrow_anim_start";
31918 action: STATE_SET "anim_1" 0.0;
31919 target: "arrow_right";
31920 target: "arrow_left";
31921 transition: LINEAR 0.6;
31922 after: "arrow_anim_1";
31925 name: "arrow_anim_1";
31926 action: STATE_SET "anim_2" 0.0;
31927 target: "arrow_right";
31928 target: "arrow_left";
31929 transition: LINEAR 0.6;
31930 after: "arrow_anim_2";
31933 name: "arrow_anim_2";
31934 action: STATE_SET "default" 0.0;
31935 target: "arrow_right";
31936 target: "arrow_left";
31937 after: "arrow_anim_start";
31940 name: "arrow_anim_stop";
31941 action: ACTION_STOP;
31942 target: "arrow_anim_start";
31943 target: "arrow_anim_1";
31944 target: "arrow_anim_2";
31945 after: "arrow_anim_stop_1";
31948 name: "arrow_anim_stop_1";
31949 action: STATE_SET "default" 0.0;
31950 target: "arrow_right";
31951 target: "arrow_left";
31952 transition: DECELERATE 0.4;
31958 name: "elm/panes/horizontal/default";
31960 image: "bt_base1.png" COMP;
31961 image: "bt_base2.png" COMP;
31962 image: "bt_hilight.png" COMP;
31963 image: "bt_shine.png" COMP;
31964 image: "bt_glow.png" COMP;
31965 image: "bt_dis_base.png" COMP;
31966 image: "bt_dis_hilight.png" COMP;
31967 image: "arrow_up.png" COMP;
31968 image: "arrow_down.png" COMP;
31979 state: "default" 0.0;
31987 name: "whole_left";
31992 state: "default" 0.0;
31993 rel2.to_y: "elm.bar";
31994 rel2.relative: 1.0 0.0;
32000 name: "elm.swallow.left";
32002 clip_to: "whole_left";
32005 state: "default" 0.0;
32006 rel1.to: "whole_left";
32007 rel2.to: "whole_left";
32013 name: "whole_right";
32018 state: "default" 0.0;
32019 rel1.to_y: "elm.bar";
32020 rel1.relative: 0.0 1.0;
32026 name: "elm.swallow.right";
32028 clip_to: "whole_right";
32031 state: "default" 0.0;
32032 rel1.to: "whole_right";
32033 rel2.to: "whole_right";
32037 part { name: "elm.bar";
32044 description { state: "default" 0.0;
32047 rel1.relative: 0.5 0.0;
32048 rel2.relative: 0.5 1.0;
32050 normal: "bt_base2.png";
32053 image.middle: SOLID;
32055 description { state: "clicked" 0.0;
32056 inherit: "default" 0.0;
32057 image.normal: "bt_base1.png";
32058 image.middle: SOLID;
32060 description { state: "disabled" 0.0;
32061 inherit: "default" 0.0;
32063 normal: "bt_dis_base.png";
32068 part { name: "over1";
32070 description { state: "default" 0.0;
32071 rel1.to: "elm.bar";
32072 rel2.to: "elm.bar";
32073 rel2.relative: 1.0 0.5;
32075 normal: "bt_hilight.png";
32079 description { state: "disabled" 0.0;
32080 inherit: "default" 0.0;
32082 normal: "bt_dis_hilight.png";
32087 part { name: "over2";
32090 ignore_flags: ON_HOLD;
32091 description { state: "default" 0.0;
32092 rel1.to: "elm.bar";
32093 rel2.to: "elm.bar";
32095 normal: "bt_shine.png";
32099 description { state: "disabled" 0.0;
32100 inherit: "default" 0.0;
32104 part { name: "over3";
32107 description { state: "default" 0.0;
32108 color: 255 255 255 0;
32109 rel1.to: "elm.bar";
32110 rel2.to: "elm.bar";
32112 normal: "bt_glow.png";
32113 border: 12 12 12 12;
32117 description { state: "clicked" 0.0;
32118 inherit: "default" 0.0;
32120 color: 255 255 255 255;
32126 name: "arrow_right";
32128 description { state: "default" 0.0;
32131 color: 255 255 255 0;
32133 rel1.relative: 0.5 1.0;
32134 rel1.to_y: "elm.bar";
32135 rel1.offset: -45/2 45/2;
32137 rel2.relative: 0.5 1.0;
32138 rel2.to_y: "elm.bar";
32139 rel2.offset: 45/2 45/2;
32141 image.normal: "arrow_down.png";
32145 description { state: "anim_1" 0.0;
32146 inherit: "default" 0.0;
32147 color: 255 255 255 200;
32148 rel1.offset: -45/2 (45/2 +10);
32149 rel2.offset: 45/2 (45/2 +10);
32151 description { state: "anim_2" 0.0;
32152 inherit: "default" 0.0;
32153 color: 255 255 255 0;
32154 rel1.offset: -45/2 (45/2 + 20);
32155 rel2.offset: 45/2 (45/2 + 20);
32159 name: "arrow_left";
32161 description { state: "default" 0.0;
32164 color: 255 255 255 0;
32166 rel1.relative: 0.5 0.0;
32167 rel1.to_y: "elm.bar";
32168 rel1.offset: -45/2 -45/2;
32170 rel2.relative: 0.5 0.0;
32171 rel2.to_y: "elm.bar";
32172 rel2.offset: 45/2 -45/2;
32174 image.normal: "arrow_up.png";
32178 description { state: "anim_1" 0.0;
32179 inherit: "default" 0.0;
32180 color: 255 255 255 200;
32181 rel1.offset: -45/2 (-45/2 - 10);
32182 rel2.offset: 45/2 (-45/2 - 10);
32184 description { state: "anim_2" 0.0;
32185 inherit: "default" 0.0;
32186 color: 255 255 255 0;
32187 rel1.offset: -45/2 (-45/2 - 20);
32188 rel2.offset: 45/2 (-45/2 - 20);
32195 name: "button_click";
32196 signal: "mouse,down,1";
32198 action: SIGNAL_EMIT "elm,action,press" "";
32199 after: "button_click_anim";
32200 after: "arrow_anim_start";
32203 name: "button_click_anim";
32204 action: STATE_SET "clicked" 0.0;
32208 name: "button_unclick";
32209 signal: "mouse,up,1";
32211 action: SIGNAL_EMIT "elm,action,unpress" "";
32212 after: "button_unclick_anim";
32213 after: "arrow_anim_stop";
32216 name: "button_unclick_anim";
32217 action: STATE_SET "default" 0.0;
32221 name: "button_click2";
32222 signal: "mouse,down,1";
32224 action: STATE_SET "clicked" 0.0;
32228 name: "button_unclick2";
32229 signal: "mouse,up,1";
32231 action: STATE_SET "default" 0.0;
32232 transition: DECELERATE 0.5;
32236 name: "button_unclick3";
32237 signal: "mouse,up,1";
32239 action: SIGNAL_EMIT "elm,action,click" "";
32242 name: "button_down_double";
32243 signal: "mouse,down,1,double";
32245 action: SIGNAL_EMIT "elm,action,click,double" "";
32250 name: "arrow_anim_start";
32251 action: STATE_SET "anim_1" 0.0;
32252 target: "arrow_right";
32253 target: "arrow_left";
32254 transition: LINEAR 0.6;
32255 after: "arrow_anim_1";
32258 name: "arrow_anim_1";
32259 action: STATE_SET "anim_2" 0.0;
32260 target: "arrow_right";
32261 target: "arrow_left";
32262 transition: LINEAR 0.6;
32263 after: "arrow_anim_2";
32266 name: "arrow_anim_2";
32267 action: STATE_SET "default" 0.0;
32268 target: "arrow_right";
32269 target: "arrow_left";
32270 after: "arrow_anim_start";
32273 name: "arrow_anim_stop";
32274 action: ACTION_STOP;
32275 target: "arrow_anim_start";
32276 target: "arrow_anim_1";
32277 target: "arrow_anim_2";
32278 after: "arrow_anim_stop_1";
32281 name: "arrow_anim_stop_1";
32282 action: STATE_SET "default" 0.0;
32283 target: "arrow_right";
32284 target: "arrow_left";
32285 transition: DECELERATE 0.4;
32292 /////////////////////////////////////////////////////////////////////////////
32294 /////////////////////////////////////////////////////////////////////////////
32296 name: "elm/panel/base/left";
32297 alias: "elm/panel/base/top";
32300 image: "bt_base1.png" COMP;
32301 image: "bt_hilight.png" COMP;
32302 image: "bt_shine.png" COMP;
32303 image: "bt_glow.png" COMP;
32304 image: "bt_dis_base.png" COMP;
32305 image: "icon_arrow_left.png" COMP;
32306 image: "icon_arrow_right.png" COMP;
32309 item: "focus_highlight" "on";
32313 part { name: "focus_highlight";
32314 description { state: "default" 0.0;
32316 color: 255 255 255 0;
32326 normal: "frame_2.png";
32331 description { state: "enabled" 0.0;
32332 inherit: "default" 0.0;
32334 color: 255 255 255 255;
32344 state: "default" 0.0;
32345 color: 255 255 255 0;
32346 rel1.relative: 0.0 0.0;
32348 rel2.relative: 1.0 1.0;
32349 rel2.offset: -1 -1;
32353 state: "hidden" 0.0;
32354 inherit: "default" 0.0;
32355 rel1.relative: -1.0 0.0;
32357 rel2.relative: 0.0 1.0;
32358 rel2.offset: 20 -1;
32368 state: "default" 0.0;
32371 rel2.offset: -20 -1;
32374 normal: "bt_dis_base.png";
32386 state: "default" 0.0;
32401 name: "elm.swallow.content";
32403 clip_to: "clipper";
32406 state: "default" 0.0;
32407 rel1.to: "clipper";
32408 rel2.to: "clipper";
32418 state: "default" 0.0;
32431 normal: "bt_base1.png";
32438 state: "clicked" 0.0;
32439 inherit: "default" 0.0;
32449 state: "default" 0.0;
32458 normal: "bt_hilight.png";
32469 ignore_flags: ON_HOLD;
32472 state: "default" 0.0;
32477 normal: "bt_shine.png";
32490 state: "default" 0.0;
32491 color: 255 255 255 0;
32496 normal: "bt_glow.png";
32497 border: 12 12 12 12;
32503 state: "clicked" 0.0;
32504 inherit: "default" 0.0;
32506 color: 255 255 255 255;
32516 state: "default" 0.0;
32522 image.normal: "icon_arrow_left.png";
32526 state: "hidden" 0.0;
32527 inherit: "default" 0.0;
32528 image.normal: "icon_arrow_right.png";
32537 signal: "elm,action,show";
32539 action: STATE_SET "default" 0.0;
32541 target: "btn_icon";
32542 transition: LINEAR 0.5;
32547 signal: "elm,action,hide";
32549 action: STATE_SET "hidden" 0.0;
32551 target: "btn_icon";
32552 transition: LINEAR 0.5;
32557 signal: "mouse,down,1";
32558 source: "btn_over2";
32559 action: STATE_SET "clicked" 0.0;
32564 name: "btn_unclick";
32565 signal: "mouse,up,1";
32566 source: "btn_over2";
32567 action: STATE_SET "default" 0.0;
32572 name: "btn_click2";
32573 signal: "mouse,down,1";
32574 source: "btn_over3";
32575 action: STATE_SET "clicked" 0.0;
32576 target: "btn_over3";
32580 name: "btn_unclick2";
32581 signal: "mouse,up,1";
32582 source: "btn_over3";
32583 action: STATE_SET "default" 0.0;
32584 transition: DECELERATE 0.5;
32585 target: "btn_over3";
32589 name: "btn_unclick3";
32590 signal: "mouse,clicked,1";
32591 source: "btn_over2";
32592 action: SIGNAL_EMIT "elm,action,panel,toggle" "";
32594 program { name: "highlight_show";
32595 signal: "elm,action,focus_highlight,show";
32597 action: STATE_SET "enabled" 0.0;
32598 transition: ACCELERATE 0.3;
32599 target: "focus_highlight";
32601 program { name: "highlight_hide";
32602 signal: "elm,action,focus_highlight,hide";
32604 action: STATE_SET "default" 0.0;
32605 transition: DECELERATE 0.3;
32606 target: "focus_highlight";
32612 name: "elm/panel/base/right";
32613 alias: "elm/panel/base/bottom";
32616 image: "bt_base1.png" COMP;
32617 image: "bt_hilight.png" COMP;
32618 image: "bt_shine.png" COMP;
32619 image: "bt_glow.png" COMP;
32620 image: "bt_dis_base.png" COMP;
32621 image: "icon_arrow_left.png" COMP;
32622 image: "icon_arrow_right.png" COMP;
32626 part { name: "focus_highlight";
32627 description { state: "default" 0.0;
32629 color: 255 255 255 0;
32639 normal: "frame_2.png";
32644 description { state: "enabled" 0.0;
32645 inherit: "default" 0.0;
32647 color: 255 255 255 255;
32657 state: "default" 0.0;
32658 color: 255 255 255 0;
32659 rel1.relative: 0.0 0.0;
32661 rel2.relative: 1.0 1.0;
32662 rel2.offset: -1 -1;
32666 state: "hidden" 0.0;
32667 inherit: "default" 0.0;
32668 rel1.relative: 1.0 0.0;
32669 rel1.offset: -22 0;
32670 rel2.relative: 2.0 1.0;
32671 rel2.offset: -23 -1;
32681 state: "default" 0.0;
32687 normal: "bt_dis_base.png";
32699 state: "default" 0.0;
32714 name: "elm.swallow.content";
32716 clip_to: "clipper";
32719 state: "default" 0.0;
32720 rel1.to: "clipper";
32721 rel2.to: "clipper";
32731 state: "default" 0.0;
32747 normal: "bt_base1.png";
32754 state: "clicked" 0.0;
32755 inherit: "default" 0.0;
32765 state: "default" 0.0;
32774 normal: "bt_hilight.png";
32785 ignore_flags: ON_HOLD;
32788 state: "default" 0.0;
32793 normal: "bt_shine.png";
32806 state: "default" 0.0;
32807 color: 255 255 255 0;
32812 normal: "bt_glow.png";
32813 border: 12 12 12 12;
32819 state: "clicked" 0.0;
32820 inherit: "default" 0.0;
32822 color: 255 255 255 255;
32832 state: "default" 0.0;
32838 image.normal: "icon_arrow_right.png";
32842 state: "hidden" 0.0;
32843 inherit: "default" 0.0;
32844 image.normal: "icon_arrow_left.png";
32853 signal: "elm,action,show";
32855 action: STATE_SET "default" 0.0;
32857 target: "btn_icon";
32858 transition: LINEAR 0.5;
32863 signal: "elm,action,hide";
32865 action: STATE_SET "hidden" 0.0;
32867 target: "btn_icon";
32868 transition: LINEAR 0.5;
32873 signal: "mouse,down,1";
32874 source: "btn_over2";
32875 action: STATE_SET "clicked" 0.0;
32880 name: "btn_unclick";
32881 signal: "mouse,up,1";
32882 source: "btn_over2";
32883 action: STATE_SET "default" 0.0;
32888 name: "btn_click2";
32889 signal: "mouse,down,1";
32890 source: "btn_over3";
32891 action: STATE_SET "clicked" 0.0;
32892 target: "btn_over3";
32896 name: "btn_unclick2";
32897 signal: "mouse,up,1";
32898 source: "btn_over3";
32899 action: STATE_SET "default" 0.0;
32900 transition: DECELERATE 0.5;
32901 target: "btn_over3";
32905 name: "btn_unclick3";
32906 signal: "mouse,up,1";
32907 source: "btn_over2";
32908 action: SIGNAL_EMIT "elm,action,panel,toggle" "";
32910 program { name: "highlight_show";
32911 signal: "elm,action,focus";
32913 action: STATE_SET "enabled" 0.0;
32914 transition: ACCELERATE 0.3;
32915 target: "focus_highlight";
32917 program { name: "highlight_hide";
32918 signal: "elm,action,unfocus";
32920 action: STATE_SET "default" 0.0;
32921 transition: DECELERATE 0.3;
32922 target: "focus_highlight";
32927 ///////////////////////////////////////////////////////////////////////////////
32928 group { name: "elm/conformant/base/default";
32930 part { name: "elm.swallow.shelf";
32932 description { state: "default" 0.0;
32935 rel2.relative: 1.0 0.0;
32938 part { name: "elm.swallow.content";
32940 description { state: "default" 0.0;
32942 rel1.relative: 0.0 1.0;
32943 rel1.to_y: "elm.swallow.shelf";
32944 rel2.relative: 1.0 0.0;
32945 rel2.to_y: "elm.swallow.panel";
32948 part { name: "elm.swallow.panel";
32950 description { state: "default" 0.0;
32953 rel1.relative: 0.0 1.0;
32959 /////////////////////////////////////////////////////////////////////////////
32961 /////////////////////////////////////////////////////////////////////////////
32963 part { name: "ch_"#_pos".base"; \
32965 description { state: "default" 0.0; \
32967 relative: (_pos % 7 * 7 / 8 / 6) 0; \
32971 relative: (_pos % 7 * 7 / 8 / 6 + 1 / 8) 1; \
32978 part { name: "ch_"#_pos".text"; \
32980 effect: SOFT_SHADOW; \
32983 clip_to: "ch_"#_pos".clipper"; \
32985 state: "default" 0.0; \
32986 rel1.to: "ch_"#_pos".base"; \
32987 rel2.to: "ch_"#_pos".base"; \
32988 color: 0 0 0 255; \
32998 part { name: "ch_"#_pos".clipper"; \
33000 description { state: "default" 0.0; \
33001 rel1.to: "ch_"#_pos".base"; \
33002 rel2.to: "ch_"#_pos".base"; \
33006 #define CIT(_pos) \
33007 part { name: "cit_"#_pos".rect"; \
33009 description { state: "default" 0.0; \
33011 relative: (_pos % 7 * 7 / 8 / 6) \
33012 (_pos / 8 / 5 - _pos % 7 / 8 / 5); \
33016 relative: (_pos % 7 * 7 / 8 / 6 + 1 / 8) \
33017 (_pos / 8 / 5 - _pos % 7 / 8 / 5 + 1 / 8); \
33025 name: "cit_"#_pos".event"; \
33027 repeat_events: 1; \
33029 rel1.to: "cit_"#_pos".rect"; \
33030 rel2.to: "cit_"#_pos".rect"; \
33031 state: "default" 0.0; \
33035 part { name: "cit_"#_pos".shelf"; \
33038 description { state: "default" 0.0; \
33040 to: "cit_"#_pos".bg"; \
33044 to: "cit_"#_pos".bg"; \
33046 color: 200 200 200 255; \
33049 part { name: "cit_"#_pos".hd"; \
33052 description { state: "default" 0.0; \
33054 to: "cit_"#_pos".bg"; \
33058 to: "cit_"#_pos".bg"; \
33061 color: 160 0 0 255; \
33063 description { state: "visible" 0.0; \
33064 inherit: "default" 0.0; \
33069 name: "cit_"#_pos".base_sh"; \
33072 state: "default" 0.0; \
33076 to: "cit_"#_pos".base"; \
33077 relative: 0.0 1.0; \
33081 to: "cit_"#_pos".base"; \
33082 relative: 1.0 1.05; \
33086 normal: "ilist_item_shadow.png"; \
33092 name: "cit_"#_pos".base"; \
33095 state: "default" 0.0; \
33096 rel1.to: "cit_"#_pos".rect"; \
33097 rel2.to: "cit_"#_pos".rect"; \
33098 rel2.offset: -1 -1; \
33100 normal: "ilist_1.png"; \
33106 state: "today" 0.0; \
33107 inherit: "default" 0.0; \
33108 image.normal: "ilist_2.png"; \
33109 color: 240 240 240 255; \
33112 part { name: "cit_"#_pos".bg"; \
33114 description { state: "default" 0.0; \
33116 color: 255 255 255 0; \
33118 to: "cit_"#_pos".rect"; \
33119 relative: 0.0 0.0; \
33122 to: "cit_"#_pos".rect"; \
33123 relative: 1.0 1.0; \
33127 normal: "bt_sm_base1.png"; \
33130 image.middle: SOLID; \
33132 description { state: "selected" 0.0; \
33133 inherit: "default" 0.0; \
33135 color: 255 255 255 255; \
33138 part { name: "cit_"#_pos".text"; \
33140 effect: SOFT_SHADOW; \
33144 state: "default" 0.0; \
33145 rel1.to: "cit_"#_pos".bg"; \
33146 rel2.to: "cit_"#_pos".bg"; \
33147 color: 0 0 0 255; \
33156 description { state: "selected" 0.0; \
33157 inherit: "default" 0.0; \
33158 color: 224 224 224 255; \
33159 color3: 0 0 0 64; \
33162 part { name: "cit_"#_pos".fg1"; \
33164 description { state: "default" 0.0; \
33166 color: 255 255 255 0; \
33167 rel1.to: "cit_"#_pos".bg"; \
33168 rel2.relative: 1.0 0.5; \
33169 rel2.to: "cit_"#_pos".bg"; \
33171 normal: "bt_sm_hilight.png"; \
33175 description { state: "selected" 0.0; \
33176 inherit: "default" 0.0; \
33178 color: 255 255 255 255; \
33181 part { name: "cit_"#_pos".fg2"; \
33183 description { state: "default" 0.0; \
33185 color: 255 255 255 0; \
33186 rel1.to: "cit_"#_pos".bg"; \
33187 rel2.to: "cit_"#_pos".bg"; \
33189 normal: "bt_sm_shine.png"; \
33193 description { state: "selected" 0.0; \
33194 inherit: "default" 0.0; \
33196 color: 255 255 255 255; \
33199 part { name: "cit_"#_pos".check"; \
33201 description { state: "default" 0.0; \
33203 to: "cit_"#_pos".bg"; \
33204 relative: 0.7 0.6; \
33208 to: "cit_"#_pos".bg"; \
33209 relative: 1.1 1.2; \
33214 color: 255 0 0 255; \
33215 image.normal: "check.png"; \
33217 description { state: "visible" 0.0; \
33218 inherit: "default" 0.0; \
33224 name: "cit_"#_pos".go_active"; \
33225 signal: "cit_"#_pos",selected"; \
33227 action: STATE_SET "selected" 0.0; \
33228 target: "cit_"#_pos".bg"; \
33229 target: "cit_"#_pos".fg1"; \
33230 target: "cit_"#_pos".fg2"; \
33231 target: "cit_"#_pos".text"; \
33234 name: "cit_"#_pos".go_passive"; \
33235 signal: "cit_"#_pos",unselected"; \
33237 action: STATE_SET "default" 0.0; \
33238 target: "cit_"#_pos".bg"; \
33239 target: "cit_"#_pos".fg1"; \
33240 target: "cit_"#_pos".fg2"; \
33241 target: "cit_"#_pos".text"; \
33244 name: "cit_"#_pos".is_today"; \
33245 signal: "cit_"#_pos",today"; \
33247 action: STATE_SET "today" 0.0; \
33248 target: "cit_"#_pos".base"; \
33251 name: "cit_"#_pos".not_today"; \
33252 signal: "cit_"#_pos",not_today"; \
33254 action: STATE_SET "default" 0.0; \
33255 target: "cit_"#_pos".base"; \
33258 source: "cit_"#_pos".clicked"; \
33259 signal: "mouse,clicked,1"; \
33260 source: "cit_"#_pos".event"; \
33261 action: SIGNAL_EMIT "elm,action,selected" #_pos; \
33264 name: "cit_"#_pos".clear"; \
33265 signal: "cit_"#_pos",clear"; \
33267 action: STATE_SET "default" 0.0; \
33268 target: "cit_"#_pos".check"; \
33269 target: "cit_"#_pos".hd"; \
33272 name: "cit_"#_pos".checked"; \
33273 signal: "cit_"#_pos",checked"; \
33275 action: STATE_SET "visible" 0.0; \
33276 target: "cit_"#_pos".check"; \
33279 name: "cit_"#_pos".holiday"; \
33280 signal: "cit_"#_pos",holiday"; \
33282 action: STATE_SET "visible" 0.0; \
33283 target: "cit_"#_pos".hd"; \
33287 group { name: "elm/calendar/base/default";
33289 image: "shelf_inset.png" COMP;
33290 image: "bt_base1.png" COMP;
33291 image: "bt_hilight.png" COMP;
33292 image: "bt_shine.png" COMP;
33293 image: "bt_glow.png" COMP;
33294 image: "bt_dis_base.png" COMP;
33295 image: "bt_dis_hilight.png" COMP;
33296 image: "sp_bt_l.png" COMP;
33297 image: "sp_bt_r.png" COMP;
33298 image: "bt_sm_base1.png" COMP;
33299 image: "bt_sm_shine.png" COMP;
33300 image: "bt_sm_hilight.png" COMP;
33301 image: "ilist_1.png" COMP;
33302 image: "ilist_2.png" COMP;
33303 image: "ilist_item_shadow.png" COMP;
33304 image: "check.png" COMP;
33309 description { state: "default" 0.0;
33312 rel2.offset: -2 -2;
33313 color: 255 255 255 0;
33317 part { name: "spinner-base";
33320 description { state: "default" 0.0;
33326 rel2.offset: -7 -7;
33327 color: 255 255 255 0;
33331 part { name: "conf_over_spinner";
33333 description { state: "default" 0.0;
33334 rel1.to: "spinner-base";
33335 rel1.offset: -3 -3;
33336 rel2.to: "spinner-base";
33339 normal: "shelf_inset.png";
33346 part { name: "table-base";
33349 description { state: "default" 0.0;
33352 rel1.to_y: "spinner-base";
33354 rel1.relative: 0 1;
33356 rel2.offset: -7 -7;
33357 color: 255 255 255 0;
33360 part { name: "conf_over_table";
33362 description { state: "default" 0.0;
33363 rel1.to: "table-base";
33364 rel1.offset: -3 -3;
33365 rel2.to: "table-base";
33368 normal: "shelf_inset.png";
33375 part { name: "header";
33378 description { state: "default" 0.0;
33379 rel1.to: "table-base";
33380 rel1.relative: 0 0;
33381 rel2.to: "table-base";
33382 rel2.relative: 1 0.1;
33383 color: 255 255 255 0;
33386 part { name: "base";
33389 description { state: "default" 0.0;
33390 rel1.to_x: "table-base";
33391 rel1.to_y: "header";
33392 rel1.relative: 0 1;
33394 rel2.to: "table-base";
33396 color: 255 255 255 0;
33399 part { name: "left_bt";
33401 description { state: "default" 0.0;
33402 rel1 { to: "spinner-base";
33405 rel2 { to: "spinner-base";
33413 normal: "bt_base1.png";
33418 description { state: "clicked" 0.0;
33419 inherit: "default" 0.0;
33420 image.normal: "bt_base1.png";
33421 image.middle: SOLID;
33424 part { name: "left_over1";
33426 description { state: "default" 0.0;
33427 rel1.to: "left_bt";
33428 rel2 { to: "left_bt";
33432 normal: "bt_hilight.png";
33437 part { name: "left_over2";
33440 description { state: "default" 0.0;
33441 rel1.to: "left_bt";
33442 rel2.to: "left_bt";
33444 normal: "bt_shine.png";
33449 part { name: "left_over3";
33452 description { state: "default" 0.0;
33453 color: 255 255 255 0;
33454 rel1.to: "left_bt";
33455 rel2.to: "left_bt";
33457 normal: "bt_glow.png";
33458 border: 12 12 12 12;
33462 description { state: "clicked" 0.0;
33463 inherit: "default" 0.0;
33465 color: 255 255 255 255;
33468 part { name: "right_bt";
33470 description { state: "default" 0.0;
33471 rel1 { to: "spinner-base";
33474 rel2 { to: "spinner-base";
33482 normal: "bt_base1.png";
33487 description { state: "clicked" 0.0;
33488 inherit: "default" 0.0;
33489 image.normal: "bt_base1.png";
33490 image.middle: SOLID;
33493 part { name: "right_over1";
33495 description { state: "default" 0.0;
33496 rel1.to: "right_bt";
33497 rel2 { to: "right_bt";
33501 normal: "bt_hilight.png";
33506 part { name: "right_over2";
33509 description { state: "default" 0.0;
33510 rel1.to: "right_bt";
33511 rel2.to: "right_bt";
33513 normal: "bt_shine.png";
33518 part { name: "right_over3";
33521 description { state: "default" 0.0;
33522 color: 255 255 255 0;
33523 rel1.to: "right_bt";
33524 rel2.to: "right_bt";
33526 normal: "bt_glow.png";
33527 border: 12 12 12 12;
33531 description { state: "clicked" 0.0;
33532 inherit: "default" 0.0;
33534 color: 255 255 255 255;
33537 part { name: "left_bt_icon";
33539 description { state: "default" 0.0;
33540 rel1.to: "left_bt";
33541 rel2.to: "left_bt";
33545 image.normal: "sp_bt_l.png";
33548 part { name: "right_bt_icon";
33550 description { state: "default" 0.0;
33551 rel1.to: "right_bt";
33552 rel2.to: "right_bt";
33556 image.normal: "sp_bt_r.png";
33559 part { name: "month_text";
33563 description { state: "default" 0.0;
33566 rel1 { relative: 1.0 0.0;
33569 to_y: "spinner-base";
33571 rel2 { relative: 0.0 1.0;
33574 to_y: "spinner-base";
33578 font: "Sans,Edje-Vera";
33585 CH(0) CH(1) CH(2) CH(3) CH(4) CH(5) CH(6)
33586 CIT(0) CIT(1) CIT(2) CIT(3) CIT(4) CIT(5) CIT(6)
33587 CIT(7) CIT(8) CIT(9) CIT(10) CIT(11) CIT(12) CIT(13)
33588 CIT(14) CIT(15) CIT(16) CIT(17) CIT(18) CIT(19) CIT(20)
33589 CIT(21) CIT(22) CIT(23) CIT(24) CIT(25) CIT(26) CIT(27)
33590 CIT(28) CIT(29) CIT(30) CIT(31) CIT(32) CIT(33) CIT(34)
33591 CIT(35) CIT(36) CIT(37) CIT(38) CIT(39) CIT(40) CIT(41)
33594 program { name: "dec_start";
33595 signal: "mouse,down,1";
33597 action: SIGNAL_EMIT "elm,action,decrement,start" "";
33599 program { name: "dec_stop";
33600 signal: "mouse,up,1";
33602 action: SIGNAL_EMIT "elm,action,stop" "";
33604 program { name: "inc_start";
33605 signal: "mouse,down,1";
33606 source: "right_bt";
33607 action: SIGNAL_EMIT "elm,action,increment,start" "";
33609 program { name: "inc_stop";
33610 signal: "mouse,up,1";
33611 source: "right_bt";
33612 action: SIGNAL_EMIT "elm,action,stop" "";
33615 name: "left_bt_click";
33616 signal: "mouse,down,1";
33617 source: "left_over2";
33618 action: STATE_SET "clicked" 0.0;
33622 name: "left_bt_unclick";
33623 signal: "mouse,up,1";
33624 source: "left_over2";
33625 action: STATE_SET "default" 0.0;
33629 name: "left_bt_click2";
33630 signal: "mouse,down,1";
33631 source: "left_over3";
33632 action: STATE_SET "clicked" 0.0;
33633 target: "left_over3";
33636 name: "left_bt_unclick2";
33637 signal: "mouse,up,1";
33638 source: "left_over3";
33639 action: STATE_SET "default" 0.0;
33640 transition: DECELERATE 0.5;
33641 target: "left_over3";
33644 name: "right_bt_click";
33645 signal: "mouse,down,1";
33646 source: "right_over2";
33647 action: STATE_SET "clicked" 0.0;
33648 target: "right_bt";
33651 name: "right_bt_unclick";
33652 signal: "mouse,up,1";
33653 source: "right_over2";
33654 action: STATE_SET "default" 0.0;
33655 target: "right_bt";
33658 name: "right_bt_click2";
33659 signal: "mouse,down,1";
33660 source: "right_over3";
33661 action: STATE_SET "clicked" 0.0;
33662 target: "right_over3";
33665 name: "right_bt_unclick2";
33666 signal: "mouse,up,1";
33667 source: "right_over3";
33668 action: STATE_SET "default" 0.0;
33669 transition: DECELERATE 0.5;
33670 target: "right_over3";
33678 ////////////////////////////////////////////////////////////////////////////////
33680 ////////////////////////////////////////////////////////////////////////////////
33681 group { name: "elm/colorselector/bg/default";
33683 part { name: "elm.colorbar_0";
33686 description { state: "default" 0.0;
33688 rel1.relative: 0.0 0.00653594771;
33689 rel2.relative: 1.0 0.254901961;
33692 part { name: "elm.colorbar_1";
33695 description { state: "default" 0.0;
33697 rel1.relative: 0.0 0.254901961;
33698 rel2.relative: 1.0 0.503267974;
33701 part { name: "elm.colorbar_2";
33704 description { state: "default" 0.0;
33706 rel1.relative: 0.0 0.503267974;
33707 rel2.relative: 1.0 0.751633987;
33710 part { name: "elm.colorbar_3";
33713 description { state: "default" 0.0;
33715 rel1.relative: 0.0 0.751633987;
33716 rel2.relative: 1.0 1.0;
33722 group { name: "elm/colorselector/base/default";
33724 part { name: "elm.bar_bg";
33727 description { state: "default" 0.0;
33731 to_x: "elm.arrow_bg";
33732 to_y: "elm.arrow_icon";
33736 relative: 1.0 0.83;
33737 to_x: "elm.arrow_bg";
33742 part { name: "elm.bar";
33745 description { state: "default" 0.0;
33746 rel1.to: "elm.bar_bg";
33747 rel2.to: "elm.bar_bg";
33750 part { name: "elm.arrow_bg";
33753 description { state: "default" 0.0;
33755 relative: 1.0 0.17;
33757 to_x: "elm.l_button";
33760 relative: 0.0 0.83;
33762 to_x: "elm.r_button";
33766 part { name: "elm.arrow";
33770 description { state: "default" 0.0;
33775 to_x: "elm.arrow_bg";
33778 relative: 0.0 0.17;
33779 to_x: "elm.arrow_bg";
33785 confine: "elm.arrow_bg";
33790 part { name: "elm.arrow_icon";
33793 description { state: "default" 0.0;
33808 part { name: "event";
33811 description { state: "default" 0.0;
33813 to: "elm.arrow_icon";
33816 to_x: "elm.arrow_icon";
33817 to_y: "elm.arrow_bg";
33823 events: "elm.arrow";
33826 part { name: "elm.l_button";
33830 description { state: "default" 0.0;
33835 to_y: "elm.bar_bg";
33839 to_y: "elm.bar_bg";
33844 part { name: "elm.r_button";
33849 state: "default" 0.0;
33854 to_y: "elm.bar_bg";
33858 to_y: "elm.bar_bg";
33866 group{ name: "elm/colorselector/image/colorbar_0";
33868 image: "color_picker_color.png" COMP;
33871 part { name: "colorbar_0_image";
33874 description { state: "default" 0.0;
33875 rel2.offset: -1 -1;
33876 image.normal: "color_picker_color.png";
33882 group { name: "elm/colorselector/image/colorbar_1";
33884 image: "color_picker_opacity.png" COMP;
33887 part { name: "colorbar_1_image";
33890 description { state: "default" 0.0;
33891 rel2.offset: -1 -1;
33892 image.normal: "color_picker_opacity.png";
33898 group { name: "elm/colorselector/image/colorbar_2";
33900 image: "color_picker_brightness.png" COMP;
33903 part { name: "colorbar_2_image";
33906 description { state: "default" 0.0;
33907 rel2.offset: -1 -1;
33908 image.normal: "color_picker_brightness.png";
33914 group { name: "elm/colorselector/image/colorbar_3";
33916 image: "color_picker_alpha.png" COMP;
33919 part { name: "colorbar_3_image";
33922 description { state: "default" 0.0;
33923 rel2.offset: -1 -1;
33924 image.normal: "color_picker_alpha.png";
33930 group { name: "elm/colorselector/bg_image/colorbar_3";
33932 image: "color_picker_alpha_bg.png" COMP;
33935 part { name: "colorbar_3_image";
33938 description { state: "default" 0.0;
33939 rel2.offset: -1 -1;
33940 image.normal: "color_picker_alpha_bg.png";
33946 group { name: "elm/colorselector/image/updown";
33948 image: "icon_arrow_down.png" COMP;
33954 description { state: "default" 0.0;
33958 part { name: "arrow_image";
33961 description { state: "default" 0.0;
33962 image.normal: "icon_arrow_down.png";
33968 group { name: "elm/colorselector/button/left";
33970 image: "bt_base1.png" COMP;
33971 image: "bt_shine.png" COMP;
33972 image: "sp_bt_l.png" COMP;
33975 part { name: "button_image";
33977 description { state: "default" 0.0;
33978 image.normal: "bt_base1.png";
33979 image.border: 6 6 6 6;
33980 image.middle: SOLID;
33983 description { state: "clicked" 0.0;
33984 inherit: "default" 0.0;
33985 image.normal: "bt_shine.png";
33986 image.border: 6 6 6 6;
33987 image.middle: SOLID;
33990 part { name: "btn_over";
33993 description { state: "default" 0.0;
33994 rel1.to: "button_image";
33997 to: "button_image";
34000 normal: "bt_hilight.png";
34005 part { name: "btn_over2";
34009 ignore_flags: ON_HOLD;
34010 description { state: "default" 0.0;
34011 rel1.to: "button_image";
34012 rel2.to: "button_image";
34014 normal: "bt_shine.png";
34019 part { name: "focus_image";
34021 description { state: "default" 0.0;
34022 color: 255 255 255 0;
34023 rel1.to: "button_image";
34024 rel2.to: "button_image";
34026 normal: "bt_glow.png";
34027 border: 12 12 12 12;
34032 description { state: "clicked" 0.0;
34033 inherit: "default" 0.0;
34035 color: 255 255 255 255;
34038 part { name: "left_arrow";
34040 description { state: "default" 0.0;
34043 image.normal: "sp_bt_l.png";
34050 name: "button_down";
34051 signal: "elm,state,left,button,down";
34052 source: "left_button";
34053 action: STATE_SET "clicked" 0.0;
34054 target: "button_image";
34055 target: "focus_image";
34059 signal: "elm,state,left,button,up";
34060 source: "left_button";
34061 action: STATE_SET "default" 0.0;
34062 target: "button_image";
34063 target: "focus_image";
34068 group { name: "elm/colorselector/button/right";
34070 image: "bt_base1.png" COMP;
34071 image: "bt_shine.png" COMP;
34072 image: "sp_bt_r.png" COMP;
34075 part { name: "button_image";
34077 description { state: "default" 0.0;
34078 image.normal: "bt_base1.png";
34079 image.border: 6 6 6 6;
34080 image.middle: SOLID;
34083 description { state: "clicked" 0.0;
34084 inherit: "default" 0.0;
34085 image.normal: "bt_shine.png";
34086 image.border: 6 6 6 6;
34087 image.middle: SOLID;
34090 part { name: "btn_over";
34093 description { state: "default" 0.0;
34094 rel1.to: "button_image";
34097 to: "button_image";
34100 normal: "bt_hilight.png";
34105 part { name: "btn_over2";
34109 ignore_flags: ON_HOLD;
34110 description { state: "default" 0.0;
34111 rel1.to: "button_image";
34112 rel2.to: "button_image";
34114 normal: "bt_shine.png";
34119 part { name: "focus_image";
34121 description { state: "default" 0.0;
34122 color: 255 255 255 0;
34123 rel1.to: "button_image";
34124 rel2.to: "button_image";
34126 normal: "bt_glow.png";
34127 border: 12 12 12 12;
34132 description { state: "clicked" 0.0;
34133 inherit: "default" 0.0;
34135 color: 255 255 255 255;
34138 part { name: "right_arrow";
34140 description { state: "default" 0.0;
34143 image.normal: "sp_bt_r.png";
34150 name: "button_down";
34151 signal: "elm,state,right,button,down";
34152 source: "right_button";
34153 action: STATE_SET "clicked" 0.0;
34154 target: "button_image";
34155 target: "focus_image";
34159 signal: "elm,state,right,button,up";
34160 source: "right_button";
34161 action: STATE_SET "default" 0.0;
34162 target: "button_image";
34163 target: "focus_image";
34168 ///////////////////////////////////////////////////////////////////////////////
34169 #define FLIP_PICKER_MAX_LEN (50)
34170 #define FLIP_PICKER_MAX_LEN_STR "50"
34172 group { name: "elm/flipselector/base/default";
34174 image: "flip_base.png" COMP;
34175 image: "flip_base_shad.png" COMP;
34176 image: "flip_shad.png" COMP;
34177 image: "arrow_up.png" COMP;
34178 image: "arrow_down.png" COMP;
34179 image: "flip_t.png" COMP;
34180 image: "flip_b.png" COMP;
34184 item: "max_len" FLIP_PICKER_MAX_LEN_STR;
34187 //FIXME: quick successive clicks on, say, up, lead to nastiness
34189 public cur, prev, next, lock;
34191 public animator_bottom_down(val, Float:pos) {
34192 new tmp[FLIP_PICKER_MAX_LEN];
34194 set_tween_state(PART:"bottom", pos, "shrink", 0.0, "default", 0.0);
34195 set_tween_state(PART:"bottom_sheet", pos, "shrink", 0.0, "default",
34197 set_tween_state(PART:"shadow", pos, "half", 0.0, "full",
34201 set_state(PART:"shadow", "default", 0.0);
34204 fetch_str(next, 0, tmp, FLIP_PICKER_MAX_LEN);
34205 if (strncmp(tmp, "", FLIP_PICKER_MAX_LEN) != 0) {
34206 replace_str(next, 0, "");
34207 message(MSG_STRING, 1, tmp);
34212 public animator_top_down(val, Float:pos) {
34213 set_tween_state(PART:"top", pos, "default", 0.0, "shrink", 0.0);
34214 set_tween_state(PART:"top_sheet", pos, "default", 0.0, "shrink",
34216 set_tween_state(PART:"shadow", pos, "default", 0.0, "half",
34220 anim(0.2, "animator_bottom_down", val);
34223 public animator_bottom_up(val, Float:pos) {
34224 set_tween_state(PART:"bottom", pos, "default", 0.0, "shrink", 0.0);
34225 set_tween_state(PART:"bottom_sheet", pos, "default", 0.0, "shrink",
34227 set_tween_state(PART:"shadow", pos, "full", 0.0, "half",
34231 anim(0.2, "animator_top_up", val);
34234 public animator_top_up(val, Float:pos) {
34235 new tmp[FLIP_PICKER_MAX_LEN];
34237 set_tween_state(PART:"top", pos, "shrink", 0.0, "default", 0.0);
34238 set_tween_state(PART:"top_sheet", pos, "shrink", 0.0, "default",
34240 set_tween_state(PART:"shadow", pos, "half", 0.0, "default",
34244 set_state(PART:"shadow", "default", 0.0);
34247 fetch_str(next, 0, tmp, FLIP_PICKER_MAX_LEN);
34248 if (strncmp(tmp, "", FLIP_PICKER_MAX_LEN) != 0) {
34249 replace_str(next, 0, "");
34250 message(MSG_STRING, 2, tmp);
34255 public message(Msg_Type:type, id, ...) {
34257 if ((type == MSG_STRING) && (id == 1)) {
34258 new value[FLIP_PICKER_MAX_LEN], tmp[FLIP_PICKER_MAX_LEN];
34260 snprintf(value, FLIP_PICKER_MAX_LEN, "%s", getarg(2));
34262 if (get_int(lock) == 1) {
34263 replace_str(next, 0, value);
34267 fetch_str(cur, 0, tmp, FLIP_PICKER_MAX_LEN);
34269 set_text(PART:"bottom_b", tmp);
34271 set_state(PART:"top", "shrink", 0.0);
34272 set_text(PART:"top", tmp);
34273 set_state(PART:"top", "default", 0.0);
34274 set_text(PART:"top", tmp);
34276 replace_str(prev, 0, tmp);
34278 set_state(PART:"bottom", "default", 0.0);
34279 set_text(PART:"bottom", value);
34280 set_state(PART:"bottom", "shrink", 0.0);
34281 set_text(PART:"bottom", value);
34283 set_text(PART:"top_b", value);
34285 replace_str(cur, 0, value);
34287 set_state(PART:"bottom_sheet", "shrink", 0.0);
34288 set_state(PART:"top_sheet", "default", 0.0);
34291 set_state(PART:"shadow", "default", 0.0);
34292 anim(0.2, "animator_top_down", 1);
34296 if ((type == MSG_STRING) && (id == 2)) {
34297 new value[FLIP_PICKER_MAX_LEN], tmp[FLIP_PICKER_MAX_LEN];
34299 snprintf(value, FLIP_PICKER_MAX_LEN, "%s", getarg(2));
34301 if (get_int(lock) == 1) {
34302 replace_str(next, 0, value);
34306 fetch_str(cur, 0, tmp, FLIP_PICKER_MAX_LEN);
34308 set_text(PART:"top_b", tmp);
34310 set_state(PART:"bottom", "shrink", 0.0);
34311 set_text(PART:"bottom", tmp);
34312 set_state(PART:"bottom", "default", 0.0);
34313 set_text(PART:"bottom", tmp);
34315 replace_str(prev, 0, tmp);
34317 set_state(PART:"top", "default", 0.0);
34318 set_text(PART:"top", value);
34319 set_state(PART:"top", "shrink", 0.0);
34320 set_text(PART:"top", value);
34322 set_text(PART:"bottom_b", value);
34324 replace_str(cur, 0, value);
34326 set_state(PART:"bottom_sheet", "default", 0.0);
34327 set_state(PART:"top_sheet", "shrink", 0.0);
34330 set_state(PART:"shadow", "full", 0.0);
34331 anim(0.2, "animator_bottom_up", 1);
34337 part { name: "shad";
34339 description { state: "default" 0.0;
34340 rel1.offset: -4 -4;
34345 normal: "flip_base_shad.png";
34351 part { name: "base";
34353 description { state: "default" 0.0;
34355 rel2.offset: -5 -5;
34357 image.normal: "flip_base.png";
34364 description { state: "default" 0.0;
34366 rel1.relative: 0.0 0.5;
34370 description { state: "hidden" 0.0;
34371 inherit: "default" 0.0;
34379 description { state: "default" 0.0;
34382 rel2.relative: 1.0 0.5;
34385 description { state: "hidden" 0.0;
34386 inherit: "default" 0.0;
34391 part { name: "bottom_sheet_static";
34393 description { state: "default" 0.0;
34397 image.normal: "flip_b.png";
34401 part { name: "bottom_b";
34403 clip_to: "bottom_clipper";
34406 description { state: "default" 0.0;
34412 font: "Sans:style=Bold,Edje-Vera-Bold";
34420 part { name: "shadow";
34422 description { state: "default" 0.0;
34425 rel2.relative: 1.0 0.0;
34426 image.normal: "flip_shad.png";
34428 description { state: "half" 0.0;
34429 inherit: "default" 0.0;
34430 rel2.relative: 1.0 0.5;
34432 description { state: "full" 0.0;
34433 inherit: "default" 0.0;
34434 rel2.relative: 1.0 1.0;
34438 part { name: "bottom_sheet";
34440 description { state: "default" 0.0;
34444 image.normal: "flip_b.png";
34446 description { state: "shrink" 0.0;
34447 inherit: "default" 0.0;
34449 rel2.relative: 1.0 0.0;
34453 part { name: "bottom";
34455 clip_to: "bottom_clipper";
34458 description { state: "default" 0.0;
34464 font: "Sans:style=Bold,Edje-Vera-Bold";
34470 description { state: "shrink" 0.0;
34471 inherit: "default" 0.0;
34472 color: 128 128 128 255;
34474 rel2.relative: 1.0 0.5; /* FIXME: same visual effect? --> MAP! */
34478 part { name: "top_sheet_static";
34480 description { state: "default" 0.0;
34484 image.normal: "flip_t.png";
34488 part { name: "top_b";
34490 clip_to: "top_clipper";
34493 description { state: "default" 0.0;
34499 font: "Sans:style=Bold,Edje-Vera-Bold";
34508 part { name: "top_sheet";
34510 description { state: "default" 0.0;
34514 image.normal: "flip_t.png";
34516 description { state: "shrink" 0.0;
34517 inherit: "default" 0.0;
34518 color: 128 128 128 255;
34520 rel1.relative: 0.0 1.0;
34524 part { name: "top";
34526 clip_to: "top_clipper";
34529 description { state: "default" 0.0;
34535 font: "Sans:style=Bold,Edje-Vera-Bold";
34541 description { state: "shrink" 0.0;
34542 inherit: "default" 0.0;
34544 rel1.relative: 0.0 0.5;
34548 part { name: "arrow_top";
34551 description { state: "default" 0.0;
34557 image.normal: "arrow_up.png";
34559 description { state: "hidden" 0.0;
34560 inherit: "default" 0.0;
34564 part { name: "arrow_bottom";
34567 description { state: "default" 0.0;
34573 image.normal: "arrow_down.png";
34575 description { state: "hidden" 0.0;
34576 inherit: "default" 0.0;
34584 name: "top_clipper";
34586 state: "default" 0.0;
34596 name: "bottom_clipper";
34598 state: "default" 0.0;
34607 program { name: "load";
34611 append_str(cur, "");
34612 append_str(prev, "");
34613 append_str(next, "");
34618 program { name: "hide_arrows";
34619 signal: "elm,state,button,hidden";
34621 action: STATE_SET "hidden" 0.0;
34622 target: "arrow_top";
34623 target: "arrow_bottom";
34628 program { name: "show_arrows";
34629 signal: "elm,state,button,visible";
34631 action: STATE_SET "default" 0.0;
34632 target: "arrow_top";
34633 target: "arrow_bottom";
34638 program { name: "up";
34639 signal: "mouse,down,1";
34641 action: SIGNAL_EMIT "elm,action,up,start" "";
34643 program { name: "up,stop";
34644 signal: "mouse,up,1";
34646 action: SIGNAL_EMIT "elm,action,up,stop" "";
34648 program { name: "down";
34649 signal: "mouse,down,1";
34651 action: SIGNAL_EMIT "elm,action,down,start" "";
34653 program { name: "down,stop";
34654 signal: "mouse,up,1";
34656 action: SIGNAL_EMIT "elm,action,down,stop" "";
34661 ////////////////////////////////////////////////////////////////////////////////
34663 ////////////////////////////////////////////////////////////////////////////////
34664 group { name: "elm/diskselector/base/default";
34666 image: "bar_shine.png" COMP;
34673 description { state: "default" 0.0;
34677 part { name: "shine_left";
34679 description { state: "default" 0.0;
34681 rel1.relative: -0.1 0;
34683 rel2.relative: 0.1 1;
34684 image.normal: "bar_shine.png";
34685 color: 255 255 255 120;
34688 part { name: "shine_center";
34690 description { state: "default" 0.0;
34692 rel1.relative: 0.2 0;
34694 rel2.relative: 0.8 1;
34695 image.normal: "bar_shine.png";
34696 color: 255 255 255 180;
34699 part { name: "shine_right";
34701 description { state: "default" 0.0;
34703 rel1.relative: 0.9 0;
34705 rel2.relative: 1.1 1;
34706 image.normal: "bar_shine.png";
34707 color: 255 255 255 120;
34710 part { name: "clipper";
34713 description { state: "default" 0.0;
34717 rel2.offset: -3 -3;
34720 part { name: "elm.swallow.content";
34721 clip_to: "clipper";
34723 description { state: "default" 0.0;
34731 group { name: "elm/diskselector/item/default";
34734 item: "len_threshold" "14";
34738 part { name: "elm.swallow.icon";
34740 description { state: "default" 0.0;
34752 description { state: "show" 0.0;
34753 inherit: "default" 0.0;
34755 description { state: "default_small" 0.0;
34756 inherit: "default" 0.0;
34757 rel1.relative: 0 0.2;
34758 rel2.relative: 0 0.8;
34760 description { state: "left_side" 0.0;
34761 inherit: "default" 0.0;
34762 rel1.relative: 0 0.2;
34763 rel2.relative: 0 0.8;
34764 color: 255 255 255 160;
34766 description { state: "right_side" 0.0;
34767 inherit: "left_side" 0.0;
34768 rel1.relative: 0.4 0.2;
34769 rel2.relative: 0.4 0.8;
34770 color: 255 255 255 160;
34773 part { name: "elm.text";
34777 description { state: "default" 0.0;
34778 rel1.relative: 1 0.0;
34779 rel1.to_x: "elm.swallow.icon";
34780 rel2.relative: 1.0 1.0;
34781 color: 255 255 255 255;
34784 font: "Sans,Edje-Vera";
34790 description { state: "show" 0.0;
34791 inherit: "default" 0.0;
34794 description { state: "default_small" 0.0;
34795 inherit: "default" 0.0;
34799 description { state: "left_side" 0.0;
34800 inherit: "default" 0.0;
34801 color: 172 172 172 255;
34804 text.align: 0.2 0.5;
34806 description { state: "right_side" 0.0;
34807 inherit: "default" 0.0;
34808 color: 172 172 172 255;
34811 text.align: 0.8 0.5;
34817 program { name: "center_text";
34818 signal: "elm,state,center";
34820 action: STATE_SET "show" 0.0;
34821 target: "elm.text";
34822 target: "elm.swallow.icon";
34824 program { name: "center_small_text";
34825 signal: "elm,state,center_small";
34827 action: STATE_SET "default_small" 0.0;
34828 target: "elm.text";
34829 target: "elm.swallow.icon";
34831 program { name: "l_side_text";
34832 signal: "elm,state,left_side";
34834 action: STATE_SET "left_side" 0.0;
34835 target: "elm.text";
34836 target: "elm.swallow.icon";
34838 program { name: "r_side_text";
34839 signal: "elm,state,right_side";
34841 action: STATE_SET "right_side" 0.0;
34842 target: "elm.text";
34843 target: "elm.swallow.icon";
34848 group { name: "elm/entry/path/separator/default";
34849 images.image: "arrow_right.png" COMP;
34851 part { name: "icon";
34853 description { state: "default" 0.0;
34854 image.normal: "arrow_right.png";
34862 group { name: "elm/fileselector/base/default";
34864 item: "path_separator" "<item relsize=16x16 vsize=full href=path/separator></item>";
34867 part { name: "elm.swallow.up";
34869 description { state: "default" 0.0;
34879 part { name: "elm.swallow.home";
34881 description { state: "default" 0.0;
34886 to: "elm.swallow.up";
34891 to: "elm.swallow.up";
34897 part { name: "elm.swallow.files";
34899 description { state: "default" 0.0;
34904 to_y: "elm.swallow.home";
34909 to_y: "elm.swallow.path";
34915 part { name: "elm.swallow.path";
34917 description { state: "default" 0.0;
34921 to_y: "elm.swallow.filename";
34926 to_y: "elm.swallow.filename";
34932 part { name: "elm.swallow.filename";
34934 description { state: "default" 0.0;
34938 to_y: "elm.swallow.ok";
34943 to_y: "elm.swallow.ok";
34949 part { name: "elm.swallow.cancel";
34951 description { state: "default" 0.0;
34955 to: "elm.swallow.ok";
34960 to: "elm.swallow.ok";
34966 part { name: "elm.swallow.ok";
34968 description { state: "default" 0.0;
34980 group { name: "elm/fileselector_entry/base/default";
34982 part { name: "elm.swallow.entry";
34984 description { state: "default" 0.0;
34987 rel2 { to_x: "elm.swallow.button";
34993 part { name: "elm.swallow.button";
34995 description { state: "default" 0.0;
35008 ////////////////////////////////////////////////////////////////////////
35009 // Standard layouts to be used //
35010 ////////////////////////////////////////////////////////////////////////
35011 /* application with toolbar and main content area */
35012 group { name: "elm/layout/application/toolbar-content";
35014 part { name: "elm.swallow.content";
35016 description { state: "default" 0.0;
35017 rel1 { to_y: "elm.external.toolbar";
35024 part { name: "elm.external.toolbar";
35026 source: "elm/toolbar";
35027 description { state: "default" 0.0;
35039 /* application with toolbar and main content area with a back button and title area */
35040 group { name: "elm/layout/application/toolbar-content-back";
35042 part { name: "elm.swallow.content";
35044 description { state: "default" 0.0;
35045 rel1 { to_y: "title_clipper";
35052 part { name: "elm.external.toolbar";
35054 source: "elm/toolbar";
35055 description { state: "default" 0.0;
35064 part { name: "title_clipper";
35066 description { state: "default" 0.0;
35075 description { state: "hidden" 0.0;
35076 inherit: "default" 0.0;
35083 part { name: "back_clipper";
35085 clip_to: "title_clipper";
35086 description { state: "default" 0.0;
35089 description { state: "hidden" 0.0;
35093 part { name: "back";
35095 source: "elm/button";
35096 clip_to: "back_clipper";
35097 description { state: "default" 0.0;
35100 rel1 { to_y: "elm.external.toolbar";
35104 rel2 { to_y: "elm.external.toolbar";
35108 params.string: "label" "Back";
35115 action: SIGNAL_EMIT "elm,action,back" "";
35118 signal: "elm,back,hide";
35120 action: STATE_SET "hidden" 0.0;
35121 target: "back_clipper";
35124 signal: "elm,back,show";
35126 action: STATE_SET "default" 0.0;
35127 target: "back_clipper";
35130 signal: "elm,title,hide";
35132 action: STATE_SET "hidden" 0.0;
35133 transition: LINEAR 0.1;
35134 target: "title_clipper";
35137 signal: "elm,title,show";
35139 action: STATE_SET "default" 0.0;
35140 target: "title_clipper";
35144 part { name: "elm.swallow.end";
35146 description { state: "default" 0.0;
35149 rel1 { to_y: "elm.external.toolbar";
35153 rel2 { to_y: "elm.external.toolbar";
35160 part { name: "elm.text.title";
35162 effect: SOFT_SHADOW;
35164 description { state: "default" 0.0;
35165 rel1 { to_y: "elm.external.toolbar";
35170 rel2 { to_y: "back";
35171 to_x: "elm.swallow.end";
35176 font: "Sans:style=Bold";
35184 /* application with toolbar and main content area with a back and next buttons and title area */
35185 group { name: "elm/layout/application/toolbar-content-back-next";
35187 part { name: "elm.swallow.content";
35189 description { state: "default" 0.0;
35190 rel1 { to_y: "title_clipper";
35197 part { name: "elm.external.toolbar";
35199 source: "elm/toolbar";
35200 description { state: "default" 0.0;
35209 part { name: "title_clipper";
35211 description { state: "default" 0.0;
35220 description { state: "hidden" 0.0;
35221 inherit: "default" 0.0;
35228 part { name: "back";
35230 source: "elm/button";
35231 clip_to: "back_clipper";
35232 description { state: "default" 0.0;
35235 rel1 { to_y: "elm.external.toolbar";
35239 rel2 { to_y: "elm.external.toolbar";
35243 params.string: "label" "Back";
35246 part { name: "back_clipper";
35248 clip_to: "title_clipper";
35249 description { state: "default" 0.0;
35252 description { state: "hidden" 0.0;
35256 part { name: "next";
35258 source: "elm/button";
35259 clip_to: "next_clipper";
35260 description { state: "default" 0.0;
35263 rel1 { to_y: "elm.external.toolbar";
35267 rel2 { to_y: "elm.external.toolbar";
35271 params.string: "label" "Next";
35274 part { name: "next_clipper";
35276 clip_to: "title_clipper";
35277 description { state: "default" 0.0;
35280 description { state: "hidden" 0.0;
35288 action: SIGNAL_EMIT "elm,action,back" "";
35291 signal: "elm,title,hide";
35293 action: STATE_SET "hidden" 0.0;
35294 transition: LINEAR 0.1;
35295 target: "title_clipper";
35298 signal: "elm,title,show";
35300 action: STATE_SET "default" 0.0;
35301 target: "title_clipper";
35304 signal: "elm,back,hide";
35306 action: STATE_SET "hidden" 0.0;
35307 target: "back_clipper";
35310 signal: "elm,back,show";
35312 action: STATE_SET "default" 0.0;
35313 target: "back_clipper";
35318 action: SIGNAL_EMIT "elm,action,next" "";
35321 signal: "elm,next,hide";
35323 action: STATE_SET "hidden" 0.0;
35324 target: "next_clipper";
35327 signal: "elm,next,show";
35329 action: STATE_SET "default" 0.0;
35330 target: "next_clipper";
35333 part { name: "elm.text.title";
35335 effect: SOFT_SHADOW;
35337 clip_to: "title_clipper";
35338 description { state: "default" 0.0;
35339 rel1 { to_y: "elm.external.toolbar";
35344 rel2 { to_y: "back";
35350 font: "Sans:style=Bold";
35357 /* application with a main content area with a back button and title area */
35358 group { name: "elm/layout/application/content-back";
35360 part { name: "elm.swallow.content";
35362 description { state: "default" 0.0;
35363 rel1 { to_y: "title_clipper";
35369 part { name: "title_clipper";
35371 description { state: "default" 0.0;
35380 description { state: "hidden" 0.0;
35381 inherit: "default" 0.0;
35388 part { name: "back_clipper";
35390 clip_to: "title_clipper";
35391 description { state: "default" 0.0;
35394 description { state: "hidden" 0.0;
35398 part { name: "back";
35400 source: "elm/button";
35401 clip_to: "back_clipper";
35402 description { state: "default" 0.0;
35413 params.string: "label" "Back";
35420 action: SIGNAL_EMIT "elm,action,back" "";
35423 signal: "elm,back,hide";
35425 action: STATE_SET "hidden" 0.0;
35426 target: "back_clipper";
35429 signal: "elm,back,show";
35431 action: STATE_SET "default" 0.0;
35432 target: "back_clipper";
35435 signal: "elm,title,hide";
35437 action: STATE_SET "hidden" 0.0;
35438 transition: LINEAR 0.1;
35439 target: "title_clipper";
35442 signal: "elm,title,show";
35444 action: STATE_SET "default" 0.0;
35445 target: "title_clipper";
35449 part { name: "elm.swallow.end";
35451 description { state: "default" 0.0;
35465 part { name: "elm.text.title";
35467 effect: SOFT_SHADOW;
35469 description { state: "default" 0.0;
35475 rel2 { to_y: "back";
35476 to_x: "elm.swallow.end";
35481 font: "Sans:style=Bold";
35489 /* application with a main content area with a back and next buttons and title area */
35490 group { name: "elm/layout/application/content-back-next";
35492 part { name: "elm.swallow.content";
35494 description { state: "default" 0.0;
35495 rel1 { to_y: "title_clipper";
35502 part { name: "title_clipper";
35504 description { state: "default" 0.0;
35513 description { state: "hidden" 0.0;
35514 inherit: "default" 0.0;
35521 part { name: "back";
35523 source: "elm/button";
35524 clip_to: "back_clipper";
35525 description { state: "default" 0.0;
35536 params.string: "label" "Back";
35539 part { name: "back_clipper";
35541 clip_to: "title_clipper";
35542 description { state: "default" 0.0;
35545 description { state: "hidden" 0.0;
35549 part { name: "next";
35551 source: "elm/button";
35552 clip_to: "next_clipper";
35553 description { state: "default" 0.0;
35564 params.string: "label" "Next";
35567 part { name: "next_clipper";
35569 clip_to: "title_clipper";
35570 description { state: "default" 0.0;
35573 description { state: "hidden" 0.0;
35581 action: SIGNAL_EMIT "elm,action,back" "";
35584 signal: "elm,title,hide";
35586 action: STATE_SET "hidden" 0.0;
35587 transition: LINEAR 0.1;
35588 target: "title_clipper";
35591 signal: "elm,title,show";
35593 action: STATE_SET "default" 0.0;
35594 target: "title_clipper";
35597 signal: "elm,back,hide";
35599 action: STATE_SET "hidden" 0.0;
35600 target: "back_clipper";
35603 signal: "elm,back,show";
35605 action: STATE_SET "default" 0.0;
35606 target: "back_clipper";
35611 action: SIGNAL_EMIT "elm,action,next" "";
35614 signal: "elm,next,hide";
35616 action: STATE_SET "hidden" 0.0;
35617 target: "next_clipper";
35620 signal: "elm,next,show";
35622 action: STATE_SET "default" 0.0;
35623 target: "next_clipper";
35626 part { name: "elm.text.title";
35628 effect: SOFT_SHADOW;
35630 clip_to: "title_clipper";
35631 description { state: "default" 0.0;
35637 rel2 { to_y: "back";
35643 font: "Sans:style=Bold";
35651 /* application with toolbar and main content area as a vertical box */
35652 group { name: "elm/layout/application/toolbar-vbox";
35654 part { name: "elm.box.content";
35656 description { state: "default" 0.0;
35657 rel1 { to_y: "elm.external.toolbar";
35661 box.layout: "vertical";
35665 part { name: "elm.external.toolbar";
35667 source: "elm/toolbar";
35668 description { state: "default" 0.0;
35680 /* application with toolbar and main content area as a table */
35681 group { name: "elm/layout/application/toolbar-table";
35683 part { name: "elm.table.content";
35685 description { state: "default" 0.0;
35686 rel1 { to_y: "elm.external.toolbar";
35693 part { name: "elm.external.toolbar";
35695 source: "elm/toolbar";
35696 description { state: "default" 0.0;
35708 /* a simple title layout, with a label and two icons */
35709 group { name: "elm/layout/application/titlebar";
35711 image: "toolbar_sel.png" COMP;
35714 part { name: "base";
35717 description { state: "default" 0.0;
35724 normal: "toolbar_sel.png";
35729 part { name: "elm.swallow.content";
35731 description { state: "default" 0.0;
35739 part { name: "elm.swallow.icon";
35742 description { state: "default" 0.0;
35756 description { state: "visible" 0.0;
35757 inherit: "default" 0.0;
35761 part { name: "elm.swallow.end";
35764 description { state: "default" 0.0;
35779 description { state: "visible" 0.0;
35780 inherit: "default" 0.0;
35784 part { name: "elm.text";
35786 effect: SOFT_SHADOW;
35789 description { state: "default" 0.0;
35792 to_x: "elm.swallow.icon";
35797 to_x: "elm.swallow.end";
35806 text_class: "title_bar";
35812 program { name: "show_icon";
35813 signal: "elm,state,icon,visible";
35815 action: STATE_SET "visible" 0.0;
35816 target: "elm.swallow.icon";
35818 program { name: "hide_icon";
35819 signal: "elm,state,icon,hidden";
35821 action: STATE_SET "default" 0.0;
35822 target: "elm.swallow.icon";
35824 program { name: "show_end";
35825 signal: "elm,state,end,visible";
35827 action: STATE_SET "visible" 0.0;
35828 target: "elm.swallow.end";
35830 program { name: "hide_end";
35831 signal: "elm,state,end,hidden";
35833 action: STATE_SET "default" 0.0;
35834 target: "elm.swallow.end";