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.
11 ///////////////////////////////////////////////////////////////////////////////
12 group { name: "elm/bg/base/default";
14 image: "dia_grad.png" COMP;
15 image: "dia_topshad.png" COMP;
16 image: "dia_botshad.png" COMP;
21 description { state: "default" 0.0;
22 image.normal: "dia_grad.png";
32 part { name: "elm.swallow.background";
34 description { state: "default" 0.0;
37 part { name: "shadow";
39 description { state: "default" 0.0;
40 rel2.relative: 1.0 0.0;
42 image.normal: "dia_topshad.png";
52 part { name: "shadow2";
54 description { state: "default" 0.0;
55 rel1.relative: 0.0 1.0;
57 image.normal: "dia_botshad.png";
67 part { name: "elm.swallow.content";
69 description { state: "default" 0.0;
77 ///////////////////////////////////////////////////////////////////////////////
78 group { name: "elm/scroller/base/default";
80 alias: "elm/list/base/default";
81 alias: "elm/genlist/base/default";
82 alias: "elm/carousel/base/default";
83 alias: "elm/grid/base/default";
86 public sbvis_v, sbvis_h, sbalways_v, sbalways_h, sbvis_timer;
91 v = get_int(sbalways_v);
93 emit("do-hide-vbar", "");
99 v = get_int(sbalways_h);
101 emit("do-hide-hbar", "");
105 set_int(sbvis_timer, 0);
110 image: "shelf_inset.png" COMP;
111 image: "bt_sm_base2.png" COMP;
112 image: "bt_sm_shine.png" COMP;
113 image: "bt_sm_hilight.png" COMP;
114 image: "sb_runnerh.png" COMP;
115 image: "sb_runnerv.png" COMP;
120 description { state: "default" 0.0;
123 color: 255 255 255 0;
126 part { name: "clipper";
129 description { state: "default" 0.0;
134 part { name: "elm.swallow.content";
137 description { state: "default" 0.0;
142 part { name: "conf_over";
144 description { state: "default" 0.0;
148 normal: "shelf_inset.png";
155 part { name: "sb_vbar_clip_master";
158 description { state: "default" 0.0;
160 description { state: "hidden" 0.0;
162 color: 255 255 255 0;
165 part { name: "sb_vbar_clip";
166 clip_to: "sb_vbar_clip_master";
169 description { state: "default" 0.0;
171 description { state: "hidden" 0.0;
173 color: 255 255 255 0;
176 part { name: "sb_vbar";
179 description { state: "default" 0.0;
195 part { name: "sb_vbar_runner";
196 clip_to: "sb_vbar_clip";
198 description { state: "default" 0.0;
204 normal: "sb_runnerv.png";
210 part { name: "elm.dragable.vbar";
211 clip_to: "sb_vbar_clip";
218 description { state: "default" 0.0;
232 normal: "bt_sm_base2.png";
238 part { name: "sb_vbar_over1";
239 clip_to: "sb_vbar_clip";
241 description { state: "default" 0.0;
242 rel1.to: "elm.dragable.vbar";
243 rel2.relative: 1.0 0.5;
244 rel2.to: "elm.dragable.vbar";
246 normal: "bt_sm_hilight.png";
251 part { name: "sb_vbar_over2";
252 clip_to: "sb_vbar_clip";
254 description { state: "default" 0.0;
255 rel1.to: "elm.dragable.vbar";
256 rel2.to: "elm.dragable.vbar";
258 normal: "bt_sm_shine.png";
264 part { name: "sb_hbar_clip_master";
267 description { state: "default" 0.0;
269 description { state: "hidden" 0.0;
271 color: 255 255 255 0;
274 part { name: "sb_hbar_clip";
275 clip_to: "sb_hbar_clip_master";
278 description { state: "default" 0.0;
280 description { state: "hidden" 0.0;
282 color: 255 255 255 0;
285 part { name: "sb_hbar";
288 description { state: "default" 0.0;
304 part { name: "sb_hbar_runner";
305 clip_to: "sb_hbar_clip";
307 description { state: "default" 0.0;
313 normal: "sb_runnerh.png";
319 part { name: "elm.dragable.hbar";
320 clip_to: "sb_hbar_clip";
327 description { state: "default" 0.0;
341 normal: "bt_sm_base2.png";
347 part { name: "sb_hbar_over1";
348 clip_to: "sb_hbar_clip";
350 description { state: "default" 0.0;
351 rel1.to: "elm.dragable.hbar";
352 rel2.relative: 1.0 0.5;
353 rel2.to: "elm.dragable.hbar";
355 normal: "bt_sm_hilight.png";
360 part { name: "sb_hbar_over2";
361 clip_to: "sb_hbar_clip";
363 description { state: "default" 0.0;
364 rel1.to: "elm.dragable.hbar";
365 rel2.to: "elm.dragable.hbar";
367 normal: "bt_sm_shine.png";
374 program { name: "load";
378 set_state(PART:"sb_hbar_clip", "hidden", 0.0);
379 set_state(PART:"sb_vbar_clip", "hidden", 0.0);
382 set_int(sbalways_v, 0);
383 set_int(sbalways_h, 0);
384 set_int(sbvis_timer, 0);
388 program { name: "vbar_show";
389 signal: "elm,action,show,vbar";
391 action: STATE_SET "default" 0.0;
392 target: "sb_vbar_clip_master";
394 program { name: "vbar_hide";
395 signal: "elm,action,hide,vbar";
397 action: STATE_SET "hidden" 0.0;
398 target: "sb_vbar_clip_master";
400 program { name: "vbar_show_always";
401 signal: "elm,action,show_always,vbar";
405 v = get_int(sbvis_v);
406 v |= get_int(sbalways_v);
408 set_int(sbalways_v, 1);
409 emit("do-show-vbar", "");
414 program { name: "vbar_show_notalways";
415 signal: "elm,action,show_notalways,vbar";
419 v = get_int(sbalways_v);
421 set_int(sbalways_v, 0);
422 v = get_int(sbvis_v);
424 emit("do-hide-vbar", "");
430 program { name: "sb_vbar_show";
431 signal: "do-show-vbar";
433 action: STATE_SET "default" 0.0;
434 transition: LINEAR 1.0;
435 target: "sb_vbar_clip";
437 program { name: "sb_vbar_hide";
438 signal: "do-hide-vbar";
440 action: STATE_SET "hidden" 0.0;
441 transition: LINEAR 1.0;
442 target: "sb_vbar_clip";
445 program { name: "hbar_show";
446 signal: "elm,action,show,hbar";
448 action: STATE_SET "default" 0.0;
449 target: "sb_hbar_clip_master";
451 program { name: "hbar_hide";
452 signal: "elm,action,hide,hbar";
454 action: STATE_SET "hidden" 0.0;
455 target: "sb_hbar_clip_master";
457 program { name: "hbar_show_always";
458 signal: "elm,action,show_always,hbar";
462 v = get_int(sbvis_h);
463 v |= get_int(sbalways_h);
465 set_int(sbalways_h, 1);
466 emit("do-show-hbar", "");
471 program { name: "hbar_show_notalways";
472 signal: "elm,action,show_notalways,hbar";
476 v = get_int(sbalways_h);
478 set_int(sbalways_h, 0);
479 v = get_int(sbvis_h);
481 emit("do-hide-hbar", "");
487 program { name: "sb_hbar_show";
488 signal: "do-show-hbar";
490 action: STATE_SET "default" 0.0;
491 transition: LINEAR 1.0;
492 target: "sb_hbar_clip";
494 program { name: "sb_hbar_hide";
495 signal: "do-hide-hbar";
497 action: STATE_SET "hidden" 0.0;
498 transition: LINEAR 1.0;
499 target: "sb_hbar_clip";
502 program { name: "scroll";
503 signal: "elm,action,scroll";
507 v = get_int(sbvis_v);
508 v |= get_int(sbalways_v);
510 emit("do-show-vbar", "");
513 v = get_int(sbvis_h);
514 v |= get_int(sbalways_h);
516 emit("do-show-hbar", "");
519 v = get_int(sbvis_timer);
520 if (v > 0) cancel_timer(v);
521 v = timer(2.0, "timer0", 0);
522 set_int(sbvis_timer, v);
528 ///////////////////////////////////////////////////////////////////////////////
529 group { name: "elm/label/base/default";
532 style { name: "textblock_style";
533 base: "font=Sans font_size=10 align=left color=#000 wrap=word";
536 tag: "hilight" "+ font=Sans:style=Bold";
537 tag: "b" "+ font=Sans:style=Bold";
542 part { name: "label.swallow.background";
544 description { state: "default" 0.0;
546 rel1 { relative: 0 0; to: "elm.text"; }
547 rel2 { relative: 1 1; to: "elm.text"; }
550 part { name: "elm.text";
554 description { state: "default" 0.0;
556 style: "textblock_style";
564 group { name: "elm/label/base_wrap/default";
566 part { name: "label.swallow.background";
568 description { state: "default" 0.0;
570 rel1 { relative: 0 0; to: "elm.text"; }
571 rel2 { relative: 1 1; to: "elm.text"; }
574 part { name: "elm.text";
578 description { state: "default" 0.0;
581 style: "textblock_style";
589 group { name: "elm/label/base/marker";
592 style { name: "textblock_style2";
593 base: "font=Sans:style=Bold font_size=10 align=center color=#fff wrap=word";
596 tag: "hilight" "+ color=#ffff";
597 tag: "b" "+ color=#ffff";
602 part { name: "label.swallow.background";
604 description { state: "default" 0.0;
606 rel1 { relative: 0 0; to: "elm.text"; }
607 rel2 { relative: 1 1; to: "elm.text"; }
610 part { name: "elm.text";
614 description { state: "default" 0.0;
616 style: "textblock_style2";
624 group { name: "elm/label/base_wrap/marker";
626 part { name: "label.swallow.background";
628 description { state: "default" 0.0;
630 rel1 { relative: 0 0; to: "elm.text"; }
631 rel2 { relative: 1 1; to: "elm.text"; }
634 part { name: "elm.text";
638 description { state: "default" 0.0;
641 style: "textblock_style2";
649 ///////////////////////////////////////////////////////////////////////////////
651 group { name: "elm/button/base/default";
653 image: "bt_base1.png" COMP;
654 image: "bt_base2.png" COMP;
655 image: "bt_hilight.png" COMP;
656 image: "bt_shine.png" COMP;
657 image: "bt_glow.png" COMP;
658 image: "bt_dis_base.png" COMP;
659 image: "bt_dis_hilight.png" COMP;
662 part { name: "button_image";
664 description { state: "default" 0.0;
666 normal: "bt_base2.png";
671 description { state: "clicked" 0.0;
672 inherit: "default" 0.0;
673 image.normal: "bt_base1.png";
676 description { state: "disabled" 0.0;
677 inherit: "default" 0.0;
679 normal: "bt_dis_base.png";
684 part { name: "elm.swallow.content";
686 description { state: "default" 0.0;
692 rel2.relative: 0.0 1.0;
694 description { state: "visible" 0.0;
695 inherit: "default" 0.0;
699 aspect_preference: VERTICAL;
702 description { state: "icononly" 0.0;
703 inherit: "default" 0.0;
709 rel2.relative: 1.0 1.0;
710 aspect_preference: VERTICAL;
719 description { state: "default" 0.0;
721 rel1.to_x: "elm.swallow.content";
722 rel1.relative: 1.0 0.0;
725 color: 224 224 224 255;
728 font: "Sans,Edje-Vera";
734 description { state: "visible" 0.0;
735 inherit: "default" 0.0;
739 description { state: "disabled" 0.0;
740 inherit: "default" 0.0;
744 description { state: "disabled_visible" 0.0;
745 inherit: "default" 0.0;
752 part { name: "over1";
754 description { state: "default" 0.0;
755 rel2.relative: 1.0 0.5;
757 normal: "bt_hilight.png";
761 description { state: "disabled" 0.0;
762 inherit: "default" 0.0;
764 normal: "bt_dis_hilight.png";
769 part { name: "over2";
772 ignore_flags: ON_HOLD;
773 description { state: "default" 0.0;
775 normal: "bt_shine.png";
779 description { state: "disabled" 0.0;
780 inherit: "default" 0.0;
784 part { name: "over3";
787 description { state: "default" 0.0;
788 color: 255 255 255 0;
790 normal: "bt_glow.png";
795 description { state: "clicked" 0.0;
796 inherit: "default" 0.0;
798 color: 255 255 255 255;
801 part { name: "disabler";
803 description { state: "default" 0.0;
807 description { state: "disabled" 0.0;
808 inherit: "default" 0.0;
815 name: "button_click";
816 signal: "mouse,down,1";
818 action: SIGNAL_EMIT "elm,action,press" "";
819 after: "button_click_anim";
822 name: "button_click_anim";
823 action: STATE_SET "clicked" 0.0;
824 target: "button_image";
827 name: "button_unclick";
828 signal: "mouse,up,1";
830 action: SIGNAL_EMIT "elm,action,unpress" "";
831 after: "button_unclick_anim";
834 name: "button_unclick_anim";
835 action: STATE_SET "default" 0.0;
836 target: "button_image";
839 name: "button_click2";
840 signal: "mouse,down,1";
842 action: STATE_SET "clicked" 0.0;
846 name: "button_unclick2";
847 signal: "mouse,up,1";
849 action: STATE_SET "default" 0.0;
850 transition: DECELERATE 0.5;
854 name: "button_unclick3";
855 signal: "mouse,up,1";
857 action: SIGNAL_EMIT "elm,action,click" "";
859 program { name: "text_show";
860 signal: "elm,state,text,visible";
865 get_state(PART:"elm.swallow.content", st, 30, vl);
866 if (!strcmp(st, "icononly"))
867 set_state(PART:"elm.swallow.content", "visible", 0.0);
868 set_state(PART:"elm.text", "visible", 0.0);
871 program { name: "text_hide";
872 signal: "elm,state,text,hidden";
877 get_state(PART:"elm.swallow.content", st, 30, vl);
878 if (!strcmp(st, "visible"))
879 set_state(PART:"elm.swallow.content", "icononly", 0.0);
880 set_state(PART:"elm.text", "default", 0.0);
883 program { name: "icon_show";
884 signal: "elm,state,icon,visible";
889 get_state(PART:"elm.text", st, 30, vl);
890 if (!strcmp(st, "visible"))
891 set_state(PART:"elm.swallow.content", "visible", 0.0);
893 set_state(PART:"elm.swallow.content", "icononly", 0.0);
896 program { name: "icon_hide";
897 signal: "elm,state,icon,hidden";
899 action: STATE_SET "default" 0.0;
900 target: "elm.swallow.content";
902 program { name: "disable";
903 signal: "elm,state,disabled";
905 action: STATE_SET "disabled" 0.0;
906 target: "button_image";
910 after: "disable_text";
912 program { name: "disable_text";
916 get_state(PART:"elm.text", st, 30, vl);
917 if (!strcmp(st, "visible"))
918 set_state(PART:"elm.text", "disabled_visible", 0.0);
920 set_state(PART:"elm.text", "disabled", 0.0);
923 program { name: "enable";
924 signal: "elm,state,enabled";
926 action: STATE_SET "default" 0.0;
927 target: "button_image";
931 after: "enable_text";
933 program { name: "enable_text";
937 get_state(PART:"elm.text", st, 30, vl);
938 if (!strcmp(st, "disabled_visible"))
939 set_state(PART:"elm.text", "visible", 0.0);
941 set_state(PART:"elm.text", "default", 0.0);
947 group { name: "elm/button/base/hoversel_vertical/default";
948 alias: "elm/button/base/hoversel_vertical/entry";
949 alias: "elm/button/base/hoversel_horizontal/default";
950 alias: "elm/button/base/hoversel_horizontal/entry";
952 image: "bt_base1.png" COMP;
953 image: "bt_base2.png" COMP;
954 image: "bt_hilight.png" COMP;
955 image: "bt_shine.png" COMP;
956 image: "bt_glow.png" COMP;
957 image: "updown.png" COMP;
958 image: "bt_dis_base.png" COMP;
959 image: "bt_dis_hilight.png" COMP;
962 part { name: "button_image";
964 description { state: "default" 0.0;
966 normal: "bt_base2.png";
971 description { state: "clicked" 0.0;
972 inherit: "default" 0.0;
973 image.normal: "bt_base1.png";
976 description { state: "disabled" 0.0;
977 inherit: "default" 0.0;
979 normal: "bt_dis_base.png";
984 part { name: "arrow";
986 description { state: "default" 0.0;
987 image.normal: "updown.png";
988 aspect: 0.6666666666 0.6666666666;
989 aspect_preference: VERTICAL;
992 rel2.relative: 0.0 1.0;
996 part { name: "elm.swallow.content";
998 description { state: "default" 0.0;
1013 description { state: "visible" 0.0;
1014 inherit: "default" 0.0;
1018 aspect_preference: VERTICAL;
1021 description { state: "icononly" 0.0;
1022 inherit: "default" 0.0;
1028 to_x: "button_image";
1032 aspect_preference: VERTICAL;
1038 effect: SOFT_SHADOW;
1041 description { state: "default" 0.0;
1043 rel1.to_x: "elm.swallow.content";
1044 rel1.relative: 1.0 0.0;
1047 color: 224 224 224 255;
1050 font: "Sans,Edje-Vera";
1056 description { state: "visible" 0.0;
1057 inherit: "default" 0.0;
1061 description { state: "disabled" 0.0;
1062 inherit: "default" 0.0;
1066 description { state: "disabled_visible" 0.0;
1067 inherit: "default" 0.0;
1074 part { name: "over1";
1076 description { state: "default" 0.0;
1077 rel2.relative: 1.0 0.5;
1079 normal: "bt_hilight.png";
1083 description { state: "disabled" 0.0;
1084 inherit: "default" 0.0;
1086 normal: "bt_dis_hilight.png";
1091 part { name: "over2";
1094 ignore_flags: ON_HOLD;
1095 description { state: "default" 0.0;
1097 normal: "bt_shine.png";
1101 description { state: "disabled" 0.0;
1102 inherit: "default" 0.0;
1106 part { name: "over3";
1109 description { state: "default" 0.0;
1110 color: 255 255 255 0;
1112 normal: "bt_glow.png";
1113 border: 12 12 12 12;
1117 description { state: "clicked" 0.0;
1118 inherit: "default" 0.0;
1120 color: 255 255 255 255;
1123 part { name: "disabler";
1125 description { state: "default" 0.0;
1129 description { state: "disabled" 0.0;
1130 inherit: "default" 0.0;
1137 name: "button_click";
1138 signal: "mouse,down,1";
1140 action: STATE_SET "clicked" 0.0;
1141 target: "button_image";
1144 name: "button_unclick";
1145 signal: "mouse,up,1";
1147 action: STATE_SET "default" 0.0;
1148 target: "button_image";
1151 name: "button_click2";
1152 signal: "mouse,down,1";
1154 action: STATE_SET "clicked" 0.0;
1158 name: "button_unclick2";
1159 signal: "mouse,up,1";
1161 action: STATE_SET "default" 0.0;
1162 transition: DECELERATE 0.5;
1166 name: "button_unclick3";
1167 signal: "mouse,up,1";
1169 action: SIGNAL_EMIT "elm,action,click" "";
1171 program { name: "text_show";
1172 signal: "elm,state,text,visible";
1177 get_state(PART:"elm.swallow.content", st, 30, vl);
1178 if (!strcmp(st, "icononly"))
1179 set_state(PART:"elm.swallow.content", "visible", 0.0);
1180 set_state(PART:"elm.text", "visible", 0.0);
1183 program { name: "text_hide";
1184 signal: "elm,state,text,hidden";
1189 get_state(PART:"elm.swallow.content", st, 30, vl);
1190 if (!strcmp(st, "visible"))
1191 set_state(PART:"elm.swallow.content", "icononly", 0.0);
1192 set_state(PART:"elm.text", "default", 0.0);
1195 program { name: "icon_show";
1196 signal: "elm,state,icon,visible";
1201 get_state(PART:"elm.text", st, 30, vl);
1202 if (!strcmp(st, "visible"))
1203 set_state(PART:"elm.swallow.content", "visible", 0.0);
1205 set_state(PART:"elm.swallow.content", "icononly", 0.0);
1208 program { name: "icon_hide";
1209 signal: "elm,state,icon,hidden";
1211 action: STATE_SET "default" 0.0;
1212 target: "elm.swallow.content";
1214 program { name: "disable";
1215 signal: "elm,state,disabled";
1217 action: STATE_SET "disabled" 0.0;
1218 target: "button_image";
1222 after: "disable_text";
1224 program { name: "disable_text";
1228 get_state(PART:"elm.text", st, 30, vl);
1229 if (!strcmp(st, "visible"))
1230 set_state(PART:"elm.text", "disabled_visible", 0.0);
1232 set_state(PART:"elm.text", "disabled", 0.0);
1235 program { name: "enable";
1236 signal: "elm,state,enabled";
1238 action: STATE_SET "default" 0.0;
1239 target: "button_image";
1243 after: "enable_text";
1245 program { name: "enable_text";
1249 get_state(PART:"elm.text", st, 30, vl);
1250 if (!strcmp(st, "disabled_visible"))
1251 set_state(PART:"elm.text", "visible", 0.0);
1253 set_state(PART:"elm.text", "default", 0.0);
1259 group { name: "elm/button/base/hoversel_vertical_entry/default";
1260 alias: "elm/button/base/hoversel_vertical_entry/entry";
1261 alias: "elm/button/base/hoversel_horizontal_entry/default";
1262 alias: "elm/button/base/hoversel_horizontal_entry/entry";
1264 image: "hoversel_entry_bg.png" COMP;
1267 part { name: "button_image";
1269 description { state: "default" 0.0;
1270 color: 255 255 255 0;
1271 image.normal: "hoversel_entry_bg.png";
1272 image.border: 0 0 2 2;
1275 description { state: "clicked" 0.0;
1276 inherit: "default" 0.0;
1277 color: 255 255 255 255;
1280 part { name: "elm.swallow.content";
1282 description { state: "default" 0.0;
1287 rel2.relative: 0.0 1.0;
1289 description { state: "visible" 0.0;
1290 inherit: "default" 0.0;
1293 aspect_preference: VERTICAL;
1296 description { state: "icononly" 0.0;
1297 inherit: "default" 0.0;
1302 rel2.relative: 1.0 1.0;
1303 aspect_preference: VERTICAL;
1306 part { name: "textvis";
1309 description { state: "default" 0.0;
1312 description { state: "visible" 0.0;
1319 effect: SOFT_SHADOW;
1323 description { state: "default" 0.0;
1324 rel1.to_x: "elm.swallow.content";
1325 rel1.relative: 1.0 0.0;
1328 color: 224 224 224 255;
1331 font: "Sans,Edje-Vera";
1337 description { state: "visible" 0.0;
1338 inherit: "default" 0.0;
1341 description { state: "clicked" 0.0;
1342 inherit: "default" 0.0;
1348 part { name: "over2";
1351 description { state: "default" 0.0;
1358 name: "button_click";
1359 signal: "mouse,down,1";
1361 action: STATE_SET "clicked" 0.0;
1362 target: "button_image";
1366 name: "button_unclick";
1367 signal: "mouse,up,1";
1369 action: STATE_SET "default" 0.0;
1370 target: "button_image";
1374 name: "button_unclick3";
1375 signal: "mouse,up,1";
1377 action: SIGNAL_EMIT "elm,action,click" "";
1379 program { name: "text_show";
1380 signal: "elm,state,text,visible";
1385 get_state(PART:"elm.swallow.content", st, 30, vl);
1386 if (!strcmp(st, "icononly"))
1387 set_state(PART:"elm.swallow.content", "visible", 0.0);
1388 set_state(PART:"textvis", "visible", 0.0);
1389 set_state(PART:"elm.text", "visible", 0.0);
1392 program { name: "text_hide";
1393 signal: "elm,state,text,hidden";
1398 get_state(PART:"elm.swallow.content", st, 30, vl);
1399 if (!strcmp(st, "visible"))
1400 set_state(PART:"elm.swallow.content", "icononly", 0.0);
1401 set_state(PART:"textvis", "default", 0.0);
1402 set_state(PART:"elm.text", "default", 0.0);
1405 program { name: "icon_show";
1406 signal: "elm,state,icon,visible";
1411 get_state(PART:"textvis", st, 30, vl);
1412 if (!strcmp(st, "visible"))
1413 set_state(PART:"elm.swallow.content", "visible", 0.0);
1415 set_state(PART:"elm.swallow.content", "icononly", 0.0);
1418 program { name: "icon_hide";
1419 signal: "elm,state,icon,hidden";
1421 action: STATE_SET "default" 0.0;
1422 target: "elm.swallow.content";
1427 group { name: "elm/button/base/anchor";
1429 image: "bt_base1.png" COMP;
1430 image: "bt_base2.png" COMP;
1431 image: "bt_hilight.png" COMP;
1432 image: "bt_shine.png" COMP;
1433 image: "bt_glow.png" COMP;
1434 image: "bt_dis_base.png" COMP;
1435 image: "bt_dis_hilight.png" COMP;
1438 part { name: "button_image";
1440 description { state: "default" 0.0;
1441 color: 255 255 255 0;
1443 normal: "bt_base2.png";
1446 image.middle: SOLID;
1448 description { state: "visible" 0.0;
1449 inherit: "default" 0.0;
1450 color: 255 255 255 255;
1452 description { state: "clicked" 0.0;
1453 inherit: "default" 0.0;
1454 inherit: "visible" 0.0;
1455 image.normal: "bt_base1.png";
1456 image.middle: SOLID;
1458 description { state: "disabled" 0.0;
1459 inherit: "default" 0.0;
1460 inherit: "visible" 0.0;
1462 normal: "bt_dis_base.png";
1467 part { name: "elm.swallow.content";
1469 description { state: "default" 0.0;
1475 rel2.relative: 0.0 1.0;
1477 description { state: "visible" 0.0;
1478 inherit: "default" 0.0;
1482 aspect_preference: VERTICAL;
1485 description { state: "icononly" 0.0;
1486 inherit: "default" 0.0;
1492 rel2.relative: 1.0 1.0;
1493 aspect_preference: VERTICAL;
1499 effect: SOFT_SHADOW;
1502 description { state: "default" 0.0;
1504 rel1.to_x: "elm.swallow.content";
1505 rel1.relative: 1.0 0.0;
1508 color: 224 224 224 255;
1511 font: "Sans,Edje-Vera";
1517 description { state: "visible" 0.0;
1518 inherit: "default" 0.0;
1522 description { state: "disabled" 0.0;
1523 inherit: "default" 0.0;
1527 description { state: "disabled_visible" 0.0;
1528 inherit: "default" 0.0;
1535 part { name: "over1";
1537 description { state: "default" 0.0;
1538 color: 255 255 255 0;
1539 rel2.relative: 1.0 0.5;
1541 normal: "bt_hilight.png";
1545 description { state: "visible" 0.0;
1546 inherit: "default" 0.0;
1547 color: 255 255 255 255;
1549 description { state: "disabled" 0.0;
1550 inherit: "default" 0.0;
1551 inherit: "visible" 0.0;
1553 normal: "bt_dis_hilight.png";
1558 part { name: "over2";
1561 ignore_flags: ON_HOLD;
1562 description { state: "default" 0.0;
1564 normal: "bt_shine.png";
1568 description { state: "disabled" 0.0;
1569 inherit: "default" 0.0;
1573 part { name: "over3";
1576 description { state: "default" 0.0;
1577 color: 255 255 255 0;
1579 normal: "bt_glow.png";
1580 border: 12 12 12 12;
1584 description { state: "clicked" 0.0;
1585 inherit: "default" 0.0;
1587 color: 255 255 255 255;
1590 part { name: "disabler";
1592 description { state: "default" 0.0;
1596 description { state: "disabled" 0.0;
1597 inherit: "default" 0.0;
1604 name: "button_mouse_in";
1607 action: STATE_SET "visible" 0.0;
1608 target: "button_image";
1610 transition: DECELERATE 0.5;
1613 name: "button_mouse_out";
1614 signal: "mouse,out";
1616 action: STATE_SET "default" 0.0;
1617 target: "button_image";
1619 transition: DECELERATE 0.5;
1622 name: "button_unclick";
1623 signal: "mouse,up,1";
1625 action: STATE_SET "visible" 0.0;
1626 target: "button_image";
1629 name: "button_click2";
1630 signal: "mouse,down,1";
1632 action: STATE_SET "clicked" 0.0;
1636 name: "button_unclick2";
1637 signal: "mouse,up,1";
1639 action: STATE_SET "default" 0.0;
1640 transition: DECELERATE 0.5;
1644 name: "button_unclick3";
1645 signal: "mouse,up,1";
1647 action: SIGNAL_EMIT "elm,action,click" "";
1649 program { name: "text_show";
1650 signal: "elm,state,text,visible";
1655 get_state(PART:"elm.swallow.content", st, 30, vl);
1656 if (!strcmp(st, "icononly"))
1657 set_state(PART:"elm.swallow.content", "visible", 0.0);
1658 set_state(PART:"elm.text", "visible", 0.0);
1661 program { name: "text_hide";
1662 signal: "elm,state,text,hidden";
1667 get_state(PART:"elm.swallow.content", st, 30, vl);
1668 if (!strcmp(st, "visible"))
1669 set_state(PART:"elm.swallow.content", "icononly", 0.0);
1670 set_state(PART:"elm.text", "default", 0.0);
1673 program { name: "icon_show";
1674 signal: "elm,state,icon,visible";
1679 get_state(PART:"elm.text", st, 30, vl);
1680 if (!strcmp(st, "visible"))
1681 set_state(PART:"elm.swallow.content", "visible", 0.0);
1683 set_state(PART:"elm.swallow.content", "icononly", 0.0);
1686 program { name: "icon_hide";
1687 signal: "elm,state,icon,hidden";
1689 action: STATE_SET "default" 0.0;
1690 target: "elm.swallow.content";
1692 program { name: "disable";
1693 signal: "elm,state,disabled";
1695 action: STATE_SET "disabled" 0.0;
1696 target: "button_image";
1700 after: "disable_text";
1702 program { name: "disable_text";
1706 get_state(PART:"elm.text", st, 30, vl);
1707 if (!strcmp(st, "visible"))
1708 set_state(PART:"elm.text", "disabled_visible", 0.0);
1710 set_state(PART:"elm.text", "disabled", 0.0);
1713 program { name: "enable";
1714 signal: "elm,state,enabled";
1716 action: STATE_SET "default" 0.0;
1717 target: "button_image";
1721 after: "enable_text";
1723 program { name: "enable_text";
1727 get_state(PART:"elm.text", st, 30, vl);
1728 if (!strcmp(st, "disabled_visible"))
1729 set_state(PART:"elm.text", "visible", 0.0);
1731 set_state(PART:"elm.text", "default", 0.0);
1737 ///////////////////////////////////////////////////////////////////////////////
1738 group { name: "elm/toggle/base/default";
1740 image: "shelf_inset.png" COMP;
1741 image: "bt_basew.png" COMP;
1742 image: "bt_bases.png" COMP;
1743 image: "bt_hilightw.png" COMP;
1744 image: "tog_base.png" COMP;
1745 image: "tog_dis_base.png" COMP;
1752 description { state: "default" 0.0;
1753 rel1.relative: 1.0 0.0;
1760 aspect_preference: VERTICAL;
1761 color: 255 255 255 255;
1764 part { name: "clipper";
1767 description { state: "default" 0.0;
1770 color: 255 255 255 255;
1773 part { name: "button";
1783 description { state: "default" 0.0;
1790 aspect_preference: VERTICAL;
1794 part { name: "button_events";
1799 description { state: "default" 0.0;
1802 rel1.relative: 0.0 0.0;
1805 rel2.relative: 1.0 1.0;
1809 part { name: "onrect";
1814 description { state: "default" 0.0;
1816 rel1.relative: -5.0 0.0;
1818 rel2.relative: 0.0 1.0;
1822 part { name: "offrect";
1827 description { state: "default" 0.0;
1829 rel1.relative: 1.0 0.0;
1831 rel2.relative: 6.0 1.0;
1835 part { name: "togbase";
1838 description { state: "default" 0.0;
1841 image.normal: "tog_base.png";
1843 description { state: "disabled" 0.0;
1844 inherit: "default" 0.0;
1845 image.normal: "tog_dis_base.png";
1848 part { name: "elm.offtext";
1853 description { state: "default" 0.0;
1855 rel1.to_x: "offrect";
1856 rel2.to_x: "offrect";
1859 font: "Sans,Edje-Vera";
1866 description { state: "disabled" 0.0;
1867 inherit: "default" 0.0;
1868 color: 128 128 128 128;
1871 part { name: "elm.ontext";
1873 effect: SOFT_SHADOW;
1877 description { state: "default" 0.0;
1879 rel1.to_x: "onrect";
1881 rel2.to_x: "onrect";
1883 color: 224 224 224 255;
1886 font: "Sans,Edje-Vera";
1893 description { state: "disabled" 0.0;
1894 inherit: "default" 0.0;
1895 color: 128 128 128 128;
1899 part { name: "conf_over";
1901 description { state: "default" 0.0;
1907 normal: "shelf_inset.png";
1914 part { name: "button0";
1917 description { state: "default" 0.0;
1923 normal: "bt_bases.png";
1924 border: 11 11 11 11;
1926 image.middle: SOLID;
1927 color: 255 255 255 128;
1930 part { name: "button2";
1933 description { state: "default" 0.0;
1939 normal: "bt_basew.png";
1942 image.middle: SOLID;
1945 part { name: "button3";
1948 description { state: "default" 0.0;
1951 rel2.relative: 1.0 0.5;
1953 normal: "bt_hilightw.png";
1958 part { name: "elm.swallow.content";
1960 description { state: "default" 0.0;
1965 rel2.relative: 0.0 1.0;
1968 description { state: "visible" 0.0;
1969 inherit: "default" 0.0;
1973 aspect_preference: VERTICAL;
1976 description { state: "disabled" 0.0;
1977 inherit: "default" 0.0;
1978 color: 128 128 128 128;
1980 description { state: "disabled_visible" 0.0;
1981 inherit: "default" 0.0;
1982 color: 128 128 128 128;
1988 part { name: "elm.text";
1992 description { state: "default" 0.0;
1994 rel1.to_x: "elm.swallow.content";
1995 rel1.relative: 1.0 0.0;
1998 rel2.relative: 0.0 1.0;
2002 font: "Sans,Edje-Vera";
2008 description { state: "visible" 0.0;
2009 inherit: "default" 0.0;
2013 description { state: "disabled" 0.0;
2014 inherit: "default" 0.0;
2015 color: 128 128 128 128;
2017 description { state: "disabled_visible" 0.0;
2018 inherit: "default" 0.0;
2019 color: 128 128 128 128;
2023 part { name: "disabler";
2025 description { state: "default" 0.0;
2029 description { state: "disabled" 0.0;
2030 inherit: "default" 0.0;
2036 program { name: "drag_end";
2037 signal: "mouse,up,1";
2040 new Float:dx, Float:dy;
2041 get_drag(PART:"button", dx, dy);
2044 set_drag(PART:"button", 1.0, 0.0);
2045 emit("elm,action,toggle,on", "");
2049 set_drag(PART:"button", 0.0, 0.0);
2050 emit("elm,action,toggle,off", "");
2054 program { name: "toggle_on";
2055 signal: "elm,state,toggle,on";
2058 set_drag(PART:"button", 100.0, 0.0);
2061 program { name: "toggle_off";
2062 signal: "elm,state,toggle,off";
2065 set_drag(PART:"button", 0.0, 0.0);
2068 program { name: "text_show";
2069 signal: "elm,state,text,visible";
2071 action: STATE_SET "visible" 0.0;
2074 program { name: "text_hide";
2075 signal: "elm,state,text,hidden";
2077 action: STATE_SET "default" 0.0;
2080 program { name: "icon_show";
2081 signal: "elm,state,icon,visible";
2083 action: STATE_SET "visible" 0.0;
2084 target: "elm.swallow.content";
2086 program { name: "icon_hide";
2087 signal: "elm,state,icon,hidden";
2089 action: STATE_SET "default" 0.0;
2090 target: "elm.swallow.content";
2092 program { name: "disable";
2093 signal: "elm,state,disabled";
2095 action: STATE_SET "disabled" 0.0;
2097 target: "elm.offtext";
2098 target: "elm.ontext";
2100 after: "disable_text";
2102 program { name: "disable_text";
2106 get_state(PART:"elm.text", st, 30, vl);
2107 if (!strcmp(st, "visible"))
2108 set_state(PART:"elm.text", "disabled_visible", 0.0);
2110 set_state(PART:"elm.text", "disabled", 0.0);
2112 get_state(PART:"elm.swallow.content", st, 30, vl);
2113 if (!strcmp(st, "visible"))
2114 set_state(PART:"elm.swallow.content", "disabled_visible", 0.0);
2116 set_state(PART:"elm.swallow.content", "disabled", 0.0);
2119 program { name: "enable";
2120 signal: "elm,state,enabled";
2122 action: STATE_SET "default" 0.0;
2124 after: "enable_text";
2126 program { name: "enable_text";
2130 get_state(PART:"elm.text", st, 30, vl);
2131 if (!strcmp(st, "disabled_visible"))
2132 set_state(PART:"elm.text", "visible", 0.0);
2134 set_state(PART:"elm.text", "default", 0.0);
2136 get_state(PART:"elm.swallow.content", st, 30, vl);
2137 if (!strcmp(st, "visible"))
2138 set_state(PART:"elm.swallow.content", "visible", 0.0);
2140 set_state(PART:"elm.swallow.content", "default", 0.0);
2146 ///////////////////////////////////////////////////////////////////////////////
2147 group { name: "elm/clock/flipdigit/default";
2149 image: "flip_base.png" COMP;
2150 image: "flip_base_shad.png" COMP;
2151 image: "flip_shad.png" COMP;
2152 image: "flip_0t.png" COMP;
2153 image: "flip_0b.png" COMP;
2154 image: "flip_1t.png" COMP;
2155 image: "flip_1b.png" COMP;
2156 image: "flip_2t.png" COMP;
2157 image: "flip_2b.png" COMP;
2158 image: "flip_3t.png" COMP;
2159 image: "flip_3b.png" COMP;
2160 image: "flip_4t.png" COMP;
2161 image: "flip_4b.png" COMP;
2162 image: "flip_5t.png" COMP;
2163 image: "flip_5b.png" COMP;
2164 image: "flip_6t.png" COMP;
2165 image: "flip_6b.png" COMP;
2166 image: "flip_7t.png" COMP;
2167 image: "flip_7b.png" COMP;
2168 image: "flip_8t.png" COMP;
2169 image: "flip_8b.png" COMP;
2170 image: "flip_9t.png" COMP;
2171 image: "flip_9b.png" COMP;
2172 image: "arrow_up.png" COMP;
2173 image: "arrow_down.png" COMP;
2176 public v0_cur, v0_pre, v0_lock, v0_next;
2178 public animator2(val, Float:pos) {
2179 new st1[11], st2[11], v;
2181 v = get_int(v0_cur);
2182 snprintf(st1, 10, "%ih", v);
2183 snprintf(st2, 10, "%i", v);
2184 set_tween_state(PART:"bot", pos, st1, 0.0, st2, 0.0);
2185 set_tween_state(PART:"sh", pos, "half", 0.0, "full", 0.0);
2187 set_state(PART:"sh", "default", 0.0);
2188 set_int(v0_lock, 0);
2189 v = get_int(v0_next);
2191 set_int(v0_next, -1);
2192 message(MSG_INT, 1, v);
2196 public animator1(val, Float:pos) {
2197 new st1[11], st2[11], v;
2199 v = get_int(v0_pre);
2200 snprintf(st1, 10, "%i", v);
2201 snprintf(st2, 10, "%ih", v);
2202 set_tween_state(PART:"top", pos, st1, 0.0, st2, 0.0);
2203 set_tween_state(PART:"sh", pos, "default", 0.0, "half", 0.0);
2204 if (pos >= 1.0) anim(0.2, "animator2", val);
2206 public message(Msg_Type:type, id, ...) {
2207 if ((type == MSG_INT) && (id == 1)) {
2208 new value, v, buf[11];
2211 if (get_int(v0_lock) == 1) {
2212 set_int(v0_next, value);
2215 v = get_int(v0_cur);
2217 set_int(v0_cur, value);
2218 set_int(v0_lock, 1);
2219 snprintf(buf, 10, "%i", get_int(v0_pre));
2220 set_state(PART:"bot0", buf, 0.0);
2221 snprintf(buf, 10, "%ih", get_int(v0_cur));
2222 set_state(PART:"bot", buf, 0.0);
2223 snprintf(buf, 10, "%i", get_int(v0_cur));
2224 set_state(PART:"top0", buf, 0.0);
2225 snprintf(buf, 10, "%i", get_int(v0_pre));
2226 set_state(PART:"top", buf, 0.0);
2227 set_state(PART:"sh", "default", 0.0);
2228 anim(0.2, "animator1", 1);
2233 part { name: "shad";
2235 description { state: "default" 0.0;
2241 normal: "flip_base_shad.png";
2246 part { name: "base";
2248 description { state: "default" 0.0;
2251 // FIXME 48x96 should be the native pixel design, right now
2252 // its 80x160. fix int he artwork later
2256 image.normal: "flip_base.png";
2262 description { state: "default" 0.0;
2265 rel1.relative: 0.0 0.5;
2269 description { state: "visible" 0.0;
2270 inherit: "default" 0.0;
2277 description { state: "default" 0.0;
2281 rel2.relative: 1.0 0.5;
2284 description { state: "visible" 0.0;
2285 inherit: "default" 0.0;
2289 part { name: "bot0";
2291 description { state: "default" 0.0;
2294 image.normal: "flip_0b.png";
2296 description { state: "0" 0.0;
2297 inherit: "default" 0.0;
2298 image.normal: "flip_0b.png";
2300 description { state: "1" 0.0;
2301 inherit: "default" 0.0;
2302 image.normal: "flip_1b.png";
2304 description { state: "2" 0.0;
2305 inherit: "default" 0.0;
2306 image.normal: "flip_2b.png";
2308 description { state: "3" 0.0;
2309 inherit: "default" 0.0;
2310 image.normal: "flip_3b.png";
2312 description { state: "4" 0.0;
2313 inherit: "default" 0.0;
2314 image.normal: "flip_4b.png";
2316 description { state: "5" 0.0;
2317 inherit: "default" 0.0;
2318 image.normal: "flip_5b.png";
2320 description { state: "6" 0.0;
2321 inherit: "default" 0.0;
2322 image.normal: "flip_6b.png";
2324 description { state: "7" 0.0;
2325 inherit: "default" 0.0;
2326 image.normal: "flip_7b.png";
2328 description { state: "8" 0.0;
2329 inherit: "default" 0.0;
2330 image.normal: "flip_8b.png";
2332 description { state: "9" 0.0;
2333 inherit: "default" 0.0;
2334 image.normal: "flip_9b.png";
2339 description { state: "default" 0.0;
2342 rel2.relative: 1.0 0.0;
2343 image.normal: "flip_shad.png";
2345 description { state: "half" 0.0;
2346 inherit: "default" 0.0;
2347 rel2.relative: 1.0 0.5;
2349 description { state: "full" 0.0;
2350 inherit: "default" 0.0;
2351 rel2.relative: 1.0 1.0;
2356 description { state: "default" 0.0;
2360 image.normal: "flip_0b.png";
2362 description { state: "0" 0.0;
2363 inherit: "default" 0.0;
2365 rel2.relative: 1.0 1.0;
2366 image.normal: "flip_0b.png";
2368 description { state: "0h" 0.0;
2369 inherit: "default" 0.0;
2371 rel2.relative: 1.0 0.0;
2372 image.normal: "flip_0b.png";
2374 description { state: "1" 0.0;
2375 inherit: "default" 0.0;
2377 rel2.relative: 1.0 1.0;
2378 image.normal: "flip_1b.png";
2380 description { state: "1h" 0.0;
2381 inherit: "default" 0.0;
2383 rel2.relative: 1.0 0.0;
2384 image.normal: "flip_1b.png";
2386 description { state: "2" 0.0;
2387 inherit: "default" 0.0;
2389 rel2.relative: 1.0 1.0;
2390 image.normal: "flip_2b.png";
2392 description { state: "2h" 0.0;
2393 inherit: "default" 0.0;
2395 rel2.relative: 1.0 0.0;
2396 image.normal: "flip_2b.png";
2398 description { state: "3" 0.0;
2399 inherit: "default" 0.0;
2401 rel2.relative: 1.0 1.0;
2402 image.normal: "flip_3b.png";
2404 description { state: "3h" 0.0;
2405 inherit: "default" 0.0;
2407 rel2.relative: 1.0 0.0;
2408 image.normal: "flip_3b.png";
2410 description { state: "4" 0.0;
2411 inherit: "default" 0.0;
2413 rel2.relative: 1.0 1.0;
2414 image.normal: "flip_4b.png";
2416 description { state: "4h" 0.0;
2417 inherit: "default" 0.0;
2419 rel2.relative: 1.0 0.0;
2420 image.normal: "flip_4b.png";
2422 description { state: "5" 0.0;
2423 inherit: "default" 0.0;
2425 rel2.relative: 1.0 1.0;
2426 image.normal: "flip_5b.png";
2428 description { state: "5h" 0.0;
2429 inherit: "default" 0.0;
2431 rel2.relative: 1.0 0.0;
2432 image.normal: "flip_5b.png";
2434 description { state: "6" 0.0;
2435 inherit: "default" 0.0;
2437 rel2.relative: 1.0 1.0;
2438 image.normal: "flip_6b.png";
2440 description { state: "6h" 0.0;
2441 inherit: "default" 0.0;
2443 rel2.relative: 1.0 0.0;
2444 image.normal: "flip_6b.png";
2446 description { state: "7" 0.0;
2447 inherit: "default" 0.0;
2449 rel2.relative: 1.0 1.0;
2450 image.normal: "flip_7b.png";
2452 description { state: "7h" 0.0;
2453 inherit: "default" 0.0;
2455 rel2.relative: 1.0 0.0;
2456 image.normal: "flip_7b.png";
2458 description { state: "8" 0.0;
2459 inherit: "default" 0.0;
2461 rel2.relative: 1.0 1.0;
2462 image.normal: "flip_8b.png";
2464 description { state: "8h" 0.0;
2465 inherit: "default" 0.0;
2467 rel2.relative: 1.0 0.0;
2468 image.normal: "flip_8b.png";
2470 description { state: "9" 0.0;
2471 inherit: "default" 0.0;
2473 rel2.relative: 1.0 1.0;
2474 image.normal: "flip_9b.png";
2476 description { state: "9h" 0.0;
2477 inherit: "default" 0.0;
2479 rel2.relative: 1.0 0.0;
2480 image.normal: "flip_9b.png";
2483 part { name: "top0";
2485 description { state: "default" 0.0;
2488 image.normal: "flip_0t.png";
2490 description { state: "0" 0.0;
2491 inherit: "default" 0.0;
2492 image.normal: "flip_0t.png";
2494 description { state: "1" 0.0;
2495 inherit: "default" 0.0;
2496 image.normal: "flip_1t.png";
2498 description { state: "2" 0.0;
2499 inherit: "default" 0.0;
2500 image.normal: "flip_2t.png";
2502 description { state: "3" 0.0;
2503 inherit: "default" 0.0;
2504 image.normal: "flip_3t.png";
2506 description { state: "4" 0.0;
2507 inherit: "default" 0.0;
2508 image.normal: "flip_4t.png";
2510 description { state: "5" 0.0;
2511 inherit: "default" 0.0;
2512 image.normal: "flip_5t.png";
2514 description { state: "6" 0.0;
2515 inherit: "default" 0.0;
2516 image.normal: "flip_6t.png";
2518 description { state: "7" 0.0;
2519 inherit: "default" 0.0;
2520 image.normal: "flip_7t.png";
2522 description { state: "8" 0.0;
2523 inherit: "default" 0.0;
2524 image.normal: "flip_8t.png";
2526 description { state: "9" 0.0;
2527 inherit: "default" 0.0;
2528 image.normal: "flip_9t.png";
2533 description { state: "default" 0.0;
2537 image.normal: "flip_0t.png";
2539 description { state: "0" 0.0;
2540 inherit: "default" 0.0;
2542 rel1.relative: 0.0 0.0;
2543 image.normal: "flip_0t.png";
2545 description { state: "0h" 0.0;
2546 inherit: "default" 0.0;
2547 color: 128 128 128 255;
2549 rel1.relative: 0.0 1.0;
2550 image.normal: "flip_0t.png";
2552 description { state: "1" 0.0;
2553 inherit: "default" 0.0;
2555 rel1.relative: 0.0 0.0;
2556 image.normal: "flip_1t.png";
2558 description { state: "1h" 0.0;
2559 inherit: "default" 0.0;
2560 color: 128 128 128 255;
2562 rel1.relative: 0.0 1.0;
2563 image.normal: "flip_1t.png";
2565 description { state: "2" 0.0;
2566 inherit: "default" 0.0;
2568 rel1.relative: 0.0 0.0;
2569 image.normal: "flip_2t.png";
2571 description { state: "2h" 0.0;
2572 inherit: "default" 0.0;
2573 color: 128 128 128 255;
2575 rel1.relative: 0.0 1.0;
2576 image.normal: "flip_2t.png";
2578 description { state: "3" 0.0;
2579 inherit: "default" 0.0;
2581 rel1.relative: 0.0 0.0;
2582 image.normal: "flip_3t.png";
2584 description { state: "3h" 0.0;
2585 inherit: "default" 0.0;
2586 color: 128 128 128 255;
2588 rel1.relative: 0.0 1.0;
2589 image.normal: "flip_3t.png";
2591 description { state: "4" 0.0;
2592 inherit: "default" 0.0;
2594 rel1.relative: 0.0 0.0;
2595 image.normal: "flip_4t.png";
2597 description { state: "4h" 0.0;
2598 inherit: "default" 0.0;
2599 color: 128 128 128 255;
2601 rel1.relative: 0.0 1.0;
2602 image.normal: "flip_4t.png";
2604 description { state: "5" 0.0;
2605 inherit: "default" 0.0;
2607 rel1.relative: 0.0 0.0;
2608 image.normal: "flip_5t.png";
2610 description { state: "5h" 0.0;
2611 inherit: "default" 0.0;
2612 color: 128 128 128 255;
2614 rel1.relative: 0.0 1.0;
2615 image.normal: "flip_5t.png";
2617 description { state: "6" 0.0;
2618 inherit: "default" 0.0;
2620 rel1.relative: 0.0 0.0;
2621 image.normal: "flip_6t.png";
2623 description { state: "6h" 0.0;
2624 inherit: "default" 0.0;
2625 color: 128 128 128 255;
2627 rel1.relative: 0.0 1.0;
2628 image.normal: "flip_6t.png";
2630 description { state: "7" 0.0;
2631 inherit: "default" 0.0;
2633 rel1.relative: 0.0 0.0;
2634 image.normal: "flip_7t.png";
2636 description { state: "7h" 0.0;
2637 inherit: "default" 0.0;
2638 color: 128 128 128 255;
2640 rel1.relative: 0.0 1.0;
2641 image.normal: "flip_7t.png";
2643 description { state: "8" 0.0;
2644 inherit: "default" 0.0;
2646 rel1.relative: 0.0 0.0;
2647 image.normal: "flip_8t.png";
2649 description { state: "8h" 0.0;
2650 inherit: "default" 0.0;
2651 color: 128 128 128 255;
2653 rel1.relative: 0.0 1.0;
2654 image.normal: "flip_8t.png";
2656 description { state: "9" 0.0;
2657 inherit: "default" 0.0;
2659 rel1.relative: 0.0 0.0;
2660 image.normal: "flip_9t.png";
2662 description { state: "9h" 0.0;
2663 inherit: "default" 0.0;
2664 color: 128 128 128 255;
2666 rel1.relative: 0.0 1.0;
2667 image.normal: "flip_9t.png";
2670 part { name: "atop";
2673 description { state: "default" 0.0;
2680 image.normal: "arrow_up.png";
2682 description { state: "visible" 0.0;
2683 inherit: "default" 0.0;
2687 part { name: "abot";
2690 description { state: "default" 0.0;
2697 image.normal: "arrow_down.png";
2699 description { state: "visible" 0.0;
2700 inherit: "default" 0.0;
2706 program { name: "load";
2712 set_int(v0_lock, 0);
2713 set_int(v0_next, -1);
2716 program { name: "edit_on";
2717 signal: "elm,state,edit,on";
2719 action: STATE_SET "visible" 0.0;
2725 program { name: "edit_off";
2726 signal: "elm,state,edit,off";
2728 action: STATE_SET "default" 0.0;
2734 program { name: "up";
2735 signal: "mouse,down,1";
2737 action: SIGNAL_EMIT "elm,action,up" "";
2739 program { name: "down";
2740 signal: "mouse,down,1";
2742 action: SIGNAL_EMIT "elm,action,down" "";
2747 ///////////////////////////////////////////////////////////////////////////////
2748 group { name: "elm/clock/flipampm/default";
2750 image: "flip_base.png" COMP;
2751 image: "flip_base_shad.png" COMP;
2752 image: "flip_shad.png" COMP;
2753 image: "flip_amt.png" COMP;
2754 image: "flip_amb.png" COMP;
2755 image: "flip_pmt.png" COMP;
2756 image: "flip_pmb.png" COMP;
2757 image: "arrow_up.png" COMP;
2758 image: "arrow_down.png" COMP;
2761 public v0_cur, v0_pre, v0_lock, v0_next;
2763 public animator2(val, Float:pos) {
2764 new st1[11], st2[11], v;
2766 v = get_int(v0_cur);
2767 snprintf(st1, 10, "%ih", v);
2768 snprintf(st2, 10, "%i", v);
2769 set_tween_state(PART:"bot", pos, st1, 0.0, st2, 0.0);
2770 set_tween_state(PART:"sh", pos, "half", 0.0, "full", 0.0);
2772 set_state(PART:"sh", "default", 0.0);
2773 set_int(v0_lock, 0);
2774 v = get_int(v0_next);
2776 set_int(v0_next, -1);
2777 message(MSG_INT, 1, v);
2781 public animator1(val, Float:pos) {
2782 new st1[11], st2[11], v;
2784 v = get_int(v0_pre);
2785 snprintf(st1, 10, "%i", v);
2786 snprintf(st2, 10, "%ih", v);
2787 set_tween_state(PART:"top", pos, st1, 0.0, st2, 0.0);
2788 set_tween_state(PART:"sh", pos, "default", 0.0, "half", 0.0);
2789 if (pos >= 1.0) anim(0.2, "animator2", val);
2791 public message(Msg_Type:type, id, ...) {
2792 if ((type == MSG_INT) && (id == 1)) {
2793 new value, v, buf[11];
2796 if (get_int(v0_lock) == 1) {
2797 set_int(v0_next, value);
2800 v = get_int(v0_cur);
2802 set_int(v0_cur, value);
2803 set_int(v0_lock, 1);
2804 snprintf(buf, 10, "%i", get_int(v0_pre));
2805 set_state(PART:"bot0", buf, 0.0);
2806 snprintf(buf, 10, "%ih", get_int(v0_cur));
2807 set_state(PART:"bot", buf, 0.0);
2808 snprintf(buf, 10, "%i", get_int(v0_cur));
2809 set_state(PART:"top0", buf, 0.0);
2810 snprintf(buf, 10, "%i", get_int(v0_pre));
2811 set_state(PART:"top", buf, 0.0);
2812 set_state(PART:"sh", "default", 0.0);
2813 anim(0.2, "animator1", 1);
2818 part { name: "shad";
2820 description { state: "default" 0.0;
2826 normal: "flip_base_shad.png";
2831 part { name: "base";
2834 description { state: "default" 0.0;
2837 // FIXME 48x96 should be the native pixel design, right now
2838 // its 80x160. fix int he artwork later
2842 image.normal: "flip_base.png";
2848 description { state: "default" 0.0;
2850 rel1.relative: 0.0 0.5;
2858 description { state: "default" 0.0;
2861 rel2.relative: 1.0 0.5;
2865 part { name: "bot0";
2867 description { state: "default" 0.0;
2870 image.normal: "flip_amb.png";
2872 description { state: "0" 0.0;
2873 inherit: "default" 0.0;
2874 image.normal: "flip_amb.png";
2876 description { state: "1" 0.0;
2877 inherit: "default" 0.0;
2878 image.normal: "flip_pmb.png";
2883 description { state: "default" 0.0;
2886 rel2.relative: 1.0 0.0;
2887 image.normal: "flip_shad.png";
2889 description { state: "half" 0.0;
2890 inherit: "default" 0.0;
2891 rel2.relative: 1.0 0.5;
2893 description { state: "full" 0.0;
2894 inherit: "default" 0.0;
2895 rel2.relative: 1.0 1.0;
2900 description { state: "default" 0.0;
2904 image.normal: "flip_amb.png";
2906 description { state: "0" 0.0;
2907 inherit: "default" 0.0;
2909 rel2.relative: 1.0 1.0;
2910 image.normal: "flip_amb.png";
2912 description { state: "0h" 0.0;
2913 inherit: "default" 0.0;
2915 rel2.relative: 1.0 0.0;
2916 image.normal: "flip_amb.png";
2918 description { state: "1" 0.0;
2919 inherit: "default" 0.0;
2921 rel2.relative: 1.0 1.0;
2922 image.normal: "flip_pmb.png";
2924 description { state: "1h" 0.0;
2925 inherit: "default" 0.0;
2927 rel2.relative: 1.0 0.0;
2928 image.normal: "flip_pmb.png";
2931 part { name: "top0";
2933 description { state: "default" 0.0;
2936 image.normal: "flip_amt.png";
2938 description { state: "0" 0.0;
2939 inherit: "default" 0.0;
2940 image.normal: "flip_amt.png";
2942 description { state: "1" 0.0;
2943 inherit: "default" 0.0;
2944 image.normal: "flip_pmt.png";
2949 description { state: "default" 0.0;
2953 image.normal: "flip_amt.png";
2955 description { state: "0" 0.0;
2956 inherit: "default" 0.0;
2958 rel1.relative: 0.0 0.0;
2959 image.normal: "flip_amt.png";
2961 description { state: "0h" 0.0;
2962 inherit: "default" 0.0;
2963 color: 128 128 128 255;
2965 rel1.relative: 0.0 1.0;
2966 image.normal: "flip_amt.png";
2968 description { state: "1" 0.0;
2969 inherit: "default" 0.0;
2971 rel1.relative: 0.0 0.0;
2972 image.normal: "flip_pmt.png";
2974 description { state: "1h" 0.0;
2975 inherit: "default" 0.0;
2976 color: 128 128 128 255;
2978 rel1.relative: 0.0 1.0;
2979 image.normal: "flip_pmt.png";
2982 part { name: "atop";
2985 description { state: "default" 0.0;
2992 image.normal: "arrow_up.png";
2994 description { state: "visible" 0.0;
2995 inherit: "default" 0.0;
2999 part { name: "abot";
3002 description { state: "default" 0.0;
3009 image.normal: "arrow_down.png";
3011 description { state: "visible" 0.0;
3012 inherit: "default" 0.0;
3018 program { name: "load";
3024 set_int(v0_lock, 0);
3025 set_int(v0_next, -1);
3028 program { name: "edit_on";
3029 signal: "elm,state,edit,on";
3031 action: STATE_SET "visible" 0.0;
3036 program { name: "edit_off";
3037 signal: "elm,state,edit,off";
3039 action: STATE_SET "default" 0.0;
3044 program { name: "up";
3045 signal: "mouse,down,1";
3047 action: SIGNAL_EMIT "elm,action,up" "";
3049 program { name: "down";
3050 signal: "mouse,down,1";
3052 action: SIGNAL_EMIT "elm,action,down" "";
3057 ///////////////////////////////////////////////////////////////////////////////
3058 group { name: "elm/menu/item/default";
3060 image: "bt_base1.png" COMP;
3061 image: "bt_base2.png" COMP;
3062 image: "bt_hilight.png" COMP;
3063 image: "bt_shine.png" COMP;
3064 image: "bt_glow.png" COMP;
3065 image: "bt_dis_base.png" COMP;
3066 image: "bt_dis_hilight.png" COMP;
3069 public menu_text_visible; //0:hide (default), 1:visible
3070 public menu_disable; //0:enable, 1:disable
3073 part { name: "item_image";
3075 description { state: "default" 0.0;
3076 color: 255 255 255 0;
3078 normal: "bt_base2.png";
3081 image.middle: SOLID;
3083 description { state: "visible" 0.0;
3084 inherit: "default" 0.0;
3085 color: 255 255 255 255;
3087 description { state: "clicked" 0.0;
3088 inherit: "default" 0.0;
3089 inherit: "visible" 0.0;
3090 image.normal: "bt_base1.png";
3091 image.middle: SOLID;
3093 description { state: "disabled" 0.0;
3094 inherit: "default" 0.0;
3097 part { name: "item_image_disabled";
3099 description { state: "default" 0.0;
3100 color: 255 255 255 0;
3102 normal: "bt_dis_base.png";
3105 image.middle: SOLID;
3107 description { state: "disabled" 0.0;
3108 inherit: "default" 0.0;
3109 color: 255 255 255 255;
3112 part { name: "elm.swallow.content";
3114 description { state: "default" 0.0;
3120 rel2.relative: 0.0 1.0;
3122 aspect_preference: VERTICAL;
3131 description { state: "default" 0.0;
3133 rel1.to_x: "elm.swallow.content";
3134 rel1.relative: 1.0 0.0;
3136 rel2.offset: -10 -8;
3139 font: "Sans,Edje-Vera";
3145 description { state: "visible" 0.0;
3146 inherit: "default" 0.0;
3150 description { state: "selected" 0.0;
3151 inherit: "default" 0.0;
3152 inherit: "visible" 0.0;
3153 color: 254 254 254 255;
3155 description { state: "disabled" 0.0;
3156 inherit: "default" 0.0;
3159 description { state: "disabled_visible" 0.0;
3160 inherit: "default" 0.0;
3161 inherit: "visible" 0.0;
3165 part { name: "over1";
3167 description { state: "default" 0.0;
3168 color: 255 255 255 0;
3169 rel2.relative: 1.0 0.5;
3171 normal: "bt_hilight.png";
3175 description { state: "visible" 0.0;
3176 inherit: "default" 0.0;
3177 color: 255 255 255 255;
3179 description { state: "disabled" 0.0;
3180 inherit: "default" 0.0;
3183 part { name: "over_disabled";
3185 description { state: "default" 0.0;
3186 color: 255 255 255 0;
3187 rel2.relative: 1.0 0.5;
3189 normal: "bt_dis_hilight.png";
3193 description { state: "disabled" 0.0;
3194 inherit: "default" 0.0;
3195 color: 255 255 255 255;
3198 part { name: "over2";
3201 ignore_flags: ON_HOLD;
3202 description { state: "default" 0.0;
3204 normal: "bt_shine.png";
3208 description { state: "disabled" 0.0;
3209 inherit: "default" 0.0;
3213 part { name: "over3";
3216 description { state: "default" 0.0;
3217 color: 255 255 255 0;
3219 normal: "bt_glow.png";
3220 border: 12 12 12 12;
3224 description { state: "clicked" 0.0;
3225 inherit: "default" 0.0;
3227 color: 255 255 255 255;
3230 part { name: "disabler";
3232 description { state: "default" 0.0;
3236 description { state: "disabled" 0.0;
3237 inherit: "default" 0.0;
3245 name: "item_mouse_in";
3248 action: SIGNAL_EMIT "elm,action,activate" "";
3249 after: "item_mouse_in_2";
3250 after: "item_mouse_in_3";
3253 name: "item_mouse_in_2";
3254 transition: DECELERATE 0.5;
3257 v = get_int(menu_text_visible);
3258 d = get_int(menu_disable);
3261 run_program(PROGRAM:"selected_text");
3265 name: "item_mouse_in_3";
3266 action : STATE_SET "visible" 0.0;
3267 target: "item_image";
3269 transition: DECELERATE 0.5;
3272 name: "selected_text";
3273 action: STATE_SET "selected" 0.0;
3275 transition: DECELERATE 0.5;
3281 name: "item_mouse_out";
3282 signal: "mouse,out";
3284 after: "item_mouse_out_2";
3285 after: "item_mouse_out_3";
3288 name: "item_mouse_out_2";
3289 transition: DECELERATE 0.5;
3292 v = get_int(menu_text_visible);
3293 d = get_int(menu_disable);
3296 run_program(PROGRAM:"visible_text");
3300 name: "item_mouse_out_3";
3301 action: STATE_SET "default" 0.0;
3302 target: "item_image";
3304 transition: DECELERATE 0.5;
3307 name: "visible_text";
3308 action: STATE_SET "visible" 0.0;
3310 transition: DECELERATE 0.5;
3315 name: "item_unclick";
3316 signal: "mouse,up,1";
3318 action: STATE_SET "visible" 0.0;
3319 target: "item_image";
3322 name: "item_click2";
3323 signal: "mouse,down,1";
3325 action: STATE_SET "clicked" 0.0;
3329 name: "item_unclick2";
3330 signal: "mouse,up,1";
3332 action: STATE_SET "default" 0.0;
3333 transition: DECELERATE 0.5;
3337 name: "item_unclick3";
3338 signal: "mouse,up,1";
3340 action: SIGNAL_EMIT "elm,action,click" "";
3342 program { name: "text_show";
3343 signal: "elm,state,text,visible";
3346 set_int(menu_text_visible, 1);
3347 set_state(PART:"elm.text", "visible", 0.0);
3350 program { name: "text_hide";
3351 signal: "elm,state,text,hidden";
3354 set_int(menu_text_visible, 0);
3355 set_state(PART:"elm.text", "default", 0.0);
3358 program { name: "disable";
3359 signal: "elm,state,disabled";
3361 action: STATE_SET "disabled" 0.0;
3362 target: "item_image";
3363 target: "item_image_disabled";
3366 target: "over_disabled";
3368 after: "disable_text";
3370 program { name: "disable_text";
3373 v = get_int(menu_text_visible);
3375 set_state(PART:"elm.text", "disabled_visible", 0.0);
3377 set_state(PART:"elm.text", "disabled", 0.0);
3378 set_int(menu_disable, 1);
3381 program { name: "enable";
3382 signal: "elm,state,enabled";
3384 action: STATE_SET "default" 0.0;
3385 target: "item_image";
3386 target: "item_image_disabled";
3389 target: "over_disabled";
3391 after: "enable_text";
3393 program { name: "enable_text";
3396 v = get_int(menu_text_visible);
3398 set_state(PART:"elm.text", "visible", 0.0);
3400 set_state(PART:"elm.text", "default", 0.0);
3401 set_int(menu_disable, 0);
3407 group { name: "elm/menu/item_with_submenu/default";
3409 image: "bt_base1.png" COMP;
3410 image: "bt_base2.png" COMP;
3411 image: "bt_hilight.png" COMP;
3412 image: "bt_shine.png" COMP;
3413 image: "bt_glow.png" COMP;
3414 image: "bt_dis_base.png" COMP;
3415 image: "bt_dis_hilight.png" COMP;
3416 image: "arrow_right.png" COMP;
3419 public menu_text_visible; //0:hide (default), 1:visible
3420 public menu_disable; //0:enable, 1:disable
3423 part { name: "item_image";
3425 description { state: "default" 0.0;
3426 color: 255 255 255 0;
3428 normal: "bt_base2.png";
3431 image.middle: SOLID;
3433 description { state: "visible" 0.0;
3434 inherit: "default" 0.0;
3435 color: 255 255 255 255;
3437 description { state: "clicked" 0.0;
3438 inherit: "default" 0.0;
3439 inherit: "visible" 0.0;
3440 image.normal: "bt_base1.png";
3441 image.middle: SOLID;
3443 description { state: "disabled" 0.0;
3444 inherit: "default" 0.0;
3447 part { name: "item_image_disabled";
3449 description { state: "default" 0.0;
3450 color: 255 255 255 0;
3452 normal: "bt_dis_base.png";
3455 image.middle: SOLID;
3457 description { state: "disabled" 0.0;
3458 inherit: "default" 0.0;
3459 color: 255 255 255 255;
3462 part { name: "arrow";
3464 description { state: "default" 0.0;
3465 color: 255 255 255 255;
3468 aspect_preference: BOTH;
3470 normal: "arrow_right.png";
3474 part { name: "elm.swallow.content";
3476 description { state: "default" 0.0;
3482 rel2.relative: 0.0 1.0;
3484 aspect_preference: VERTICAL;
3493 description { state: "default" 0.0;
3495 rel1.to_x: "elm.swallow.content";
3496 rel1.relative: 1.0 0.0;
3498 rel2.offset: -10 -8;
3501 font: "Sans,Edje-Vera";
3507 description { state: "visible" 0.0;
3508 inherit: "default" 0.0;
3512 description { state: "selected" 0.0;
3513 inherit: "default" 0.0;
3514 inherit: "visible" 0.0;
3515 color: 254 254 254 255;
3517 description { state: "disabled" 0.0;
3518 inherit: "default" 0.0;
3521 description { state: "disabled_visible" 0.0;
3522 inherit: "default" 0.0;
3523 inherit: "visible" 0.0;
3527 part { name: "over1";
3529 description { state: "default" 0.0;
3530 color: 255 255 255 0;
3531 rel2.relative: 1.0 0.5;
3533 normal: "bt_hilight.png";
3537 description { state: "visible" 0.0;
3538 inherit: "default" 0.0;
3539 color: 255 255 255 255;
3541 description { state: "disabled" 0.0;
3542 inherit: "default" 0.0;
3545 part { name: "over_disabled";
3547 description { state: "default" 0.0;
3548 color: 255 255 255 0;
3549 rel2.relative: 1.0 0.5;
3551 normal: "bt_dis_hilight.png";
3555 description { state: "disabled" 0.0;
3556 inherit: "default" 0.0;
3557 color: 255 255 255 255;
3560 part { name: "over2";
3563 ignore_flags: ON_HOLD;
3564 description { state: "default" 0.0;
3566 normal: "bt_shine.png";
3570 description { state: "disabled" 0.0;
3571 inherit: "default" 0.0;
3575 part { name: "over3";
3578 description { state: "default" 0.0;
3579 color: 255 255 255 0;
3581 normal: "bt_glow.png";
3582 border: 12 12 12 12;
3586 description { state: "clicked" 0.0;
3587 inherit: "default" 0.0;
3589 color: 255 255 255 255;
3592 part { name: "disabler";
3594 description { state: "default" 0.0;
3598 description { state: "disabled" 0.0;
3599 inherit: "default" 0.0;
3607 name: "item_mouse_in";
3610 action: SIGNAL_EMIT "elm,action,activate" "";
3611 after: "item_mouse_in_2";
3612 after: "item_mouse_in_3";
3615 name: "item_mouse_in_2";
3616 transition: DECELERATE 0.5;
3619 v = get_int(menu_text_visible);
3620 d = get_int(menu_disable);
3623 run_program(PROGRAM:"selected_text");
3627 name: "item_mouse_in_3";
3628 action : STATE_SET "visible" 0.0;
3629 target: "item_image";
3631 transition: DECELERATE 0.5;
3634 name: "selected_text";
3635 action: STATE_SET "selected" 0.0;
3637 transition: DECELERATE 0.5;
3643 name: "item_mouse_out";
3644 signal: "mouse,out";
3646 after: "item_mouse_out_2";
3647 after: "item_mouse_out_3";
3650 name: "item_mouse_out_2";
3651 transition: DECELERATE 0.5;
3654 v = get_int(menu_text_visible);
3655 d = get_int(menu_disable);
3658 run_program(PROGRAM:"visible_text");
3662 name: "item_mouse_out_3";
3663 action: STATE_SET "default" 0.0;
3664 target: "item_image";
3666 transition: DECELERATE 0.5;
3669 name: "visible_text";
3670 action: STATE_SET "visible" 0.0;
3672 transition: DECELERATE 0.5;
3677 name: "item_unclick";
3678 signal: "mouse,up,1";
3680 action: STATE_SET "visible" 0.0;
3681 target: "item_image";
3684 name: "item_click2";
3685 signal: "mouse,down,1";
3687 action: STATE_SET "clicked" 0.0;
3691 name: "item_unclick2";
3692 signal: "mouse,up,1";
3694 action: STATE_SET "default" 0.0;
3695 transition: DECELERATE 0.5;
3699 name: "item_unclick3";
3700 signal: "mouse,up,1";
3702 action: SIGNAL_EMIT "elm,action,click" "";
3708 action: SIGNAL_EMIT "elm,action,open" "";
3710 program { name: "text_show";
3711 signal: "elm,state,text,visible";
3714 set_int(menu_text_visible, 1);
3715 set_state(PART:"elm.text", "visible", 0.0);
3718 program { name: "text_hide";
3719 signal: "elm,state,text,hidden";
3722 set_int(menu_text_visible, 0);
3723 set_state(PART:"elm.text", "default", 0.0);
3726 program { name: "disable";
3727 signal: "elm,state,disabled";
3729 action: STATE_SET "disabled" 0.0;
3730 target: "item_image";
3731 target: "item_image_disabled";
3734 target: "over_disabled";
3736 after: "disable_text";
3738 program { name: "disable_text";
3742 get_state(PART:"elm.text", st, 30, vl);
3743 if (!strcmp(st, "visible"))
3744 set_state(PART:"elm.text", "disabled_visible", 0.0);
3745 else if (!strcmp(st, "default"))
3746 set_state(PART:"elm.text", "disabled", 0.0);
3749 program { name: "enable";
3750 signal: "elm,state,enabled";
3752 action: STATE_SET "default" 0.0;
3753 target: "item_image";
3754 target: "item_image_disabled";
3757 target: "over_disabled";
3759 after: "enable_text";
3761 program { name: "enable_text";
3764 v = get_int(menu_text_visible);
3766 set_state(PART:"elm.text", "visible", 0.0);
3768 set_state(PART:"elm.text", "default", 0.0);
3769 set_int(menu_disable, 0);
3775 group { name: "elm/menu/separator/default";
3777 image: "separator_h.png" COMP;
3780 part { name: "separator"; // separator group
3781 description { state: "default" 0.0;
3786 normal: "separator_h.png";
3795 ///////////////////////////////////////////////////////////////////////////////
3796 group { name: "elm/clock/base-all/default";
3800 description { state: "default" 0.0;
3801 rel1.relative: 0.0000000 0.0;
3802 rel2.relative: 0.1250000 1.0;
3807 description { state: "default" 0.0;
3808 rel1.relative: 0.1250000 0.0;
3809 rel2.relative: 0.2500000 1.0;
3817 description { state: "default" 0.0;
3818 rel1.relative: 0.2500000 0.0;
3819 rel2.relative: 0.3125000 1.0;
3822 font: "Sans,Edje-Vera";
3832 description { state: "default" 0.0;
3833 rel1.relative: 0.3125000 0.0;
3834 rel2.relative: 0.4375000 1.0;
3839 description { state: "default" 0.0;
3840 rel1.relative: 0.4375000 0.0;
3841 rel2.relative: 0.5625000 1.0;
3850 description { state: "default" 0.0;
3851 rel1.relative: 0.5625000 0.0;
3852 rel2.relative: 0.6250000 1.0;
3855 font: "Sans,Edje-Vera";
3866 description { state: "default" 0.0;
3867 rel1.relative: 0.6250000 0.0;
3868 rel2.relative: 0.7500000 1.0;
3874 description { state: "default" 0.0;
3875 rel1.relative: 0.7500000 0.0;
3876 rel2.relative: 0.8750000 1.0;
3880 part { name: "ampm";
3882 description { state: "default" 0.0;
3883 rel1.relative: 0.8750000 0.0;
3884 rel2.relative: 1.0 1.0;
3890 ///////////////////////////////////////////////////////////////////////////////
3891 group { name: "elm/clock/base-seconds/default";
3895 description { state: "default" 0.0;
3896 rel1.relative: 0.000000000 0.0;
3897 rel2.relative: 0.142857143 1.0;
3902 description { state: "default" 0.0;
3903 rel1.relative: 0.142857143 0.0;
3904 rel2.relative: 0.285714286 1.0;
3912 description { state: "default" 0.0;
3913 rel1.relative: 0.285714286 0.0;
3914 rel2.relative: 0.357142857 1.0;
3917 font: "Sans,Edje-Vera";
3927 description { state: "default" 0.0;
3928 rel1.relative: 0.357142857 0.0;
3929 rel2.relative: 0.500000000 1.0;
3934 description { state: "default" 0.0;
3935 rel1.relative: 0.500000000 0.0;
3936 rel2.relative: 0.642857143 1.0;
3945 description { state: "default" 0.0;
3946 rel1.relative: 0.642857143 0.0;
3947 rel2.relative: 0.714285714 1.0;
3950 font: "Sans,Edje-Vera";
3961 description { state: "default" 0.0;
3962 rel1.relative: 0.714285714 0.0;
3963 rel2.relative: 0.857142857 1.0;
3969 description { state: "default" 0.0;
3970 rel1.relative: 0.857142857 0.0;
3971 rel2.relative: 1.000000000 1.0;
3977 ///////////////////////////////////////////////////////////////////////////////
3978 group { name: "elm/clock/base-am_pm/default";
3982 description { state: "default" 0.0;
3983 rel1.relative: 0.000000000 0.0;
3984 rel2.relative: 0.181818182 1.0;
3989 description { state: "default" 0.0;
3990 rel1.relative: 0.181818182 0.0;
3991 rel2.relative: 0.363636364 1.0;
3999 description { state: "default" 0.0;
4000 rel1.relative: 0.363636364 0.0;
4001 rel2.relative: 0.454545455 1.0;
4004 font: "Sans,Edje-Vera";
4014 description { state: "default" 0.0;
4015 rel1.relative: 0.454545455 0.0;
4016 rel2.relative: 0.636363636 1.0;
4021 description { state: "default" 0.0;
4022 rel1.relative: 0.636363636 0.0;
4023 rel2.relative: 0.818181818 1.0;
4027 part { name: "ampm";
4029 description { state: "default" 0.0;
4030 rel1.relative: 0.818181818 0.0;
4031 rel2.relative: 1.0 1.0;
4037 ///////////////////////////////////////////////////////////////////////////////
4038 group { name: "elm/clock/base/default";
4042 description { state: "default" 0.0;
4043 rel1.relative: 0.000000000 0.0;
4044 rel2.relative: 0.222222222 1.0;
4049 description { state: "default" 0.0;
4050 rel1.relative: 0.222222222 0.0;
4051 rel2.relative: 0.444444444 1.0;
4059 description { state: "default" 0.0;
4060 rel1.relative: 0.444444444 0.0;
4061 rel2.relative: 0.555555556 1.0;
4064 font: "Sans,Edje-Vera";
4074 description { state: "default" 0.0;
4075 rel1.relative: 0.555555556 0.0;
4076 rel2.relative: 0.777777778 1.0;
4081 description { state: "default" 0.0;
4082 rel1.relative: 0.777777778 0.0;
4083 rel2.relative: 1.000000000 1.0;
4089 ///////////////////////////////////////////////////////////////////////////////
4090 group { name: "elm/frame/base/default";
4092 image: "frame_1.png" COMP;
4093 image: "frame_2.png" COMP;
4094 image: "dia_grad.png" COMP;
4097 part { name: "base0";
4099 description { state: "default" 0.0;
4100 image.normal: "dia_grad.png";
4112 part { name: "base";
4114 description { state: "default" 0.0;
4115 rel2.to: "elm.swallow.content";
4118 normal: "frame_2.png";
4125 part { name: "elm.text";
4129 description { state: "default" 0.0;
4142 font: "Sans:style=Bold,Edje-Vera-Bold";
4150 part { name: "over";
4152 description { state: "default" 0.0;
4154 rel2.to: "elm.swallow.content";
4157 normal: "frame_1.png";
4164 part { name: "elm.swallow.content";
4166 description { state: "default" 0.0;
4179 group { name: "elm/frame/base/pad_small";
4185 description { state: "default" 0.0;
4196 description { state: "default" 0.0;
4203 part { name: "elm.swallow.content";
4205 description { state: "default" 0.0;
4221 group { name: "elm/frame/base/pad_medium";
4227 description { state: "default" 0.0;
4238 description { state: "default" 0.0;
4245 part { name: "elm.swallow.content";
4247 description { state: "default" 0.0;
4263 group { name: "elm/frame/base/pad_large";
4269 description { state: "default" 0.0;
4280 description { state: "default" 0.0;
4287 part { name: "elm.swallow.content";
4289 description { state: "default" 0.0;
4305 group { name: "elm/frame/base/pad_huge";
4311 description { state: "default" 0.0;
4322 description { state: "default" 0.0;
4329 part { name: "elm.swallow.content";
4331 description { state: "default" 0.0;
4347 group { name: "elm/frame/base/outdent_top";
4349 image: "outdent-top.png" COMP;
4352 part { name: "base0";
4354 description { state: "default" 0.0;
4355 image.normal: "outdent-top.png";
4356 image.border: 0 0 0 13;
4360 part { name: "elm.swallow.content";
4362 description { state: "default" 0.0;
4364 rel2.offset: -3 -13;
4370 group { name: "elm/frame/base/outdent_bottom";
4372 image: "outdent-bottom.png" COMP;
4375 part { name: "base0";
4377 description { state: "default" 0.0;
4378 image.normal: "outdent-bottom.png";
4379 image.border: 0 0 13 0;
4383 part { name: "elm.swallow.content";
4385 description { state: "default" 0.0;
4393 ///////////////////////////////////////////////////////////////////////////////
4394 group { name: "elm/hover/base/default";
4396 image: "shad_circ.png" COMP;
4399 part { name: "elm.swallow.offset";
4401 description { state: "default" 0.0;
4403 rel1.relative: 0.0 0.0;
4404 rel2.relative: 0.0 0.0;
4407 part { name: "elm.swallow.size";
4409 description { state: "default" 0.0;
4411 rel1.to: "elm.swallow.offset";
4412 rel1.relative: 1.0 1.0;
4413 rel2.to: "elm.swallow.offset";
4414 rel2.relative: 1.0 1.0;
4417 part { name: "base";
4420 description { state: "default" 0.0;
4424 part { name: "shad";
4426 description { state: "default" 0.0;
4427 image.normal: "shad_circ.png";
4428 rel1.to: "elm.swallow.size";
4429 rel1.offset: -32 -32;
4430 rel2.to: "elm.swallow.size";
4438 description { state: "default" 0.0;
4440 rel1.to: "elm.swallow.size";
4442 rel2.to: "elm.swallow.size";
4446 part { name: "elm.swallow.slot.left";
4448 description { state: "default" 0.0;
4450 rel1.to: "elm.swallow.slot.middle";
4451 rel1.relative: 0.0 0.0;
4453 rel2.to: "elm.swallow.slot.middle";
4454 rel2.relative: 0.0 1.0;
4458 part { name: "elm.swallow.slot.right";
4460 description { state: "default" 0.0;
4462 rel1.to: "elm.swallow.slot.middle";
4463 rel1.relative: 1.0 0.0;
4465 rel2.to: "elm.swallow.slot.middle";
4466 rel2.relative: 1.0 1.0;
4470 part { name: "elm.swallow.slot.top";
4472 description { state: "default" 0.0;
4474 rel1.to: "elm.swallow.slot.middle";
4475 rel1.relative: 0.0 0.0;
4477 rel2.to: "elm.swallow.slot.middle";
4478 rel2.relative: 1.0 0.0;
4482 part { name: "elm.swallow.slot.bottom";
4484 description { state: "default" 0.0;
4486 rel1.to: "elm.swallow.slot.middle";
4487 rel1.relative: 0.0 1.0;
4489 rel2.to: "elm.swallow.slot.middle";
4490 rel2.relative: 1.0 1.0;
4494 part { name: "elm.swallow.slot.middle";
4496 description { state: "default" 0.0;
4497 rel1.to: "elm.swallow.size";
4498 rel2.to: "elm.swallow.size";
4503 program { name: "end";
4504 signal: "mouse,up,1";
4506 action: SIGNAL_EMIT "elm,action,dismiss" "";
4511 group { name: "elm/hover/base/popout";
4513 image: "shad_circ.png" COMP;
4514 image: "bt_dis_base.png" COMP;
4515 image: "bt_dis_hilight.png" COMP;
4518 part { name: "elm.swallow.offset";
4520 description { state: "default" 0.0;
4522 rel1.relative: 0.0 0.0;
4523 rel2.relative: 0.0 0.0;
4526 part { name: "elm.swallow.size";
4528 description { state: "default" 0.0;
4530 rel1.to: "elm.swallow.offset";
4531 rel1.relative: 1.0 1.0;
4532 rel2.to: "elm.swallow.offset";
4533 rel2.relative: 1.0 1.0;
4536 part { name: "base";
4539 description { state: "default" 0.0;
4542 description { state: "visible" 0.0;
4543 inherit: "default" 1.0;
4547 part { name: "leftclip";
4549 description { state: "default" 0.0;
4551 rel2.relative: 0.0 1.0;
4555 part { name: "left";
4556 clip_to: "leftclip";
4557 description { state: "default" 0.0;
4559 rel1.to: "elm.swallow.slot.left";
4561 rel2.to: "elm.swallow.slot.left";
4564 normal: "bt_dis_base.png";
4567 image.middle: SOLID;
4569 description { state: "visible" 0.0;
4570 inherit: "default" 0.0;
4574 part { name: "elm.swallow.slot.left";
4576 clip_to: "leftclip";
4577 description { state: "default" 0.0;
4579 rel1.to: "elm.swallow.slot.middle";
4580 rel1.relative: 0.0 0.0;
4582 rel2.to: "elm.swallow.slot.middle";
4583 rel2.relative: 0.0 1.0;
4586 description { state: "visible" 0.0;
4587 inherit: "default" 0.0;
4593 part { name: "leftover";
4594 clip_to: "leftclip";
4596 description { state: "default" 0.0;
4599 rel2.relative: 1.0 0.5;
4601 normal: "bt_dis_hilight.png";
4606 part { name: "rightclip";
4608 description { state: "default" 0.0;
4610 rel1.relative: 1.0 0.0;
4614 part { name: "right";
4615 clip_to: "rightclip";
4616 description { state: "default" 0.0;
4618 rel1.to: "elm.swallow.slot.right";
4620 rel2.to: "elm.swallow.slot.right";
4623 normal: "bt_dis_base.png";
4626 image.middle: SOLID;
4628 description { state: "visible" 0.0;
4629 inherit: "default" 0.0;
4633 part { name: "elm.swallow.slot.right";
4635 clip_to: "rightclip";
4636 description { state: "default" 0.0;
4638 rel1.to: "elm.swallow.slot.middle";
4639 rel1.relative: 1.0 0.0;
4641 rel2.to: "elm.swallow.slot.middle";
4642 rel2.relative: 1.0 1.0;
4645 description { state: "visible" 0.0;
4646 inherit: "default" 0.0;
4652 part { name: "rightover";
4653 clip_to: "rightclip";
4655 description { state: "default" 0.0;
4658 rel2.relative: 1.0 0.5;
4660 normal: "bt_dis_hilight.png";
4665 part { name: "topclip";
4667 description { state: "default" 0.0;
4669 rel2.relative: 1.0 0.0;
4675 description { state: "default" 0.0;
4677 rel1.to: "elm.swallow.slot.top";
4679 rel2.to: "elm.swallow.slot.top";
4682 normal: "bt_dis_base.png";
4685 image.middle: SOLID;
4687 description { state: "visible" 0.0;
4688 inherit: "default" 0.0;
4692 part { name: "elm.swallow.slot.top";
4695 description { state: "default" 0.0;
4698 rel1.to: "elm.swallow.slot.middle";
4699 rel1.relative: 0.0 0.0;
4701 rel2.to: "elm.swallow.slot.middle";
4702 rel2.relative: 1.0 0.0;
4705 description { state: "visible" 0.0;
4706 inherit: "default" 0.0;
4712 part { name: "topover";
4715 description { state: "default" 0.0;
4718 rel2.relative: 1.0 0.5;
4720 normal: "bt_dis_hilight.png";
4725 part { name: "bottomclip";
4727 description { state: "default" 0.0;
4729 rel1.relative: 0.0 1.0;
4733 part { name: "bottom";
4734 clip_to: "bottomclip";
4735 description { state: "default" 0.0;
4737 rel1.to: "elm.swallow.slot.bottom";
4739 rel2.to: "elm.swallow.slot.bottom";
4742 normal: "bt_dis_base.png";
4745 image.middle: SOLID;
4747 description { state: "visible" 0.0;
4748 inherit: "default" 0.0;
4752 part { name: "elm.swallow.slot.bottom";
4754 clip_to: "bottomclip";
4755 description { state: "default" 0.0;
4757 rel1.to: "elm.swallow.slot.middle";
4758 rel1.relative: 0.0 1.0;
4760 rel2.to: "elm.swallow.slot.middle";
4761 rel2.relative: 1.0 1.0;
4764 description { state: "visible" 0.0;
4765 inherit: "default" 0.0;
4771 part { name: "bottomover";
4772 clip_to: "bottomclip";
4774 description { state: "default" 0.0;
4777 rel2.relative: 1.0 0.5;
4779 normal: "bt_dis_hilight.png";
4784 part { name: "shad";
4786 description { state: "default" 0.0;
4787 image.normal: "shad_circ.png";
4788 rel1.to: "elm.swallow.size";
4789 rel1.offset: -64 -64;
4790 rel2.to: "elm.swallow.size";
4797 description { state: "default" 0.0;
4798 rel1.to: "elm.swallow.slot.middle";
4800 rel2.to: "elm.swallow.slot.middle";
4803 normal: "bt_dis_base.png";
4806 image.middle: SOLID;
4809 part { name: "elm.swallow.slot.middle";
4811 description { state: "default" 0.0;
4812 rel1.to: "elm.swallow.size";
4813 rel2.to: "elm.swallow.size";
4816 part { name: "popover";
4818 description { state: "default" 0.0;
4821 rel2.relative: 1.0 0.5;
4823 normal: "bt_dis_hilight.png";
4830 program { name: "end";
4831 signal: "mouse,up,1";
4833 action: SIGNAL_EMIT "elm,action,dismiss" "";
4836 program { name: "show";
4837 signal: "elm,action,show";
4839 action: STATE_SET "visible" 0.0;
4840 // transition: DECELERATE 0.5;
4843 program { name: "hide";
4844 signal: "elm,action,hide";
4846 action: STATE_SET "default" 0.0;
4847 // transition: DECELERATE 0.5;
4851 program { name: "leftshow";
4852 signal: "elm,action,slot,left,show";
4854 action: STATE_SET "visible" 0.0;
4855 transition: DECELERATE 0.5;
4857 target: "elm.swallow.slot.left";
4859 program { name: "lefthide";
4860 signal: "elm,action,slot,left,hide";
4862 action: STATE_SET "default" 0.0;
4863 transition: DECELERATE 0.5;
4865 target: "elm.swallow.slot.left";
4867 program { name: "rightshow";
4868 signal: "elm,action,slot,right,show";
4870 action: STATE_SET "visible" 0.0;
4871 transition: DECELERATE 0.5;
4873 target: "elm.swallow.slot.right";
4875 program { name: "righthide";
4876 signal: "elm,action,slot,right,hide";
4878 action: STATE_SET "default" 0.0;
4879 transition: DECELERATE 0.5;
4881 target: "elm.swallow.slot.right";
4883 program { name: "topshow";
4884 signal: "elm,action,slot,top,show";
4886 action: STATE_SET "visible" 0.0;
4887 transition: DECELERATE 0.5;
4889 target: "elm.swallow.slot.top";
4891 program { name: "tophide";
4892 signal: "elm,action,slot,top,hide";
4894 action: STATE_SET "default" 0.0;
4895 transition: DECELERATE 0.5;
4897 target: "elm.swallow.slot.top";
4899 program { name: "bottomshow";
4900 signal: "elm,action,slot,bottom,show";
4902 action: STATE_SET "visible" 0.0;
4903 transition: DECELERATE 0.5;
4905 target: "elm.swallow.slot.bottom";
4907 program { name: "bottomhide";
4908 signal: "elm,action,slot,bottom,hide";
4910 action: STATE_SET "default" 0.0;
4911 transition: DECELERATE 0.5;
4913 target: "elm.swallow.slot.bottom";
4918 //In the hover used by the menu only the bottom part is used.
4919 group { name: "elm/hover/base/menu";
4921 image: "shad_circ.png" COMP;
4922 image: "bt_dis_base.png" COMP;
4925 part { name: "elm.swallow.offset";
4927 description { state: "default" 0.0;
4929 rel1.relative: 0.0 0.0;
4930 rel2.relative: 0.0 0.0;
4933 part { name: "elm.swallow.size";
4935 description { state: "default" 0.0;
4937 rel1.to: "elm.swallow.offset";
4938 rel1.relative: 1.0 1.0;
4939 rel2.to: "elm.swallow.offset";
4940 rel2.relative: 1.0 1.0;
4943 part { name: "base";
4946 description { state: "default" 0.0;
4949 description { state: "visible" 0.0;
4950 inherit: "default" 1.0;
4954 part { name: "elm.swallow.slot.left";
4956 description { state: "default" 0.0;
4959 part { name: "elm.swallow.slot.right";
4961 description { state: "default" 0.0;
4964 part { name: "elm.swallow.slot.top";
4966 description { state: "default" 0.0;
4968 description { state: "visible" 0.0;
4969 inherit: "default" 0.0;
4972 part { name: "bottomclip";
4974 description { state: "default" 0.0;
4976 rel1.relative: 0.0 1.0;
4980 part { name: "bottom";
4981 clip_to: "bottomclip";
4982 description { state: "default" 0.0;
4984 rel1.to: "elm.swallow.slot.bottom";
4986 rel2.to: "elm.swallow.slot.bottom";
4989 normal: "bt_dis_base.png";
4992 image.middle: SOLID;
4994 description { state: "visible" 0.0;
4995 inherit: "default" 0.0;
4999 part { name: "elm.swallow.slot.bottom";
5001 clip_to: "bottomclip";
5002 description { state: "default" 0.0;
5004 rel1.to: "elm.swallow.slot.middle";
5005 rel1.relative: 0.0 1.0;
5007 rel2.to: "elm.swallow.slot.middle";
5008 rel2.relative: 1.0 1.0;
5011 description { state: "visible" 0.0;
5012 inherit: "default" 0.0;
5021 description { state: "default" 0.0;
5022 rel1.to: "elm.swallow.slot.middle";
5024 rel2.to: "elm.swallow.slot.middle";
5028 part { name: "elm.swallow.slot.middle";
5031 description { state: "default" 0.0;
5032 rel1.to: "elm.swallow.size";
5033 rel2.to: "elm.swallow.size";
5038 program { name: "end";
5039 signal: "mouse,up,1";
5041 action: SIGNAL_EMIT "elm,action,dismiss" "";
5043 program { name: "show";
5044 signal: "elm,action,show";
5046 action: STATE_SET "visible" 0.0;
5047 // transition: DECELERATE 0.5;
5050 program { name: "hide";
5051 signal: "elm,action,hide";
5053 action: STATE_SET "default" 0.0;
5054 // transition: DECELERATE 0.5;
5057 program { name: "bottomshow";
5058 signal: "elm,action,slot,bottom,show";
5060 action: STATE_SET "visible" 0.0;
5061 transition: DECELERATE 0.3;
5063 target: "elm.swallow.slot.bottom";
5065 program { name: "bottomhide";
5066 signal: "elm,action,slot,bottom,hide";
5068 action: STATE_SET "default" 0.0;
5069 transition: DECELERATE 0.5;
5071 target: "elm.swallow.slot.bottom";
5076 //In the hover used by the submenu only the bottom part is used
5077 //and no part should interact except the bottom area
5078 group { name: "elm/hover/base/submenu";
5080 image: "shad_circ.png" COMP;
5081 image: "bt_dis_base.png" COMP;
5084 part { name: "elm.swallow.offset";
5087 description { state: "default" 0.0;
5089 rel1.relative: 0.0 0.0;
5090 rel2.relative: 0.0 0.0;
5093 part { name: "elm.swallow.size";
5095 description { state: "default" 0.0;
5097 rel1.to: "elm.swallow.offset";
5098 rel1.relative: 1.0 1.0;
5099 rel2.to: "elm.swallow.offset";
5100 rel2.relative: 1.0 1.0;
5103 //here we do non catch events like the hover hover does
5104 part { name: "base";
5107 description { state: "default" 0.0;
5112 part { name: "elm.swallow.slot.left";
5114 description { state: "default" 0.0;
5117 part { name: "elm.swallow.slot.right";
5119 description { state: "default" 0.0;
5122 part { name: "elm.swallow.slot.top";
5124 description { state: "default" 0.0;
5127 part { name: "bottomclip";
5129 description { state: "default" 0.0;
5131 rel1.relative: 0.0 1.0;
5135 part { name: "bottom";
5136 clip_to: "bottomclip";
5137 description { state: "default" 0.0;
5139 rel1.to: "elm.swallow.slot.bottom";
5141 rel2.to: "elm.swallow.slot.bottom";
5144 normal: "bt_dis_base.png";
5147 image.middle: SOLID;
5149 description { state: "visible" 0.0;
5150 inherit: "default" 0.0;
5154 part { name: "elm.swallow.slot.bottom";
5156 clip_to: "bottomclip";
5157 description { state: "default" 0.0;
5159 rel1.to: "elm.swallow.slot.middle";
5160 rel1.relative: 0.0 1.0;
5162 rel2.to: "elm.swallow.slot.middle";
5163 rel2.relative: 1.0 1.0;
5166 description { state: "visible" 0.0;
5167 inherit: "default" 0.0;
5176 description { state: "default" 0.0;
5177 rel1.to: "elm.swallow.slot.middle";
5179 rel2.to: "elm.swallow.slot.middle";
5183 part { name: "elm.swallow.slot.middle";
5186 description { state: "default" 0.0;
5187 rel1.to: "elm.swallow.size";
5188 rel2.to: "elm.swallow.size";
5193 program { name: "end";
5194 signal: "mouse,up,1";
5196 action: SIGNAL_EMIT "elm,action,dismiss" "";
5198 program { name: "show";
5199 signal: "elm,action,show";
5201 action: STATE_SET "visible" 0.0;
5202 // transition: DECELERATE 0.5;
5205 program { name: "hide";
5206 signal: "elm,action,hide";
5208 action: STATE_SET "default" 0.0;
5209 // transition: DECELERATE 0.5;
5212 program { name: "bottomshow";
5213 signal: "elm,action,slot,bottom,show";
5215 action: STATE_SET "visible" 0.0;
5216 transition: DECELERATE 0.3;
5218 target: "elm.swallow.slot.bottom";
5220 program { name: "bottomhide";
5221 signal: "elm,action,slot,bottom,hide";
5223 action: STATE_SET "default" 0.0;
5224 transition: DECELERATE 0.5;
5226 target: "elm.swallow.slot.bottom";
5231 group { name: "elm/hover/base/hoversel_vertical/default";
5232 alias: "elm/hover/base/hoversel_vertical/entry";
5234 // image: "shad_circ.png" COMP;
5235 image: "bt_base2.png" COMP;
5236 image: "bt_hilight.png" COMP;
5237 image: "bt_shine.png" COMP;
5238 image: "outdent-top.png" COMP;
5239 image: "outdent-bottom.png" COMP;
5242 part { name: "elm.swallow.offset";
5244 description { state: "default" 0.0;
5246 rel1.relative: 0.0 0.0;
5247 rel2.relative: 0.0 0.0;
5250 part { name: "elm.swallow.size";
5252 description { state: "default" 0.0;
5254 rel1.to: "elm.swallow.offset";
5255 rel1.relative: 1.0 1.0;
5256 rel2.to: "elm.swallow.offset";
5257 rel2.relative: 1.0 1.0;
5261 part { name: "shad";
5263 description { state: "default" 0.0;
5264 image.normal: "shad_circ.png";
5265 rel1.to: "button_image";
5266 rel1.offset: -64 -64;
5267 rel2.to: "button_image";
5273 part { name: "button_image";
5275 description { state: "default" 0.0;
5276 rel1.to_x: "elm.swallow.slot.top";
5277 rel1.to_y: "elm.swallow.slot.top";
5279 rel2.to_x: "elm.swallow.slot.top";
5280 rel2.to_y: "elm.swallow.slot.bottom";
5283 normal: "bt_base2.png";
5286 image.middle: SOLID;
5288 description { state: "bottom" 0.0;
5289 rel1.to_x: "elm.swallow.slot.bottom";
5290 rel1.to_y: "elm.swallow.slot.top";
5292 rel2.to_x: "elm.swallow.slot.bottom";
5293 rel2.to_y: "elm.swallow.slot.bottom";
5296 normal: "bt_base2.png";
5299 image.middle: SOLID;
5303 part { name: "base";
5306 description { state: "default" 0.0;
5309 description { state: "visible" 0.0;
5310 inherit: "default" 1.0;
5315 part { name: "topclip";
5317 description { state: "default" 0.0;
5318 rel2.to_y: "edge_top";
5319 rel2.relative: 1.0 0.0;
5323 part { name: "elm.swallow.slot.top";
5326 description { state: "default" 0.0;
5329 rel1.to: "elm.swallow.slot.middle";
5330 rel1.relative: 0.0 0.0;
5332 rel2.to: "elm.swallow.slot.middle";
5333 rel2.relative: 1.0 0.0;
5336 description { state: "visible" 0.0;
5337 inherit: "default" 0.0;
5344 part { name: "bottomclip";
5346 description { state: "default" 0.0;
5347 rel1.to_y: "edge_bottom";
5348 rel1.relative: 0.0 1.0;
5352 part { name: "elm.swallow.slot.bottom";
5354 clip_to: "bottomclip";
5355 description { state: "default" 0.0;
5357 rel1.to: "elm.swallow.slot.middle";
5358 rel1.relative: 0.0 1.0;
5360 rel2.to: "elm.swallow.slot.middle";
5361 rel2.relative: 1.0 1.0;
5364 description { state: "visible" 0.0;
5365 inherit: "default" 0.0;
5372 part { name: "over1";
5374 description { state: "default" 0.0;
5375 rel1.to: "button_image";
5376 rel2.to: "button_image";
5377 rel2.relative: 1.0 0.5;
5379 normal: "bt_hilight.png";
5384 part { name: "over2";
5387 ignore_flags: ON_HOLD;
5388 description { state: "default" 0.0;
5389 rel1.to: "button_image";
5390 rel2.to: "button_image";
5392 normal: "bt_shine.png";
5397 part { name: "edge_top";
5399 description { state: "default" 0.0;
5402 to: "elm.swallow.size";
5406 to: "elm.swallow.size";
5408 image.normal: "outdent-bottom.png";
5409 image.border: 0 0 13 0;
5412 description { state: "visible" 0.0;
5413 inherit: "default" 0.0;
5417 part { name: "edge_bottom";
5419 description { state: "default" 0.0;
5422 to: "elm.swallow.size";
5425 to: "elm.swallow.size";
5428 image.normal: "outdent-top.png";
5429 image.border: 0 0 0 13;
5432 description { state: "visible" 0.0;
5433 inherit: "default" 0.0;
5437 part { name: "elm.swallow.slot.middle";
5439 description { state: "default" 0.0;
5440 rel1.to: "elm.swallow.size";
5441 rel2.to: "elm.swallow.size";
5446 program { name: "end";
5447 signal: "mouse,up,1";
5449 action: SIGNAL_EMIT "elm,action,dismiss" "";
5452 program { name: "show";
5453 signal: "elm,action,show";
5455 action: STATE_SET "visible" 0.0;
5456 // transition: DECELERATE 0.5;
5459 program { name: "hide";
5460 signal: "elm,action,hide";
5462 action: STATE_SET "default" 0.0;
5463 // transition: DECELERATE 0.5;
5466 program { name: "topshow";
5467 signal: "elm,action,slot,top,show";
5469 action: STATE_SET "visible" 0.0;
5473 program { name: "topshow2";
5474 action: STATE_SET "visible" 0.0;
5475 transition: DECELERATE 0.5;
5476 target: "elm.swallow.slot.top";
5478 program { name: "topshow3";
5479 signal: "elm,action,slot,top,show";
5481 action: STATE_SET "default" 0.0;
5482 target: "button_image";
5484 program { name: "tophide";
5485 signal: "elm,action,slot,top,hide";
5487 action: STATE_SET "default" 0.0;
5488 transition: DECELERATE 0.5;
5489 target: "elm.swallow.slot.top";
5492 program { name: "tophide2";
5493 action: STATE_SET "default" 0.0;
5496 program { name: "bottomshow";
5497 signal: "elm,action,slot,bottom,show";
5499 action: STATE_SET "visible" 0.0;
5500 target: "edge_bottom";
5501 after: "bottomshow2";
5503 program { name: "bottomshow2";
5504 action: STATE_SET "visible" 0.0;
5505 transition: DECELERATE 0.5;
5506 target: "elm.swallow.slot.bottom";
5508 program { name: "bottomshow3";
5509 signal: "elm,action,slot,bottom,show";
5511 action: STATE_SET "bottom" 0.0;
5512 target: "button_image";
5514 program { name: "bottomhide";
5515 signal: "elm,action,slot,bottom,hide";
5517 action: STATE_SET "default" 0.0;
5518 transition: DECELERATE 0.5;
5519 target: "elm.swallow.slot.bottom";
5520 after: "bottomhide2";
5522 program { name: "bottomhide2";
5523 action: STATE_SET "default" 0.0;
5524 target: "edge_bottom";
5529 ///////////////////////////////////////////////////////////////////////////////
5530 // emoticon images from:
5532 // http://lazycrazy.deviantart.com/
5533 // http://lazycrazy.deviantart.com/art/Very-Emotional-Emoticons-144461621
5534 group { name: "elm/entry/emoticon/angry/default"; images.image:
5535 "emo-angry.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5536 "emo-angry.png"; } } } }
5537 group { name: "elm/entry/emoticon/angry-shout/default"; images.image:
5538 "emo-angry-shout.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5539 "emo-angry-shout.png"; } } } }
5540 group { name: "elm/entry/emoticon/crazy-laugh/default"; images.image:
5541 "emo-crazy-laugh.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5542 "emo-crazy-laugh.png"; } } } }
5543 group { name: "elm/entry/emoticon/evil-laugh/default"; images.image:
5544 "emo-evil-laugh.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5545 "emo-evil-laugh.png"; } } } }
5546 group { name: "elm/entry/emoticon/evil/default"; images.image:
5547 "emo-evil.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5548 "emo-evil.png"; } } } }
5549 group { name: "elm/entry/emoticon/goggle-smile/default"; images.image:
5550 "emo-goggle-smile.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5551 "emo-goggle-smile.png"; } } } }
5552 group { name: "elm/entry/emoticon/grumpy/default"; images.image:
5553 "emo-grumpy.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5554 "emo-grumpy.png"; } } } }
5555 group { name: "elm/entry/emoticon/grumpy-smile/default"; images.image:
5556 "emo-grumpy-smile.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5557 "emo-grumpy-smile.png"; } } } }
5558 group { name: "elm/entry/emoticon/guilty/default"; images.image:
5559 "emo-guilty.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5560 "emo-guilty.png"; } } } }
5561 group { name: "elm/entry/emoticon/guilty-smile/default"; images.image:
5562 "emo-guilty-smile.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5563 "emo-guilty-smile.png"; } } } }
5564 group { name: "elm/entry/emoticon/haha/default"; images.image:
5565 "emo-haha.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5566 "emo-haha.png"; } } } }
5567 group { name: "elm/entry/emoticon/half-smile/default"; images.image:
5568 "emo-half-smile.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5569 "emo-half-smile.png"; } } } }
5570 group { name: "elm/entry/emoticon/happy-panting/default"; images.image:
5571 "emo-happy-panting.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5572 "emo-happy-panting.png"; } } } }
5573 group { name: "elm/entry/emoticon/happy/default"; images.image:
5574 "emo-happy.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5575 "emo-happy.png"; } } } }
5576 group { name: "elm/entry/emoticon/indifferent/default"; images.image:
5577 "emo-indifferent.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5578 "emo-indifferent.png"; } } } }
5579 group { name: "elm/entry/emoticon/kiss/default"; images.image:
5580 "emo-kiss.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5581 "emo-kiss.png"; } } } }
5582 group { name: "elm/entry/emoticon/knowing-grin/default"; images.image:
5583 "emo-knowing-grin.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5584 "emo-knowing-grin.png"; } } } }
5585 group { name: "elm/entry/emoticon/laugh/default"; images.image:
5586 "emo-laugh.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5587 "emo-laugh.png"; } } } }
5588 group { name: "elm/entry/emoticon/little-bit-sorry/default"; images.image:
5589 "emo-little-bit-sorry.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5590 "emo-little-bit-sorry.png"; } } } }
5591 group { name: "elm/entry/emoticon/love-lots/default"; images.image:
5592 "emo-love-lots.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5593 "emo-love-lots.png"; } } } }
5594 group { name: "elm/entry/emoticon/love/default"; images.image:
5595 "emo-love.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5596 "emo-love.png"; } } } }
5597 group { name: "elm/entry/emoticon/minimal-smile/default"; images.image:
5598 "emo-minimal-smile.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5599 "emo-minimal-smile.png"; } } } }
5600 group { name: "elm/entry/emoticon/not-happy/default"; images.image:
5601 "emo-not-happy.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5602 "emo-not-happy.png"; } } } }
5603 group { name: "elm/entry/emoticon/not-impressed/default"; images.image:
5604 "emo-not-impressed.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5605 "emo-not-impressed.png"; } } } }
5606 group { name: "elm/entry/emoticon/omg/default"; images.image:
5607 "emo-omg.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5608 "emo-omg.png"; } } } }
5609 group { name: "elm/entry/emoticon/opensmile/default"; images.image:
5610 "emo-opensmile.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5611 "emo-opensmile.png"; } } } }
5612 group { name: "elm/entry/emoticon/smile/default"; images.image:
5613 "emo-smile.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5614 "emo-smile.png"; } } } }
5615 group { name: "elm/entry/emoticon/sorry/default"; images.image:
5616 "emo-sorry.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5617 "emo-sorry.png"; } } } }
5618 group { name: "elm/entry/emoticon/squint-laugh/default"; images.image:
5619 "emo-squint-laugh.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5620 "emo-squint-laugh.png"; } } } }
5621 group { name: "elm/entry/emoticon/surprised/default"; images.image:
5622 "emo-surprised.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5623 "emo-surprised.png"; } } } }
5624 group { name: "elm/entry/emoticon/suspicious/default"; images.image:
5625 "emo-suspicious.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5626 "emo-suspicious.png"; } } } }
5627 group { name: "elm/entry/emoticon/tongue-dangling/default"; images.image:
5628 "emo-tongue-dangling.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5629 "emo-tongue-dangling.png"; } } } }
5630 group { name: "elm/entry/emoticon/tongue-poke/default"; images.image:
5631 "emo-tongue-poke.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5632 "emo-tongue-poke.png"; } } } }
5633 group { name: "elm/entry/emoticon/uh/default"; images.image:
5634 "emo-uh.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5635 "emo-uh.png"; } } } }
5636 group { name: "elm/entry/emoticon/unhappy/default"; images.image:
5637 "emo-unhappy.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5638 "emo-unhappy.png"; } } } }
5639 group { name: "elm/entry/emoticon/very-sorry/default"; images.image:
5640 "emo-very-sorry.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5641 "emo-very-sorry.png"; } } } }
5642 group { name: "elm/entry/emoticon/what/default"; images.image:
5643 "emo-what.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5644 "emo-what.png"; } } } }
5645 group { name: "elm/entry/emoticon/wink/default"; images.image:
5646 "emo-wink.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5647 "emo-wink.png"; } } } }
5648 group { name: "elm/entry/emoticon/worried/default"; images.image:
5649 "emo-worried.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5650 "emo-worried.png"; } } } }
5651 group { name: "elm/entry/emoticon/wtf/default"; images.image:
5652 "emo-wtf.png" COMP; parts { part { name: "icon"; mouse_events: 0; description { state: "default" 0.0; max: 64 64; image.normal:
5653 "emo-wtf.png"; } } } }
5654 //------------------------------------------------------------
5655 group { name: "elm/entry/base/default";
5658 style { name: "entry_textblock_style";
5659 base: "font=Sans font_size=10 align=left color=#000 wrap=word";
5662 tag: "em" "+ font=Sans:style=Oblique";
5663 tag: "b" "+ font=Sans:style=Bold";
5664 tag: "link" "+ color=#800 underline=on underline_color=#8008";
5665 tag: "hilight" "+ font=Sans:style=Bold";
5667 style { name: "entry_textblock_disabled_style";
5668 base: "font=Sans font_size=10 align=left color=#00000080 wrap=word";
5671 tag: "em" "+ font=Sans:style=Oblique";
5672 tag: "b" "+ font=Sans:style=Bold";
5673 tag: "link" "+ color=#00000080 underline=on underline_color=#00000080";
5674 tag: "hilight" "+ font=Sans:style=Bold";
5678 // item: context_menu_orientation "horizontal";
5681 part { name: "elm.text";
5685 entry_mode: EDITABLE;
5686 select_mode: EXPLICIT;
5688 source: "elm/entry/selection/default"; // selection under
5689 // source2: "X"; // selection over
5690 // source3: "X"; // cursor under
5691 source4: "elm/entry/cursor/default"; // cursorover
5692 source5: "elm/entry/anchor/default"; // anchor under
5693 // source6: "X"; // anchor over
5694 description { state: "default" 0.0;
5697 style: "entry_textblock_style";
5701 description { state: "disabled" 0.0;
5702 inherit: "default" 0.0;
5704 style: "entry_textblock_disabled_style";
5711 program { name: "focus";
5717 program { name: "disable";
5718 signal: "elm,state,disabled";
5720 action: STATE_SET "disabled" 0.0;
5723 program { name: "enable";
5724 signal: "elm,state,enabled";
5726 action: STATE_SET "default" 0.0;
5732 group { name: "elm/entry/base-charwrap/default";
5735 style { name: "entry_textblock_style_charwrap";
5736 base: "font=Sans font_size=10 align=left color=#000 wrap=char";
5739 tag: "em" "+ font=Sans:style=Oblique";
5740 tag: "b" "+ font=Sans:style=Bold";
5741 tag: "link" "+ color=#800 underline=on underline_color=#8008";
5742 tag: "hilight" "+ font=Sans:style=Bold";
5744 style { name: "entry_textblock_disabled_style_charwrap";
5745 base: "font=Sans font_size=10 align=left color=#00000080 wrap=char";
5748 tag: "em" "+ font=Sans:style=Oblique";
5749 tag: "b" "+ font=Sans:style=Bold";
5750 tag: "link" "+ color=#00000080 underline=on underline_color=#00000080";
5751 tag: "hilight" "+ font=Sans:style=Bold";
5755 part { name: "elm.text";
5759 entry_mode: EDITABLE;
5760 select_mode: EXPLICIT;
5762 source: "elm/entry/selection/default"; // selection under
5763 // source2: "X"; // selection over
5764 // source3: "X"; // cursor under
5765 source4: "elm/entry/cursor/default"; // cursorover
5766 source5: "elm/entry/anchor/default"; // anchor under
5767 // source6: "X"; // anchor over
5768 description { state: "default" 0.0;
5771 style: "entry_textblock_style_charwrap";
5775 description { state: "disabled" 0.0;
5776 inherit: "default" 0.0;
5778 style: "entry_textblock_disabled_style_charwrap";
5785 program { name: "focus";
5791 program { name: "disable";
5792 signal: "elm,state,disabled";
5794 action: STATE_SET "disabled" 0.0;
5797 program { name: "enable";
5798 signal: "elm,state,enabled";
5800 action: STATE_SET "default" 0.0;
5807 group { name: "elm/entry/base-nowrap/default";
5809 part { name: "elm.text";
5813 entry_mode: EDITABLE;
5814 select_mode: EXPLICIT;
5816 source: "elm/entry/selection/default"; // selection under
5817 source4: "elm/entry/cursor/default"; // cursorover
5818 source5: "elm/entry/anchor/default"; // anchor under
5819 description { state: "default" 0.0;
5821 style: "entry_textblock_style";
5825 description { state: "disabled" 0.0;
5826 inherit: "default" 0.0;
5828 style: "entry_textblock_disabled_style";
5837 description { state: "default" 0.0;
5843 description { state: "visible" 0.0;
5844 inherit: "default" 0.0;
5851 program { name: "focus";
5857 program { name: "disable";
5858 signal: "elm,state,disabled";
5860 action: STATE_SET "disabled" 0.0;
5863 program { name: "enable";
5864 signal: "elm,state,enabled";
5866 action: STATE_SET "default" 0.0;
5870 program { name: "selmode0";
5871 signal: "elm,state,select,on";
5873 action: STATE_SET "visible" 0.0;
5876 program { name: "selmode1";
5877 signal: "elm,state,select,off";
5879 action: STATE_SET "default" 0.0;
5886 group { name: "elm/entry/base-single/default";
5889 style { name: "entry_single_textblock_style";
5890 base: "font=Sans font_size=10 align=left color=#000 wrap=none";
5893 tag: "em" "+ font=Sans:style=Oblique";
5894 tag: "b" "+ font=Sans:style=Bold";
5895 tag: "link" "+ color=#800 underline=on underline_color=#8008";
5896 tag: "hilight" "+ font=Sans:style=Bold";
5898 style { name: "entry_single_textblock_disabled_style";
5899 base: "font=Sans font_size=10 align=left color=#00000080 wrap=none";
5902 tag: "em" "+ font=Sans:style=Oblique";
5903 tag: "b" "+ font=Sans:style=Bold";
5904 tag: "link" "+ color=#00000080 underline=on underline_color=#00000080";
5905 tag: "hilight" "+ font=Sans:style=Bold";
5909 part { name: "elm.text";
5913 entry_mode: EDITABLE;
5914 select_mode: EXPLICIT;
5916 source: "elm/entry/selection/default"; // selection under
5917 source4: "elm/entry/cursor/default"; // cursorover
5918 source5: "elm/entry/anchor/default"; // anchor under
5919 description { state: "default" 0.0;
5921 style: "entry_single_textblock_style";
5926 description { state: "disabled" 0.0;
5927 inherit: "default" 0.0;
5929 style: "entry_single_textblock_disabled_style";
5935 program { name: "focus";
5941 program { name: "disable";
5942 signal: "elm,state,disabled";
5944 action: STATE_SET "disabled" 0.0;
5947 program { name: "enable";
5948 signal: "elm,state,enabled";
5950 action: STATE_SET "default" 0.0;
5956 group { name: "elm/entry/base-single-noedit/default";
5958 part { name: "elm.text";
5963 select_mode: EXPLICIT;
5965 source: "elm/entry/selection/default"; // selection under
5966 source5: "elm/entry/anchor/default"; // anchor under
5967 description { state: "default" 0.0;
5969 style: "entry_single_textblock_style";
5974 description { state: "disabled" 0.0;
5975 inherit: "default" 0.0;
5977 style: "entry_single_textblock_disabled_style";
5983 program { name: "focus";
5989 program { name: "disable";
5990 signal: "elm,state,disabled";
5992 action: STATE_SET "disabled" 0.0;
5995 program { name: "enable";
5996 signal: "elm,state,enabled";
5998 action: STATE_SET "default" 0.0;
6004 group { name: "elm/entry/base-noedit/default";
6006 part { name: "elm.text";
6011 select_mode: EXPLICIT;
6013 source: "elm/entry/selection/default"; // selection under
6014 source5: "elm/entry/anchor/default"; // anchor under
6015 description { state: "default" 0.0;
6018 style: "entry_textblock_style";
6022 description { state: "disabled" 0.0;
6023 inherit: "default" 0.0;
6025 style: "entry_textblock_disabled_style";
6031 program { name: "focus";
6037 program { name: "disable";
6038 signal: "elm,state,disabled";
6040 action: STATE_SET "disabled" 0.0;
6043 program { name: "enable";
6044 signal: "elm,state,enabled";
6046 action: STATE_SET "default" 0.0;
6052 group { name: "elm/entry/base-noedit-charwrap/default";
6054 part { name: "elm.text";
6059 select_mode: EXPLICIT;
6061 source: "elm/entry/selection/default"; // selection under
6062 source5: "elm/entry/anchor/default"; // anchor under
6063 description { state: "default" 0.0;
6066 style: "entry_textblock_style_charwrap";
6070 description { state: "disabled" 0.0;
6071 inherit: "default" 0.0;
6073 style: "entry_textblock_disabled_style_charwrap";
6079 program { name: "focus";
6085 program { name: "disable";
6086 signal: "elm,state,disabled";
6088 action: STATE_SET "disabled" 0.0;
6091 program { name: "enable";
6092 signal: "elm,state,enabled";
6094 action: STATE_SET "default" 0.0;
6100 group { name: "elm/entry/base-nowrap-noedit/default";
6102 part { name: "elm.text";
6107 select_mode: EXPLICIT;
6109 source: "elm/entry/selection/default"; // selection under
6110 source5: "elm/entry/anchor/default"; // anchor under
6111 description { state: "default" 0.0;
6113 style: "entry_textblock_style";
6117 description { state: "disabled" 0.0;
6118 inherit: "default" 0.0;
6120 style: "entry_textblock_disabled_style";
6126 program { name: "focus";
6132 program { name: "disable";
6133 signal: "elm,state,disabled";
6135 action: STATE_SET "disabled" 0.0;
6138 program { name: "enable";
6139 signal: "elm,state,enabled";
6141 action: STATE_SET "default" 0.0;
6147 group { name: "elm/entry/base-password/default";
6149 part { name: "elm.text";
6153 entry_mode: PASSWORD;
6154 select_mode: EXPLICIT;
6156 source: "elm/entry/selection/default"; // selection under
6157 source4: "elm/entry/cursor/default"; // cursorover
6158 source5: "elm/entry/anchor/default"; // anchor under
6159 description { state: "default" 0.0;
6161 style: "entry_single_textblock_style";
6167 description { state: "disabled" 0.0;
6168 inherit: "default" 0.0;
6170 style: "entry_single_textblock_disabled_style";
6176 program { name: "focus";
6182 program { name: "disable";
6183 signal: "elm,state,disabled";
6185 action: STATE_SET "disabled" 0.0;
6188 program { name: "enable";
6189 signal: "elm,state,enabled";
6191 action: STATE_SET "default" 0.0;
6197 group { name: "elm/entry/cursor/default";
6199 image: "cur_box.png" COMP;
6200 image: "cur_hi.png" COMP;
6201 image: "cur_shad.png" COMP;
6202 image: "cur_shine.png" COMP;
6203 image: "cur_glow.png" COMP;
6206 part { name: "clip2";
6209 description { state: "default" 0.0;
6214 description { state: "focused" 0.0;
6215 inherit: "default" 0.0;
6219 part { name: "clip";
6223 description { state: "default" 0.0;
6227 description { state: "hidden" 0.0;
6228 inherit: "default" 0.0;
6235 description { state: "default" 0.0;
6240 image.border: 2 2 2 2;
6241 image.normal: "cur_shad.png";
6244 part { name: "base";
6248 description { state: "default" 0.0;
6251 rel1.relative: 0.0 1.0;
6253 rel2.relative: 1.0 1.0;
6255 image.normal: "cur_box.png";
6261 description { state: "default" 0.0;
6264 rel2.relative: 1.0 0.5;
6265 image.normal: "cur_hi.png";
6268 part { name: "shine";
6272 description { state: "default" 0.0;
6275 rel2.relative: 1.0 0.75;
6276 image.border: 2 2 1 0;
6277 image.normal: "cur_shine.png";
6281 part { name: "glow";
6284 description { state: "default" 0.0;
6286 rel1.relative: 0.0 -2.0;
6289 rel2.relative: 1.0 0.0;
6291 image.border: 2 2 0 4;
6292 image.normal: "cur_glow.png";
6295 description { state: "hidden" 0.0;
6296 inherit: "default" 0.0;
6297 color: 255 255 255 0;
6302 program { name: "show";
6305 action: STATE_SET "hidden" 0.0;
6307 transition: DECELERATE 2.0;
6311 program { name: "show2";
6312 action: STATE_SET "hidden" 0.0;
6317 program { name: "show3";
6318 action: STATE_SET "default" 0.0;
6323 program { name: "show4";
6324 action: STATE_SET "default" 0.0;
6326 transition: DECELERATE 0.5;
6330 program { name: "focused";
6331 signal: "elm,action,focus";
6333 action: STATE_SET "focused" 0.0;
6336 program { name: "unfocused";
6337 signal: "elm,action,unfocus";
6339 action: STATE_SET "default" 0.0;
6345 group { name: "elm/entry/selection/default";
6350 description { state: "default" 0.0;
6351 color: 128 128 128 128;
6357 group { name: "elm/entry/anchor/default";
6362 description { state: "default" 0.0;
6369 ///////////////////////////////////////////////////////////////////////////////
6370 group { name: "elm/bubble/top_left/default";
6371 alias: "elm/bubble/base/default";
6373 image: "bubble_3.png" COMP;
6374 image: "bubble_shine3.png" COMP;
6377 part { name: "elm.swallow.icon";
6379 description { state: "default" 0.0;
6383 aspect_preference: VERTICAL;
6395 part { name: "elm.text";
6399 description { state: "default" 0.0;
6403 to_x: "elm.swallow.icon";
6414 font: "Sans:style=Bold,Edje-Vera-Bold";
6422 part { name: "elm.info";
6426 description { state: "default" 0.0;
6439 font: "Sans:style=Bold,Edje-Vera-Bold";
6447 part { name: "base0";
6449 description { state: "default" 0.0;
6451 to_y: "elm.swallow.icon";
6456 normal: "bubble_3.png";
6459 image.middle: SOLID;
6463 part { name: "elm.swallow.content";
6465 description { state: "default" 0.0;
6476 part { name: "shine";
6478 description { state: "default" 0.0;
6489 normal: "bubble_shine3.png";
6498 group { name: "elm/bubble/top_right/default";
6500 image: "bubble_4.png" COMP;
6501 image: "bubble_shine4.png" COMP;
6504 part { name: "elm.swallow.icon";
6506 description { state: "default" 0.0;
6510 aspect_preference: VERTICAL;
6522 part { name: "elm.text";
6526 description { state: "default" 0.0;
6540 font: "Sans:style=Bold,Edje-Vera-Bold";
6548 part { name: "elm.info";
6552 description { state: "default" 0.0;
6560 to_x: "elm.swallow.icon";
6566 font: "Sans:style=Bold,Edje-Vera-Bold";
6574 part { name: "base0";
6576 description { state: "default" 0.0;
6578 to_y: "elm.swallow.icon";
6583 normal: "bubble_4.png";
6586 image.middle: SOLID;
6590 part { name: "elm.swallow.content";
6592 description { state: "default" 0.0;
6603 part { name: "shine";
6605 description { state: "default" 0.0;
6616 normal: "bubble_shine4.png";
6625 group { name: "elm/bubble/bottom_left/default";
6627 image: "bubble_1.png" COMP;
6628 image: "bubble_shine.png" COMP;
6631 part { name: "elm.swallow.icon";
6633 description { state: "default" 0.0;
6637 aspect_preference: VERTICAL;
6649 part { name: "elm.text";
6653 description { state: "default" 0.0;
6657 to_x: "elm.swallow.icon";
6668 font: "Sans:style=Bold,Edje-Vera-Bold";
6676 part { name: "elm.info";
6680 description { state: "default" 0.0;
6693 font: "Sans:style=Bold,Edje-Vera-Bold";
6701 part { name: "base0";
6703 description { state: "default" 0.0;
6705 to_y: "elm.swallow.icon";
6710 normal: "bubble_1.png";
6711 border: 36 11 10 19;
6713 image.middle: SOLID;
6717 part { name: "elm.swallow.content";
6719 description { state: "default" 0.0;
6730 part { name: "shine";
6732 description { state: "default" 0.0;
6743 normal: "bubble_shine.png";
6752 group { name: "elm/bubble/bottom_right/default";
6754 image: "bubble_2.png" COMP;
6755 image: "bubble_shine.png" COMP;
6758 part { name: "elm.swallow.icon";
6760 description { state: "default" 0.0;
6764 aspect_preference: VERTICAL;
6776 part { name: "elm.text";
6780 description { state: "default" 0.0;
6794 font: "Sans:style=Bold,Edje-Vera-Bold";
6802 part { name: "elm.info";
6806 description { state: "default" 0.0;
6814 to_x: "elm.swallow.icon";
6820 font: "Sans:style=Bold,Edje-Vera-Bold";
6828 part { name: "base0";
6830 description { state: "default" 0.0;
6832 to_y: "elm.swallow.icon";
6837 normal: "bubble_2.png";
6838 border: 11 36 10 19;
6840 image.middle: SOLID;
6844 part { name: "elm.swallow.content";
6846 description { state: "default" 0.0;
6857 part { name: "shine";
6859 description { state: "default" 0.0;
6870 normal: "bubble_shine.png";
6879 ///////////////////////////////////////////////////////////////////////////////
6880 group { name: "elm/photo/base/default";
6882 image: "frame_1.png" COMP;
6883 image: "frame_2.png" COMP;
6884 image: "dia_grad.png" COMP;
6885 image: "head.png" COMP;
6888 part { name: "base0";
6890 description { state: "default" 0.0;
6891 image.normal: "dia_grad.png";
6903 part { name: "base";
6905 description { state: "default" 0.0;
6907 normal: "frame_2.png";
6914 part { name: "head";
6916 description { state: "default" 0.0;
6920 aspect_preference: BOTH;
6921 image.normal: "head.png";
6924 part { name: "clip";
6927 description { state: "default" 0.0;
6930 color: 255 255 255 255;
6933 part { name: "elm.swallow.content";
6936 description { state: "default" 0.0;
6941 part { name: "over";
6943 description { state: "default" 0.0;
6947 normal: "frame_1.png";
6957 ///////////////////////////////////////////////////////////////////////////////
6958 group { name: "elm/thumb/base/default";
6960 image: "frame_1.png" COMP;
6961 image: "frame_2.png" COMP;
6962 image: "dia_grad.png" COMP;
6963 image: "busy-1.png" COMP;
6964 image: "busy-2.png" COMP;
6965 image: "busy-3.png" COMP;
6966 image: "busy-4.png" COMP;
6967 image: "busy-5.png" COMP;
6968 image: "busy-6.png" COMP;
6969 image: "busy-7.png" COMP;
6970 image: "busy-8.png" COMP;
6971 image: "busy-9.png" COMP;
6974 part { name: "base0";
6976 description { state: "default" 0.0;
6977 image.normal: "dia_grad.png";
6989 part { name: "base";
6991 description { state: "default" 0.0;
6993 normal: "frame_2.png";
7000 part { name: "clip";
7003 description { state: "default" 0.0;
7006 color: 255 255 255 255;
7009 part { name: "elm.swallow.content";
7012 description { state: "default" 0.0;
7017 part { name: "progress";
7021 description { state: "default" 0.0;
7026 aspect_preference: BOTH;
7028 description { state: "pulse" 0.0;
7029 inherit: "default" 0.0;
7032 normal: "busy-9.png";
7033 tween: "busy-1.png";
7034 tween: "busy-2.png";
7035 tween: "busy-3.png";
7036 tween: "busy-4.png";
7037 tween: "busy-5.png";
7038 tween: "busy-6.png";
7039 tween: "busy-7.png";
7040 tween: "busy-8.png";
7045 part { name: "over";
7047 description { state: "default" 0.0;
7051 normal: "frame_1.png";
7059 program { name: "start_pulse";
7060 signal: "elm,state,pulse,start";
7062 action: STATE_SET "pulse" 0.0;
7064 transition: LINEAR 0.5;
7065 after: "start_pulse";
7067 program { name: "stop_pulse";
7068 signal: "elm,state,pulse,stop";
7070 action: STATE_SET "default" 0.0;
7077 ///////////////////////////////////////////////////////////////////////////////
7078 group { name: "elm/icon/home/default"; min: 32 32;
7079 images.image: "icon_home.png" COMP; parts { part { name: "base";
7080 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
7081 image.normal: "icon_home.png"; } } } }
7082 group { name: "elm/icon/close/default"; min: 32 32;
7083 images.image: "icon_close.png" COMP; parts { part { name: "base";
7084 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
7085 image.normal: "icon_close.png"; } } } }
7086 group { name: "elm/icon/apps/default"; min: 32 32;
7087 images.image: "icon_apps.png" COMP; parts { part { name: "base";
7088 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
7089 image.normal: "icon_apps.png"; } } } }
7090 group { name: "elm/icon/arrow_up/default"; min: 32 32;
7091 images.image: "icon_arrow_up.png" COMP; parts { part { name: "base";
7092 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
7093 image.normal: "icon_arrow_up.png"; } } } }
7094 group { name: "elm/icon/arrow_down/default"; min: 32 32;
7095 images.image: "icon_arrow_down.png" COMP; parts { part { name: "base";
7096 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
7097 image.normal: "icon_arrow_down.png"; } } } }
7098 group { name: "elm/icon/arrow_left/default"; min: 32 32;
7099 images.image: "icon_arrow_left.png" COMP; parts { part { name: "base";
7100 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
7101 image.normal: "icon_arrow_left.png"; } } } }
7102 group { name: "elm/icon/arrow_right/default"; min: 32 32;
7103 images.image: "icon_arrow_right.png" COMP; parts { part { name: "base";
7104 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
7105 image.normal: "icon_arrow_right.png"; } } } }
7106 group { name: "elm/icon/chat/default"; min: 32 32;
7107 images.image: "icon_chat.png" COMP; parts { part { name: "base";
7108 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
7109 image.normal: "icon_chat.png"; } } } }
7110 group { name: "elm/icon/clock/default"; min: 32 32;
7111 images.image: "icon_clock.png" COMP; parts { part { name: "base";
7112 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
7113 image.normal: "icon_clock.png"; } } } }
7114 group { name: "elm/icon/delete/default"; min: 32 32;
7115 images.image: "icon_delete.png" COMP; parts { part { name: "base";
7116 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
7117 image.normal: "icon_delete.png"; } } } }
7118 group { name: "elm/icon/edit/default"; min: 32 32;
7119 images.image: "icon_edit.png" COMP; parts { part { name: "base";
7120 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
7121 image.normal: "icon_edit.png"; } } } }
7122 group { name: "elm/icon/refresh/default"; min: 32 32;
7123 images.image: "icon_refresh.png" COMP; parts { part { name: "base";
7124 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
7125 image.normal: "icon_refresh.png"; } } } }
7126 group { name: "elm/icon/folder/default"; min: 32 32;
7127 images.image: "icon_folder.png" COMP; parts { part { name: "base";
7128 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
7129 image.normal: "icon_folder.png"; } } } }
7130 group { name: "elm/icon/file/default"; min: 32 32;
7131 images.image: "icon_file.png" COMP; parts { part { name: "base";
7132 description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
7133 image.normal: "icon_file.png"; } } } }
7135 ///////////////////////////////////////////////////////////////////////////////
7136 group { name: "elm/toolbar/base/default";
7138 image: "bt_dis_base.png" COMP;
7139 image: "bt_dis_hilight.png" COMP;
7140 image: "bt_dis_shine.png" COMP;
7141 image: "icon_left_arrow.png" COMP;
7142 image: "icon_right_arrow.png" COMP;
7145 part { name: "base";
7147 description { state: "default" 0.0;
7154 normal: "bt_dis_base.png";
7157 image.middle: SOLID;
7160 part { name: "clipper";
7164 state: "default" 0.0;
7175 part { name: "elm.swallow.content";
7179 state: "default" 0.0;
7184 part { name: "over2";
7186 description { state: "default" 0.0;
7190 normal: "bt_dis_shine.png";
7195 part { name: "over1";
7197 description { state: "default" 0.0;
7200 rel2.relative: 1.0 0.5;
7202 normal: "bt_dis_hilight.png";
7205 color: 255 255 255 128;
7208 part { name: "left_arrow";
7210 description { state: "default" 0.0;
7211 image.normal: "icon_left_arrow.png";
7213 aspect_preference: VERTICAL;
7218 description { state: "hidden" 0.0;
7219 inherit: "default" 0.0;
7221 color: 255 255 255 0;
7224 part { name: "right_arrow";
7226 description { state: "default" 0.0;
7227 image.normal: "icon_right_arrow.png";
7229 aspect_preference: VERTICAL;
7234 description { state: "hidden" 0.0;
7235 inherit: "default" 0.0;
7237 color: 255 255 255 0;
7240 part { name: "event";
7244 description { state: "default" 0.0;
7250 program { name: "sb_hbar_show";
7251 signal: "elm,action,show,hbar";
7253 action: STATE_SET "default" 0.0;
7254 transition: LINEAR 0.5;
7255 target: "left_arrow";
7256 target: "right_arrow";
7258 program { name: "sb_hbar_hide";
7259 signal: "elm,action,hide,hbar";
7261 action: STATE_SET "hidden" 0.0;
7262 target: "left_arrow";
7263 target: "right_arrow";
7264 transition: LINEAR 0.5;
7269 group { name: "elm/toolbar/item/default";
7271 image: "toolbar_sel.png" COMP;
7274 part { name: "label2";
7278 description { state: "default" 0.0;
7281 rel1.to: "elm.text";
7282 rel2.to: "elm.text";
7286 text_source: "elm.text";
7292 description { state: "selected" 0.0;
7293 inherit: "default" 0.0;
7296 description { state: "disabled" 0.0;
7297 inherit: "default" 0.0;
7301 description { state: "disabled_visible" 0.0;
7302 inherit: "default" 0.0;
7311 description { state: "default" 0.0;
7313 color: 255 255 255 0;
7315 normal: "toolbar_sel.png";
7318 image.middle: SOLID;
7321 description { state: "selected" 0.0;
7322 inherit: "default" 0.0;
7324 color: 255 255 255 255;
7326 description { state: "disabled" 0.0;
7327 inherit: "default" 0.0;
7329 color: 255 255 255 0;
7332 part { name: "elm.swallow.icon";
7334 description { state: "default" 0.0;
7338 //aspect_preference: VERTICAL;
7351 part { name: "elm.text";
7353 effect: SOFT_SHADOW;
7356 description { state: "default" 0.0;
7368 color: 224 224 224 255;
7371 font: "Sans:style=Bold";
7377 description { state: "selected" 0.0;
7378 inherit: "default" 0.0;
7381 description { state: "visible" 0.0;
7382 inherit: "default" 0.0;
7386 description { state: "disabled" 0.0;
7387 inherit: "default" 0.0;
7391 description { state: "disabled_visible" 0.0;
7392 inherit: "default" 0.0;
7399 part { name: "event";
7402 ignore_flags: ON_HOLD;
7403 description { state: "default" 0.0;
7409 program { name: "go_active";
7410 signal: "elm,state,selected";
7412 action: STATE_SET "selected" 0.0;
7416 transition: LINEAR 0.2;
7418 program { name: "go_passive";
7419 signal: "elm,state,unselected";
7421 action: STATE_SET "default" 0.0;
7425 transition: LINEAR 0.1;
7427 program { name: "go";
7428 signal: "mouse,up,1";
7430 action: SIGNAL_EMIT "elm,action,click" "elm";
7432 program { name: "disable";
7433 signal: "elm,state,disabled";
7435 action: STATE_SET "disabled" 0.0;
7438 after: "disable_text";
7440 program { name: "disable_text";
7444 get_state(PART:"elm.text", st, 30, vl);
7445 if (!strcmp(st, "visible"))
7446 set_state(PART:"elm.text", "disabled_visible", 0.0);
7448 set_state(PART:"elm.text", "disabled", 0.0);
7451 program { name: "enable";
7452 signal: "elm,state,enabled";
7454 action: STATE_SET "default" 0.0;
7457 after: "enable_text";
7459 program { name: "enable_text";
7463 get_state(PART:"elm.text", st, 30, vl);
7464 if (!strcmp(st, "disabled_visible"))
7465 set_state(PART:"elm.text", "visible", 0.0);
7467 set_state(PART:"elm.text", "default", 0.0);
7473 group { name: "elm/toolbar/separator/default";
7475 image: "toolbar_separator_v.png" COMP;
7478 part { name: "separator"; // separator group
7479 description { state: "default" 0.0;
7485 normal: "toolbar_separator_v.png";
7495 ///////////////////////////////////////////////////////////////////////////////
7496 group { name: "elm/notify/block_events/default";
7498 part { name: "block_events";
7500 description { state: "default" 0.0;
7508 name: "block_clicked";
7509 signal: "mouse,clicked,1";
7510 source: "block_events";
7511 action: SIGNAL_EMIT "elm,action,clicked" "elm";
7515 group { name: "elm/notify/base/default";
7516 //this group is a design similar to the inwin group
7518 image: "shad_circ.png" COMP;
7519 image: "bt_dis_base.png" COMP;
7520 image: "bt_dis_hilight.png" COMP;
7523 part { name: "base";
7527 description { state: "default" 0.0;
7530 rel2.offset: -10 -10;
7531 rel1.relative: 0.0 -1.0;
7532 rel2.relative: 1.0 0.0;
7534 description { state: "visible" 0.0;
7535 inherit: "default" 0.0;
7537 rel1.relative: 0.0 0.0;
7538 rel2.relative: 1.0 1.0;
7541 part { name: "shad";
7543 description { state: "default" 0.0;
7544 image.normal: "shad_circ.png";
7545 rel1.to: "elm.swallow.content";
7546 rel1.offset: -64 -64;
7547 rel2.to: "elm.swallow.content";
7554 description { state: "default" 0.0;
7555 rel1.to: "elm.swallow.content";
7557 rel2.to: "elm.swallow.content";
7560 normal: "bt_dis_base.png";
7563 image.middle: SOLID;
7566 part { name: "popover";
7568 description { state: "default" 0.0;
7571 rel2.relative: 1.0 0.5;
7573 normal: "bt_dis_hilight.png";
7578 part { name: "elm.swallow.content";
7580 description { state: "default" 0.0;
7587 program { name: "show";
7588 signal: "elm,action,show";
7590 action: STATE_SET "visible" 0.0;
7593 program { name: "show_2";
7595 action: STATE_SET "default" 0.0;
7599 program { name: "show_3";
7601 action: STATE_SET "visible" 0.0;
7603 transition: LINEAR 0.5;
7605 program { name: "hide";
7606 signal: "elm,action,hide";
7608 action: STATE_SET "default" 0.0;
7613 group { name: "elm/notify/base/center";
7614 //this group is a design similar to the inwin group
7616 image: "bt_dis_base.png" COMP;
7619 part { name: "base";
7623 description { state: "default" 0.0;
7625 rel1.relative: 0.0 0.0;
7626 rel2.relative: 1.0 1.0;
7631 description { state: "default" 0.0;
7632 rel1.to: "elm.swallow.content";
7634 rel2.to: "elm.swallow.content";
7637 normal: "bt_dis_base.png";
7642 part { name: "elm.swallow.content";
7644 description { state: "default" 0.0;
7651 program { name: "show";
7652 signal: "elm,action,show";
7654 action: STATE_SET "default" 0.0;
7657 program { name: "show_2";
7659 action: STATE_SET "default" 0.0;
7662 program { name: "hide";
7663 signal: "elm,action,hide";
7665 action: STATE_SET "default" 0.0;
7670 group { name: "elm/notify/base/bottom";
7671 //this group is a design similar to the inwin group
7673 image: "shad_circ.png" COMP;
7674 image: "bt_dis_base.png" COMP;
7675 image: "bt_dis_hilight.png" COMP;
7678 part { name: "base";
7682 description { state: "default" 0.0;
7685 rel2.offset: -10 -10;
7686 rel1.relative: 0.0 1.0;
7687 rel2.relative: 1.0 2.0;
7689 description { state: "visible" 0.0;
7690 inherit: "default" 0.0;
7692 rel1.relative: 0.0 0.0;
7693 rel2.relative: 1.0 1.0;
7696 part { name: "shad";
7698 description { state: "default" 0.0;
7699 image.normal: "shad_circ.png";
7700 rel1.to: "elm.swallow.content";
7701 rel1.offset: -64 -64;
7702 rel2.to: "elm.swallow.content";
7709 description { state: "default" 0.0;
7710 rel1.to: "elm.swallow.content";
7712 rel2.to: "elm.swallow.content";
7715 normal: "bt_dis_base.png";
7718 image.middle: SOLID;
7721 part { name: "popover";
7723 description { state: "default" 0.0;
7726 rel2.relative: 1.0 0.5;
7728 normal: "bt_dis_hilight.png";
7733 part { name: "elm.swallow.content";
7735 description { state: "default" 0.0;
7742 program { name: "show";
7743 signal: "elm,action,show";
7745 action: STATE_SET "visible" 0.0;
7748 program { name: "show_2";
7750 action: STATE_SET "default" 0.0;
7754 program { name: "show_3";
7756 action: STATE_SET "visible" 0.0;
7758 transition: LINEAR 0.5;
7760 program { name: "hide";
7761 signal: "elm,action,hide";
7763 action: STATE_SET "default" 0.0;
7768 group { name: "elm/notify/base/left";
7769 //this group is a design similar to the inwin group
7771 image: "shad_circ.png" COMP;
7772 image: "bt_dis_base.png" COMP;
7773 image: "bt_dis_hilight.png" COMP;
7776 part { name: "base";
7780 description { state: "default" 0.0;
7783 rel2.offset: -10 -10;
7784 rel1.relative: -1.0 0.0;
7785 rel2.relative: 0.0 1.0;
7787 description { state: "visible" 0.0;
7788 inherit: "default" 0.0;
7790 rel1.relative: 0.0 0.0;
7791 rel2.relative: 1.0 1.0;
7794 part { name: "shad";
7796 description { state: "default" 0.0;
7797 image.normal: "shad_circ.png";
7798 rel1.to: "elm.swallow.content";
7799 rel1.offset: -64 -64;
7800 rel2.to: "elm.swallow.content";
7807 description { state: "default" 0.0;
7808 rel1.to: "elm.swallow.content";
7810 rel2.to: "elm.swallow.content";
7813 normal: "bt_dis_base.png";
7816 image.middle: SOLID;
7819 part { name: "popover";
7821 description { state: "default" 0.0;
7824 rel2.relative: 1.0 0.5;
7826 normal: "bt_dis_hilight.png";
7831 part { name: "elm.swallow.content";
7833 description { state: "default" 0.0;
7840 program { name: "show";
7841 signal: "elm,action,show";
7843 action: STATE_SET "visible" 0.0;
7846 program { name: "show_2";
7848 action: STATE_SET "default" 0.0;
7852 program { name: "show_3";
7854 action: STATE_SET "visible" 0.0;
7856 transition: LINEAR 0.5;
7858 program { name: "hide";
7859 signal: "elm,action,hide";
7861 action: STATE_SET "default" 0.0;
7866 group { name: "elm/notify/base/right";
7867 //this group is a design similar to the inwin group
7869 image: "shad_circ.png" COMP;
7870 image: "bt_dis_base.png" COMP;
7871 image: "bt_dis_hilight.png" COMP;
7874 part { name: "base";
7878 description { state: "default" 0.0;
7881 rel2.offset: -10 -10;
7882 rel1.relative: 1.0 0.0;
7883 rel2.relative: 2.0 1.0;
7885 description { state: "visible" 0.0;
7886 inherit: "default" 0.0;
7888 rel1.relative: 0.0 0.0;
7889 rel2.relative: 1.0 1.0;
7892 part { name: "shad";
7894 description { state: "default" 0.0;
7895 image.normal: "shad_circ.png";
7896 rel1.to: "elm.swallow.content";
7897 rel1.offset: -64 -64;
7898 rel2.to: "elm.swallow.content";
7905 description { state: "default" 0.0;
7906 rel1.to: "elm.swallow.content";
7908 rel2.to: "elm.swallow.content";
7911 normal: "bt_dis_base.png";
7914 image.middle: SOLID;
7917 part { name: "popover";
7919 description { state: "default" 0.0;
7922 rel2.relative: 1.0 0.5;
7924 normal: "bt_dis_hilight.png";
7929 part { name: "elm.swallow.content";
7931 description { state: "default" 0.0;
7938 program { name: "show";
7939 signal: "elm,action,show";
7941 action: STATE_SET "visible" 0.0;
7944 program { name: "show_2";
7946 action: STATE_SET "default" 0.0;
7950 program { name: "show_3";
7952 action: STATE_SET "visible" 0.0;
7954 transition: LINEAR 0.5;
7956 program { name: "hide";
7957 signal: "elm,action,hide";
7959 action: STATE_SET "default" 0.0;
7964 group { name: "elm/notify/base/top_left";
7965 //this group is a design similar to the inwin group
7967 image: "shad_circ.png" COMP;
7968 image: "bt_dis_base.png" COMP;
7969 image: "bt_dis_hilight.png" COMP;
7972 part { name: "base";
7976 description { state: "default" 0.0;
7979 rel2.offset: -10 -10;
7980 rel1.relative: 0.0 -1.0;
7981 rel2.relative: 1.0 0.0;
7983 description { state: "visible" 0.0;
7984 inherit: "default" 0.0;
7986 rel1.relative: 0.0 0.0;
7987 rel2.relative: 1.0 1.0;
7990 part { name: "shad";
7992 description { state: "default" 0.0;
7993 image.normal: "shad_circ.png";
7994 rel1.to: "elm.swallow.content";
7995 rel1.offset: -64 -64;
7996 rel2.to: "elm.swallow.content";
8003 description { state: "default" 0.0;
8004 rel1.to: "elm.swallow.content";
8006 rel2.to: "elm.swallow.content";
8009 normal: "bt_dis_base.png";
8012 image.middle: SOLID;
8015 part { name: "popover";
8017 description { state: "default" 0.0;
8020 rel2.relative: 1.0 0.5;
8022 normal: "bt_dis_hilight.png";
8027 part { name: "elm.swallow.content";
8029 description { state: "default" 0.0;
8036 program { name: "show";
8037 signal: "elm,action,show";
8039 action: STATE_SET "visible" 0.0;
8042 program { name: "show_2";
8044 action: STATE_SET "default" 0.0;
8048 program { name: "show_3";
8050 action: STATE_SET "visible" 0.0;
8052 transition: LINEAR 0.5;
8054 program { name: "hide";
8055 signal: "elm,action,hide";
8057 action: STATE_SET "default" 0.0;
8062 group { name: "elm/notify/base/top_right";
8063 //this group is a design similar to the inwin group
8065 image: "shad_circ.png" COMP;
8066 image: "bt_dis_base.png" COMP;
8067 image: "bt_dis_hilight.png" COMP;
8070 part { name: "base";
8074 description { state: "default" 0.0;
8077 rel2.offset: -10 -10;
8078 rel1.relative: 0.0 -1.0;
8079 rel2.relative: 1.0 0.0;
8081 description { state: "visible" 0.0;
8082 inherit: "default" 0.0;
8084 rel1.relative: 0.0 0.0;
8085 rel2.relative: 1.0 1.0;
8088 part { name: "shad";
8090 description { state: "default" 0.0;
8091 image.normal: "shad_circ.png";
8092 rel1.to: "elm.swallow.content";
8093 rel1.offset: -64 -64;
8094 rel2.to: "elm.swallow.content";
8101 description { state: "default" 0.0;
8102 rel1.to: "elm.swallow.content";
8104 rel2.to: "elm.swallow.content";
8107 normal: "bt_dis_base.png";
8110 image.middle: SOLID;
8113 part { name: "popover";
8115 description { state: "default" 0.0;
8118 rel2.relative: 1.0 0.5;
8120 normal: "bt_dis_hilight.png";
8125 part { name: "elm.swallow.content";
8127 description { state: "default" 0.0;
8134 program { name: "show";
8135 signal: "elm,action,show";
8137 action: STATE_SET "visible" 0.0;
8140 program { name: "show_2";
8142 action: STATE_SET "default" 0.0;
8146 program { name: "show_3";
8148 action: STATE_SET "visible" 0.0;
8150 transition: LINEAR 0.5;
8152 program { name: "hide";
8153 signal: "elm,action,hide";
8155 action: STATE_SET "default" 0.0;
8160 group { name: "elm/notify/base/bottom_left";
8161 //this group is a design similar to the inwin group
8163 image: "shad_circ.png" COMP;
8164 image: "bt_dis_base.png" COMP;
8165 image: "bt_dis_hilight.png" COMP;
8168 part { name: "base";
8172 description { state: "default" 0.0;
8175 rel2.offset: -10 -10;
8176 rel1.relative: 0.0 1.0;
8177 rel2.relative: 1.0 2.0;
8179 description { state: "visible" 0.0;
8180 inherit: "default" 0.0;
8182 rel1.relative: 0.0 0.0;
8183 rel2.relative: 1.0 1.0;
8186 part { name: "shad";
8188 description { state: "default" 0.0;
8189 image.normal: "shad_circ.png";
8190 rel1.to: "elm.swallow.content";
8191 rel1.offset: -64 -64;
8192 rel2.to: "elm.swallow.content";
8199 description { state: "default" 0.0;
8200 rel1.to: "elm.swallow.content";
8202 rel2.to: "elm.swallow.content";
8205 normal: "bt_dis_base.png";
8208 image.middle: SOLID;
8211 part { name: "popover";
8213 description { state: "default" 0.0;
8216 rel2.relative: 1.0 0.5;
8218 normal: "bt_dis_hilight.png";
8223 part { name: "elm.swallow.content";
8225 description { state: "default" 0.0;
8232 program { name: "show";
8233 signal: "elm,action,show";
8235 action: STATE_SET "visible" 0.0;
8238 program { name: "show_2";
8240 action: STATE_SET "default" 0.0;
8244 program { name: "show_3";
8246 action: STATE_SET "visible" 0.0;
8248 transition: LINEAR 0.5;
8250 program { name: "hide";
8251 signal: "elm,action,hide";
8253 action: STATE_SET "default" 0.0;
8258 group { name: "elm/notify/base/bottom_right";
8259 //this group is a design similar to the inwin group
8261 image: "shad_circ.png" COMP;
8262 image: "bt_dis_base.png" COMP;
8263 image: "bt_dis_hilight.png" COMP;
8266 part { name: "base";
8270 description { state: "default" 0.0;
8273 rel2.offset: -10 -10;
8274 rel1.relative: 0.0 1.0;
8275 rel2.relative: 1.0 2.0;
8277 description { state: "visible" 0.0;
8278 inherit: "default" 0.0;
8280 rel1.relative: 0.0 0.0;
8281 rel2.relative: 1.0 1.0;
8284 part { name: "shad";
8286 description { state: "default" 0.0;
8287 image.normal: "shad_circ.png";
8288 rel1.to: "elm.swallow.content";
8289 rel1.offset: -64 -64;
8290 rel2.to: "elm.swallow.content";
8297 description { state: "default" 0.0;
8298 rel1.to: "elm.swallow.content";
8300 rel2.to: "elm.swallow.content";
8303 normal: "bt_dis_base.png";
8306 image.middle: SOLID;
8309 part { name: "popover";
8311 description { state: "default" 0.0;
8314 rel2.relative: 1.0 0.5;
8316 normal: "bt_dis_hilight.png";
8321 part { name: "elm.swallow.content";
8323 description { state: "default" 0.0;
8330 program { name: "show";
8331 signal: "elm,action,show";
8333 action: STATE_SET "visible" 0.0;
8336 program { name: "show_2";
8338 action: STATE_SET "default" 0.0;
8342 program { name: "show_3";
8344 action: STATE_SET "visible" 0.0;
8346 transition: LINEAR 0.5;
8348 program { name: "hide";
8349 signal: "elm,action,hide";
8351 action: STATE_SET "default" 0.0;
8357 ///////////////////////////////////////////////////////////////////////////////
8358 group { name: "elm/slideshow/base/default";
8360 item: transitions "fade black_fade horizontal vertical square";
8363 part { name: "whole";
8365 state: "default" 0.0;
8370 part { name: "image_1_whole";
8372 state: "default" 0.0;
8373 color: 255 255 255 255;
8376 state: "fade_prev_next" 0.0;
8377 inherit: "default" 0.0;
8378 color: 255 255 255 0;
8381 state: "black_fade_prev_next_init" 0.0;
8382 inherit: "default" 0.0;
8383 color: 255 255 255 255;
8386 state: "black_fade_prev_next" 0.0;
8387 inherit: "default" 0.0;
8391 state: "horizontal_next_init" 0.0;
8392 inherit: "default" 0.0;
8395 state: "horizontal_next" 0.0;
8396 inherit: "default" 0.0;
8397 rel1.relative: -1.0 0.0;
8398 rel2.relative: 0.0 1.0;
8401 state: "horizontal_prev_init" 0.0;
8402 inherit: "default" 0.0;
8405 state: "horizontal_prev" 0.0;
8406 inherit: "default" 0.0;
8407 rel1.relative: 1.0 0.0;
8408 rel2.relative: 2.0 1.0;
8411 state: "vertical_next_init" 0.0;
8412 inherit: "default" 0.0;
8415 state: "vertical_next" 0.0;
8416 inherit: "default" 0.0;
8417 rel1.relative: 0.0 -1.0;
8418 rel2.relative: 1.0 0.0;
8421 state: "vertical_prev_init" 0.0;
8422 inherit: "default" 0.0;
8425 state: "vertical_prev" 0.0;
8426 inherit: "default" 0.0;
8427 rel1.relative: 0.0 1.0;
8428 rel2.relative: 1.0 2.0;
8431 part { name: "image_2_whole";
8433 state: "default" 0.0;
8435 color: 255 255 255 0;
8438 state: "fade_prev_next" 0.0;
8439 inherit: "default" 0.0;
8440 color: 255 255 255 255;
8443 state: "black_fade_prev_next_init" 0.0;
8444 inherit: "default" 0.0;
8448 state: "black_fade_prev_next" 0.0;
8449 inherit: "default" 0.0;
8450 color: 255 255 255 255;
8453 state: "horizontal_next_init" 0.0;
8454 inherit: "default" 0.0;
8455 rel1.relative: 1.0 0.0;
8456 rel2.relative: 2.0 1.0;
8457 color: 255 255 255 255;
8460 state: "horizontal_next" 0.0;
8461 inherit: "default" 0.0;
8462 color: 255 255 255 255;
8465 state: "horizontal_prev_init" 0.0;
8466 inherit: "default" 0.0;
8467 rel1.relative: -1.0 0.0;
8468 rel2.relative: 0.0 1.0;
8469 color: 255 255 255 255;
8472 state: "horizontal_prev" 0.0;
8473 inherit: "default" 0.0;
8474 color: 255 255 255 255;
8477 state: "vertical_next_init" 0.0;
8478 inherit: "default" 0.0;
8479 rel1.relative: 0.0 1.0;
8480 rel2.relative: 1.0 2.0;
8481 color: 255 255 255 255;
8484 state: "vertical_next" 0.0;
8485 inherit: "default" 0.0;
8486 color: 255 255 255 255;
8489 state: "vertical_prev_init" 0.0;
8490 inherit: "default" 0.0;
8491 rel1.relative: 0.0 -1.0;
8492 rel2.relative: 1.0 0.0;
8493 color: 255 255 255 255;
8496 state: "vertical_prev" 0.0;
8497 inherit: "default" 0.0;
8498 color: 255 255 255 255;
8501 state: "square_prev_next_init" 0.0;
8502 inherit: "default" 0.0;
8503 rel1.relative: 0.5 0.5;
8504 rel2.relative: 0.5 0.5;
8505 color: 255 255 255 255;
8508 state: "square_prev_next" 0.0;
8509 inherit: "default" 0.0;
8510 rel1.relative: 0.0 0.0;
8511 rel2.relative: 1.0 1.0;
8512 color: 255 255 255 255;
8515 part { name: "elm.swallow.1";
8517 clip_to: "image_1_whole";
8519 state: "default" 0.0;
8520 rel1.to: "image_1_whole";
8521 rel2.to: "image_1_whole";
8522 color: 255 255 255 255;
8525 part { name: "elm.swallow.2";
8527 clip_to: "image_2_whole";
8529 state: "default" 0.0;
8530 color: 255 255 255 255;
8531 rel1.to: "image_2_whole";
8532 rel2.to: "image_2_whole";
8535 part { name: "events_catcher";
8539 state: "default" 0.0;
8546 program { name: "fade_next";
8547 signal: "fade,next";
8548 source: "slideshow";
8549 action: STATE_SET "default" 0.0;
8550 target: "image_1_whole";
8551 target: "image_2_whole";
8552 after: "fade_next_2";
8554 program { name: "fade_next_2";
8555 action: STATE_SET "fade_prev_next" 0.0;
8556 target: "image_1_whole";
8557 target: "image_2_whole";
8558 transition: SINUSOIDAL 1.5;
8561 program { name: "fade_previous";
8562 signal: "fade,previous";
8563 source: "slideshow";
8564 action: STATE_SET "default" 0.0;
8565 target: "image_1_whole";
8566 target: "image_2_whole";
8567 after: "fade_previous_2";
8569 program { name: "fade_previous_2";
8570 action: STATE_SET "fade_prev_next" 0.0;
8571 target: "image_1_whole";
8572 target: "image_2_whole";
8573 transition: SINUSOIDAL 1.5;
8576 program { name: "black_fade_next";
8577 signal: "black_fade,next";
8578 source: "slideshow";
8579 action: STATE_SET "black_fade_prev_next_init" 0.0;
8580 target: "image_1_whole";
8581 target: "image_2_whole";
8582 after: "black_fade_next_2";
8584 program { name: "black_fade_next_2";
8585 action: STATE_SET "black_fade_prev_next" 0.0;
8586 target: "image_1_whole";
8587 transition: SINUSOIDAL 0.75;
8588 after: "black_fade_next_3";
8590 program { name: "black_fade_next_3";
8591 action: STATE_SET "black_fade_prev_next" 0.0;
8592 target: "image_2_whole";
8593 transition: SINUSOIDAL 0.75;
8596 program { name: "black_fade_previous";
8597 signal: "black_fade,previous";
8598 source: "slideshow";
8599 action: STATE_SET "black_fade_prev_next_init" 0.0;
8600 target: "image_1_whole";
8601 target: "image_2_whole";
8602 after: "black_fade_previous_2";
8604 program { name: "black_fade_previous_2";
8605 action: STATE_SET "black_fade_prev_next" 0.0;
8606 target: "image_1_whole";
8607 transition: SINUSOIDAL 0.75;
8608 after: "black_fade_previous_3";
8610 program { name: "black_fade_previous_3";
8611 action: STATE_SET "black_fade_prev_next" 0.0;
8612 target: "image_2_whole";
8613 transition: SINUSOIDAL 0.75;
8616 program { name: "horizontal_next";
8617 signal: "horizontal,next";
8618 source: "slideshow";
8619 action: STATE_SET "horizontal_next_init" 0.0;
8620 target: "image_1_whole";
8621 target: "image_2_whole";
8622 after: "horizontal_next_2";
8624 program { name: "horizontal_next_2";
8625 action: STATE_SET "horizontal_next" 0.0;
8626 target: "image_1_whole";
8627 target: "image_2_whole";
8628 transition: SINUSOIDAL 1.5;
8631 program { name: "horizontal_previous";
8632 signal: "horizontal,previous";
8633 source: "slideshow";
8634 action: STATE_SET "horizontal_prev_init" 0.0;
8635 target: "image_1_whole";
8636 target: "image_2_whole";
8637 after: "horizontal_previous_2";
8639 program { name: "horizontal_previous_2";
8640 action: STATE_SET "horizontal_prev" 0.0;
8641 target: "image_1_whole";
8642 target: "image_2_whole";
8643 transition: SINUSOIDAL 1.5;
8646 program { name: "vertical_next";
8647 signal: "vertical,next";
8648 source: "slideshow";
8649 action: STATE_SET "vertical_next_init" 0.0;
8650 target: "image_1_whole";
8651 target: "image_2_whole";
8652 after: "vertical_next_2";
8654 program { name: "vertical_next_2";
8655 action: STATE_SET "vertical_next" 0.0;
8656 target: "image_1_whole";
8657 target: "image_2_whole";
8658 transition: SINUSOIDAL 1.5;
8661 program { name: "vertical_previous";
8662 signal: "vertical,previous";
8663 source: "slideshow";
8664 action: STATE_SET "vertical_prev_init" 0.0;
8665 target: "image_1_whole";
8666 target: "image_2_whole";
8667 after: "vertical_previous_2";
8669 program { name: "vertical_previous_2";
8670 action: STATE_SET "vertical_prev" 0.0;
8671 target: "image_1_whole";
8672 target: "image_2_whole";
8673 transition: SINUSOIDAL 1.5;
8676 program { name: "square_next";
8677 signal: "square,next";
8678 source: "slideshow";
8679 action: STATE_SET "square_prev_next_init" 0.0;
8680 target: "image_2_whole";
8681 after: "square_next_2";
8683 program { name: "square_next_2";
8684 action: STATE_SET "square_prev_next" 0.0;
8685 target: "image_2_whole";
8686 transition: SINUSOIDAL 1.5;
8689 program { name: "square_previous";
8690 signal: "square,previous";
8691 source: "slideshow";
8692 action: STATE_SET "square_prev_next_init" 0.0;
8693 target: "image_2_whole";
8694 after: "square_next_2";
8696 program { name: "end";
8697 action: STATE_SET "default" 0.0;
8698 target: "image_1_whole";
8699 target: "image_2_whole";
8700 after: "end_signal";
8702 program { name: "end_signal";
8703 action: SIGNAL_EMIT "end" "slideshow";
8708 ///////////////////////////////////////////////////////////////////////////////
8709 group { name: "elm/win/inwin/default";
8711 image: "shad_circ.png" COMP;
8712 image: "bt_dis_base.png" COMP;
8713 image: "bt_dis_hilight.png" COMP;
8716 part { name: "base";
8719 description { state: "default" 0.0;
8722 description { state: "visible" 0.0;
8723 inherit: "default" 1.0;
8727 part { name: "shad";
8729 description { state: "default" 0.0;
8730 image.normal: "shad_circ.png";
8731 rel1.to: "elm.swallow.content";
8732 rel1.offset: -64 -64;
8733 rel2.to: "elm.swallow.content";
8740 description { state: "default" 0.0;
8741 rel1.to: "elm.swallow.content";
8743 rel2.to: "elm.swallow.content";
8746 normal: "bt_dis_base.png";
8749 image.middle: SOLID;
8752 part { name: "popover";
8754 description { state: "default" 0.0;
8757 rel2.relative: 1.0 0.5;
8759 normal: "bt_dis_hilight.png";
8764 part { name: "elm.swallow.content";
8766 description { state: "default" 0.0;
8767 rel1.relative: 0.1 0.1;
8768 rel2.relative: 0.9 0.9;
8773 program { name: "show";
8774 signal: "elm,action,show";
8776 action: STATE_SET "visible" 0.0;
8777 // transition: DECELERATE 0.5;
8780 program { name: "hide";
8781 signal: "elm,action,hide";
8783 action: STATE_SET "default" 0.0;
8784 // transition: DECELERATE 0.5;
8790 group { name: "elm/win/inwin/minimal";
8792 image: "shad_circ.png" COMP;
8793 image: "bt_dis_base.png" COMP;
8794 image: "bt_dis_hilight.png" COMP;
8797 part { name: "base";
8800 description { state: "default" 0.0;
8803 description { state: "visible" 0.0;
8804 inherit: "default" 1.0;
8808 part { name: "shad";
8810 description { state: "default" 0.0;
8811 image.normal: "shad_circ.png";
8812 rel1.to: "elm.swallow.content";
8813 rel1.offset: -64 -64;
8814 rel2.to: "elm.swallow.content";
8821 description { state: "default" 0.0;
8822 rel1.to: "elm.swallow.content";
8824 rel2.to: "elm.swallow.content";
8827 normal: "bt_dis_base.png";
8830 image.middle: SOLID;
8833 part { name: "popover";
8835 description { state: "default" 0.0;
8838 rel2.relative: 1.0 0.5;
8840 normal: "bt_dis_hilight.png";
8845 part { name: "elm.swallow.content";
8847 description { state: "default" 0.0;
8849 rel1.relative: 0.5 0.5;
8850 rel2.relative: 0.5 0.5;
8855 program { name: "show";
8856 signal: "elm,action,show";
8858 action: STATE_SET "visible" 0.0;
8859 // transition: DECELERATE 0.5;
8862 program { name: "hide";
8863 signal: "elm,action,hide";
8865 action: STATE_SET "default" 0.0;
8866 // transition: DECELERATE 0.5;
8872 group { name: "elm/win/inwin/minimal_vertical";
8874 image: "shad_circ.png" COMP;
8875 image: "bt_dis_base.png" COMP;
8876 image: "bt_dis_hilight.png" COMP;
8879 part { name: "base";
8882 description { state: "default" 0.0;
8885 description { state: "visible" 0.0;
8886 inherit: "default" 1.0;
8890 part { name: "shad";
8892 description { state: "default" 0.0;
8893 image.normal: "shad_circ.png";
8894 rel1.to: "elm.swallow.content";
8895 rel1.offset: -64 -64;
8896 rel2.to: "elm.swallow.content";
8903 description { state: "default" 0.0;
8904 rel1.to: "elm.swallow.content";
8906 rel2.to: "elm.swallow.content";
8909 normal: "bt_dis_base.png";
8912 image.middle: SOLID;
8915 part { name: "popover";
8917 description { state: "default" 0.0;
8920 rel2.relative: 1.0 0.5;
8922 normal: "bt_dis_hilight.png";
8927 part { name: "elm.swallow.content";
8929 description { state: "default" 0.0;
8931 rel1.relative: 0.1 0.5;
8932 rel2.relative: 0.9 0.5;
8937 program { name: "show";
8938 signal: "elm,action,show";
8940 action: STATE_SET "visible" 0.0;
8941 // transition: DECELERATE 0.5;
8944 program { name: "hide";
8945 signal: "elm,action,hide";
8947 action: STATE_SET "default" 0.0;
8948 // transition: DECELERATE 0.5;
8954 ///////////////////////////////////////////////////////////////////////////////
8956 ///////////////////////////////////////////////////////////////////////////////
8957 group { name: "elm/list/item/default";
8958 data.item: "stacking" "above";
8960 image: "bt_sm_base1.png" COMP;
8961 image: "bt_sm_shine.png" COMP;
8962 image: "bt_sm_hilight.png" COMP;
8963 image: "ilist_1.png" COMP;
8964 image: "ilist_item_shadow.png" COMP;
8972 state: "default" 0.0;
8980 state: "default" 0.0;
8995 normal: "ilist_item_shadow.png";
9004 state: "default" 0.0;
9006 normal: "ilist_1.png";
9014 description { state: "default" 0.0;
9016 color: 255 255 255 0;
9026 normal: "bt_sm_base1.png";
9029 image.middle: SOLID;
9031 description { state: "selected" 0.0;
9032 inherit: "default" 0.0;
9034 color: 255 255 255 255;
9045 part { name: "elm.swallow.icon";
9047 description { state: "default" 0.0;
9060 part { name: "elm.swallow.end";
9062 description { state: "default" 0.0;
9075 part { name: "elm.text";
9077 effect: SOFT_SHADOW;
9081 state: "default" 0.0;
9084 to_x: "elm.swallow.icon";
9089 to_x: "elm.swallow.end";
9103 description { state: "selected" 0.0;
9104 inherit: "default" 0.0;
9105 color: 224 224 224 255;
9111 description { state: "default" 0.0;
9113 color: 255 255 255 0;
9115 rel2.relative: 1.0 0.5;
9118 normal: "bt_sm_hilight.png";
9122 description { state: "selected" 0.0;
9123 inherit: "default" 0.0;
9125 color: 255 255 255 255;
9130 description { state: "default" 0.0;
9132 color: 255 255 255 0;
9136 normal: "bt_sm_shine.png";
9140 description { state: "selected" 0.0;
9141 inherit: "default" 0.0;
9143 color: 255 255 255 255;
9150 signal: "elm,state,selected";
9152 action: STATE_SET "selected" 0.0;
9160 signal: "elm,state,unselected";
9162 action: STATE_SET "default" 0.0;
9167 transition: LINEAR 0.1;
9171 group { name: "elm/list/item_odd/default";
9172 data.item: "stacking" "below";
9173 data.item: "selectraise" "on";
9175 image: "bt_sm_base1.png" COMP;
9176 image: "bt_sm_shine.png" COMP;
9177 image: "bt_sm_hilight.png" COMP;
9178 image: "ilist_2.png" COMP;
9186 state: "default" 0.0;
9194 state: "default" 0.0;
9196 normal: "ilist_2.png";
9204 description { state: "default" 0.0;
9206 color: 255 255 255 0;
9216 normal: "bt_sm_base1.png";
9219 image.middle: SOLID;
9221 description { state: "selected" 0.0;
9222 inherit: "default" 0.0;
9224 color: 255 255 255 255;
9236 name: "elm.swallow.icon";
9238 description { state: "default" 0.0;
9252 name: "elm.swallow.end";
9254 description { state: "default" 0.0;
9270 effect: SOFT_SHADOW;
9274 state: "default" 0.0;
9277 to_x: "elm.swallow.icon";
9282 to_x: "elm.swallow.end";
9296 description { state: "selected" 0.0;
9297 inherit: "default" 0.0;
9298 color: 224 224 224 255;
9304 description { state: "default" 0.0;
9306 color: 255 255 255 0;
9308 rel2.relative: 1.0 0.5;
9311 normal: "bt_sm_hilight.png";
9315 description { state: "selected" 0.0;
9316 inherit: "default" 0.0;
9318 color: 255 255 255 255;
9323 description { state: "default" 0.0;
9325 color: 255 255 255 0;
9329 normal: "bt_sm_shine.png";
9333 description { state: "selected" 0.0;
9334 inherit: "default" 0.0;
9336 color: 255 255 255 255;
9343 signal: "elm,state,selected";
9345 action: STATE_SET "selected" 0.0;
9353 signal: "elm,state,unselected";
9355 action: STATE_SET "default" 0.0;
9360 transition: LINEAR 0.1;
9364 group { name: "elm/list/item_compress/default";
9365 data.item: "stacking" "above";
9366 data.item: "selectraise" "on";
9368 image: "bt_sm_base1.png" COMP;
9369 image: "bt_sm_shine.png" COMP;
9370 image: "bt_sm_hilight.png" COMP;
9371 image: "ilist_1.png" COMP;
9372 image: "ilist_item_shadow.png" COMP;
9378 description { state: "default" 0.0;
9393 normal: "ilist_item_shadow.png";
9402 state: "default" 0.0;
9404 normal: "ilist_1.png";
9412 description { state: "default" 0.0;
9414 color: 255 255 255 0;
9424 normal: "bt_sm_base1.png";
9427 image.middle: SOLID;
9429 description { state: "selected" 0.0;
9430 inherit: "default" 0.0;
9432 color: 255 255 255 255;
9443 part { name: "elm.swallow.icon";
9445 description { state: "default" 0.0;
9458 part { name: "elm.swallow.end";
9460 description { state: "default" 0.0;
9476 effect: SOFT_SHADOW;
9479 description { state: "default" 0.0;
9482 to_x: "elm.swallow.icon";
9487 to_x: "elm.swallow.end";
9501 description { state: "selected" 0.0;
9502 inherit: "default" 0.0;
9503 color: 224 224 224 255;
9509 description { state: "default" 0.0;
9511 color: 255 255 255 0;
9513 rel2.relative: 1.0 0.5;
9516 normal: "bt_sm_hilight.png";
9520 description { state: "selected" 0.0;
9521 inherit: "default" 0.0;
9523 color: 255 255 255 255;
9528 description { state: "default" 0.0;
9530 color: 255 255 255 0;
9534 normal: "bt_sm_shine.png";
9538 description { state: "selected" 0.0;
9539 inherit: "default" 0.0;
9541 color: 255 255 255 255;
9549 state: "default" 0.0;
9557 signal: "elm,state,selected";
9559 action: STATE_SET "selected" 0.0;
9567 signal: "elm,state,unselected";
9569 action: STATE_SET "default" 0.0;
9574 transition: LINEAR 0.1;
9578 group { name: "elm/list/item_compress_odd/default";
9579 data.item: "stacking" "below";
9580 data.item: "selectraise" "on";
9582 image: "bt_sm_base1.png" COMP;
9583 image: "bt_sm_shine.png" COMP;
9584 image: "bt_sm_hilight.png" COMP;
9585 image: "ilist_2.png" COMP;
9592 state: "default" 0.0;
9594 normal: "ilist_2.png";
9602 description { state: "default" 0.0;
9604 color: 255 255 255 0;
9614 normal: "bt_sm_base1.png";
9617 image.middle: SOLID;
9619 description { state: "selected" 0.0;
9620 inherit: "default" 0.0;
9622 color: 255 255 255 255;
9633 part { name: "elm.swallow.icon";
9635 description { state: "default" 0.0;
9648 part { name: "elm.swallow.end";
9650 description { state: "default" 0.0;
9666 effect: SOFT_SHADOW;
9670 state: "default" 0.0;
9673 to_x: "elm.swallow.icon";
9678 to_x: "elm.swallow.end";
9692 description { state: "selected" 0.0;
9693 inherit: "default" 0.0;
9694 color: 224 224 224 255;
9700 description { state: "default" 0.0;
9702 color: 255 255 255 0;
9704 rel2.relative: 1.0 0.5;
9707 normal: "bt_sm_hilight.png";
9711 description { state: "selected" 0.0;
9712 inherit: "default" 0.0;
9714 color: 255 255 255 255;
9719 description { state: "default" 0.0;
9721 color: 255 255 255 0;
9725 normal: "bt_sm_shine.png";
9729 description { state: "selected" 0.0;
9730 inherit: "default" 0.0;
9732 color: 255 255 255 255;
9740 state: "default" 0.0;
9748 signal: "elm,state,selected";
9750 action: STATE_SET "selected" 0.0;
9758 signal: "elm,state,unselected";
9760 action: STATE_SET "default" 0.0;
9765 transition: LINEAR 0.1;
9770 ///////////////////////////////////////////////////////////////////////////////
9771 group { name: "elm/slider/horizontal/default";
9773 image: "sl_bg.png" COMP;
9774 image: "sl_bg_over.png" COMP;
9775 image: "sl_bt_0.png" COMP;
9776 image: "sl_bt_1.png" COMP;
9777 image: "sl_bt_2.png" COMP;
9778 image: "sl_bt2_0_0.png" COMP;
9779 image: "sl_bt2_0_1.png" COMP;
9780 image: "sl_bt2_0_2.png" COMP;
9781 image: "sl_bt2_1.png" COMP;
9782 image: "sl_bt2_2.png" COMP;
9783 image: "sl_units.png" COMP;
9786 part { name: "base";
9788 description { state: "default" 0.0;
9797 image.normal: "sl_bg.png";
9801 part { name: "level";
9804 description { state: "default" 0.0;
9809 to_x: "elm.dragable.slider";
9814 description { state: "inverted" 0.0;
9815 inherit: "default" 0.0;
9819 part { name: "level2";
9822 description { state: "default" 0.0;
9827 to_x: "elm.dragable.slider";
9833 description { state: "inverted" 0.0;
9834 inherit: "default" 0.0;
9841 description { state: "default" 0.0;
9847 normal: "sl_bg_over.png";
9857 description { state: "default" 0.0;
9859 rel1.to: "elm.swallow.bar";
9860 rel2.to: "elm.swallow.bar";
9864 part { name: "elm.swallow.bar";
9867 description { state: "default" 0.0;
9883 part { name: "elm.swallow.content";
9885 description { state: "default" 0.0;
9890 to_y: "elm.swallow.bar";
9895 to_y: "elm.swallow.bar";
9898 description { state: "visible" 0.0;
9899 inherit: "default" 0.0;
9902 aspect_preference: VERTICAL;
9906 part { name: "elm.text";
9910 description { state: "default" 0.0;
9914 rel1.to_x: "elm.swallow.content";
9915 rel1.relative: 1.0 0.0;
9917 rel2.to_x: "elm.swallow.content";
9918 rel2.relative: 1.0 1.0;
9922 font: "Sans,Edje-Vera";
9928 description { state: "visible" 0.0;
9929 inherit: "default" 0.0;
9936 part { name: "units";
9938 description { state: "default" 0.0;
9945 normal: "sl_units.png";
9950 description { state: "visible" 0.0;
9951 inherit: "default" 0.0;
9955 part { name: "elm.units";
9959 description { state: "default" 0.0;
9963 rel1.relative: 1.0 0.0;
9965 rel2.relative: 1.0 1.0;
9969 font: "Sans,Edje-Vera";
9975 description { state: "visible" 0.0;
9976 inherit: "default" 0.0;
9984 part { name: "elm.dragable.slider";
9993 description { state: "default" 0.0;
10005 color: 255 0 0 100;
10008 part { name: "button_events";
10011 events: "elm.dragable.slider";
10014 description { state: "default" 0.0;
10018 aspect_preference: VERTICAL;
10019 rel1.to_x: "elm.dragable.slider";
10020 rel2.to_x: "elm.dragable.slider";
10024 part { name: "button0";
10026 description { state: "default" 0.0;
10030 rel1.to: "elm.dragable.slider";
10031 rel2.to: "elm.dragable.slider";
10033 normal: "sl_bt_0.png";
10039 part { name: "button1";
10041 description { state: "default" 0.0;
10042 rel1.to: "button0";
10049 normal: "sl_bt_1.png";
10054 part { name: "button2";
10056 description { state: "default" 0.0;
10057 rel1.to: "button0";
10058 rel2.to: "button0";
10060 normal: "sl_bt_2.png";
10066 part { name: "button3";
10068 description { state: "default" 0.0;
10074 to_x: "elm.indicator";
10085 normal: "sl_bt2_0_0.png";
10090 description { state: "visible" 0.0;
10091 inherit: "default" 0.0;
10095 part { name: "button4";
10097 description { state: "default" 0.0;
10103 to_y: "elm.indicator";
10106 rel2.to: "button0";
10108 normal: "sl_bt2_0_1.png";
10113 description { state: "visible" 0.0;
10114 inherit: "default" 0.0;
10118 part { name: "button5";
10120 description { state: "default" 0.0;
10131 to_x: "elm.indicator";
10137 normal: "sl_bt2_0_2.png";
10142 description { state: "visible" 0.0;
10143 inherit: "default" 0.0;
10147 part { name: "elm.indicator";
10150 effect: SOFT_SHADOW;
10152 description { state: "default" 0.0;
10158 relative: 0.0 -0.25;
10163 relative: 1.0 -0.25;
10166 color: 224 224 224 255;
10169 font: "Sans,Edje-Vera";
10175 description { state: "visible" 0.0;
10176 inherit: "default" 0.0;
10180 rel2.offset: -1 -1;
10183 part { name: "button6";
10185 description { state: "default" 0.0;
10187 rel1.to: "button3";
10194 normal: "sl_bt2_1.png";
10199 description { state: "visible" 0.0;
10200 inherit: "default" 0.0;
10204 part { name: "button7";
10206 description { state: "default" 0.0;
10208 rel1.to: "button3";
10209 rel2.to: "button5";
10211 normal: "sl_bt2_2.png";
10217 description { state: "visible" 0.0;
10218 inherit: "default" 0.0;
10224 program { name: "text_show";
10225 signal: "elm,state,text,visible";
10227 action: STATE_SET "visible" 0.0;
10228 target: "elm.text";
10230 program { name: "text_hide";
10231 signal: "elm,state,text,hidden";
10233 action: STATE_SET "default" 0.0;
10234 target: "elm.text";
10236 program { name: "icon_show";
10237 signal: "elm,state,icon,visible";
10239 action: STATE_SET "visible" 0.0;
10240 target: "elm.swallow.content";
10242 program { name: "icon_hide";
10243 signal: "elm,state,icon,hidden";
10245 action: STATE_SET "default" 0.0;
10246 target: "elm.swallow.content";
10248 program { name: "units_show";
10249 signal: "elm,state,units,visible";
10251 action: STATE_SET "visible" 0.0;
10252 target: "elm.units";
10255 program { name: "units_hide";
10256 signal: "elm,state,units,hidden";
10258 action: STATE_SET "default" 0.0;
10259 target: "elm.units";
10262 program { name: "invert_on";
10263 signal: "elm,state,inverted,on";
10265 action: STATE_SET "inverted" 0.0;
10269 program { name: "invert_off";
10270 signal: "elm,state,inverted,off";
10272 action: STATE_SET "default" 0.0;
10276 program { name: "val_show";
10277 signal: "mouse,down,*";
10278 source: "elm.dragable.slider";
10279 action: STATE_SET "visible" 0.0;
10280 target: "elm.indicator";
10287 program { name: "val_hide";
10288 signal: "mouse,up,*";
10289 source: "elm.dragable.slider";
10290 action: STATE_SET "default" 0.0;
10291 target: "elm.indicator";
10301 group { name: "elm/slider/vertical/default";
10303 image: "slv_bg.png" COMP;
10304 image: "slv_bg_over.png" COMP;
10306 image: "sl_bt_0.png" COMP;
10307 image: "sl_bt_1.png" COMP;
10308 image: "sl_bt_2.png" COMP;
10309 image: "sl_bt2_0_0.png" COMP;
10310 image: "sl_bt2_0_1.png" COMP;
10311 image: "sl_bt2_0_2.png" COMP;
10312 image: "sl_bt2_1.png" COMP;
10313 image: "sl_bt2_2.png" COMP;
10315 image: "slv_units.png" COMP;
10318 part { name: "base";
10320 description { state: "default" 0.0;
10329 image.normal: "slv_bg.png";
10333 part { name: "level";
10336 description { state: "default" 0.0;
10341 to_y: "elm.dragable.slider";
10344 color: 255 0 0 200;
10346 description { state: "inverted" 0.0;
10347 inherit: "default" 0.0;
10351 part { name: "level2";
10354 description { state: "default" 0.0;
10359 to_y: "elm.dragable.slider";
10363 color: 255 0 0 200;
10365 description { state: "inverted" 0.0;
10366 inherit: "default" 0.0;
10373 description { state: "default" 0.0;
10375 rel1.offset: -1 -1;
10379 normal: "slv_bg_over.png";
10389 description { state: "default" 0.0;
10391 rel1.to: "elm.swallow.bar";
10392 rel2.to: "elm.swallow.bar";
10396 part { name: "elm.swallow.bar";
10399 description { state: "default" 0.0;
10415 part { name: "elm.swallow.content";
10417 description { state: "default" 0.0;
10422 to_x: "elm.swallow.bar";
10427 to_x: "elm.swallow.bar";
10430 description { state: "visible" 0.0;
10431 inherit: "default" 0.0;
10434 aspect_preference: HORIZONTAL;
10438 part { name: "elm.text";
10442 description { state: "default" 0.0;
10446 rel1.to_y: "elm.swallow.content";
10447 rel1.relative: 0.5 1.0;
10449 rel2.to_y: "elm.swallow.content";
10450 rel2.relative: 0.5 1.0;
10451 rel2.offset: -1 -1;
10454 font: "Sans,Edje-Vera";
10460 description { state: "visible" 0.0;
10461 inherit: "default" 0.0;
10468 part { name: "units";
10470 description { state: "default" 0.0;
10481 normal: "slv_units.png";
10486 description { state: "visible" 0.0;
10487 inherit: "default" 0.0;
10491 part { name: "elm.units";
10495 description { state: "default" 0.0;
10499 rel1.relative: 0.0 1.0;
10501 rel2.relative: 1.0 1.0;
10505 font: "Sans,Edje-Vera";
10511 description { state: "visible" 0.0;
10512 inherit: "default" 0.0;
10517 rel2.offset: -9 -9;
10520 part { name: "elm.dragable.slider";
10529 description { state: "default" 0.0;
10544 part { name: "button_events";
10547 events: "elm.dragable.slider";
10550 description { state: "default" 0.0;
10554 aspect_preference: HORIZONTAL;
10555 rel1.to_y: "elm.dragable.slider";
10556 rel2.to_y: "elm.dragable.slider";
10560 part { name: "button0";
10562 description { state: "default" 0.0;
10566 rel1.to: "elm.dragable.slider";
10567 rel2.to: "elm.dragable.slider";
10569 normal: "sl_bt_0.png";
10575 part { name: "button1";
10577 description { state: "default" 0.0;
10578 rel1.to: "button0";
10585 normal: "sl_bt_1.png";
10590 part { name: "button2";
10592 description { state: "default" 0.0;
10593 rel1.to: "button0";
10594 rel2.to: "button0";
10596 normal: "sl_bt_2.png";
10602 part { name: "button3";
10604 description { state: "default" 0.0;
10609 to_x: "elm.indicator";
10620 normal: "sl_bt2_0_0.png";
10625 description { state: "visible" 0.0;
10626 inherit: "default" 0.0;
10630 part { name: "button4";
10632 description { state: "default" 0.0;
10639 to_y: "elm.indicator";
10642 rel2.to: "button0";
10644 normal: "sl_bt2_0_1.png";
10649 description { state: "visible" 0.0;
10650 inherit: "default" 0.0;
10654 part { name: "button5";
10656 description { state: "default" 0.0;
10666 to_x: "elm.indicator";
10672 normal: "sl_bt2_0_2.png";
10677 description { state: "visible" 0.0;
10678 inherit: "default" 0.0;
10682 part { name: "elm.indicator";
10685 effect: SOFT_SHADOW;
10687 description { state: "default" 0.0;
10693 relative: 0.0 -1.0;
10698 relative: 1.0 -1.0;
10701 color: 224 224 224 255;
10704 font: "Sans,Edje-Vera";
10710 description { state: "visible" 0.0;
10711 inherit: "default" 0.0;
10715 rel2.offset: -1 -1;
10718 part { name: "button6";
10720 description { state: "default" 0.0;
10722 rel1.to: "button3";
10729 normal: "sl_bt2_1.png";
10734 description { state: "visible" 0.0;
10735 inherit: "default" 0.0;
10739 part { name: "button7";
10741 description { state: "default" 0.0;
10743 rel1.to: "button3";
10744 rel2.to: "button5";
10746 normal: "sl_bt2_2.png";
10752 description { state: "visible" 0.0;
10753 inherit: "default" 0.0;
10759 program { name: "text_show";
10760 signal: "elm,state,text,visible";
10762 action: STATE_SET "visible" 0.0;
10763 target: "elm.text";
10765 program { name: "text_hide";
10766 signal: "elm,state,text,hidden";
10768 action: STATE_SET "default" 0.0;
10769 target: "elm.text";
10771 program { name: "icon_show";
10772 signal: "elm,state,icon,visible";
10774 action: STATE_SET "visible" 0.0;
10775 target: "elm.swallow.content";
10777 program { name: "icon_hide";
10778 signal: "elm,state,icon,hidden";
10780 action: STATE_SET "default" 0.0;
10781 target: "elm.swallow.content";
10783 program { name: "units_show";
10784 signal: "elm,state,units,visible";
10786 action: STATE_SET "visible" 0.0;
10787 target: "elm.units";
10790 program { name: "units_hide";
10791 signal: "elm,state,units,hidden";
10793 action: STATE_SET "default" 0.0;
10794 target: "elm.units";
10797 program { name: "invert_on";
10798 signal: "elm,state,inverted,on";
10800 action: STATE_SET "inverted" 0.0;
10804 program { name: "invert_off";
10805 signal: "elm,state,inverted,off";
10807 action: STATE_SET "default" 0.0;
10811 program { name: "val_show";
10812 signal: "mouse,down,*";
10813 source: "elm.dragable.slider";
10814 action: STATE_SET "visible" 0.0;
10815 target: "elm.indicator";
10822 program { name: "val_hide";
10823 signal: "mouse,up,*";
10824 source: "elm.dragable.slider";
10825 action: STATE_SET "default" 0.0;
10826 target: "elm.indicator";
10836 ///////////////////////////////////////////////////////////////////////////////
10837 group { name: "elm/genlist/item/default/default";
10838 data.item: "stacking" "above";
10839 data.item: "selectraise" "on";
10840 data.item: "labels" "elm.text";
10841 data.item: "icons" "elm.swallow.icon elm.swallow.end";
10842 data.item: "treesize" "20";
10843 // data.item: "states" "";
10845 image: "bt_sm_base1.png" COMP;
10846 image: "bt_sm_shine.png" COMP;
10847 image: "bt_sm_hilight.png" COMP;
10848 image: "ilist_1.png" COMP;
10849 image: "ilist_item_shadow.png" COMP;
10857 state: "default" 0.0;
10865 state: "default" 0.0;
10880 normal: "ilist_item_shadow.png";
10889 state: "default" 0.0;
10891 normal: "ilist_1.png";
10898 clip_to: "disclip";
10900 description { state: "default" 0.0;
10902 color: 255 255 255 0;
10912 normal: "bt_sm_base1.png";
10915 image.middle: SOLID;
10917 description { state: "selected" 0.0;
10918 inherit: "default" 0.0;
10920 color: 255 255 255 255;
10931 part { name: "elm.swallow.pad";
10933 description { state: "default" 0.0;
10946 part { name: "elm.swallow.icon";
10947 clip_to: "disclip";
10949 description { state: "default" 0.0;
10953 to_x: "elm.swallow.pad";
10958 to_x: "elm.swallow.pad";
10964 part { name: "elm.swallow.end";
10965 clip_to: "disclip";
10967 description { state: "default" 0.0;
10971 aspect_preference: VERTICAL;
10982 part { name: "elm.text";
10983 clip_to: "disclip";
10985 effect: SOFT_SHADOW;
10989 state: "default" 0.0;
10992 to_x: "elm.swallow.icon";
10997 to_x: "elm.swallow.end";
11011 description { state: "selected" 0.0;
11012 inherit: "default" 0.0;
11013 color: 224 224 224 255;
11017 part { name: "fg1";
11018 clip_to: "disclip";
11020 description { state: "default" 0.0;
11022 color: 255 255 255 0;
11024 rel2.relative: 1.0 0.5;
11027 normal: "bt_sm_hilight.png";
11031 description { state: "selected" 0.0;
11032 inherit: "default" 0.0;
11034 color: 255 255 255 255;
11037 part { name: "fg2";
11038 clip_to: "disclip";
11040 description { state: "default" 0.0;
11042 color: 255 255 255 0;
11046 normal: "bt_sm_shine.png";
11050 description { state: "selected" 0.0;
11051 inherit: "default" 0.0;
11053 color: 255 255 255 255;
11056 part { name: "disclip";
11058 description { state: "default" 0.0;
11062 description { state: "disabled" 0.0;
11063 inherit: "default" 0.0;
11064 color: 255 255 255 64;
11069 // signal: elm,state,%s,active
11070 // a "check" item named %s went active
11071 // signal: elm,state,%s,passive
11072 // a "check" item named %s went passive
11073 // default is passive
11076 signal: "elm,state,selected";
11078 action: STATE_SET "selected" 0.0;
11082 target: "elm.text";
11085 name: "go_passive";
11086 signal: "elm,state,unselected";
11088 action: STATE_SET "default" 0.0;
11092 target: "elm.text";
11093 transition: LINEAR 0.1;
11096 name: "go_disabled";
11097 signal: "elm,state,disabled";
11099 action: STATE_SET "disabled" 0.0;
11103 name: "go_enabled";
11104 signal: "elm,state,enabled";
11106 action: STATE_SET "default" 0.0;
11111 group { name: "elm/genlist/item_compress/default/default";
11112 data.item: "stacking" "above";
11113 data.item: "selectraise" "on";
11114 data.item: "labels" "elm.text";
11115 data.item: "icons" "elm.swallow.icon elm.swallow.end";
11116 data.item: "treesize" "20";
11117 // data.item: "states" "";
11119 image: "bt_sm_base1.png" COMP;
11120 image: "bt_sm_shine.png" COMP;
11121 image: "bt_sm_hilight.png" COMP;
11122 image: "ilist_1.png" COMP;
11123 image: "ilist_item_shadow.png" COMP;
11131 state: "default" 0.0;
11139 state: "default" 0.0;
11154 normal: "ilist_item_shadow.png";
11163 state: "default" 0.0;
11165 normal: "ilist_1.png";
11172 clip_to: "disclip";
11174 description { state: "default" 0.0;
11176 color: 255 255 255 0;
11186 normal: "bt_sm_base1.png";
11189 image.middle: SOLID;
11191 description { state: "selected" 0.0;
11192 inherit: "default" 0.0;
11194 color: 255 255 255 255;
11205 part { name: "elm.swallow.pad";
11207 description { state: "default" 0.0;
11220 part { name: "elm.swallow.icon";
11221 clip_to: "disclip";
11223 description { state: "default" 0.0;
11227 to_x: "elm.swallow.pad";
11232 to_x: "elm.swallow.pad";
11238 part { name: "elm.swallow.end";
11239 clip_to: "disclip";
11241 description { state: "default" 0.0;
11245 aspect_preference: VERTICAL;
11256 part { name: "elm.text";
11257 clip_to: "disclip";
11259 effect: SOFT_SHADOW;
11263 state: "default" 0.0;
11266 to_x: "elm.swallow.icon";
11271 to_x: "elm.swallow.end";
11285 description { state: "selected" 0.0;
11286 inherit: "default" 0.0;
11287 color: 224 224 224 255;
11291 part { name: "fg1";
11292 clip_to: "disclip";
11294 description { state: "default" 0.0;
11296 color: 255 255 255 0;
11298 rel2.relative: 1.0 0.5;
11301 normal: "bt_sm_hilight.png";
11305 description { state: "selected" 0.0;
11306 inherit: "default" 0.0;
11308 color: 255 255 255 255;
11311 part { name: "fg2";
11312 clip_to: "disclip";
11314 description { state: "default" 0.0;
11316 color: 255 255 255 0;
11320 normal: "bt_sm_shine.png";
11324 description { state: "selected" 0.0;
11325 inherit: "default" 0.0;
11327 color: 255 255 255 255;
11330 part { name: "disclip";
11332 description { state: "default" 0.0;
11336 description { state: "disabled" 0.0;
11337 inherit: "default" 0.0;
11338 color: 255 255 255 64;
11343 // signal: elm,state,%s,active
11344 // a "check" item named %s went active
11345 // signal: elm,state,%s,passive
11346 // a "check" item named %s went passive
11347 // default is passive
11350 signal: "elm,state,selected";
11352 action: STATE_SET "selected" 0.0;
11356 target: "elm.text";
11359 name: "go_passive";
11360 signal: "elm,state,unselected";
11362 action: STATE_SET "default" 0.0;
11366 target: "elm.text";
11367 transition: LINEAR 0.1;
11370 name: "go_disabled";
11371 signal: "elm,state,disabled";
11373 action: STATE_SET "disabled" 0.0;
11377 name: "go_enabled";
11378 signal: "elm,state,enabled";
11380 action: STATE_SET "default" 0.0;
11385 group { name: "elm/genlist/item_odd/default/default";
11386 data.item: "stacking" "below";
11387 data.item: "selectraise" "on";
11388 data.item: "labels" "elm.text";
11389 data.item: "icons" "elm.swallow.icon elm.swallow.end";
11390 data.item: "treesize" "20";
11391 // data.item: "states" "";
11393 image: "bt_sm_base1.png" COMP;
11394 image: "bt_sm_shine.png" COMP;
11395 image: "bt_sm_hilight.png" COMP;
11396 image: "ilist_2.png" COMP;
11399 part { name: "event";
11403 state: "default" 0.0;
11411 state: "default" 0.0;
11413 normal: "ilist_2.png";
11420 clip_to: "disclip";
11422 description { state: "default" 0.0;
11424 color: 255 255 255 0;
11434 normal: "bt_sm_base1.png";
11437 image.middle: SOLID;
11439 description { state: "selected" 0.0;
11440 inherit: "default" 0.0;
11442 color: 255 255 255 255;
11453 part { name: "elm.swallow.pad";
11455 description { state: "default" 0.0;
11468 part { name: "elm.swallow.icon";
11469 clip_to: "disclip";
11471 description { state: "default" 0.0;
11475 to_x: "elm.swallow.pad";
11480 to_x: "elm.swallow.pad";
11486 part { name: "elm.swallow.end";
11487 clip_to: "disclip";
11489 description { state: "default" 0.0;
11493 aspect_preference: VERTICAL;
11504 part { name: "elm.text";
11505 clip_to: "disclip";
11507 effect: SOFT_SHADOW;
11511 state: "default" 0.0;
11514 to_x: "elm.swallow.icon";
11519 to_x: "elm.swallow.end";
11533 description { state: "selected" 0.0;
11534 inherit: "default" 0.0;
11535 color: 224 224 224 255;
11539 part { name: "fg1";
11540 clip_to: "disclip";
11542 description { state: "default" 0.0;
11544 color: 255 255 255 0;
11546 rel2.relative: 1.0 0.5;
11549 normal: "bt_sm_hilight.png";
11553 description { state: "selected" 0.0;
11554 inherit: "default" 0.0;
11556 color: 255 255 255 255;
11559 part { name: "fg2";
11560 clip_to: "disclip";
11562 description { state: "default" 0.0;
11564 color: 255 255 255 0;
11568 normal: "bt_sm_shine.png";
11572 description { state: "selected" 0.0;
11573 inherit: "default" 0.0;
11575 color: 255 255 255 255;
11578 part { name: "disclip";
11580 description { state: "default" 0.0;
11584 description { state: "disabled" 0.0;
11585 inherit: "default" 0.0;
11586 color: 255 255 255 64;
11591 // signal: elm,state,%s,active
11592 // a "check" item named %s went active
11593 // signal: elm,state,%s,passive
11594 // a "check" item named %s went passive
11595 // default is passive
11598 signal: "elm,state,selected";
11600 action: STATE_SET "selected" 0.0;
11604 target: "elm.text";
11607 name: "go_passive";
11608 signal: "elm,state,unselected";
11610 action: STATE_SET "default" 0.0;
11614 target: "elm.text";
11615 transition: LINEAR 0.1;
11618 name: "go_disabled";
11619 signal: "elm,state,disabled";
11621 action: STATE_SET "disabled" 0.0;
11625 name: "go_enabled";
11626 signal: "elm,state,enabled";
11628 action: STATE_SET "default" 0.0;
11633 group { name: "elm/genlist/item_compress_odd/default/default";
11634 data.item: "stacking" "below";
11635 data.item: "selectraise" "on";
11636 data.item: "labels" "elm.text";
11637 data.item: "icons" "elm.swallow.icon elm.swallow.end";
11638 data.item: "treesize" "20";
11639 // data.item: "states" "";
11641 image: "bt_sm_base1.png" COMP;
11642 image: "bt_sm_shine.png" COMP;
11643 image: "bt_sm_hilight.png" COMP;
11644 image: "ilist_2.png" COMP;
11647 part { name: "event";
11651 state: "default" 0.0;
11659 state: "default" 0.0;
11661 normal: "ilist_2.png";
11668 clip_to: "disclip";
11670 description { state: "default" 0.0;
11672 color: 255 255 255 0;
11682 normal: "bt_sm_base1.png";
11685 image.middle: SOLID;
11687 description { state: "selected" 0.0;
11688 inherit: "default" 0.0;
11690 color: 255 255 255 255;
11701 part { name: "elm.swallow.pad";
11703 description { state: "default" 0.0;
11716 part { name: "elm.swallow.icon";
11717 clip_to: "disclip";
11719 description { state: "default" 0.0;
11723 to_x: "elm.swallow.pad";
11728 to_x: "elm.swallow.pad";
11734 part { name: "elm.swallow.end";
11735 clip_to: "disclip";
11737 description { state: "default" 0.0;
11741 aspect_preference: VERTICAL;
11752 part { name: "elm.text";
11753 clip_to: "disclip";
11755 effect: SOFT_SHADOW;
11759 state: "default" 0.0;
11762 to_x: "elm.swallow.icon";
11767 to_x: "elm.swallow.end";
11781 description { state: "selected" 0.0;
11782 inherit: "default" 0.0;
11783 color: 224 224 224 255;
11787 part { name: "fg1";
11788 clip_to: "disclip";
11790 description { state: "default" 0.0;
11792 color: 255 255 255 0;
11794 rel2.relative: 1.0 0.5;
11797 normal: "bt_sm_hilight.png";
11801 description { state: "selected" 0.0;
11802 inherit: "default" 0.0;
11804 color: 255 255 255 255;
11807 part { name: "fg2";
11808 clip_to: "disclip";
11810 description { state: "default" 0.0;
11812 color: 255 255 255 0;
11816 normal: "bt_sm_shine.png";
11820 description { state: "selected" 0.0;
11821 inherit: "default" 0.0;
11823 color: 255 255 255 255;
11826 part { name: "disclip";
11828 description { state: "default" 0.0;
11832 description { state: "disabled" 0.0;
11833 inherit: "default" 0.0;
11834 color: 255 255 255 64;
11839 // signal: elm,state,%s,active
11840 // a "check" item named %s went active
11841 // signal: elm,state,%s,passive
11842 // a "check" item named %s went passive
11843 // default is passive
11846 signal: "elm,state,selected";
11848 action: STATE_SET "selected" 0.0;
11852 target: "elm.text";
11855 name: "go_passive";
11856 signal: "elm,state,unselected";
11858 action: STATE_SET "default" 0.0;
11862 target: "elm.text";
11863 transition: LINEAR 0.1;
11866 name: "go_disabled";
11867 signal: "elm,state,disabled";
11869 action: STATE_SET "disabled" 0.0;
11873 name: "go_enabled";
11874 signal: "elm,state,enabled";
11876 action: STATE_SET "default" 0.0;
11882 group { name: "elm/genlist/tree/default/default";
11883 data.item: "stacking" "above";
11884 data.item: "selectraise" "on";
11885 data.item: "labels" "elm.text";
11886 data.item: "icons" "elm.swallow.icon elm.swallow.end";
11887 data.item: "treesize" "20";
11888 // data.item: "states" "";
11890 image: "bt_sm_base1.png" COMP;
11891 image: "bt_sm_shine.png" COMP;
11892 image: "bt_sm_hilight.png" COMP;
11893 image: "ilist_1.png" COMP;
11894 image: "ilist_item_shadow.png" COMP;
11895 image: "icon_arrow_right.png" COMP;
11896 image: "icon_arrow_down.png" COMP;
11904 state: "default" 0.0;
11912 state: "default" 0.0;
11927 normal: "ilist_item_shadow.png";
11936 state: "default" 0.0;
11938 normal: "ilist_1.png";
11945 clip_to: "disclip";
11947 description { state: "default" 0.0;
11949 color: 255 255 255 0;
11959 normal: "bt_sm_base1.png";
11962 image.middle: SOLID;
11964 description { state: "selected" 0.0;
11965 inherit: "default" 0.0;
11967 color: 255 255 255 255;
11978 part { name: "elm.swallow.pad";
11980 description { state: "default" 0.0;
11993 part { name: "arrow";
11994 clip_to: "disclip";
11995 ignore_flags: ON_HOLD;
11996 description { state: "default" 0.0;
12001 to_x: "elm.swallow.pad";
12006 to_x: "elm.swallow.pad";
12010 image.normal: "icon_arrow_right.png";
12012 description { state: "active" 0.0;
12013 inherit: "default" 0.0;
12014 image.normal: "icon_arrow_down.png";
12017 part { name: "elm.swallow.icon";
12018 clip_to: "disclip";
12020 description { state: "default" 0.0;
12035 part { name: "elm.swallow.end";
12036 clip_to: "disclip";
12038 description { state: "default" 0.0;
12042 aspect_preference: VERTICAL;
12053 part { name: "elm.text";
12054 clip_to: "disclip";
12056 effect: SOFT_SHADOW;
12060 state: "default" 0.0;
12063 to_x: "elm.swallow.icon";
12068 to_x: "elm.swallow.end";
12082 description { state: "selected" 0.0;
12083 inherit: "default" 0.0;
12084 color: 224 224 224 255;
12088 part { name: "fg1";
12089 clip_to: "disclip";
12091 description { state: "default" 0.0;
12093 color: 255 255 255 0;
12095 rel2.relative: 1.0 0.5;
12098 normal: "bt_sm_hilight.png";
12102 description { state: "selected" 0.0;
12103 inherit: "default" 0.0;
12105 color: 255 255 255 255;
12108 part { name: "fg2";
12109 clip_to: "disclip";
12111 description { state: "default" 0.0;
12113 color: 255 255 255 0;
12117 normal: "bt_sm_shine.png";
12121 description { state: "selected" 0.0;
12122 inherit: "default" 0.0;
12124 color: 255 255 255 255;
12127 part { name: "disclip";
12129 description { state: "default" 0.0;
12133 description { state: "disabled" 0.0;
12134 inherit: "default" 0.0;
12135 color: 255 255 255 64;
12140 // signal: elm,state,%s,active
12141 // a "check" item named %s went active
12142 // signal: elm,state,%s,passive
12143 // a "check" item named %s went passive
12144 // default is passive
12147 signal: "elm,state,selected";
12149 action: STATE_SET "selected" 0.0;
12153 target: "elm.text";
12156 name: "go_passive";
12157 signal: "elm,state,unselected";
12159 action: STATE_SET "default" 0.0;
12163 target: "elm.text";
12164 transition: LINEAR 0.1;
12167 name: "go_disabled";
12168 signal: "elm,state,disabled";
12170 action: STATE_SET "disabled" 0.0;
12174 name: "go_enabled";
12175 signal: "elm,state,enabled";
12177 action: STATE_SET "default" 0.0;
12182 signal: "mouse,up,1";
12184 action: SIGNAL_EMIT "elm,action,expand,toggle" "elm";
12187 name: "go_expanded";
12188 signal: "elm,state,expanded";
12190 action: STATE_SET "active" 0.0;
12194 name: "go_contracted";
12195 signal: "elm,state,contracted";
12197 action: STATE_SET "default" 0.0;
12202 group { name: "elm/genlist/tree_compress/default/default";
12203 data.item: "stacking" "above";
12204 data.item: "selectraise" "on";
12205 data.item: "labels" "elm.text";
12206 data.item: "icons" "elm.swallow.icon elm.swallow.end";
12207 data.item: "treesize" "20";
12208 // data.item: "states" "";
12210 image: "bt_sm_base1.png" COMP;
12211 image: "bt_sm_shine.png" COMP;
12212 image: "bt_sm_hilight.png" COMP;
12213 image: "ilist_1.png" COMP;
12214 image: "ilist_item_shadow.png" COMP;
12215 image: "icon_arrow_right.png" COMP;
12216 image: "icon_arrow_down.png" COMP;
12224 state: "default" 0.0;
12232 state: "default" 0.0;
12247 normal: "ilist_item_shadow.png";
12256 state: "default" 0.0;
12258 normal: "ilist_1.png";
12265 clip_to: "disclip";
12267 description { state: "default" 0.0;
12269 color: 255 255 255 0;
12279 normal: "bt_sm_base1.png";
12282 image.middle: SOLID;
12284 description { state: "selected" 0.0;
12285 inherit: "default" 0.0;
12287 color: 255 255 255 255;
12298 part { name: "elm.swallow.pad";
12300 description { state: "default" 0.0;
12313 part { name: "arrow";
12314 clip_to: "disclip";
12315 ignore_flags: ON_HOLD;
12316 description { state: "default" 0.0;
12321 to_x: "elm.swallow.pad";
12326 to_x: "elm.swallow.pad";
12330 image.normal: "icon_arrow_right.png";
12332 description { state: "active" 0.0;
12333 inherit: "default" 0.0;
12334 image.normal: "icon_arrow_down.png";
12337 part { name: "elm.swallow.icon";
12338 clip_to: "disclip";
12340 description { state: "default" 0.0;
12355 part { name: "elm.swallow.end";
12356 clip_to: "disclip";
12358 description { state: "default" 0.0;
12362 aspect_preference: VERTICAL;
12373 part { name: "elm.text";
12374 clip_to: "disclip";
12376 effect: SOFT_SHADOW;
12380 state: "default" 0.0;
12383 to_x: "elm.swallow.icon";
12388 to_x: "elm.swallow.end";
12402 description { state: "selected" 0.0;
12403 inherit: "default" 0.0;
12404 color: 224 224 224 255;
12408 part { name: "fg1";
12409 clip_to: "disclip";
12411 description { state: "default" 0.0;
12413 color: 255 255 255 0;
12415 rel2.relative: 1.0 0.5;
12418 normal: "bt_sm_hilight.png";
12422 description { state: "selected" 0.0;
12423 inherit: "default" 0.0;
12425 color: 255 255 255 255;
12428 part { name: "fg2";
12429 clip_to: "disclip";
12431 description { state: "default" 0.0;
12433 color: 255 255 255 0;
12437 normal: "bt_sm_shine.png";
12441 description { state: "selected" 0.0;
12442 inherit: "default" 0.0;
12444 color: 255 255 255 255;
12447 part { name: "disclip";
12449 description { state: "default" 0.0;
12453 description { state: "disabled" 0.0;
12454 inherit: "default" 0.0;
12455 color: 255 255 255 64;
12460 // signal: elm,state,%s,active
12461 // a "check" item named %s went active
12462 // signal: elm,state,%s,passive
12463 // a "check" item named %s went passive
12464 // default is passive
12467 signal: "elm,state,selected";
12469 action: STATE_SET "selected" 0.0;
12473 target: "elm.text";
12476 name: "go_passive";
12477 signal: "elm,state,unselected";
12479 action: STATE_SET "default" 0.0;
12483 target: "elm.text";
12484 transition: LINEAR 0.1;
12487 name: "go_disabled";
12488 signal: "elm,state,disabled";
12490 action: STATE_SET "disabled" 0.0;
12494 name: "go_enabled";
12495 signal: "elm,state,enabled";
12497 action: STATE_SET "default" 0.0;
12502 signal: "mouse,up,1";
12504 action: SIGNAL_EMIT "elm,action,expand,toggle" "elm";
12507 name: "go_expanded";
12508 signal: "elm,state,expanded";
12510 action: STATE_SET "active" 0.0;
12514 name: "go_contracted";
12515 signal: "elm,state,contracted";
12517 action: STATE_SET "default" 0.0;
12522 group { name: "elm/genlist/tree_odd/default/default";
12523 data.item: "stacking" "below";
12524 data.item: "selectraise" "on";
12525 data.item: "labels" "elm.text";
12526 data.item: "icons" "elm.swallow.icon elm.swallow.end";
12527 data.item: "treesize" "20";
12528 // data.item: "states" "";
12530 image: "bt_sm_base1.png" COMP;
12531 image: "bt_sm_shine.png" COMP;
12532 image: "bt_sm_hilight.png" COMP;
12533 image: "ilist_2.png" COMP;
12534 image: "icon_arrow_right.png" COMP;
12535 image: "icon_arrow_down.png" COMP;
12543 state: "default" 0.0;
12551 state: "default" 0.0;
12553 normal: "ilist_2.png";
12560 clip_to: "disclip";
12562 description { state: "default" 0.0;
12564 color: 255 255 255 0;
12574 normal: "bt_sm_base1.png";
12577 image.middle: SOLID;
12579 description { state: "selected" 0.0;
12580 inherit: "default" 0.0;
12582 color: 255 255 255 255;
12593 part { name: "elm.swallow.pad";
12595 description { state: "default" 0.0;
12608 part { name: "arrow";
12609 clip_to: "disclip";
12610 ignore_flags: ON_HOLD;
12611 description { state: "default" 0.0;
12616 to_x: "elm.swallow.pad";
12621 to_x: "elm.swallow.pad";
12625 image.normal: "icon_arrow_right.png";
12627 description { state: "active" 0.0;
12628 inherit: "default" 0.0;
12629 image.normal: "icon_arrow_down.png";
12632 part { name: "elm.swallow.icon";
12633 clip_to: "disclip";
12635 description { state: "default" 0.0;
12650 part { name: "elm.swallow.end";
12651 clip_to: "disclip";
12653 description { state: "default" 0.0;
12657 aspect_preference: VERTICAL;
12668 part { name: "elm.text";
12669 clip_to: "disclip";
12671 effect: SOFT_SHADOW;
12675 state: "default" 0.0;
12678 to_x: "elm.swallow.icon";
12683 to_x: "elm.swallow.end";
12697 description { state: "selected" 0.0;
12698 inherit: "default" 0.0;
12699 color: 224 224 224 255;
12703 part { name: "fg1";
12704 clip_to: "disclip";
12706 description { state: "default" 0.0;
12708 color: 255 255 255 0;
12710 rel2.relative: 1.0 0.5;
12713 normal: "bt_sm_hilight.png";
12717 description { state: "selected" 0.0;
12718 inherit: "default" 0.0;
12720 color: 255 255 255 255;
12723 part { name: "fg2";
12724 clip_to: "disclip";
12726 description { state: "default" 0.0;
12728 color: 255 255 255 0;
12732 normal: "bt_sm_shine.png";
12736 description { state: "selected" 0.0;
12737 inherit: "default" 0.0;
12739 color: 255 255 255 255;
12742 part { name: "disclip";
12744 description { state: "default" 0.0;
12748 description { state: "disabled" 0.0;
12749 inherit: "default" 0.0;
12750 color: 255 255 255 64;
12755 // signal: elm,state,%s,active
12756 // a "check" item named %s went active
12757 // signal: elm,state,%s,passive
12758 // a "check" item named %s went passive
12759 // default is passive
12762 signal: "elm,state,selected";
12764 action: STATE_SET "selected" 0.0;
12768 target: "elm.text";
12771 name: "go_passive";
12772 signal: "elm,state,unselected";
12774 action: STATE_SET "default" 0.0;
12778 target: "elm.text";
12779 transition: LINEAR 0.1;
12782 name: "go_disabled";
12783 signal: "elm,state,disabled";
12785 action: STATE_SET "disabled" 0.0;
12789 name: "go_enabled";
12790 signal: "elm,state,enabled";
12792 action: STATE_SET "default" 0.0;
12797 signal: "mouse,up,1";
12799 action: SIGNAL_EMIT "elm,action,expand,toggle" "elm";
12802 name: "go_expanded";
12803 signal: "elm,state,expanded";
12805 action: STATE_SET "active" 0.0;
12809 name: "go_contracted";
12810 signal: "elm,state,contracted";
12812 action: STATE_SET "default" 0.0;
12817 group { name: "elm/genlist/tree_compress_odd/default/default";
12818 data.item: "stacking" "below";
12819 data.item: "selectraise" "on";
12820 data.item: "labels" "elm.text";
12821 data.item: "icons" "elm.swallow.icon elm.swallow.end";
12822 data.item: "treesize" "20";
12823 // data.item: "states" "";
12825 image: "bt_sm_base1.png" COMP;
12826 image: "bt_sm_shine.png" COMP;
12827 image: "bt_sm_hilight.png" COMP;
12828 image: "ilist_2.png" COMP;
12829 image: "icon_arrow_right.png" COMP;
12830 image: "icon_arrow_down.png" COMP;
12838 state: "default" 0.0;
12846 state: "default" 0.0;
12848 normal: "ilist_2.png";
12855 clip_to: "disclip";
12857 description { state: "default" 0.0;
12859 color: 255 255 255 0;
12869 normal: "bt_sm_base1.png";
12872 image.middle: SOLID;
12874 description { state: "selected" 0.0;
12875 inherit: "default" 0.0;
12877 color: 255 255 255 255;
12888 part { name: "elm.swallow.pad";
12890 description { state: "default" 0.0;
12903 part { name: "arrow";
12904 clip_to: "disclip";
12905 ignore_flags: ON_HOLD;
12906 description { state: "default" 0.0;
12911 to_x: "elm.swallow.pad";
12916 to_x: "elm.swallow.pad";
12920 image.normal: "icon_arrow_right.png";
12922 description { state: "active" 0.0;
12923 inherit: "default" 0.0;
12924 image.normal: "icon_arrow_down.png";
12927 part { name: "elm.swallow.icon";
12928 clip_to: "disclip";
12930 description { state: "default" 0.0;
12945 part { name: "elm.swallow.end";
12946 clip_to: "disclip";
12948 description { state: "default" 0.0;
12952 aspect_preference: VERTICAL;
12963 part { name: "elm.text";
12964 clip_to: "disclip";
12966 effect: SOFT_SHADOW;
12970 state: "default" 0.0;
12973 to_x: "elm.swallow.icon";
12978 to_x: "elm.swallow.end";
12992 description { state: "selected" 0.0;
12993 inherit: "default" 0.0;
12994 color: 224 224 224 255;
12998 part { name: "fg1";
12999 clip_to: "disclip";
13001 description { state: "default" 0.0;
13003 color: 255 255 255 0;
13005 rel2.relative: 1.0 0.5;
13008 normal: "bt_sm_hilight.png";
13012 description { state: "selected" 0.0;
13013 inherit: "default" 0.0;
13015 color: 255 255 255 255;
13018 part { name: "fg2";
13019 clip_to: "disclip";
13021 description { state: "default" 0.0;
13023 color: 255 255 255 0;
13027 normal: "bt_sm_shine.png";
13031 description { state: "selected" 0.0;
13032 inherit: "default" 0.0;
13034 color: 255 255 255 255;
13037 part { name: "disclip";
13039 description { state: "default" 0.0;
13043 description { state: "disabled" 0.0;
13044 inherit: "default" 0.0;
13045 color: 255 255 255 64;
13050 // signal: elm,state,%s,active
13051 // a "check" item named %s went active
13052 // signal: elm,state,%s,passive
13053 // a "check" item named %s went passive
13054 // default is passive
13057 signal: "elm,state,selected";
13059 action: STATE_SET "selected" 0.0;
13063 target: "elm.text";
13066 name: "go_passive";
13067 signal: "elm,state,unselected";
13069 action: STATE_SET "default" 0.0;
13073 target: "elm.text";
13074 transition: LINEAR 0.1;
13077 name: "go_disabled";
13078 signal: "elm,state,disabled";
13080 action: STATE_SET "disabled" 0.0;
13084 name: "go_enabled";
13085 signal: "elm,state,enabled";
13087 action: STATE_SET "default" 0.0;
13092 signal: "mouse,up,1";
13094 action: SIGNAL_EMIT "elm,action,expand,toggle" "elm";
13097 name: "go_expanded";
13098 signal: "elm,state,expanded";
13100 action: STATE_SET "active" 0.0;
13104 name: "go_contracted";
13105 signal: "elm,state,contracted";
13107 action: STATE_SET "default" 0.0;
13113 group { name: "elm/genlist/item/default_style/default";
13116 style { name: "genlist_style";
13117 base: "font=Sans font_size=10 align=left valign=0.5 color=#000";
13119 tag: "hilight" "+ font=Sans:style=Bold";
13120 tag: "b" "+ font=Sans:style=Bold";
13123 style { name: "genlist_selected_style";
13124 base: "font=Sans font_size=10 align=left valign=0.5 color=#fff";
13126 tag: "hilight" "+ font=Sans:style=Bold";
13127 tag: "b" "+ font=Sans:style=Bold";
13131 data.item: "stacking" "above";
13132 data.item: "selectraise" "on";
13133 data.item: "labels" "elm.text";
13134 data.item: "icons" "elm.swallow.icon elm.swallow.end";
13135 data.item: "treesize" "20";
13137 image: "bt_sm_base1.png" COMP;
13138 image: "bt_sm_shine.png" COMP;
13139 image: "bt_sm_hilight.png" COMP;
13140 image: "ilist_1.png" COMP;
13141 image: "ilist_item_shadow.png" COMP;
13149 state: "default" 0.0;
13157 state: "default" 0.0;
13172 normal: "ilist_item_shadow.png";
13181 state: "default" 0.0;
13184 normal: "ilist_1.png";
13191 clip_to: "disclip";
13193 description { state: "default" 0.0;
13195 color: 255 255 255 0;
13205 normal: "bt_sm_base1.png";
13208 image.middle: SOLID;
13210 description { state: "selected" 0.0;
13211 inherit: "default" 0.0;
13213 color: 255 255 255 255;
13224 part { name: "elm.swallow.pad";
13226 description { state: "default" 0.0;
13239 part { name: "elm.swallow.icon";
13240 clip_to: "disclip";
13242 description { state: "default" 0.0;
13246 to_x: "elm.swallow.pad";
13251 to_x: "elm.swallow.pad";
13257 part { name: "elm.swallow.end";
13258 clip_to: "disclip";
13260 description { state: "default" 0.0;
13264 aspect_preference: VERTICAL;
13275 part { name: "elm.text";
13276 clip_to: "disclip";
13281 state: "default" 0.0;
13285 to_x: "elm.swallow.icon";
13291 to_x: "elm.swallow.end";
13297 style: "genlist_style";
13301 description { state: "selected" 0.0;
13302 inherit: "default" 0.0;
13304 style: "genlist_selected_style";
13308 part { name: "fg1";
13309 clip_to: "disclip";
13311 description { state: "default" 0.0;
13313 color: 255 255 255 0;
13315 rel2.relative: 1.0 0.5;
13318 normal: "bt_sm_hilight.png";
13322 description { state: "selected" 0.0;
13323 inherit: "default" 0.0;
13325 color: 255 255 255 255;
13328 part { name: "fg2";
13329 clip_to: "disclip";
13331 description { state: "default" 0.0;
13333 color: 255 255 255 0;
13337 normal: "bt_sm_shine.png";
13341 description { state: "selected" 0.0;
13342 inherit: "default" 0.0;
13344 color: 255 255 255 255;
13347 part { name: "disclip";
13349 description { state: "default" 0.0;
13353 description { state: "disabled" 0.0;
13354 inherit: "default" 0.0;
13355 color: 255 255 255 64;
13360 // signal: elm,state,%s,active
13361 // a "check" item named %s went active
13362 // signal: elm,state,%s,passive
13363 // a "check" item named %s went passive
13364 // default is passive
13367 signal: "elm,state,selected";
13369 action: STATE_SET "selected" 0.0;
13373 target: "elm.text";
13376 name: "go_passive";
13377 signal: "elm,state,unselected";
13379 action: STATE_SET "default" 0.0;
13383 target: "elm.text";
13384 transition: LINEAR 0.1;
13387 name: "go_disabled";
13388 signal: "elm,state,disabled";
13390 action: STATE_SET "disabled" 0.0;
13394 name: "go_enabled";
13395 signal: "elm,state,enabled";
13397 action: STATE_SET "default" 0.0;
13402 group { name: "elm/genlist/item_odd/default_style/default";
13403 data.item: "stacking" "below";
13404 data.item: "selectraise" "on";
13405 data.item: "labels" "elm.text";
13406 data.item: "icons" "elm.swallow.icon elm.swallow.end";
13407 data.item: "treesize" "20";
13409 image: "bt_sm_base1.png" COMP;
13410 image: "bt_sm_shine.png" COMP;
13411 image: "bt_sm_hilight.png" COMP;
13412 image: "ilist_2.png" COMP;
13415 part { name: "event";
13419 state: "default" 0.0;
13427 state: "default" 0.0;
13430 normal: "ilist_2.png";
13437 clip_to: "disclip";
13439 description { state: "default" 0.0;
13441 color: 255 255 255 0;
13451 normal: "bt_sm_base1.png";
13454 image.middle: SOLID;
13456 description { state: "selected" 0.0;
13457 inherit: "default" 0.0;
13459 color: 255 255 255 255;
13470 part { name: "elm.swallow.pad";
13472 description { state: "default" 0.0;
13485 part { name: "elm.swallow.icon";
13486 clip_to: "disclip";
13488 description { state: "default" 0.0;
13492 to_x: "elm.swallow.pad";
13497 to_x: "elm.swallow.pad";
13503 part { name: "elm.swallow.end";
13504 clip_to: "disclip";
13506 description { state: "default" 0.0;
13510 aspect_preference: VERTICAL;
13521 part { name: "elm.text";
13522 clip_to: "disclip";
13527 state: "default" 0.0;
13531 to_x: "elm.swallow.icon";
13537 to_x: "elm.swallow.end";
13543 style: "genlist_style";
13547 description { state: "selected" 0.0;
13548 inherit: "default" 0.0;
13550 style: "genlist_selected_style";
13554 part { name: "fg1";
13555 clip_to: "disclip";
13557 description { state: "default" 0.0;
13559 color: 255 255 255 0;
13561 rel2.relative: 1.0 0.5;
13564 normal: "bt_sm_hilight.png";
13568 description { state: "selected" 0.0;
13569 inherit: "default" 0.0;
13571 color: 255 255 255 255;
13574 part { name: "fg2";
13575 clip_to: "disclip";
13577 description { state: "default" 0.0;
13579 color: 255 255 255 0;
13583 normal: "bt_sm_shine.png";
13587 description { state: "selected" 0.0;
13588 inherit: "default" 0.0;
13590 color: 255 255 255 255;
13593 part { name: "disclip";
13595 description { state: "default" 0.0;
13599 description { state: "disabled" 0.0;
13600 inherit: "default" 0.0;
13601 color: 255 255 255 64;
13606 // signal: elm,state,%s,active
13607 // a "check" item named %s went active
13608 // signal: elm,state,%s,passive
13609 // a "check" item named %s went passive
13610 // default is passive
13613 signal: "elm,state,selected";
13615 action: STATE_SET "selected" 0.0;
13619 target: "elm.text";
13622 name: "go_passive";
13623 signal: "elm,state,unselected";
13625 action: STATE_SET "default" 0.0;
13629 target: "elm.text";
13630 transition: LINEAR 0.1;
13633 name: "go_disabled";
13634 signal: "elm,state,disabled";
13636 action: STATE_SET "disabled" 0.0;
13640 name: "go_enabled";
13641 signal: "elm,state,enabled";
13643 action: STATE_SET "default" 0.0;
13649 group { name: "elm/genlist/tree/default_style/default";
13650 data.item: "stacking" "above";
13651 data.item: "selectraise" "on";
13652 data.item: "labels" "elm.text";
13653 data.item: "icons" "elm.swallow.icon elm.swallow.end";
13654 data.item: "treesize" "20";
13656 image: "bt_sm_base1.png" COMP;
13657 image: "bt_sm_shine.png" COMP;
13658 image: "bt_sm_hilight.png" COMP;
13659 image: "ilist_1.png" COMP;
13660 image: "ilist_item_shadow.png" COMP;
13661 image: "icon_arrow_right.png" COMP;
13662 image: "icon_arrow_down.png" COMP;
13670 state: "default" 0.0;
13678 state: "default" 0.0;
13693 normal: "ilist_item_shadow.png";
13702 state: "default" 0.0;
13705 normal: "ilist_1.png";
13712 clip_to: "disclip";
13714 description { state: "default" 0.0;
13716 color: 255 255 255 0;
13726 normal: "bt_sm_base1.png";
13729 image.middle: SOLID;
13731 description { state: "selected" 0.0;
13732 inherit: "default" 0.0;
13734 color: 255 255 255 255;
13745 part { name: "elm.swallow.pad";
13747 description { state: "default" 0.0;
13760 part { name: "arrow";
13761 clip_to: "disclip";
13762 ignore_flags: ON_HOLD;
13763 description { state: "default" 0.0;
13768 to_x: "elm.swallow.pad";
13773 to_x: "elm.swallow.pad";
13777 image.normal: "icon_arrow_right.png";
13779 description { state: "active" 0.0;
13780 inherit: "default" 0.0;
13781 image.normal: "icon_arrow_down.png";
13784 part { name: "elm.swallow.icon";
13785 clip_to: "disclip";
13787 description { state: "default" 0.0;
13802 part { name: "elm.swallow.end";
13803 clip_to: "disclip";
13805 description { state: "default" 0.0;
13809 aspect_preference: VERTICAL;
13820 part { name: "elm.text";
13821 clip_to: "disclip";
13823 effect: SOFT_SHADOW;
13827 state: "default" 0.0;
13831 to_x: "elm.swallow.icon";
13837 to_x: "elm.swallow.end";
13843 style: "genlist_style";
13847 description { state: "selected" 0.0;
13848 inherit: "default" 0.0;
13850 style: "genlist_selected_style";
13854 part { name: "fg1";
13855 clip_to: "disclip";
13857 description { state: "default" 0.0;
13859 color: 255 255 255 0;
13861 rel2.relative: 1.0 0.5;
13864 normal: "bt_sm_hilight.png";
13868 description { state: "selected" 0.0;
13869 inherit: "default" 0.0;
13871 color: 255 255 255 255;
13874 part { name: "fg2";
13875 clip_to: "disclip";
13877 description { state: "default" 0.0;
13879 color: 255 255 255 0;
13883 normal: "bt_sm_shine.png";
13887 description { state: "selected" 0.0;
13888 inherit: "default" 0.0;
13890 color: 255 255 255 255;
13893 part { name: "disclip";
13895 description { state: "default" 0.0;
13899 description { state: "disabled" 0.0;
13900 inherit: "default" 0.0;
13901 color: 255 255 255 64;
13906 // signal: elm,state,%s,active
13907 // a "check" item named %s went active
13908 // signal: elm,state,%s,passive
13909 // a "check" item named %s went passive
13910 // default is passive
13913 signal: "elm,state,selected";
13915 action: STATE_SET "selected" 0.0;
13919 target: "elm.text";
13922 name: "go_passive";
13923 signal: "elm,state,unselected";
13925 action: STATE_SET "default" 0.0;
13929 target: "elm.text";
13930 transition: LINEAR 0.1;
13933 name: "go_disabled";
13934 signal: "elm,state,disabled";
13936 action: STATE_SET "disabled" 0.0;
13940 name: "go_enabled";
13941 signal: "elm,state,enabled";
13943 action: STATE_SET "default" 0.0;
13948 signal: "mouse,up,1";
13950 action: SIGNAL_EMIT "elm,action,expand,toggle" "elm";
13953 name: "go_expanded";
13954 signal: "elm,state,expanded";
13956 action: STATE_SET "active" 0.0;
13960 name: "go_contracted";
13961 signal: "elm,state,contracted";
13963 action: STATE_SET "default" 0.0;
13968 group { name: "elm/genlist/tree_odd/default_style/default";
13969 data.item: "stacking" "below";
13970 data.item: "selectraise" "on";
13971 data.item: "labels" "elm.text";
13972 data.item: "icons" "elm.swallow.icon elm.swallow.end";
13973 data.item: "treesize" "20";
13975 image: "bt_sm_base1.png" COMP;
13976 image: "bt_sm_shine.png" COMP;
13977 image: "bt_sm_hilight.png" COMP;
13978 image: "ilist_2.png" COMP;
13979 image: "icon_arrow_right.png" COMP;
13980 image: "icon_arrow_down.png" COMP;
13988 state: "default" 0.0;
13996 state: "default" 0.0;
13999 normal: "ilist_2.png";
14006 clip_to: "disclip";
14008 description { state: "default" 0.0;
14010 color: 255 255 255 0;
14020 normal: "bt_sm_base1.png";
14023 image.middle: SOLID;
14025 description { state: "selected" 0.0;
14026 inherit: "default" 0.0;
14028 color: 255 255 255 255;
14039 part { name: "elm.swallow.pad";
14041 description { state: "default" 0.0;
14054 part { name: "arrow";
14055 clip_to: "disclip";
14056 ignore_flags: ON_HOLD;
14057 description { state: "default" 0.0;
14062 to_x: "elm.swallow.pad";
14067 to_x: "elm.swallow.pad";
14071 image.normal: "icon_arrow_right.png";
14073 description { state: "active" 0.0;
14074 inherit: "default" 0.0;
14075 image.normal: "icon_arrow_down.png";
14078 part { name: "elm.swallow.icon";
14079 clip_to: "disclip";
14081 description { state: "default" 0.0;
14096 part { name: "elm.swallow.end";
14097 clip_to: "disclip";
14099 description { state: "default" 0.0;
14103 aspect_preference: VERTICAL;
14114 part { name: "elm.text";
14115 clip_to: "disclip";
14117 effect: SOFT_SHADOW;
14121 state: "default" 0.0;
14125 to_x: "elm.swallow.icon";
14131 to_x: "elm.swallow.end";
14137 style: "genlist_style";
14141 description { state: "selected" 0.0;
14142 inherit: "default" 0.0;
14144 style: "genlist_selected_style";
14148 part { name: "fg1";
14149 clip_to: "disclip";
14151 description { state: "default" 0.0;
14153 color: 255 255 255 0;
14155 rel2.relative: 1.0 0.5;
14158 normal: "bt_sm_hilight.png";
14162 description { state: "selected" 0.0;
14163 inherit: "default" 0.0;
14165 color: 255 255 255 255;
14168 part { name: "fg2";
14169 clip_to: "disclip";
14171 description { state: "default" 0.0;
14173 color: 255 255 255 0;
14177 normal: "bt_sm_shine.png";
14181 description { state: "selected" 0.0;
14182 inherit: "default" 0.0;
14184 color: 255 255 255 255;
14187 part { name: "disclip";
14189 description { state: "default" 0.0;
14193 description { state: "disabled" 0.0;
14194 inherit: "default" 0.0;
14195 color: 255 255 255 64;
14200 // signal: elm,state,%s,active
14201 // a "check" item named %s went active
14202 // signal: elm,state,%s,passive
14203 // a "check" item named %s went passive
14204 // default is passive
14207 signal: "elm,state,selected";
14209 action: STATE_SET "selected" 0.0;
14213 target: "elm.text";
14216 name: "go_passive";
14217 signal: "elm,state,unselected";
14219 action: STATE_SET "default" 0.0;
14223 target: "elm.text";
14224 transition: LINEAR 0.1;
14227 name: "go_disabled";
14228 signal: "elm,state,disabled";
14230 action: STATE_SET "disabled" 0.0;
14234 name: "go_enabled";
14235 signal: "elm,state,enabled";
14237 action: STATE_SET "default" 0.0;
14242 signal: "mouse,up,1";
14244 action: SIGNAL_EMIT "elm,action,expand,toggle" "elm";
14247 name: "go_expanded";
14248 signal: "elm,state,expanded";
14250 action: STATE_SET "active" 0.0;
14254 name: "go_contracted";
14255 signal: "elm,state,contracted";
14257 action: STATE_SET "default" 0.0;
14264 group { name: "elm/genlist/item/double_label/default";
14265 data.item: "stacking" "above";
14266 data.item: "selectraise" "on";
14267 data.item: "labels" "elm.text elm.text.sub";
14268 data.item: "icons" "elm.swallow.icon elm.swallow.end";
14269 data.item: "treesize" "20";
14270 // data.item: "states" "";
14272 image: "bt_sm_base1.png" COMP;
14273 image: "bt_sm_shine.png" COMP;
14274 image: "bt_sm_hilight.png" COMP;
14275 image: "ilist_1.png" COMP;
14276 image: "ilist_item_shadow.png" COMP;
14284 state: "default" 0.0;
14292 state: "default" 0.0;
14307 normal: "ilist_item_shadow.png";
14316 state: "default" 0.0;
14318 normal: "ilist_1.png";
14325 clip_to: "disclip";
14327 description { state: "default" 0.0;
14329 color: 255 255 255 0;
14339 normal: "bt_sm_base1.png";
14342 image.middle: SOLID;
14344 description { state: "selected" 0.0;
14345 inherit: "default" 0.0;
14347 color: 255 255 255 255;
14358 part { name: "elm.swallow.pad";
14360 description { state: "default" 0.0;
14373 part { name: "elm.swallow.icon";
14374 clip_to: "disclip";
14376 description { state: "default" 0.0;
14380 to_x: "elm.swallow.pad";
14385 to_x: "elm.swallow.pad";
14391 part { name: "elm.swallow.end";
14392 clip_to: "disclip";
14394 description { state: "default" 0.0;
14398 aspect_preference: VERTICAL;
14409 part { name: "elm.text";
14410 clip_to: "disclip";
14412 effect: SOFT_SHADOW;
14416 state: "default" 0.0;
14419 to_x: "elm.swallow.icon";
14424 to_x: "elm.swallow.end";
14438 description { state: "selected" 0.0;
14439 inherit: "default" 0.0;
14440 color: 224 224 224 255;
14444 part { name: "elm.text.sub";
14445 clip_to: "disclip";
14450 state: "default" 0.0;
14453 to_x: "elm.swallow.icon";
14458 to_x: "elm.swallow.end";
14472 description { state: "selected" 0.0;
14473 inherit: "default" 0.0;
14474 color: 128 128 128 255;
14478 part { name: "fg1";
14479 clip_to: "disclip";
14481 description { state: "default" 0.0;
14483 color: 255 255 255 0;
14485 rel2.relative: 1.0 0.5;
14488 normal: "bt_sm_hilight.png";
14492 description { state: "selected" 0.0;
14493 inherit: "default" 0.0;
14495 color: 255 255 255 255;
14498 part { name: "fg2";
14499 clip_to: "disclip";
14501 description { state: "default" 0.0;
14503 color: 255 255 255 0;
14507 normal: "bt_sm_shine.png";
14511 description { state: "selected" 0.0;
14512 inherit: "default" 0.0;
14514 color: 255 255 255 255;
14517 part { name: "disclip";
14519 description { state: "default" 0.0;
14523 description { state: "disabled" 0.0;
14524 inherit: "default" 0.0;
14525 color: 255 255 255 64;
14530 // signal: elm,state,%s,active
14531 // a "check" item named %s went active
14532 // signal: elm,state,%s,passive
14533 // a "check" item named %s went passive
14534 // default is passive
14537 signal: "elm,state,selected";
14539 action: STATE_SET "selected" 0.0;
14543 target: "elm.text";
14544 target: "elm.text.sub";
14547 name: "go_passive";
14548 signal: "elm,state,unselected";
14550 action: STATE_SET "default" 0.0;
14554 target: "elm.text";
14555 target: "elm.text.sub";
14556 transition: LINEAR 0.1;
14559 name: "go_disabled";
14560 signal: "elm,state,disabled";
14562 action: STATE_SET "disabled" 0.0;
14566 name: "go_enabled";
14567 signal: "elm,state,enabled";
14569 action: STATE_SET "default" 0.0;
14574 group { name: "elm/genlist/item_compress/double_label/default";
14575 data.item: "stacking" "above";
14576 data.item: "selectraise" "on";
14577 data.item: "labels" "elm.text elm.text.sub";
14578 data.item: "icons" "elm.swallow.icon elm.swallow.end";
14579 data.item: "treesize" "20";
14580 // data.item: "states" "";
14582 image: "bt_sm_base1.png" COMP;
14583 image: "bt_sm_shine.png" COMP;
14584 image: "bt_sm_hilight.png" COMP;
14585 image: "ilist_1.png" COMP;
14586 image: "ilist_item_shadow.png" COMP;
14594 state: "default" 0.0;
14602 state: "default" 0.0;
14617 normal: "ilist_item_shadow.png";
14626 state: "default" 0.0;
14628 normal: "ilist_1.png";
14635 clip_to: "disclip";
14637 description { state: "default" 0.0;
14639 color: 255 255 255 0;
14649 normal: "bt_sm_base1.png";
14652 image.middle: SOLID;
14654 description { state: "selected" 0.0;
14655 inherit: "default" 0.0;
14657 color: 255 255 255 255;
14668 part { name: "elm.swallow.pad";
14670 description { state: "default" 0.0;
14683 part { name: "elm.swallow.icon";
14684 clip_to: "disclip";
14686 description { state: "default" 0.0;
14690 to_x: "elm.swallow.pad";
14695 to_x: "elm.swallow.pad";
14701 part { name: "elm.swallow.end";
14702 clip_to: "disclip";
14704 description { state: "default" 0.0;
14708 aspect_preference: VERTICAL;
14719 part { name: "elm.text";
14720 clip_to: "disclip";
14722 effect: SOFT_SHADOW;
14726 state: "default" 0.0;
14729 to_x: "elm.swallow.icon";
14734 to_x: "elm.swallow.end";
14748 description { state: "selected" 0.0;
14749 inherit: "default" 0.0;
14750 color: 224 224 224 255;
14754 part { name: "elm.text.sub";
14755 clip_to: "disclip";
14760 state: "default" 0.0;
14763 to_x: "elm.swallow.icon";
14768 to_x: "elm.swallow.end";
14782 description { state: "selected" 0.0;
14783 inherit: "default" 0.0;
14784 color: 128 128 128 255;
14788 part { name: "fg1";
14789 clip_to: "disclip";
14791 description { state: "default" 0.0;
14793 color: 255 255 255 0;
14795 rel2.relative: 1.0 0.5;
14798 normal: "bt_sm_hilight.png";
14802 description { state: "selected" 0.0;
14803 inherit: "default" 0.0;
14805 color: 255 255 255 255;
14808 part { name: "fg2";
14809 clip_to: "disclip";
14811 description { state: "default" 0.0;
14813 color: 255 255 255 0;
14817 normal: "bt_sm_shine.png";
14821 description { state: "selected" 0.0;
14822 inherit: "default" 0.0;
14824 color: 255 255 255 255;
14827 part { name: "disclip";
14829 description { state: "default" 0.0;
14833 description { state: "disabled" 0.0;
14834 inherit: "default" 0.0;
14835 color: 255 255 255 64;
14840 // signal: elm,state,%s,active
14841 // a "check" item named %s went active
14842 // signal: elm,state,%s,passive
14843 // a "check" item named %s went passive
14844 // default is passive
14847 signal: "elm,state,selected";
14849 action: STATE_SET "selected" 0.0;
14853 target: "elm.text";
14854 target: "elm.text.sub";
14857 name: "go_passive";
14858 signal: "elm,state,unselected";
14860 action: STATE_SET "default" 0.0;
14864 target: "elm.text";
14865 target: "elm.text.sub";
14866 transition: LINEAR 0.1;
14869 name: "go_disabled";
14870 signal: "elm,state,disabled";
14872 action: STATE_SET "disabled" 0.0;
14876 name: "go_enabled";
14877 signal: "elm,state,enabled";
14879 action: STATE_SET "default" 0.0;
14884 group { name: "elm/genlist/item_odd/double_label/default";
14885 data.item: "stacking" "below";
14886 data.item: "selectraise" "on";
14887 data.item: "labels" "elm.text elm.text.sub";
14888 data.item: "icons" "elm.swallow.icon elm.swallow.end";
14889 data.item: "treesize" "20";
14890 // data.item: "states" "";
14892 image: "bt_sm_base1.png" COMP;
14893 image: "bt_sm_shine.png" COMP;
14894 image: "bt_sm_hilight.png" COMP;
14895 image: "ilist_2.png" COMP;
14898 part { name: "event";
14902 state: "default" 0.0;
14910 state: "default" 0.0;
14912 normal: "ilist_2.png";
14919 clip_to: "disclip";
14921 description { state: "default" 0.0;
14923 color: 255 255 255 0;
14933 normal: "bt_sm_base1.png";
14936 image.middle: SOLID;
14938 description { state: "selected" 0.0;
14939 inherit: "default" 0.0;
14941 color: 255 255 255 255;
14952 part { name: "elm.swallow.pad";
14954 description { state: "default" 0.0;
14967 part { name: "elm.swallow.icon";
14968 clip_to: "disclip";
14970 description { state: "default" 0.0;
14974 to_x: "elm.swallow.pad";
14979 to_x: "elm.swallow.pad";
14985 part { name: "elm.swallow.end";
14986 clip_to: "disclip";
14988 description { state: "default" 0.0;
14992 aspect_preference: VERTICAL;
15003 part { name: "elm.text";
15004 clip_to: "disclip";
15006 effect: SOFT_SHADOW;
15010 state: "default" 0.0;
15013 to_x: "elm.swallow.icon";
15018 to_x: "elm.swallow.end";
15032 description { state: "selected" 0.0;
15033 inherit: "default" 0.0;
15034 color: 224 224 224 255;
15038 part { name: "elm.text.sub";
15039 clip_to: "disclip";
15044 state: "default" 0.0;
15047 to_x: "elm.swallow.icon";
15052 to_x: "elm.swallow.end";
15066 description { state: "selected" 0.0;
15067 inherit: "default" 0.0;
15068 color: 128 128 128 255;
15072 part { name: "fg1";
15073 clip_to: "disclip";
15075 description { state: "default" 0.0;
15077 color: 255 255 255 0;
15079 rel2.relative: 1.0 0.5;
15082 normal: "bt_sm_hilight.png";
15086 description { state: "selected" 0.0;
15087 inherit: "default" 0.0;
15089 color: 255 255 255 255;
15092 part { name: "fg2";
15093 clip_to: "disclip";
15095 description { state: "default" 0.0;
15097 color: 255 255 255 0;
15101 normal: "bt_sm_shine.png";
15105 description { state: "selected" 0.0;
15106 inherit: "default" 0.0;
15108 color: 255 255 255 255;
15111 part { name: "disclip";
15113 description { state: "default" 0.0;
15117 description { state: "disabled" 0.0;
15118 inherit: "default" 0.0;
15119 color: 255 255 255 64;
15124 // signal: elm,state,%s,active
15125 // a "check" item named %s went active
15126 // signal: elm,state,%s,passive
15127 // a "check" item named %s went passive
15128 // default is passive
15131 signal: "elm,state,selected";
15133 action: STATE_SET "selected" 0.0;
15137 target: "elm.text";
15138 target: "elm.text.sub";
15141 name: "go_passive";
15142 signal: "elm,state,unselected";
15144 action: STATE_SET "default" 0.0;
15148 target: "elm.text";
15149 target: "elm.text.sub";
15150 transition: LINEAR 0.1;
15153 name: "go_disabled";
15154 signal: "elm,state,disabled";
15156 action: STATE_SET "disabled" 0.0;
15160 name: "go_enabled";
15161 signal: "elm,state,enabled";
15163 action: STATE_SET "default" 0.0;
15168 group { name: "elm/genlist/item_compress_odd/double_label/default";
15169 data.item: "stacking" "below";
15170 data.item: "selectraise" "on";
15171 data.item: "labels" "elm.text elm.text.sub";
15172 data.item: "icons" "elm.swallow.icon elm.swallow.end";
15173 data.item: "treesize" "20";
15174 // data.item: "states" "";
15176 image: "bt_sm_base1.png" COMP;
15177 image: "bt_sm_shine.png" COMP;
15178 image: "bt_sm_hilight.png" COMP;
15179 image: "ilist_2.png" COMP;
15182 part { name: "event";
15186 state: "default" 0.0;
15194 state: "default" 0.0;
15196 normal: "ilist_2.png";
15203 clip_to: "disclip";
15205 description { state: "default" 0.0;
15207 color: 255 255 255 0;
15217 normal: "bt_sm_base1.png";
15220 image.middle: SOLID;
15222 description { state: "selected" 0.0;
15223 inherit: "default" 0.0;
15225 color: 255 255 255 255;
15236 part { name: "elm.swallow.pad";
15238 description { state: "default" 0.0;
15251 part { name: "elm.swallow.icon";
15252 clip_to: "disclip";
15254 description { state: "default" 0.0;
15258 to_x: "elm.swallow.pad";
15263 to_x: "elm.swallow.pad";
15269 part { name: "elm.swallow.end";
15270 clip_to: "disclip";
15272 description { state: "default" 0.0;
15276 aspect_preference: VERTICAL;
15287 part { name: "elm.text";
15288 clip_to: "disclip";
15290 effect: SOFT_SHADOW;
15294 state: "default" 0.0;
15297 to_x: "elm.swallow.icon";
15302 to_x: "elm.swallow.end";
15316 description { state: "selected" 0.0;
15317 inherit: "default" 0.0;
15318 color: 224 224 224 255;
15322 part { name: "elm.text.sub";
15323 clip_to: "disclip";
15328 state: "default" 0.0;
15331 to_x: "elm.swallow.icon";
15336 to_x: "elm.swallow.end";
15350 description { state: "selected" 0.0;
15351 inherit: "default" 0.0;
15352 color: 128 128 128 255;
15356 part { name: "fg1";
15357 clip_to: "disclip";
15359 description { state: "default" 0.0;
15361 color: 255 255 255 0;
15363 rel2.relative: 1.0 0.5;
15366 normal: "bt_sm_hilight.png";
15370 description { state: "selected" 0.0;
15371 inherit: "default" 0.0;
15373 color: 255 255 255 255;
15376 part { name: "fg2";
15377 clip_to: "disclip";
15379 description { state: "default" 0.0;
15381 color: 255 255 255 0;
15385 normal: "bt_sm_shine.png";
15389 description { state: "selected" 0.0;
15390 inherit: "default" 0.0;
15392 color: 255 255 255 255;
15395 part { name: "disclip";
15397 description { state: "default" 0.0;
15401 description { state: "disabled" 0.0;
15402 inherit: "default" 0.0;
15403 color: 255 255 255 64;
15408 // signal: elm,state,%s,active
15409 // a "check" item named %s went active
15410 // signal: elm,state,%s,passive
15411 // a "check" item named %s went passive
15412 // default is passive
15415 signal: "elm,state,selected";
15417 action: STATE_SET "selected" 0.0;
15421 target: "elm.text";
15422 target: "elm.text.sub";
15425 name: "go_passive";
15426 signal: "elm,state,unselected";
15428 action: STATE_SET "default" 0.0;
15432 target: "elm.text";
15433 target: "elm.text.sub";
15434 transition: LINEAR 0.1;
15437 name: "go_disabled";
15438 signal: "elm,state,disabled";
15440 action: STATE_SET "disabled" 0.0;
15444 name: "go_enabled";
15445 signal: "elm,state,enabled";
15447 action: STATE_SET "default" 0.0;
15453 group { name: "elm/genlist/tree/double_label/default";
15454 data.item: "stacking" "above";
15455 data.item: "selectraise" "on";
15456 data.item: "labels" "elm.text elm.text.sub";
15457 data.item: "icons" "elm.swallow.icon elm.swallow.end";
15458 data.item: "treesize" "20";
15459 // data.item: "states" "";
15461 image: "bt_sm_base1.png" COMP;
15462 image: "bt_sm_shine.png" COMP;
15463 image: "bt_sm_hilight.png" COMP;
15464 image: "ilist_1.png" COMP;
15465 image: "ilist_item_shadow.png" COMP;
15466 image: "icon_arrow_right.png" COMP;
15467 image: "icon_arrow_down.png" COMP;
15475 state: "default" 0.0;
15483 state: "default" 0.0;
15498 normal: "ilist_item_shadow.png";
15507 state: "default" 0.0;
15509 normal: "ilist_1.png";
15516 clip_to: "disclip";
15518 description { state: "default" 0.0;
15520 color: 255 255 255 0;
15530 normal: "bt_sm_base1.png";
15533 image.middle: SOLID;
15535 description { state: "selected" 0.0;
15536 inherit: "default" 0.0;
15538 color: 255 255 255 255;
15549 part { name: "elm.swallow.pad";
15551 description { state: "default" 0.0;
15564 part { name: "arrow";
15565 clip_to: "disclip";
15566 ignore_flags: ON_HOLD;
15567 description { state: "default" 0.0;
15572 to_x: "elm.swallow.pad";
15577 to_x: "elm.swallow.pad";
15581 image.normal: "icon_arrow_right.png";
15583 description { state: "active" 0.0;
15584 inherit: "default" 0.0;
15585 image.normal: "icon_arrow_down.png";
15588 part { name: "elm.swallow.icon";
15589 clip_to: "disclip";
15591 description { state: "default" 0.0;
15606 part { name: "elm.swallow.end";
15607 clip_to: "disclip";
15609 description { state: "default" 0.0;
15613 aspect_preference: VERTICAL;
15624 part { name: "elm.text";
15625 clip_to: "disclip";
15627 effect: SOFT_SHADOW;
15631 state: "default" 0.0;
15634 to_x: "elm.swallow.icon";
15639 to_x: "elm.swallow.end";
15653 description { state: "selected" 0.0;
15654 inherit: "default" 0.0;
15655 color: 224 224 224 255;
15659 part { name: "elm.text.sub";
15660 clip_to: "disclip";
15665 state: "default" 0.0;
15668 to_x: "elm.swallow.icon";
15673 to_x: "elm.swallow.end";
15687 description { state: "selected" 0.0;
15688 inherit: "default" 0.0;
15689 color: 128 128 128 255;
15693 part { name: "fg1";
15694 clip_to: "disclip";
15696 description { state: "default" 0.0;
15698 color: 255 255 255 0;
15700 rel2.relative: 1.0 0.5;
15703 normal: "bt_sm_hilight.png";
15707 description { state: "selected" 0.0;
15708 inherit: "default" 0.0;
15710 color: 255 255 255 255;
15713 part { name: "fg2";
15714 clip_to: "disclip";
15716 description { state: "default" 0.0;
15718 color: 255 255 255 0;
15722 normal: "bt_sm_shine.png";
15726 description { state: "selected" 0.0;
15727 inherit: "default" 0.0;
15729 color: 255 255 255 255;
15732 part { name: "disclip";
15734 description { state: "default" 0.0;
15738 description { state: "disabled" 0.0;
15739 inherit: "default" 0.0;
15740 color: 255 255 255 64;
15745 // signal: elm,state,%s,active
15746 // a "check" item named %s went active
15747 // signal: elm,state,%s,passive
15748 // a "check" item named %s went passive
15749 // default is passive
15752 signal: "elm,state,selected";
15754 action: STATE_SET "selected" 0.0;
15758 target: "elm.text";
15759 target: "elm.text.sub";
15762 name: "go_passive";
15763 signal: "elm,state,unselected";
15765 action: STATE_SET "default" 0.0;
15769 target: "elm.text";
15770 target: "elm.text.sub";
15771 transition: LINEAR 0.1;
15774 name: "go_disabled";
15775 signal: "elm,state,disabled";
15777 action: STATE_SET "disabled" 0.0;
15781 name: "go_enabled";
15782 signal: "elm,state,enabled";
15784 action: STATE_SET "default" 0.0;
15789 signal: "mouse,up,1";
15791 action: SIGNAL_EMIT "elm,action,expand,toggle" "elm";
15794 name: "go_expanded";
15795 signal: "elm,state,expanded";
15797 action: STATE_SET "active" 0.0;
15801 name: "go_contracted";
15802 signal: "elm,state,contracted";
15804 action: STATE_SET "default" 0.0;
15809 group { name: "elm/genlist/tree_compress/double_label/default";
15810 data.item: "stacking" "above";
15811 data.item: "selectraise" "on";
15812 data.item: "labels" "elm.text elm.text.sub";
15813 data.item: "icons" "elm.swallow.icon elm.swallow.end";
15814 data.item: "treesize" "20";
15815 // data.item: "states" "";
15817 image: "bt_sm_base1.png" COMP;
15818 image: "bt_sm_shine.png" COMP;
15819 image: "bt_sm_hilight.png" COMP;
15820 image: "ilist_1.png" COMP;
15821 image: "ilist_item_shadow.png" COMP;
15822 image: "icon_arrow_right.png" COMP;
15823 image: "icon_arrow_down.png" COMP;
15831 state: "default" 0.0;
15839 state: "default" 0.0;
15854 normal: "ilist_item_shadow.png";
15863 state: "default" 0.0;
15865 normal: "ilist_1.png";
15872 clip_to: "disclip";
15874 description { state: "default" 0.0;
15876 color: 255 255 255 0;
15886 normal: "bt_sm_base1.png";
15889 image.middle: SOLID;
15891 description { state: "selected" 0.0;
15892 inherit: "default" 0.0;
15894 color: 255 255 255 255;
15905 part { name: "elm.swallow.pad";
15907 description { state: "default" 0.0;
15920 part { name: "arrow";
15921 clip_to: "disclip";
15922 ignore_flags: ON_HOLD;
15923 description { state: "default" 0.0;
15928 to_x: "elm.swallow.pad";
15933 to_x: "elm.swallow.pad";
15937 image.normal: "icon_arrow_right.png";
15939 description { state: "active" 0.0;
15940 inherit: "default" 0.0;
15941 image.normal: "icon_arrow_down.png";
15944 part { name: "elm.swallow.icon";
15945 clip_to: "disclip";
15947 description { state: "default" 0.0;
15962 part { name: "elm.swallow.end";
15963 clip_to: "disclip";
15965 description { state: "default" 0.0;
15969 aspect_preference: VERTICAL;
15980 part { name: "elm.text";
15981 clip_to: "disclip";
15983 effect: SOFT_SHADOW;
15987 state: "default" 0.0;
15990 to_x: "elm.swallow.icon";
15995 to_x: "elm.swallow.end";
16009 description { state: "selected" 0.0;
16010 inherit: "default" 0.0;
16011 color: 224 224 224 255;
16015 part { name: "elm.text.sub";
16016 clip_to: "disclip";
16021 state: "default" 0.0;
16024 to_x: "elm.swallow.icon";
16029 to_x: "elm.swallow.end";
16043 description { state: "selected" 0.0;
16044 inherit: "default" 0.0;
16045 color: 128 128 128 255;
16049 part { name: "fg1";
16050 clip_to: "disclip";
16052 description { state: "default" 0.0;
16054 color: 255 255 255 0;
16056 rel2.relative: 1.0 0.5;
16059 normal: "bt_sm_hilight.png";
16063 description { state: "selected" 0.0;
16064 inherit: "default" 0.0;
16066 color: 255 255 255 255;
16069 part { name: "fg2";
16070 clip_to: "disclip";
16072 description { state: "default" 0.0;
16074 color: 255 255 255 0;
16078 normal: "bt_sm_shine.png";
16082 description { state: "selected" 0.0;
16083 inherit: "default" 0.0;
16085 color: 255 255 255 255;
16088 part { name: "disclip";
16090 description { state: "default" 0.0;
16094 description { state: "disabled" 0.0;
16095 inherit: "default" 0.0;
16096 color: 255 255 255 64;
16101 // signal: elm,state,%s,active
16102 // a "check" item named %s went active
16103 // signal: elm,state,%s,passive
16104 // a "check" item named %s went passive
16105 // default is passive
16108 signal: "elm,state,selected";
16110 action: STATE_SET "selected" 0.0;
16114 target: "elm.text";
16115 target: "elm.text.sub";
16118 name: "go_passive";
16119 signal: "elm,state,unselected";
16121 action: STATE_SET "default" 0.0;
16125 target: "elm.text";
16126 target: "elm.text.sub";
16127 transition: LINEAR 0.1;
16130 name: "go_disabled";
16131 signal: "elm,state,disabled";
16133 action: STATE_SET "disabled" 0.0;
16137 name: "go_enabled";
16138 signal: "elm,state,enabled";
16140 action: STATE_SET "default" 0.0;
16145 signal: "mouse,up,1";
16147 action: SIGNAL_EMIT "elm,action,expand,toggle" "elm";
16150 name: "go_expanded";
16151 signal: "elm,state,expanded";
16153 action: STATE_SET "active" 0.0;
16157 name: "go_contracted";
16158 signal: "elm,state,contracted";
16160 action: STATE_SET "default" 0.0;
16165 group { name: "elm/genlist/tree_odd/double_label/default";
16166 data.item: "stacking" "below";
16167 data.item: "selectraise" "on";
16168 data.item: "labels" "elm.text elm.text.sub";
16169 data.item: "icons" "elm.swallow.icon elm.swallow.end";
16170 data.item: "treesize" "20";
16171 // data.item: "states" "";
16173 image: "bt_sm_base1.png" COMP;
16174 image: "bt_sm_shine.png" COMP;
16175 image: "bt_sm_hilight.png" COMP;
16176 image: "ilist_2.png" COMP;
16177 image: "icon_arrow_right.png" COMP;
16178 image: "icon_arrow_down.png" COMP;
16186 state: "default" 0.0;
16194 state: "default" 0.0;
16196 normal: "ilist_2.png";
16203 clip_to: "disclip";
16205 description { state: "default" 0.0;
16207 color: 255 255 255 0;
16217 normal: "bt_sm_base1.png";
16220 image.middle: SOLID;
16222 description { state: "selected" 0.0;
16223 inherit: "default" 0.0;
16225 color: 255 255 255 255;
16236 part { name: "elm.swallow.pad";
16238 description { state: "default" 0.0;
16251 part { name: "arrow";
16252 clip_to: "disclip";
16253 ignore_flags: ON_HOLD;
16254 description { state: "default" 0.0;
16259 to_x: "elm.swallow.pad";
16264 to_x: "elm.swallow.pad";
16268 image.normal: "icon_arrow_right.png";
16270 description { state: "active" 0.0;
16271 inherit: "default" 0.0;
16272 image.normal: "icon_arrow_down.png";
16275 part { name: "elm.swallow.icon";
16276 clip_to: "disclip";
16278 description { state: "default" 0.0;
16293 part { name: "elm.swallow.end";
16294 clip_to: "disclip";
16296 description { state: "default" 0.0;
16300 aspect_preference: VERTICAL;
16311 part { name: "elm.text";
16312 clip_to: "disclip";
16314 effect: SOFT_SHADOW;
16318 state: "default" 0.0;
16321 to_x: "elm.swallow.icon";
16326 to_x: "elm.swallow.end";
16340 description { state: "selected" 0.0;
16341 inherit: "default" 0.0;
16342 color: 224 224 224 255;
16346 part { name: "elm.text.sub";
16347 clip_to: "disclip";
16352 state: "default" 0.0;
16355 to_x: "elm.swallow.icon";
16360 to_x: "elm.swallow.end";
16374 description { state: "selected" 0.0;
16375 inherit: "default" 0.0;
16376 color: 128 128 128 255;
16380 part { name: "fg1";
16381 clip_to: "disclip";
16383 description { state: "default" 0.0;
16385 color: 255 255 255 0;
16387 rel2.relative: 1.0 0.5;
16390 normal: "bt_sm_hilight.png";
16394 description { state: "selected" 0.0;
16395 inherit: "default" 0.0;
16397 color: 255 255 255 255;
16400 part { name: "fg2";
16401 clip_to: "disclip";
16403 description { state: "default" 0.0;
16405 color: 255 255 255 0;
16409 normal: "bt_sm_shine.png";
16413 description { state: "selected" 0.0;
16414 inherit: "default" 0.0;
16416 color: 255 255 255 255;
16419 part { name: "disclip";
16421 description { state: "default" 0.0;
16425 description { state: "disabled" 0.0;
16426 inherit: "default" 0.0;
16427 color: 255 255 255 64;
16432 // signal: elm,state,%s,active
16433 // a "check" item named %s went active
16434 // signal: elm,state,%s,passive
16435 // a "check" item named %s went passive
16436 // default is passive
16439 signal: "elm,state,selected";
16441 action: STATE_SET "selected" 0.0;
16445 target: "elm.text";
16446 target: "elm.text.sub";
16449 name: "go_passive";
16450 signal: "elm,state,unselected";
16452 action: STATE_SET "default" 0.0;
16456 target: "elm.text";
16457 target: "elm.text.sub";
16458 transition: LINEAR 0.1;
16461 name: "go_disabled";
16462 signal: "elm,state,disabled";
16464 action: STATE_SET "disabled" 0.0;
16468 name: "go_enabled";
16469 signal: "elm,state,enabled";
16471 action: STATE_SET "default" 0.0;
16476 signal: "mouse,up,1";
16478 action: SIGNAL_EMIT "elm,action,expand,toggle" "elm";
16481 name: "go_expanded";
16482 signal: "elm,state,expanded";
16484 action: STATE_SET "active" 0.0;
16488 name: "go_contracted";
16489 signal: "elm,state,contracted";
16491 action: STATE_SET "default" 0.0;
16497 group { name: "elm/genlist/item/icon_top_text_bottom/default";
16498 data.item: "stacking" "above";
16499 data.item: "selectraise" "on";
16500 data.item: "labels" "elm.text";
16501 data.item: "icons" "elm.swallow.icon";
16502 data.item: "treesize" "20";
16503 // data.item: "states" "";
16505 image: "bt_sm_base1.png" COMP;
16506 image: "bt_sm_shine.png" COMP;
16507 image: "bt_sm_hilight.png" COMP;
16508 image: "ilist_1.png" COMP;
16509 image: "ilist_item_shadow.png" COMP;
16517 state: "default" 0.0;
16525 state: "default" 0.0;
16540 normal: "ilist_item_shadow.png";
16549 state: "default" 0.0;
16551 normal: "ilist_1.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.swallow.pad";
16593 description { state: "default" 0.0;
16606 part { name: "elm.swallow.icon";
16607 clip_to: "disclip";
16609 description { state: "default" 0.0;
16613 to_x: "elm.swallow.pad";
16618 to_x: "elm.swallow.pad";
16624 part { name: "elm.text";
16625 clip_to: "disclip";
16627 effect: SOFT_SHADOW;
16631 state: "default" 0.0;
16634 to_y: "elm.swallow.icon";
16652 description { state: "selected" 0.0;
16653 inherit: "default" 0.0;
16654 color: 224 224 224 255;
16658 part { name: "fg1";
16659 clip_to: "disclip";
16661 description { state: "default" 0.0;
16663 color: 255 255 255 0;
16665 rel2.relative: 1.0 0.5;
16668 normal: "bt_sm_hilight.png";
16672 description { state: "selected" 0.0;
16673 inherit: "default" 0.0;
16675 color: 255 255 255 255;
16678 part { name: "fg2";
16679 clip_to: "disclip";
16681 description { state: "default" 0.0;
16683 color: 255 255 255 0;
16687 normal: "bt_sm_shine.png";
16691 description { state: "selected" 0.0;
16692 inherit: "default" 0.0;
16694 color: 255 255 255 255;
16697 part { name: "disclip";
16699 description { state: "default" 0.0;
16703 description { state: "disabled" 0.0;
16704 inherit: "default" 0.0;
16705 color: 255 255 255 64;
16710 // signal: elm,state,%s,active
16711 // a "check" item named %s went active
16712 // signal: elm,state,%s,passive
16713 // a "check" item named %s went passive
16714 // default is passive
16717 signal: "elm,state,selected";
16719 action: STATE_SET "selected" 0.0;
16723 target: "elm.text";
16726 name: "go_passive";
16727 signal: "elm,state,unselected";
16729 action: STATE_SET "default" 0.0;
16733 target: "elm.text";
16734 transition: LINEAR 0.1;
16737 name: "go_disabled";
16738 signal: "elm,state,disabled";
16740 action: STATE_SET "disabled" 0.0;
16744 name: "go_enabled";
16745 signal: "elm,state,enabled";
16747 action: STATE_SET "default" 0.0;
16752 group { name: "elm/genlist/item_odd/icon_top_text_bottom/default";
16753 data.item: "stacking" "below";
16754 data.item: "selectraise" "on";
16755 data.item: "labels" "elm.text";
16756 data.item: "icons" "elm.swallow.icon";
16757 data.item: "treesize" "20";
16758 // data.item: "states" "";
16760 image: "bt_sm_base1.png" COMP;
16761 image: "bt_sm_shine.png" COMP;
16762 image: "bt_sm_hilight.png" COMP;
16763 image: "ilist_2.png" COMP;
16766 part { name: "event";
16770 state: "default" 0.0;
16778 state: "default" 0.0;
16780 normal: "ilist_2.png";
16787 clip_to: "disclip";
16789 description { state: "default" 0.0;
16791 color: 255 255 255 0;
16801 normal: "bt_sm_base1.png";
16804 image.middle: SOLID;
16806 description { state: "selected" 0.0;
16807 inherit: "default" 0.0;
16809 color: 255 255 255 255;
16820 part { name: "elm.swallow.pad";
16822 description { state: "default" 0.0;
16835 part { name: "elm.swallow.icon";
16836 clip_to: "disclip";
16838 description { state: "default" 0.0;
16842 to_x: "elm.swallow.pad";
16847 to_x: "elm.swallow.pad";
16853 part { name: "elm.text";
16854 clip_to: "disclip";
16856 effect: SOFT_SHADOW;
16860 state: "default" 0.0;
16863 to_y: "elm.swallow.icon";
16881 description { state: "selected" 0.0;
16882 inherit: "default" 0.0;
16883 color: 224 224 224 255;
16887 part { name: "fg1";
16888 clip_to: "disclip";
16890 description { state: "default" 0.0;
16892 color: 255 255 255 0;
16894 rel2.relative: 1.0 0.5;
16897 normal: "bt_sm_hilight.png";
16901 description { state: "selected" 0.0;
16902 inherit: "default" 0.0;
16904 color: 255 255 255 255;
16907 part { name: "fg2";
16908 clip_to: "disclip";
16910 description { state: "default" 0.0;
16912 color: 255 255 255 0;
16916 normal: "bt_sm_shine.png";
16920 description { state: "selected" 0.0;
16921 inherit: "default" 0.0;
16923 color: 255 255 255 255;
16926 part { name: "disclip";
16928 description { state: "default" 0.0;
16932 description { state: "disabled" 0.0;
16933 inherit: "default" 0.0;
16934 color: 255 255 255 64;
16939 // signal: elm,state,%s,active
16940 // a "check" item named %s went active
16941 // signal: elm,state,%s,passive
16942 // a "check" item named %s went passive
16943 // default is passive
16946 signal: "elm,state,selected";
16948 action: STATE_SET "selected" 0.0;
16952 target: "elm.text";
16955 name: "go_passive";
16956 signal: "elm,state,unselected";
16958 action: STATE_SET "default" 0.0;
16962 target: "elm.text";
16963 transition: LINEAR 0.1;
16966 name: "go_disabled";
16967 signal: "elm,state,disabled";
16969 action: STATE_SET "disabled" 0.0;
16973 name: "go_enabled";
16974 signal: "elm,state,enabled";
16976 action: STATE_SET "default" 0.0;
16982 group { name: "elm/genlist/tree/icon_top_text_bottom/default";
16983 data.item: "stacking" "above";
16984 data.item: "selectraise" "on";
16985 data.item: "labels" "elm.text";
16986 data.item: "icons" "elm.swallow.icon";
16987 data.item: "treesize" "20";
16988 // data.item: "states" "";
16990 image: "bt_sm_base1.png" COMP;
16991 image: "bt_sm_shine.png" COMP;
16992 image: "bt_sm_hilight.png" COMP;
16993 image: "ilist_1.png" COMP;
16994 image: "ilist_item_shadow.png" COMP;
16995 image: "icon_arrow_right.png" COMP;
16996 image: "icon_arrow_down.png" COMP;
17004 state: "default" 0.0;
17012 state: "default" 0.0;
17027 normal: "ilist_item_shadow.png";
17036 state: "default" 0.0;
17038 normal: "ilist_1.png";
17045 clip_to: "disclip";
17047 description { state: "default" 0.0;
17049 color: 255 255 255 0;
17059 normal: "bt_sm_base1.png";
17062 image.middle: SOLID;
17064 description { state: "selected" 0.0;
17065 inherit: "default" 0.0;
17067 color: 255 255 255 255;
17078 part { name: "elm.swallow.pad";
17080 description { state: "default" 0.0;
17093 part { name: "arrow";
17094 clip_to: "disclip";
17095 ignore_flags: ON_HOLD;
17096 description { state: "default" 0.0;
17101 to_x: "elm.swallow.pad";
17106 to_x: "elm.swallow.pad";
17110 image.normal: "icon_arrow_right.png";
17112 description { state: "active" 0.0;
17113 inherit: "default" 0.0;
17114 image.normal: "icon_arrow_down.png";
17117 part { name: "elm.swallow.icon";
17118 clip_to: "disclip";
17120 description { state: "default" 0.0;
17134 part { name: "elm.text";
17135 clip_to: "disclip";
17137 effect: SOFT_SHADOW;
17141 state: "default" 0.0;
17144 to_y: "elm.swallow.icon";
17162 description { state: "selected" 0.0;
17163 inherit: "default" 0.0;
17164 color: 224 224 224 255;
17168 part { name: "fg1";
17169 clip_to: "disclip";
17171 description { state: "default" 0.0;
17173 color: 255 255 255 0;
17175 rel2.relative: 1.0 0.5;
17178 normal: "bt_sm_hilight.png";
17182 description { state: "selected" 0.0;
17183 inherit: "default" 0.0;
17185 color: 255 255 255 255;
17188 part { name: "fg2";
17189 clip_to: "disclip";
17191 description { state: "default" 0.0;
17193 color: 255 255 255 0;
17197 normal: "bt_sm_shine.png";
17201 description { state: "selected" 0.0;
17202 inherit: "default" 0.0;
17204 color: 255 255 255 255;
17207 part { name: "disclip";
17209 description { state: "default" 0.0;
17213 description { state: "disabled" 0.0;
17214 inherit: "default" 0.0;
17215 color: 255 255 255 64;
17220 // signal: elm,state,%s,active
17221 // a "check" item named %s went active
17222 // signal: elm,state,%s,passive
17223 // a "check" item named %s went passive
17224 // default is passive
17227 signal: "elm,state,selected";
17229 action: STATE_SET "selected" 0.0;
17233 target: "elm.text";
17236 name: "go_passive";
17237 signal: "elm,state,unselected";
17239 action: STATE_SET "default" 0.0;
17243 target: "elm.text";
17244 transition: LINEAR 0.1;
17247 name: "go_disabled";
17248 signal: "elm,state,disabled";
17250 action: STATE_SET "disabled" 0.0;
17254 name: "go_enabled";
17255 signal: "elm,state,enabled";
17257 action: STATE_SET "default" 0.0;
17262 signal: "mouse,up,1";
17264 action: SIGNAL_EMIT "elm,action,expand,toggle" "elm";
17267 name: "go_expanded";
17268 signal: "elm,state,expanded";
17270 action: STATE_SET "active" 0.0;
17274 name: "go_contracted";
17275 signal: "elm,state,contracted";
17277 action: STATE_SET "default" 0.0;
17282 group { name: "elm/genlist/tree_odd/icon_top_text_bottom/default";
17283 data.item: "stacking" "below";
17284 data.item: "selectraise" "on";
17285 data.item: "labels" "elm.text";
17286 data.item: "icons" "elm.swallow.icon";
17287 data.item: "treesize" "20";
17288 // data.item: "states" "";
17290 image: "bt_sm_base1.png" COMP;
17291 image: "bt_sm_shine.png" COMP;
17292 image: "bt_sm_hilight.png" COMP;
17293 image: "ilist_2.png" COMP;
17294 image: "icon_arrow_right.png" COMP;
17295 image: "icon_arrow_down.png" COMP;
17303 state: "default" 0.0;
17311 state: "default" 0.0;
17313 normal: "ilist_2.png";
17320 clip_to: "disclip";
17322 description { state: "default" 0.0;
17324 color: 255 255 255 0;
17334 normal: "bt_sm_base1.png";
17337 image.middle: SOLID;
17339 description { state: "selected" 0.0;
17340 inherit: "default" 0.0;
17342 color: 255 255 255 255;
17353 part { name: "elm.swallow.pad";
17355 description { state: "default" 0.0;
17368 part { name: "arrow";
17369 clip_to: "disclip";
17370 ignore_flags: ON_HOLD;
17371 description { state: "default" 0.0;
17376 to_x: "elm.swallow.pad";
17381 to_x: "elm.swallow.pad";
17385 image.normal: "icon_arrow_right.png";
17387 description { state: "active" 0.0;
17388 inherit: "default" 0.0;
17389 image.normal: "icon_arrow_down.png";
17392 part { name: "elm.swallow.icon";
17393 clip_to: "disclip";
17395 description { state: "default" 0.0;
17409 part { name: "elm.text";
17410 clip_to: "disclip";
17412 effect: SOFT_SHADOW;
17416 state: "default" 0.0;
17419 to_y: "elm.swallow.icon";
17437 description { state: "selected" 0.0;
17438 inherit: "default" 0.0;
17439 color: 224 224 224 255;
17443 part { name: "fg1";
17444 clip_to: "disclip";
17446 description { state: "default" 0.0;
17448 color: 255 255 255 0;
17450 rel2.relative: 1.0 0.5;
17453 normal: "bt_sm_hilight.png";
17457 description { state: "selected" 0.0;
17458 inherit: "default" 0.0;
17460 color: 255 255 255 255;
17463 part { name: "fg2";
17464 clip_to: "disclip";
17466 description { state: "default" 0.0;
17468 color: 255 255 255 0;
17472 normal: "bt_sm_shine.png";
17476 description { state: "selected" 0.0;
17477 inherit: "default" 0.0;
17479 color: 255 255 255 255;
17482 part { name: "disclip";
17484 description { state: "default" 0.0;
17488 description { state: "disabled" 0.0;
17489 inherit: "default" 0.0;
17490 color: 255 255 255 64;
17495 // signal: elm,state,%s,active
17496 // a "check" item named %s went active
17497 // signal: elm,state,%s,passive
17498 // a "check" item named %s went passive
17499 // default is passive
17502 signal: "elm,state,selected";
17504 action: STATE_SET "selected" 0.0;
17508 target: "elm.text";
17511 name: "go_passive";
17512 signal: "elm,state,unselected";
17514 action: STATE_SET "default" 0.0;
17518 target: "elm.text";
17519 transition: LINEAR 0.1;
17522 name: "go_disabled";
17523 signal: "elm,state,disabled";
17525 action: STATE_SET "disabled" 0.0;
17529 name: "go_enabled";
17530 signal: "elm,state,enabled";
17532 action: STATE_SET "default" 0.0;
17537 signal: "mouse,up,1";
17539 action: SIGNAL_EMIT "elm,action,expand,toggle" "elm";
17542 name: "go_expanded";
17543 signal: "elm,state,expanded";
17545 action: STATE_SET "active" 0.0;
17549 name: "go_contracted";
17550 signal: "elm,state,contracted";
17552 action: STATE_SET "default" 0.0;
17559 ///////////////////////////////////////////////////////////////////////////////
17560 group { name: "elm/check/base/default";
17562 image: "check_base.png" COMP;
17563 image: "check.png" COMP;
17564 image: "check2.png" COMP;
17570 description { state: "default" 0.0;
17572 rel2.relative: 0.0 1.0;
17578 aspect_preference: VERTICAL;
17580 normal: "check_base.png";
17587 part { name: "check";
17590 description { state: "default" 0.0;
17600 color: 255 255 255 255;
17601 image.normal: "check.png";
17603 description { state: "visible" 0.0;
17604 inherit: "default" 0.0;
17607 description { state: "disabled" 0.0;
17608 inherit: "default" 0.0;
17610 color: 128 128 128 128;
17612 description { state: "disabled_visible" 0.0;
17613 inherit: "default" 0.0;
17614 color: 128 128 128 128;
17618 part { name: "elm.swallow.content";
17620 description { state: "default" 0.0;
17623 color: 255 255 255 255;
17626 rel1.relative: 1.0 0.0;
17629 rel2.relative: 1.0 1.0;
17632 description { state: "visible" 0.0;
17633 inherit: "default" 0.0;
17637 aspect_preference: VERTICAL;
17639 description { state: "disabled" 0.0;
17640 inherit: "default" 0.0;
17641 color: 128 128 128 128;
17643 description { state: "disabled_visible" 0.0;
17644 inherit: "default" 0.0;
17645 color: 128 128 128 128;
17651 part { name: "elm.text";
17655 description { state: "default" 0.0;
17657 rel1.to_x: "elm.swallow.content";
17658 rel1.relative: 1.0 0.0;
17660 rel2.relative: 1.0 1.0;
17661 rel2.offset: -2 -2;
17664 font: "Sans,Edje-Vera";
17670 description { state: "visible" 0.0;
17671 inherit: "default" 0.0;
17675 description { state: "disabled" 0.0;
17676 inherit: "default" 0.0;
17680 description { state: "disabled_visible" 0.0;
17681 inherit: "default" 0.0;
17688 part { name: "events";
17690 ignore_flags: ON_HOLD;
17691 description { state: "default" 0.0;
17695 part { name: "disabler";
17697 description { state: "default" 0.0;
17701 description { state: "disabled" 0.0;
17702 inherit: "default" 0.0;
17708 program { name: "click";
17709 signal: "mouse,up,1";
17711 action: SIGNAL_EMIT "elm,action,check,toggle" "";
17713 program { name: "check_on";
17714 signal: "elm,state,check,on";
17716 action: STATE_SET "visible" 0.0;
17719 program { name: "check_off";
17720 signal: "elm,state,check,off";
17722 action: STATE_SET "default" 0.0;
17725 program { name: "text_show";
17726 signal: "elm,state,text,visible";
17728 action: STATE_SET "visible" 0.0;
17729 target: "elm.text";
17731 program { name: "text_hide";
17732 signal: "elm,state,text,hidden";
17734 action: STATE_SET "default" 0.0;
17735 target: "elm.text";
17737 program { name: "icon_show";
17738 signal: "elm,state,icon,visible";
17740 action: STATE_SET "visible" 0.0;
17741 target: "elm.swallow.content";
17743 program { name: "icon_hide";
17744 signal: "elm,state,icon,hidden";
17746 action: STATE_SET "default" 0.0;
17747 target: "elm.swallow.content";
17749 program { name: "disable";
17750 signal: "elm,state,disabled";
17752 action: STATE_SET "disabled" 0.0;
17753 target: "disabler";
17754 after: "disable_text";
17756 program { name: "disable_text";
17760 get_state(PART:"elm.text", st, 30, vl);
17761 if (!strcmp(st, "visible"))
17762 set_state(PART:"elm.text", "disabled_visible", 0.0);
17764 set_state(PART:"elm.text", "disabled", 0.0);
17766 get_state(PART:"elm.swallow.content", st, 30, vl);
17767 if (!strcmp(st, "visible"))
17768 set_state(PART:"elm.swallow.content", "disabled_visible", 0.0);
17770 set_state(PART:"elm.swallow.content", "disabled", 0.0);
17772 get_state(PART:"check", st, 30, vl);
17773 if (!strcmp(st, "visible"))
17774 set_state(PART:"check", "disabled_visible", 0.0);
17776 set_state(PART:"check", "disabled", 0.0);
17779 program { name: "enable";
17780 signal: "elm,state,enabled";
17782 action: STATE_SET "default" 0.0;
17783 target: "disabler";
17784 after: "enable_text";
17786 program { name: "enable_text";
17790 get_state(PART:"elm.text", st, 30, vl);
17791 if (!strcmp(st, "disabled_visible"))
17792 set_state(PART:"elm.text", "visible", 0.0);
17794 set_state(PART:"elm.text", "default", 0.0);
17796 get_state(PART:"elm.swallow.content", st, 30, vl);
17797 if (!strcmp(st, "visible"))
17798 set_state(PART:"elm.swallow.content", "visible", 0.0);
17800 set_state(PART:"elm.swallow.content", "default", 0.0);
17802 get_state(PART:"check", st, 30, vl);
17803 if (!strcmp(st, "visible"))
17804 set_state(PART:"check", "visible", 0.0);
17806 set_state(PART:"check", "default", 0.0);
17811 ///////////////////////////////////////////////////////////////////////////////
17812 group { name: "elm/radio/base/default";
17814 image: "radio_base.png" COMP;
17815 image: "radio.png" COMP;
17816 image: "radio2.png" COMP;
17822 description { state: "default" 0.0;
17824 rel2.relative: 0.0 1.0;
17830 aspect_preference: VERTICAL;
17831 image.normal: "radio_base.png";
17834 part { name: "radio";
17837 description { state: "default" 0.0;
17841 image.normal: "radio.png";
17843 description { state: "visible" 0.0;
17844 inherit: "default" 0.0;
17848 part { name: "elm.swallow.content";
17850 description { state: "default" 0.0;
17856 rel1.relative: 1.0 0.0;
17859 rel2.relative: 1.0 1.0;
17862 description { state: "visible" 0.0;
17863 inherit: "default" 0.0;
17866 color: 255 255 255 255;
17868 aspect_preference: VERTICAL;
17870 description { state: "disabled" 0.0;
17871 inherit: "default" 0.0;
17872 color: 128 128 128 128;
17874 description { state: "disabled_visible" 0.0;
17875 inherit: "default" 0.0;
17876 color: 128 128 128 128;
17880 part { name: "elm.text";
17884 description { state: "default" 0.0;
17886 rel1.to_x: "elm.swallow.content";
17887 rel1.relative: 1.0 0.0;
17889 rel2.relative: 1.0 1.0;
17890 rel2.offset: -2 -2;
17893 font: "Sans,Edje-Vera";
17899 description { state: "visible" 0.0;
17900 inherit: "default" 0.0;
17904 description { state: "disabled" 0.0;
17905 inherit: "default" 0.0;
17909 description { state: "disabled_visible" 0.0;
17910 inherit: "default" 0.0;
17917 part { name: "events";
17919 ignore_flags: ON_HOLD;
17920 description { state: "default" 0.0;
17924 part { name: "disabler";
17926 description { state: "default" 0.0;
17930 description { state: "disabled" 0.0;
17931 inherit: "default" 0.0;
17937 program { name: "click";
17938 signal: "mouse,up,1";
17940 action: SIGNAL_EMIT "elm,action,radio,toggle" "";
17942 program { name: "radio_on";
17943 signal: "elm,state,radio,on";
17945 action: STATE_SET "visible" 0.0;
17948 program { name: "radio_off";
17949 signal: "elm,state,radio,off";
17951 action: STATE_SET "default" 0.0;
17954 program { name: "text_show";
17955 signal: "elm,state,text,visible";
17957 action: STATE_SET "visible" 0.0;
17958 target: "elm.text";
17960 program { name: "text_hide";
17961 signal: "elm,state,text,hidden";
17963 action: STATE_SET "default" 0.0;
17964 target: "elm.text";
17966 program { name: "icon_show";
17967 signal: "elm,state,icon,visible";
17969 action: STATE_SET "visible" 0.0;
17970 target: "elm.swallow.content";
17972 program { name: "icon_hide";
17973 signal: "elm,state,icon,hidden";
17975 action: STATE_SET "default" 0.0;
17976 target: "elm.swallow.content";
17978 program { name: "disable";
17979 signal: "elm,state,disabled";
17981 action: STATE_SET "disabled" 0.0;
17982 target: "disabler";
17983 after: "disable_text";
17985 program { name: "disable_text";
17989 get_state(PART:"elm.text", st, 30, vl);
17990 if (!strcmp(st, "visible"))
17991 set_state(PART:"elm.text", "disabled_visible", 0.0);
17993 set_state(PART:"elm.text", "disabled", 0.0);
17995 get_state(PART:"elm.swallow.content", st, 30, vl);
17996 if (!strcmp(st, "visible"))
17997 set_state(PART:"elm.swallow.content", "disabled_visible", 0.0);
17999 set_state(PART:"elm.swallow.content", "disabled", 0.0);
18002 program { name: "enable";
18003 signal: "elm,state,enabled";
18005 action: STATE_SET "default" 0.0;
18006 target: "disabler";
18007 after: "enable_text";
18009 program { name: "enable_text";
18013 get_state(PART:"elm.text", st, 30, vl);
18014 if (!strcmp(st, "disabled_visible"))
18015 set_state(PART:"elm.text", "visible", 0.0);
18017 set_state(PART:"elm.text", "default", 0.0);
18019 get_state(PART:"elm.swallow.content", st, 30, vl);
18020 if (!strcmp(st, "visible"))
18021 set_state(PART:"elm.swallow.content", "visible", 0.0);
18023 set_state(PART:"elm.swallow.content", "default", 0.0);
18028 group { name: "elm/genlist/tree_compress_odd/double_label/default";
18029 data.item: "stacking" "below";
18030 data.item: "selectraise" "on";
18031 data.item: "labels" "elm.text elm.text.sub";
18032 data.item: "icons" "elm.swallow.icon elm.swallow.end";
18033 data.item: "treesize" "20";
18034 // data.item: "states" "";
18036 image: "bt_sm_base1.png" COMP;
18037 image: "bt_sm_shine.png" COMP;
18038 image: "bt_sm_hilight.png" COMP;
18039 image: "ilist_2.png" COMP;
18040 image: "icon_arrow_right.png" COMP;
18041 image: "icon_arrow_down.png" COMP;
18049 state: "default" 0.0;
18057 state: "default" 0.0;
18059 normal: "ilist_2.png";
18066 clip_to: "disclip";
18068 description { state: "default" 0.0;
18070 color: 255 255 255 0;
18080 normal: "bt_sm_base1.png";
18083 image.middle: SOLID;
18085 description { state: "selected" 0.0;
18086 inherit: "default" 0.0;
18088 color: 255 255 255 255;
18099 part { name: "elm.swallow.pad";
18101 description { state: "default" 0.0;
18114 part { name: "arrow";
18115 clip_to: "disclip";
18116 ignore_flags: ON_HOLD;
18117 description { state: "default" 0.0;
18122 to_x: "elm.swallow.pad";
18127 to_x: "elm.swallow.pad";
18131 image.normal: "icon_arrow_right.png";
18133 description { state: "active" 0.0;
18134 inherit: "default" 0.0;
18135 image.normal: "icon_arrow_down.png";
18138 part { name: "elm.swallow.icon";
18139 clip_to: "disclip";
18141 description { state: "default" 0.0;
18156 part { name: "elm.swallow.end";
18157 clip_to: "disclip";
18159 description { state: "default" 0.0;
18163 aspect_preference: VERTICAL;
18174 part { name: "elm.text";
18175 clip_to: "disclip";
18177 effect: SOFT_SHADOW;
18181 state: "default" 0.0;
18184 to_x: "elm.swallow.icon";
18189 to_x: "elm.swallow.end";
18203 description { state: "selected" 0.0;
18204 inherit: "default" 0.0;
18205 color: 224 224 224 255;
18209 part { name: "elm.text.sub";
18210 clip_to: "disclip";
18215 state: "default" 0.0;
18218 to_x: "elm.swallow.icon";
18223 to_x: "elm.swallow.end";
18237 description { state: "selected" 0.0;
18238 inherit: "default" 0.0;
18239 color: 128 128 128 255;
18243 part { name: "fg1";
18244 clip_to: "disclip";
18246 description { state: "default" 0.0;
18248 color: 255 255 255 0;
18250 rel2.relative: 1.0 0.5;
18253 normal: "bt_sm_hilight.png";
18257 description { state: "selected" 0.0;
18258 inherit: "default" 0.0;
18260 color: 255 255 255 255;
18263 part { name: "fg2";
18264 clip_to: "disclip";
18266 description { state: "default" 0.0;
18268 color: 255 255 255 0;
18272 normal: "bt_sm_shine.png";
18276 description { state: "selected" 0.0;
18277 inherit: "default" 0.0;
18279 color: 255 255 255 255;
18282 part { name: "disclip";
18284 description { state: "default" 0.0;
18288 description { state: "disabled" 0.0;
18289 inherit: "default" 0.0;
18290 color: 255 255 255 64;
18295 // signal: elm,state,%s,active
18296 // a "check" item named %s went active
18297 // signal: elm,state,%s,passive
18298 // a "check" item named %s went passive
18299 // default is passive
18302 signal: "elm,state,selected";
18304 action: STATE_SET "selected" 0.0;
18308 target: "elm.text";
18309 target: "elm.text.sub";
18312 name: "go_passive";
18313 signal: "elm,state,unselected";
18315 action: STATE_SET "default" 0.0;
18319 target: "elm.text";
18320 target: "elm.text.sub";
18321 transition: LINEAR 0.1;
18324 name: "go_disabled";
18325 signal: "elm,state,disabled";
18327 action: STATE_SET "disabled" 0.0;
18331 name: "go_enabled";
18332 signal: "elm,state,enabled";
18334 action: STATE_SET "default" 0.0;
18339 signal: "mouse,up,1";
18341 action: SIGNAL_EMIT "elm,action,expand,toggle" "elm";
18344 name: "go_expanded";
18345 signal: "elm,state,expanded";
18347 action: STATE_SET "active" 0.0;
18351 name: "go_contracted";
18352 signal: "elm,state,contracted";
18354 action: STATE_SET "default" 0.0;
18360 ///////////////////////////////////////////////////////////////////////////////
18361 group { name: "elm/pager/base/default";
18362 data.item: "onshow" "raise";
18364 // data.item: "onhide" "lower";
18365 // data.item: "onshow" "lower";
18367 image: "frame_1.png" COMP;
18368 image: "frame_2.png" COMP;
18369 image: "dia_grad.png" COMP;
18372 part { name: "clip";
18375 description { state: "default" 0.0;
18378 offset: -9999 -9999;
18384 color: 255 255 255 255;
18386 description { state: "visible" 0.0;
18387 inherit: "default" 0.0;
18389 description { state: "hidden" 0.0;
18390 inherit: "default" 0.0;
18391 color: 255 255 255 0;
18395 part { name: "base0";
18398 description { state: "default" 0.0;
18399 image.normal: "dia_grad.png";
18411 part { name: "base";
18414 description { state: "default" 0.0;
18416 normal: "frame_2.png";
18422 description { state: "hidden" 0.0;
18423 inherit: "default" 0.0;
18424 rel1.relative: -1.0 0.0;
18425 rel2.relative: 0.0 1.0;
18427 description { state: "visible" 0.0;
18428 inherit: "default" 0.0;
18429 rel1.relative: 0.0 0.0;
18430 rel2.relative: 1.0 1.0;
18433 part { name: "over";
18436 description { state: "default" 0.0;
18446 normal: "frame_1.png";
18453 part { name: "elm.swallow.content";
18456 description { state: "default" 0.0;
18469 program { name: "show_start";
18470 signal: "elm,action,show";
18472 action: STATE_SET "hidden" 0.0;
18475 after: "show_start2";
18477 program { name: "show_start2";
18478 action: STATE_SET "visible" 0.0;
18479 transition: DECELERATE 0.5;
18484 program { name: "show_end";
18485 action: SIGNAL_EMIT "elm,action,show,finished" "";
18487 program { name: "hide_start";
18488 signal: "elm,action,hide";
18490 action: STATE_SET "visible" 0.0;
18493 after: "hide_start2";
18495 program { name: "hide_start2";
18496 action: STATE_SET "hidden" 0.0;
18497 transition: DECELERATE 0.5;
18502 program { name: "hide_end";
18503 action: SIGNAL_EMIT "elm,action,hide,finished" "";
18505 program { name: "reset";
18506 signal: "elm,action,reset";
18508 action: STATE_SET "default" 0.0;
18515 group { name: "elm/pager/base/fade";
18516 data.item: "onshow" "raise";
18518 // data.item: "onhide" "lower";
18519 // data.item: "onshow" "lower";
18521 image: "frame_1.png" COMP;
18522 image: "frame_2.png" COMP;
18523 image: "dia_grad.png" COMP;
18526 part { name: "clip_base";
18529 description { state: "default" 0.0;
18532 offset: -9999 -9999;
18538 color: 255 255 255 120;
18540 description { state: "visible" 0.0;
18541 inherit: "default" 0.0;
18543 description { state: "hidden" 0.0;
18544 inherit: "default" 0.0;
18545 color: 255 255 255 0;
18549 part { name: "clip";
18552 description { state: "default" 0.0;
18555 offset: -9999 -9999;
18561 color: 255 255 255 255;
18563 description { state: "visible" 0.0;
18564 inherit: "default" 0.0;
18566 description { state: "hidden" 0.0;
18567 inherit: "default" 0.0;
18568 color: 255 255 255 0;
18572 part { name: "base0";
18574 clip_to: "clip_base";
18575 description { state: "default" 0.0;
18576 image.normal: "dia_grad.png";
18588 part { name: "base";
18590 clip_to: "clip_base";
18591 description { state: "default" 0.0;
18593 normal: "frame_2.png";
18600 part { name: "over";
18603 description { state: "default" 0.0;
18613 normal: "frame_1.png";
18620 part { name: "elm.swallow.content";
18623 description { state: "default" 0.0;
18636 program { name: "show_start";
18637 signal: "elm,action,show";
18639 action: STATE_SET "hidden" 0.0;
18641 target: "clip_base";
18642 after: "show_start2";
18644 program { name: "show_start2";
18645 action: STATE_SET "visible" 0.0;
18646 transition: DECELERATE 0.5;
18648 target: "clip_base";
18651 program { name: "show_end";
18652 action: SIGNAL_EMIT "elm,action,show,finished" "";
18654 program { name: "hide_start";
18655 signal: "elm,action,hide";
18657 action: STATE_SET "visible" 0.0;
18659 target: "clip_base";
18660 after: "hide_start2";
18662 program { name: "hide_start2";
18663 action: STATE_SET "hidden" 0.0;
18664 transition: DECELERATE 0.5;
18666 target: "clip_base";
18669 program { name: "hide_end";
18670 action: SIGNAL_EMIT "elm,action,hide,finished" "";
18672 program { name: "reset";
18673 signal: "elm,action,reset";
18675 action: STATE_SET "default" 0.0;
18676 target: "clip_base";
18681 group { name: "elm/pager/base/fade_translucide";
18682 data.item: "onshow" "raise";
18684 // data.item: "onhide" "lower";
18685 // data.item: "onshow" "lower";
18687 image: "frame_1.png" COMP;
18688 image: "frame_2.png" COMP;
18689 image: "dia_grad.png" COMP;
18692 part { name: "clip_base";
18695 description { state: "default" 0.0;
18698 offset: -9999 -9999;
18704 color: 255 255 255 120;
18706 description { state: "visible" 0.0;
18707 inherit: "default" 0.0;
18709 description { state: "hidden" 0.0;
18710 inherit: "default" 0.0;
18711 color: 255 255 255 0;
18715 part { name: "clip";
18718 description { state: "default" 0.0;
18721 offset: -9999 -9999;
18727 color: 255 255 255 255;
18729 description { state: "visible" 0.0;
18730 inherit: "default" 0.0;
18732 description { state: "hidden" 0.0;
18733 inherit: "default" 0.0;
18734 color: 255 255 255 0;
18738 part { name: "base0";
18740 clip_to: "clip_base";
18741 description { state: "default" 0.0;
18742 image.normal: "dia_grad.png";
18754 part { name: "base";
18756 clip_to: "clip_base";
18757 description { state: "default" 0.0;
18759 normal: "frame_2.png";
18766 part { name: "over";
18769 description { state: "default" 0.0;
18779 normal: "frame_1.png";
18786 part { name: "elm.swallow.content";
18789 description { state: "default" 0.0;
18802 program { name: "show_start";
18803 signal: "elm,action,show";
18805 action: STATE_SET "hidden" 0.0;
18807 target: "clip_base";
18808 after: "show_start2";
18810 program { name: "show_start2";
18811 action: STATE_SET "visible" 0.0;
18812 transition: DECELERATE 0.5;
18814 target: "clip_base";
18817 program { name: "show_end";
18818 action: SIGNAL_EMIT "elm,action,show,finished" "";
18820 program { name: "hide_start";
18821 signal: "elm,action,hide";
18823 action: STATE_SET "visible" 0.0;
18825 target: "clip_base";
18826 after: "hide_start2";
18828 program { name: "hide_start2";
18829 action: STATE_SET "hidden" 0.0;
18830 transition: DECELERATE 0.5;
18832 target: "clip_base";
18835 program { name: "hide_end";
18836 action: SIGNAL_EMIT "elm,action,hide,finished" "";
18838 program { name: "reset";
18839 signal: "elm,action,reset";
18841 action: STATE_SET "default" 0.0;
18842 target: "clip_base";
18850 ///////////////////////////////////////////////////////////////////////////////
18851 // FIXME: this doesn't look too hot. need to fix it up
18852 group { name: "elm/progressbar/horizontal/default";
18854 image: "shelf_inset.png" COMP;
18855 image: "bt_sm_base2.png" COMP;
18856 image: "bt_sm_hilight.png" COMP;
18857 image: "bt_sm_shine.png" COMP;
18860 part { name: "elm.background.progressbar";
18863 state: "default" 0.0;
18873 part { name: "elm.swallow.bar";
18879 state: "default" 0.0;
18882 to_y: "elm.background.progressbar";
18886 to: "elm.background.progressbar";
18891 part { name: "elm.swallow.content";
18893 description { state: "default" 0.0;
18898 to_y: "elm.background.progressbar";
18903 to_y: "elm.background.progressbar";
18906 description { state: "visible" 0.0;
18907 inherit: "default" 0.0;
18910 aspect_preference: VERTICAL;
18914 part { name: "elm.text";
18918 description { state: "default" 0.0;
18922 rel1.to_x: "elm.swallow.content";
18923 rel1.relative: 1.0 0.0;
18925 rel2.to_x: "elm.swallow.content";
18926 rel2.relative: 1.0 1.0;
18927 rel2.offset: -1 -5;
18930 font: "Sans,Edje-Vera";
18936 description { state: "visible" 0.0;
18937 inherit: "default" 0.0;
18945 part { name: "background";
18947 clip_to: "elm.background.progressbar";
18949 state: "default" 0.0;
18951 to: "elm.swallow.bar";
18955 to: "elm.swallow.bar";
18960 normal: "shelf_inset.png";
18966 part { name: "elm.text.status";
18969 description { state: "default" 0.0;
18981 font: "Sans:style=Bold,Edje-Vera-Bold";
18988 description { state: "hidden" 0.0;
18989 inherit: "default" 0.0;
18995 part { name: "elm.progress.progressbar";
18997 clip_to: "elm.background.progressbar";
18999 state: "default" 0.0;
19003 to: "elm.swallow.bar";
19007 to_y: "elm.swallow.bar";
19008 to_x: "elm.cur.progressbar";
19012 normal: "bt_sm_base2.png";
19017 state: "invert" 0.0;
19018 inherit: "default" 0.0;
19020 to_y: "elm.swallow.bar";
19021 to_x: "elm.cur.progressbar";
19024 to: "elm.swallow.bar";
19029 state: "state_begin" 0.0;
19030 inherit: "default" 0.0;
19032 to: "elm.swallow.bar";
19036 to: "elm.swallow.bar";
19041 state: "state_end" 0.0;
19042 inherit: "default" 0.0;
19044 to: "elm.swallow.bar";
19048 to: "elm.swallow.bar";
19053 part { name: "text-bar";
19056 clip_to: "progress-rect";
19057 effect: SOFT_SHADOW;
19059 description { state: "default" 0.0;
19063 rel1.to: "elm.text.status";
19064 rel1.offset: -1 -1;
19065 rel2.to: "elm.text.status";
19067 text_source: "elm.text.status";
19068 font: "Sans:style=Bold,Edje-Vera-Bold";
19073 color: 224 224 224 255;
19076 description { state: "hidden" 0.0;
19077 inherit: "default" 0.0;
19083 part { name: "over1";
19085 description { state: "default" 0.0;
19086 rel1.to: "elm.progress.progressbar";
19087 rel2.to: "elm.progress.progressbar";
19088 rel2.relative: 1.0 0.5;
19090 normal: "bt_sm_hilight.png";
19096 part { name: "over2";
19099 description { state: "default" 0.0;
19100 rel1.to: "elm.progress.progressbar";
19101 rel2.to: "elm.progress.progressbar";
19103 normal: "bt_sm_shine.png";
19109 part { name: "elm.cur.progressbar";
19112 confine: "background";
19116 description { state: "default" 0.0;
19124 rel2.to: "background";
19127 part { name: "progress-rect";
19130 state: "default" 0.0;
19131 rel1.to: "elm.progress.progressbar";
19132 rel2.to: "elm.progress.progressbar";
19137 program { name: "label_show";
19138 signal: "elm,state,text,visible";
19140 action: STATE_SET "visible" 0.0;
19141 target: "elm.text";
19143 program { name: "label_hide";
19144 signal: "elm,state,text,hidden";
19146 action: STATE_SET "default" 0.0;
19147 target: "elm.text";
19149 program { name: "icon_show";
19150 signal: "elm,state,icon,visible";
19152 action: STATE_SET "visible" 0.0;
19153 target: "elm.swallow.content";
19155 program { name: "icon_hide";
19156 signal: "elm,state,icon,hidden";
19158 action: STATE_SET "default" 0.0;
19159 target: "elm.swallow.content";
19161 program { name: "units_show";
19162 signal: "elm,state,units,visible";
19164 action: STATE_SET "default" 0.0;
19165 target: "text-bar";
19166 target: "elm.text.status";
19168 program { name: "units_hide";
19169 signal: "elm,state,units,hidden";
19171 action: STATE_SET "hidden" 0.0;
19172 target: "text-bar";
19173 target: "elm.text.status";
19175 program { name: "slide_to_end";
19176 action: STATE_SET "state_end" 0.0;
19177 transition: LINEAR 0.5;
19178 target: "elm.progress.progressbar";
19179 after: "slide_to_begin";
19181 program { name: "slide_to_begin";
19182 signal: "elm,state,slide,begin";
19183 action: STATE_SET "state_begin" 0.0;
19184 target: "elm.progress.progressbar";
19185 transition: LINEAR 0.5;
19186 after: "slide_to_end";
19188 program { name: "start_pulse";
19189 signal: "elm,state,pulse,start";
19191 after: "slide_to_end";
19193 program { name: "stop_pulse";
19194 signal: "elm,state,pulse,stop";
19196 action: ACTION_STOP;
19197 target: "slide_to_begin";
19198 target: "slide_to_end";
19199 target: "start_pulse";
19200 after: "state_pulse";
19202 program { name: "state_pulse";
19203 signal: "elm,state,pulse";
19205 action: STATE_SET "state_begin" 0.0;
19206 target: "elm.progress.progressbar";
19207 after: "units_hide";
19209 program { name: "state_fraction";
19210 signal: "elm,state,fraction";
19212 action: ACTION_STOP;
19213 target: "slide_to_begin";
19214 target: "slide_to_end";
19215 target: "start_pulse";
19216 action: STATE_SET "default" 0.0;
19217 target: "elm.progress.progressbar";
19219 program { name: "set_invert_on";
19220 signal: "elm,state,inverted,on";
19222 action: STATE_SET "invert" 0.0;
19223 target: "elm.progress.progressbar";
19225 program { name: "set_invert_off";
19226 signal: "elm,state,inverted,off";
19228 action: STATE_SET "default" 0.0;
19229 target: "elm.progress.progressbar";
19234 ///////////////////////////////////////////////////////////////////////////////
19235 group { name: "elm/progressbar/vertical/default";
19237 image: "shelf_inset.png" COMP;
19238 image: "bt_sm_base2.png" COMP;
19239 image: "bt_sm_hilight.png" COMP;
19240 image: "bt_sm_shine.png" COMP;
19243 part { name: "elm.background.progressbar";
19247 state: "default" 0.0;
19258 part { name: "elm.swallow.bar";
19261 description { state: "default" 0.0;
19271 to_y: "elm.text.box";
19277 part { name: "elm.swallow.content";
19279 description { state: "default" 0.0;
19284 to_x: "elm.swallow.bar";
19289 to_x: "elm.swallow.bar";
19292 description { state: "visible" 0.0;
19293 inherit: "default" 0.0;
19296 aspect_preference: HORIZONTAL;
19300 part { name: "elm.text";
19304 description { state: "default" 0.0;
19308 rel1.to_y: "elm.swallow.content";
19309 rel1.relative: 0.5 1.0;
19311 rel2.to_y: "elm.swallow.content";
19312 rel2.relative: 0.5 1.0;
19313 rel2.offset: -1 -1;
19316 font: "Sans,Edje-Vera";
19322 description { state: "visible" 0.0;
19323 inherit: "default" 0.0;
19331 part { name: "background";
19333 clip_to: "elm.background.progressbar";
19335 state: "default" 0.0;
19337 to: "elm.swallow.bar";
19341 to: "elm.swallow.bar";
19346 normal: "shelf_inset.png";
19352 part { name: "elm.progress.progressbar";
19354 clip_to: "elm.background.progressbar";
19356 state: "default" 0.0;
19360 to: "elm.swallow.bar";
19364 to_x: "elm.swallow.bar";
19365 to_y: "elm.cur.progressbar";
19369 normal: "bt_sm_base2.png";
19374 state: "invert" 0.0;
19375 inherit: "default" 0.0;
19377 to_x: "elm.swallow.bar";
19378 to_y: "elm.cur.progressbar";
19381 to: "elm.swallow.bar";
19386 state: "state_begin" 0.0;
19387 inherit: "default" 0.0;
19389 to: "elm.swallow.bar";
19393 to: "elm.swallow.bar";
19398 state: "state_end" 0.0;
19399 inherit: "default" 0.0;
19401 to: "elm.swallow.bar";
19405 to: "elm.swallow.bar";
19411 part { name: "over1";
19413 description { state: "default" 0.0;
19414 rel1.to: "elm.progress.progressbar";
19415 rel2.to: "elm.progress.progressbar";
19416 rel2.relative: 1.0 0.5;
19418 normal: "bt_sm_hilight.png";
19424 part { name: "over2";
19427 description { state: "default" 0.0;
19428 rel1.to: "elm.progress.progressbar";
19429 rel2.to: "elm.progress.progressbar";
19431 normal: "bt_sm_shine.png";
19437 part { name: "elm.cur.progressbar";
19440 confine: "background";
19444 description { state: "default" 0.0;
19452 rel2.to: "background";
19456 part { name: "elm.text.box";
19459 description { state: "default" 0.0;
19462 to: "elm.text.status";
19466 to: "elm.text.status";
19469 color: 255 255 255 0;
19471 description { state: "visible" 0.0;
19472 inherit: "default" 0.0;
19476 part { name: "elm.text.status";
19480 description { state: "default" 0.0;
19484 rel1.relative: 0.0 1.0;
19486 rel2.relative: 1.0 1.0;
19490 font: "Sans:style=Bold,Edje-Vera-Bold";
19496 description { state: "visible" 0.0;
19497 inherit: "default" 0.0;
19502 rel2.offset: -9 -9;
19507 program { name: "label_show";
19508 signal: "elm,state,text,visible";
19510 action: STATE_SET "visible" 0.0;
19511 target: "elm.text";
19513 program { name: "label_hide";
19514 signal: "elm,state,text,hidden";
19516 action: STATE_SET "default" 0.0;
19517 target: "elm.text";
19519 program { name: "icon_show";
19520 signal: "elm,state,icon,visible";
19522 action: STATE_SET "visible" 0.0;
19523 target: "elm.swallow.content";
19525 program { name: "icon_hide";
19526 signal: "elm,state,icon,hidden";
19528 action: STATE_SET "default" 0.0;
19529 target: "elm.swallow.content";
19531 program { name: "units_show";
19532 signal: "elm,state,units,visible";
19534 action: STATE_SET "visible" 0.0;
19535 target: "elm.text.status";
19536 target: "elm.text.box";
19538 program { name: "units_hide";
19539 signal: "elm,state,units,hidden";
19541 action: STATE_SET "default" 0.0;
19542 target: "elm.text.status";
19543 target: "elm.text.box";
19545 program { name: "slide_to_end";
19546 action: STATE_SET "state_end" 0.0;
19547 transition: LINEAR 0.5;
19548 target: "elm.progress.progressbar";
19549 after: "slide_to_begin";
19551 program { name: "slide_to_begin";
19552 action: STATE_SET "state_begin" 0.0;
19553 target: "elm.progress.progressbar";
19554 transition: LINEAR 0.5;
19555 after: "slide_to_end";
19557 program { name: "start_pulse";
19558 signal: "elm,state,pulse,start";
19560 action: STATE_SET "state_begin" 0.0;
19561 target: "elm.progress.progressbar";
19562 after: "slide_to_end";
19564 program { name: "stop_pulse";
19565 signal: "elm,state,pulse,stop";
19567 action: ACTION_STOP;
19568 target: "slide_to_begin";
19569 target: "slide_to_end";
19570 target: "start_pulse";
19571 after: "state_pulse";
19573 program { name: "state_pulse";
19574 signal: "elm,state,pulse";
19576 action: STATE_SET "state_begin" 0.0;
19577 target: "elm.progress.progressbar";
19578 after: "units_hide";
19580 program { name: "state_fraction";
19581 signal: "elm,state,fraction";
19583 action: ACTION_STOP;
19584 target: "slide_to_begin";
19585 target: "slide_to_end";
19586 target: "start_pulse";
19587 action: STATE_SET "default" 0.0;
19588 target: "elm.progress.progressbar";
19590 program { name: "set_invert_on";
19591 signal: "elm,state,inverted,on";
19593 action: STATE_SET "invert" 0.0;
19594 target: "elm.progress.progressbar";
19595 target: "elm.cur.progressbar";
19597 program { name: "set_invert_off";
19598 signal: "elm,state,inverted,off";
19600 action: STATE_SET "default" 0.0;
19601 target: "elm.progress.progressbar";
19602 target: "elm.cur.progressbar";
19607 ///////////////////////////////////////////////////////////////////////////////
19608 group { name: "elm/separator/horizontal/default";
19610 image: "separator_h.png" COMP;
19613 part { name: "separator"; // separator group
19614 description { state: "default" 0.0;
19617 rel2.offset: -5 -5;
19619 normal: "separator_h.png";
19629 ///////////////////////////////////////////////////////////////////////////////
19630 group { name: "elm/separator/vertical/default";
19632 image: "separator_v.png" COMP;
19635 part { name: "separator"; // separator group
19636 description { state: "default" 0.0;
19639 rel2.offset: -5 -5;
19641 normal: "separator_v.png";
19651 group { name: "elm/progressbar/horizontal/wheel";
19653 image: "busy-1.png" COMP;
19654 image: "busy-2.png" COMP;
19655 image: "busy-3.png" COMP;
19656 image: "busy-4.png" COMP;
19657 image: "busy-5.png" COMP;
19658 image: "busy-6.png" COMP;
19659 image: "busy-7.png" COMP;
19660 image: "busy-8.png" COMP;
19661 image: "busy-9.png" COMP;
19664 part { name: "elm.background.progressbar";
19668 state: "default" 0.0;
19671 part { name: "elm.swallow.bar";
19674 description { state: "default" 0.0;
19680 part { name: "elm.swallow.content";
19682 description { state: "default" 0.0;
19688 part { name: "background";
19690 clip_to: "elm.background.progressbar";
19692 state: "default" 0.0;
19697 aspect_preference: BOTH;
19699 normal: "busy-9.png";
19704 state: "pulse" 0.0;
19705 inherit: "default" 0.0;
19707 normal: "busy-9.png";
19708 tween: "busy-1.png";
19709 tween: "busy-2.png";
19710 tween: "busy-3.png";
19711 tween: "busy-4.png";
19712 tween: "busy-5.png";
19713 tween: "busy-6.png";
19714 tween: "busy-7.png";
19715 tween: "busy-8.png";
19722 program { name: "start_pulse";
19723 signal: "elm,state,pulse,start";
19725 action: STATE_SET "pulse" 0.0;
19726 target: "background";
19727 transition: LINEAR 0.5;
19728 after: "start_pulse";
19730 program { name: "stop_pulse";
19731 signal: "elm,state,pulse,stop";
19733 action: STATE_SET "default" 0.0;
19734 target: "background";
19740 ///////////////////////////////////////////////////////////////////////////////
19741 group { name: "elm/spinner/base/default";
19743 image: "shelf_inset.png" COMP;
19744 image: "bt_base1.png" COMP;
19745 image: "bt_hilight.png" COMP;
19746 image: "bt_shine.png" COMP;
19747 image: "bt_glow.png" COMP;
19748 image: "bt_dis_base.png" COMP;
19749 image: "bt_dis_hilight.png" COMP;
19750 image: "sp_bt_l.png" COMP;
19751 image: "sp_bt_r.png" COMP;
19756 description { state: "default" 0.0;
19760 rel2.offset: -2 -2;
19761 color: 255 255 255 0;
19764 part { name: "conf_over";
19766 description { state: "default" 0.0;
19770 normal: "shelf_inset.png";
19777 part { name: "left_bt";
19779 description { state: "default" 0.0;
19790 normal: "bt_base1.png";
19795 description { state: "clicked" 0.0;
19796 inherit: "default" 0.0;
19797 image.normal: "bt_base1.png";
19798 image.middle: SOLID;
19800 description { state: "disabled" 0.0;
19801 inherit: "default" 0.0;
19803 normal: "bt_dis_base.png";
19808 part { name: "left_over1";
19810 description { state: "default" 0.0;
19811 rel1.to: "left_bt";
19812 rel2 { to: "left_bt";
19816 normal: "bt_hilight.png";
19820 description { state: "disabled" 0.0;
19821 inherit: "default" 0.0;
19823 normal: "bt_dis_hilight.png";
19828 part { name: "left_over2";
19831 ignore_flags: ON_HOLD;
19832 description { state: "default" 0.0;
19833 rel1.to: "left_bt";
19834 rel2.to: "left_bt";
19836 normal: "bt_shine.png";
19840 description { state: "disabled" 0.0;
19841 inherit: "default" 0.0;
19845 part { name: "left_over3";
19848 description { state: "default" 0.0;
19849 color: 255 255 255 0;
19850 rel1.to: "left_bt";
19851 rel2.to: "left_bt";
19853 normal: "bt_glow.png";
19854 border: 12 12 12 12;
19858 description { state: "clicked" 0.0;
19859 inherit: "default" 0.0;
19861 color: 255 255 255 255;
19864 part { name: "right_bt";
19866 description { state: "default" 0.0;
19877 normal: "bt_base1.png";
19882 description { state: "clicked" 0.0;
19883 inherit: "default" 0.0;
19884 image.normal: "bt_base1.png";
19885 image.middle: SOLID;
19887 description { state: "disabled" 0.0;
19888 inherit: "default" 0.0;
19890 normal: "bt_dis_base.png";
19895 part { name: "right_over1";
19897 description { state: "default" 0.0;
19898 rel1.to: "right_bt";
19899 rel2 { to: "right_bt";
19903 normal: "bt_hilight.png";
19907 description { state: "disabled" 0.0;
19908 inherit: "default" 0.0;
19910 normal: "bt_dis_hilight.png";
19915 part { name: "right_over2";
19918 ignore_flags: ON_HOLD;
19919 description { state: "default" 0.0;
19920 rel1.to: "right_bt";
19921 rel2.to: "right_bt";
19923 normal: "bt_shine.png";
19927 description { state: "disabled" 0.0;
19928 inherit: "default" 0.0;
19932 part { name: "right_over3";
19935 description { state: "default" 0.0;
19936 color: 255 255 255 0;
19937 rel1.to: "right_bt";
19938 rel2.to: "right_bt";
19940 normal: "bt_glow.png";
19941 border: 12 12 12 12;
19945 description { state: "clicked" 0.0;
19946 inherit: "default" 0.0;
19948 color: 255 255 255 255;
19951 part { name: "left_bt_icon";
19953 description { state: "default" 0.0;
19954 rel1.to: "left_bt";
19955 rel2.to: "left_bt";
19959 image.normal: "sp_bt_l.png";
19962 part { name: "right_bt_icon";
19964 description { state: "default" 0.0;
19965 rel1.to: "right_bt";
19966 rel2.to: "right_bt";
19970 image.normal: "sp_bt_r.png";
19973 part { name: "elm.text";
19977 description { state: "default" 0.0;
19980 rel1 { relative: 1.0 0.0;
19985 rel2 { relative: 0.0 1.0;
19992 font: "Sans,Edje-Vera";
19998 description { state: "active" 0.0;
19999 inherit: "default" 0.0;
20002 description { state: "disabled_active" 0.0;
20003 inherit: "default" 0.0;
20007 description { state: "disabled" 0.0;
20008 inherit: "default" 0.0;
20013 part { name: "elm.dragable.slider";
20021 description { state: "default" 0.0;
20028 part { name: "button_events";
20031 events: "elm.dragable.slider";
20034 description { state: "default" 0.0;
20035 rel1.to: "elm.text";
20036 rel2.to: "elm.text";
20040 part { name: "elm.swallow.entry";
20042 description { state: "default" 0.0;
20045 rel1 { relative: 1.0 0.5;
20050 rel2 { relative: 0.0 0.5;
20058 description { state: "active" 0.0;
20059 inherit: "default" 0.0;
20061 color: 255 255 255 255;
20063 description { state: "disabled_active" 0.0;
20064 inherit: "default" 0.0;
20067 description { state: "disabled" 0.0;
20068 inherit: "default" 0.0;
20072 part { name: "disabler";
20074 description { state: "default" 0.0;
20078 description { state: "disabled" 0.0;
20079 inherit: "default" 0.0;
20085 program { name: "text_show";
20086 signal: "elm,state,text,visible";
20088 action: STATE_SET "visible" 0.0;
20089 target: "elm.text";
20091 program { name: "text_hide";
20092 signal: "elm,state,text,hidden";
20094 action: STATE_SET "default" 0.0;
20095 target: "elm.text";
20097 program { name: "dec";
20098 signal: "mouse,down,1";
20100 action: SIGNAL_EMIT "elm,action,decrement,start" "";
20102 program { name: "dec2";
20103 signal: "mouse,up,1";
20105 action: SIGNAL_EMIT "elm,action,decrement,stop" "";
20107 program { name: "inc";
20108 signal: "mouse,down,1";
20109 source: "right_bt";
20110 action: SIGNAL_EMIT "elm,action,increment,start" "";
20112 program { name: "inc2";
20113 signal: "mouse,up,1";
20114 source: "right_bt";
20115 action: SIGNAL_EMIT "elm,action,increment,stop" "";
20118 name: "left_bt_click";
20119 signal: "mouse,down,1";
20120 source: "left_over2";
20121 action: STATE_SET "clicked" 0.0;
20125 name: "left_bt_unclick";
20126 signal: "mouse,up,1";
20127 source: "left_over2";
20128 action: STATE_SET "default" 0.0;
20132 name: "left_bt_click2";
20133 signal: "mouse,down,1";
20134 source: "left_over3";
20135 action: STATE_SET "clicked" 0.0;
20136 target: "left_over3";
20139 name: "left_bt_unclick2";
20140 signal: "mouse,up,1";
20141 source: "left_over3";
20142 action: STATE_SET "default" 0.0;
20143 transition: DECELERATE 0.5;
20144 target: "left_over3";
20147 name: "left_bt_unclick3";
20148 signal: "mouse,up,1";
20149 source: "left_over2";
20150 action: SIGNAL_EMIT "elm,action,click" "";
20154 name: "right_bt_click";
20155 signal: "mouse,down,1";
20156 source: "right_over2";
20157 action: STATE_SET "clicked" 0.0;
20158 target: "right_bt";
20161 name: "right_bt_unclick";
20162 signal: "mouse,up,1";
20163 source: "right_over2";
20164 action: STATE_SET "default" 0.0;
20165 target: "right_bt";
20168 name: "right_bt_click2";
20169 signal: "mouse,down,1";
20170 source: "right_over3";
20171 action: STATE_SET "clicked" 0.0;
20172 target: "right_over3";
20175 name: "right_bt_unclick2";
20176 signal: "mouse,up,1";
20177 source: "right_over3";
20178 action: STATE_SET "default" 0.0;
20179 transition: DECELERATE 0.5;
20180 target: "right_over3";
20183 name: "right_bt_unclick3";
20184 signal: "mouse,up,1";
20185 source: "right_over2";
20186 action: SIGNAL_EMIT "elm,action,click" "";
20188 program { name: "disable";
20189 signal: "elm,state,disabled";
20191 action: STATE_SET "disabled" 0.0;
20193 target: "left_over1";
20194 target: "left_over2";
20195 target: "right_bt";
20196 target: "right_over1";
20197 target: "right_over2";
20198 target: "disabler";
20199 after: "disable_text";
20201 program { name: "disable_text";
20205 get_state(PART:"elm.text", st, 30, vl);
20206 if (!strcmp(st, "active"))
20207 set_state(PART:"elm.text", "disabled_active", 0.0);
20209 set_state(PART:"elm.text", "disabled", 0.0);
20211 get_state(PART:"elm.swallow.entry", st, 30, vl);
20212 if (!strcmp(st, "active"))
20213 set_state(PART:"elm.swallow.entry", "disabled_active", 0.0);
20215 set_state(PART:"elm.swallow.entry", "disabled", 0.0);
20218 program { name: "enable";
20219 signal: "elm,state,enabled";
20221 action: STATE_SET "default" 0.0;
20223 target: "left_over1";
20224 target: "left_over2";
20225 target: "right_bt";
20226 target: "right_over1";
20227 target: "right_over2";
20228 target: "disabler";
20229 after: "enable_text";
20231 program { name: "enable_text";
20235 get_state(PART:"elm.text", st, 30, vl);
20236 if (!strcmp(st, "disabled_active"))
20237 set_state(PART:"elm.text", "active", 0.0);
20239 set_state(PART:"elm.text", "default", 0.0);
20241 get_state(PART:"elm.swallow.entry", st, 30, vl);
20242 if (!strcmp(st, "disabled_active"))
20243 set_state(PART:"elm.swallow.entry", "active", 0.0);
20245 set_state(PART:"elm.swallow.entry", "default", 0.0);
20248 program { name: "active";
20249 signal: "elm,state,active";
20251 action: STATE_SET "active" 0.0;
20252 target: "elm.text";
20253 target: "elm.swallow.entry";
20255 program { name: "inactive";
20256 signal: "elm,state,inactive";
20258 action: STATE_SET "default" 0.0;
20259 target: "elm.text";
20260 target: "elm.swallow.entry";
20262 program { name: "toggle_text";
20263 signal: "mouse,up,1";
20264 source: "button_events";
20265 action: SIGNAL_EMIT "elm,action,entry,toggle" "";
20270 ///////////////////////////////////////////////////////////////////////////////
20271 group { name: "elm/spinner/base/vertical";
20273 image: "shelf_inset.png" COMP;
20274 image: "bt_hilight.png" COMP;
20275 image: "bt_shine.png" COMP;
20276 image: "bt_glow.png" COMP;
20277 image: "bt_dis_base.png" COMP;
20278 image: "bt_dis_hilight.png" COMP;
20279 image: "up.png" COMP;
20280 image: "down.png" COMP;
20281 image: "bt_spinner_up.png" COMP;
20282 image: "bt_spinner_down.png" COMP;
20283 image: "bt_spinner_hilight.png" COMP;
20288 description { state: "default" 0.0;
20292 rel2.offset: -2 -2;
20293 color: 255 255 255 0;
20296 part { name: "conf_over";
20298 description { state: "default" 0.0;
20311 normal: "shelf_inset.png";
20318 part { name: "down_bt";
20320 description { state: "default" 0.0;
20335 normal: "bt_spinner_down.png";
20340 description { state: "clicked" 0.0;
20341 inherit: "default" 0.0;
20342 image.normal: "bt_spinner_down.png";
20343 image.middle: SOLID;
20345 description { state: "disabled" 0.0;
20346 inherit: "default" 0.0;
20348 normal: "bt_dis_base.png";
20353 part { name: "down_over3";
20356 description { state: "default" 0.0;
20357 color: 255 255 255 0;
20358 rel1.to: "down_bt";
20359 rel2.to: "down_bt";
20361 normal: "bt_glow.png";
20362 border: 12 12 12 12;
20366 description { state: "clicked" 0.0;
20367 inherit: "default" 0.0;
20369 color: 255 255 255 255;
20372 part { name: "up_bt";
20374 description { state: "default" 0.0;
20387 normal: "bt_spinner_up.png";
20392 description { state: "clicked" 0.0;
20393 inherit: "default" 0.0;
20394 image.normal: "bt_spinner_up.png";
20395 image.middle: SOLID;
20397 description { state: "disabled" 0.0;
20398 inherit: "default" 0.0;
20400 normal: "bt_dis_base.png";
20405 part { name: "up_over1";
20407 description { state: "default" 0.0;
20409 rel2 { to: "up_bt";
20413 normal: "bt_spinner_hilight.png";
20417 description { state: "disabled" 0.0;
20418 inherit: "default" 0.0;
20420 normal: "bt_dis_hilight.png";
20425 part { name: "up_over3";
20428 description { state: "default" 0.0;
20429 color: 255 255 255 0;
20433 normal: "bt_glow.png";
20434 border: 12 12 12 12;
20438 description { state: "clicked" 0.0;
20439 inherit: "default" 0.0;
20441 color: 255 255 255 255;
20444 part { name: "down_bt_icon";
20446 description { state: "default" 0.0;
20447 rel1.to: "down_bt";
20448 rel2.to: "down_bt";
20452 image.normal: "down.png";
20455 part { name: "up_bt_icon";
20457 description { state: "default" 0.0;
20463 image.normal: "up.png";
20466 part { name: "elm.text";
20470 description { state: "default" 0.0;
20473 rel1 { relative: 0.0 0.0;
20478 rel2 { relative: 0.0 1.0;
20485 font: "Sans,Edje-Vera";
20491 description { state: "active" 0.0;
20492 inherit: "default" 0.0;
20495 description { state: "disabled_active" 0.0;
20496 inherit: "default" 0.0;
20500 description { state: "disabled" 0.0;
20501 inherit: "default" 0.0;
20506 part { name: "elm.dragable.slider";
20514 description { state: "default" 0.0;
20521 part { name: "button_events";
20524 events: "elm.dragable.slider";
20527 description { state: "default" 0.0;
20528 rel1.to: "elm.text";
20529 rel2.to: "elm.text";
20533 part { name: "elm.swallow.entry";
20535 description { state: "default" 0.0;
20538 rel1 { relative: 0.0 0.5;
20542 rel2 { relative: 1.0 0.5;
20549 description { state: "active" 0.0;
20550 inherit: "default" 0.0;
20552 color: 255 255 255 255;
20554 description { state: "disabled_active" 0.0;
20555 inherit: "default" 0.0;
20558 description { state: "disabled" 0.0;
20559 inherit: "default" 0.0;
20563 part { name: "disabler";
20565 description { state: "default" 0.0;
20569 description { state: "disabled" 0.0;
20570 inherit: "default" 0.0;
20576 program { name: "text_show";
20577 signal: "elm,state,text,visible";
20579 action: STATE_SET "visible" 0.0;
20580 target: "elm.text";
20582 program { name: "text_hide";
20583 signal: "elm,state,text,hidden";
20585 action: STATE_SET "default" 0.0;
20586 target: "elm.text";
20588 program { name: "dec";
20589 signal: "mouse,down,1";
20591 action: SIGNAL_EMIT "elm,action,decrement,start" "";
20593 program { name: "dec2";
20594 signal: "mouse,up,1";
20596 action: SIGNAL_EMIT "elm,action,decrement,stop" "";
20598 program { name: "inc";
20599 signal: "mouse,down,1";
20601 action: SIGNAL_EMIT "elm,action,increment,start" "";
20603 program { name: "inc2";
20604 signal: "mouse,up,1";
20606 action: SIGNAL_EMIT "elm,action,increment,stop" "";
20609 name: "down_bt_click2";
20610 signal: "mouse,down,1";
20611 source: "down_over3";
20612 action: STATE_SET "clicked" 0.0;
20613 target: "down_over3";
20616 name: "down_bt_unclick2";
20617 signal: "mouse,up,1";
20618 source: "down_over3";
20619 action: STATE_SET "default" 0.0;
20620 transition: DECELERATE 0.5;
20621 target: "down_over3";
20624 name: "up_bt_click2";
20625 signal: "mouse,down,1";
20626 source: "up_over3";
20627 action: STATE_SET "clicked" 0.0;
20628 target: "up_over3";
20631 name: "up_bt_unclick2";
20632 signal: "mouse,up,1";
20633 source: "up_over3";
20634 action: STATE_SET "default" 0.0;
20635 transition: DECELERATE 0.5;
20636 target: "up_over3";
20638 program { name: "disable";
20639 signal: "elm,state,disabled";
20641 action: STATE_SET "disabled" 0.0;
20644 target: "disabler";
20645 after: "disable_text";
20647 program { name: "disable_text";
20651 get_state(PART:"elm.text", st, 30, vl);
20652 if (!strcmp(st, "active"))
20653 set_state(PART:"elm.text", "disabled_active", 0.0);
20655 set_state(PART:"elm.text", "disabled", 0.0);
20657 get_state(PART:"elm.swallow.entry", st, 30, vl);
20658 if (!strcmp(st, "active"))
20659 set_state(PART:"elm.swallow.entry", "disabled_active", 0.0);
20661 set_state(PART:"elm.swallow.entry", "disabled", 0.0);
20664 program { name: "enable";
20665 signal: "elm,state,enabled";
20667 action: STATE_SET "default" 0.0;
20670 target: "disabler";
20671 after: "enable_text";
20673 program { name: "enable_text";
20677 get_state(PART:"elm.text", st, 30, vl);
20678 if (!strcmp(st, "disabled_active"))
20679 set_state(PART:"elm.text", "active", 0.0);
20681 set_state(PART:"elm.text", "default", 0.0);
20683 get_state(PART:"elm.swallow.entry", st, 30, vl);
20684 if (!strcmp(st, "disabled_active"))
20685 set_state(PART:"elm.swallow.entry", "active", 0.0);
20687 set_state(PART:"elm.swallow.entry", "default", 0.0);
20690 program { name: "active";
20691 signal: "elm,state,active";
20693 action: STATE_SET "active" 0.0;
20694 target: "elm.text";
20695 target: "elm.swallow.entry";
20697 program { name: "inactive";
20698 signal: "elm,state,inactive";
20700 action: STATE_SET "default" 0.0;
20701 target: "elm.text";
20702 target: "elm.swallow.entry";
20704 program { name: "toggle_text";
20705 signal: "mouse,up,1";
20706 source: "button_events";
20707 action: SIGNAL_EMIT "elm,action,entry,toggle" "";
20713 ///////////////////////////////////////////////////////////////////////////////
20714 group { name: "elm/index/base/vertical/default";
20716 image: "bt_base1.png" COMP;
20717 image: "bt_base2.png" COMP;
20718 image: "bt_hilight.png" COMP;
20719 image: "bt_shine.png" COMP;
20722 part { name: "clip";
20725 description { state: "default" 0.0;
20727 color: 255 255 255 0;
20729 description { state: "active" 0.0;
20731 color: 255 255 255 255;
20734 part { name: "clip2";
20738 description { state: "default" 0.0;
20740 color: 255 255 255 0;
20742 description { state: "active" 0.0;
20744 color: 255 255 255 255;
20747 part { name: "elm.swallow.index.0";
20750 description { state: "default" 0.0;
20762 part { name: "button_image";
20765 description { state: "default" 0.0;
20767 to: "elm.text.body";
20775 normal: "bt_base2.png";
20778 image.middle: SOLID;
20781 part { name: "elm.text.body";
20783 effect: SOFT_SHADOW;
20787 description { state: "default" 0.0;
20799 color: 224 224 224 255;
20802 font: "Sans,Edje-Vera";
20809 part { name: "elm.text";
20811 effect: SOFT_SHADOW;
20815 description { state: "default" 0.0;
20818 to_x: "elm.swallow.event.0";
20819 to_y: "elm.dragable.pointer";
20824 to_x: "elm.swallow.event.0";
20825 to_y: "elm.dragable.pointer";
20829 color: 255 0 0 255;
20832 font: "Sans,Edje-Vera";
20839 part { name: "over1";
20842 description { state: "default" 0.0;
20844 to: "button_image";
20847 to: "button_image";
20851 normal: "bt_hilight.png";
20856 part { name: "over2";
20859 ignore_flags: ON_HOLD;
20861 description { state: "default" 0.0;
20863 to: "button_image";
20866 to: "button_image";
20869 normal: "bt_shine.png";
20874 part { name: "elm.dragable.pointer";
20882 description { state: "default" 0.0;
20894 color: 0 0 255 128;
20897 part { name: "elm.swallow.event.0";
20899 description { state: "default" 0.0;
20913 program { name: "active";
20914 signal: "elm,state,active";
20916 action: STATE_SET "active" 0.0;
20917 transition: DECELERATE 0.5;
20920 program { name: "inactive";
20921 signal: "elm,state,inactive";
20923 action: STATE_SET "default" 0.0;
20924 transition: DECELERATE 0.5;
20930 group { name: "elm/index/item/vertical/default";
20931 data.item: "stacking" "above";
20932 data.item: "selectraise" "on";
20934 image: "ilist_1.png" COMP;
20935 image: "ilist_item_shadow.png" COMP;
20942 state: "default" 0.0;
20957 normal: "ilist_item_shadow.png";
20966 state: "default" 0.0;
20968 normal: "ilist_1.png";
20973 description { state: "active" 0.0;
20974 inherit: "default" 0.0;
20980 part { name: "elm.text";
20985 state: "default" 0.0;
21006 description { state: "active" 0.0;
21007 inherit: "default" 0.0;
21013 program { name: "active";
21014 signal: "elm,state,active";
21016 action: STATE_SET "active" 0.0;
21017 transition: DECELERATE 0.5;
21018 target: "elm.text";
21021 program { name: "inactive";
21022 signal: "elm,state,inactive";
21024 action: STATE_SET "default" 0.0;
21025 transition: DECELERATE 0.5;
21026 target: "elm.text";
21032 group { name: "elm/index/item_odd/vertical/default";
21033 data.item: "stacking" "below";
21035 image: "ilist_2.png" COMP;
21042 state: "default" 0.0;
21044 normal: "ilist_2.png";
21049 description { state: "active" 0.0;
21050 inherit: "default" 0.0;
21056 part { name: "elm.text";
21061 state: "default" 0.0;
21082 description { state: "active" 0.0;
21083 inherit: "default" 0.0;
21089 program { name: "active";
21090 signal: "elm,state,active";
21092 action: STATE_SET "active" 0.0;
21093 transition: DECELERATE 0.5;
21094 target: "elm.text";
21097 program { name: "inactive";
21098 signal: "elm,state,inactive";
21100 action: STATE_SET "default" 0.0;
21101 transition: DECELERATE 0.5;
21102 target: "elm.text";
21108 ///////////////////////////////////////////////////////////////////////////////
21109 group { name: "elm/grid/cell/default/default";
21110 data.item: "labels" "elm.text";
21111 data.item: "icons" "elm.swallow.icon elm.swallow.end";
21113 image: "bt_sm_base1.png" COMP;
21114 image: "bt_sm_shine.png" COMP;
21115 image: "bt_sm_hilight.png" COMP;
21116 image: "ilist_1.png" COMP;
21117 image: "ilist_item_shadow.png" COMP;
21125 state: "default" 0.0;
21133 state: "default" 0.0;
21148 normal: "ilist_item_shadow.png";
21157 state: "default" 0.0;
21159 normal: "ilist_1.png";
21166 clip_to: "disclip";
21168 description { state: "default" 0.0;
21170 color: 255 255 255 0;
21180 normal: "bt_sm_base1.png";
21183 image.middle: SOLID;
21185 description { state: "selected" 0.0;
21186 inherit: "default" 0.0;
21188 color: 255 255 255 255;
21199 part { name: "elm.swallow.pad";
21201 description { state: "default" 0.0;
21215 part { name: "elm.swallow.icon";
21216 clip_to: "disclip";
21218 description { state: "default" 0.0;
21226 to_y: "elm.swallow.pad";
21232 part { name: "elm.swallow.end";
21233 clip_to: "disclip";
21235 description { state: "default" 0.0;
21239 aspect_preference: HORIZONTAL;
21250 part { name: "elm.text";
21251 clip_to: "disclip";
21253 effect: SOFT_SHADOW;
21257 state: "default" 0.0;
21275 description { state: "selected" 0.0;
21276 inherit: "default" 0.0;
21277 color: 224 224 224 255;
21281 part { name: "fg1";
21282 clip_to: "disclip";
21284 description { state: "default" 0.0;
21286 color: 255 255 255 0;
21288 rel2.relative: 1.0 0.5;
21291 normal: "bt_sm_hilight.png";
21295 description { state: "selected" 0.0;
21296 inherit: "default" 0.0;
21298 color: 255 255 255 255;
21301 part { name: "fg2";
21302 clip_to: "disclip";
21304 description { state: "default" 0.0;
21306 color: 255 255 255 0;
21310 normal: "bt_sm_shine.png";
21314 description { state: "selected" 0.0;
21315 inherit: "default" 0.0;
21317 color: 255 255 255 255;
21320 part { name: "disclip";
21322 description { state: "default" 0.0;
21326 description { state: "disabled" 0.0;
21327 inherit: "default" 0.0;
21328 color: 255 255 255 64;
21333 // signal: elm,state,%s,active
21334 // a "check" item named %s went active
21335 // signal: elm,state,%s,passive
21336 // a "check" item named %s went passive
21337 // default is passive
21340 signal: "elm,state,selected";
21342 action: STATE_SET "selected" 0.0;
21346 target: "elm.text";
21349 name: "go_passive";
21350 signal: "elm,state,unselected";
21352 action: STATE_SET "default" 0.0;
21356 target: "elm.text";
21357 transition: LINEAR 0.1;
21360 name: "go_disabled";
21361 signal: "elm,state,disabled";
21363 action: STATE_SET "disabled" 0.0;
21367 name: "go_enabled";
21368 signal: "elm,state,enabled";
21370 action: STATE_SET "default" 0.0;
21375 group { name: "elm/grid/cell/default_style/default";
21378 style { name: "grid_style";
21379 base: "font=Sans font_size=10 align=left valign=0.5 color=#000";
21381 tag: "hilight" "+ font=Sans:style=Bold";
21382 tag: "b" "+ font=Sans:style=Bold";
21385 style { name: "grid_selected_style";
21386 base: "font=Sans font_size=10 align=left valign=0.5 color=#fff";
21388 tag: "hilight" "+ font=Sans:style=Bold";
21389 tag: "b" "+ font=Sans:style=Bold";
21393 data.item: "labels" "elm.text";
21394 data.item: "icons" "elm.swallow.icon elm.swallow.end";
21396 image: "bt_sm_base1.png" COMP;
21397 image: "bt_sm_shine.png" COMP;
21398 image: "bt_sm_hilight.png" COMP;
21399 image: "ilist_1.png" COMP;
21400 image: "ilist_item_shadow.png" COMP;
21408 state: "default" 0.0;
21416 state: "default" 0.0;
21431 normal: "ilist_item_shadow.png";
21440 state: "default" 0.0;
21443 normal: "ilist_1.png";
21450 clip_to: "disclip";
21452 description { state: "default" 0.0;
21454 color: 255 255 255 0;
21464 normal: "bt_sm_base1.png";
21467 image.middle: SOLID;
21469 description { state: "selected" 0.0;
21470 inherit: "default" 0.0;
21472 color: 255 255 255 255;
21483 part { name: "elm.swallow.pad";
21485 description { state: "default" 0.0;
21498 part { name: "elm.swallow.icon";
21499 clip_to: "disclip";
21501 description { state: "default" 0.0;
21505 to_x: "elm.swallow.pad";
21510 to_x: "elm.swallow.pad";
21516 part { name: "elm.swallow.end";
21517 clip_to: "disclip";
21519 description { state: "default" 0.0;
21523 aspect_preference: VERTICAL;
21534 part { name: "elm.text";
21535 clip_to: "disclip";
21540 state: "default" 0.0;
21544 to_x: "elm.swallow.icon";
21550 to_x: "elm.swallow.end";
21556 style: "grid_style";
21560 description { state: "selected" 0.0;
21561 inherit: "default" 0.0;
21563 style: "grid_selected_style";
21567 part { name: "fg1";
21568 clip_to: "disclip";
21570 description { state: "default" 0.0;
21572 color: 255 255 255 0;
21574 rel2.relative: 1.0 0.5;
21577 normal: "bt_sm_hilight.png";
21581 description { state: "selected" 0.0;
21582 inherit: "default" 0.0;
21584 color: 255 255 255 255;
21587 part { name: "fg2";
21588 clip_to: "disclip";
21590 description { state: "default" 0.0;
21592 color: 255 255 255 0;
21596 normal: "bt_sm_shine.png";
21600 description { state: "selected" 0.0;
21601 inherit: "default" 0.0;
21603 color: 255 255 255 255;
21606 part { name: "disclip";
21608 description { state: "default" 0.0;
21612 description { state: "disabled" 0.0;
21613 inherit: "default" 0.0;
21614 color: 255 255 255 64;
21619 // signal: elm,state,%s,active
21620 // a "check" item named %s went active
21621 // signal: elm,state,%s,passive
21622 // a "check" item named %s went passive
21623 // default is passive
21626 signal: "elm,state,selected";
21628 action: STATE_SET "selected" 0.0;
21632 target: "elm.text";
21635 name: "go_passive";
21636 signal: "elm,state,unselected";
21638 action: STATE_SET "default" 0.0;
21642 target: "elm.text";
21643 transition: LINEAR 0.1;
21646 name: "go_disabled";
21647 signal: "elm,state,disabled";
21649 action: STATE_SET "disabled" 0.0;
21653 name: "go_enabled";
21654 signal: "elm,state,enabled";
21656 action: STATE_SET "default" 0.0;
21662 ///////////////////////////////////////////////////////////////////////////////
21663 group { name: "elm/photocam/base/default";
21665 public sbvis_v, sbvis_h, sbalways_v, sbalways_h, sbvis_timer;
21666 public timer0(val) {
21668 v = get_int(sbvis_v);
21670 v = get_int(sbalways_v);
21672 emit("do-hide-vbar", "");
21673 set_int(sbvis_v, 0);
21676 v = get_int(sbvis_h);
21678 v = get_int(sbalways_h);
21680 emit("do-hide-hbar", "");
21681 set_int(sbvis_h, 0);
21684 set_int(sbvis_timer, 0);
21689 image: "shelf_inset.png" COMP;
21690 image: "bt_sm_base2.png" COMP;
21691 image: "bt_sm_shine.png" COMP;
21692 image: "bt_sm_hilight.png" COMP;
21693 image: "sb_runnerh.png" COMP;
21694 image: "sb_runnerv.png" COMP;
21695 image: "busy-1.png" COMP;
21696 image: "busy-2.png" COMP;
21697 image: "busy-3.png" COMP;
21698 image: "busy-4.png" COMP;
21699 image: "busy-5.png" COMP;
21700 image: "busy-6.png" COMP;
21701 image: "busy-7.png" COMP;
21702 image: "busy-8.png" COMP;
21703 image: "busy-9.png" COMP;
21708 description { state: "default" 0.0;
21710 rel2.offset: -2 -2;
21711 color: 255 255 255 0;
21714 part { name: "clipper";
21717 description { state: "default" 0.0;
21722 part { name: "elm.swallow.content";
21723 clip_to: "clipper";
21725 description { state: "default" 0.0;
21727 rel2.offset: -2 -2;
21730 part { name: "busy_clip";
21733 description { state: "default" 0.0;
21735 color: 255 255 255 0;
21737 description { state: "active" 0.0;
21739 color: 255 255 255 255;
21742 part { name: "busy";
21743 clip_to: "busy_clip";
21745 description { state: "default" 0.0;
21750 aspect_preference: BOTH;
21760 normal: "busy-9.png";
21761 tween: "busy-1.png";
21762 tween: "busy-2.png";
21763 tween: "busy-3.png";
21764 tween: "busy-4.png";
21765 tween: "busy-5.png";
21766 tween: "busy-6.png";
21767 tween: "busy-7.png";
21768 tween: "busy-8.png";
21772 part { name: "conf_over";
21774 description { state: "default" 0.0;
21776 rel2.offset: -1 -1;
21778 normal: "shelf_inset.png";
21785 part { name: "sb_vbar_clip_master";
21788 description { state: "default" 0.0;
21790 description { state: "hidden" 0.0;
21792 color: 255 255 255 0;
21795 part { name: "sb_vbar_clip";
21796 clip_to: "sb_vbar_clip_master";
21799 description { state: "default" 0.0;
21801 description { state: "hidden" 0.0;
21803 color: 255 255 255 0;
21806 part { name: "sb_vbar";
21809 description { state: "default" 0.0;
21825 part { name: "sb_vbar_runner";
21826 clip_to: "sb_vbar_clip";
21828 description { state: "default" 0.0;
21831 rel1.to: "sb_vbar";
21832 rel2.to: "sb_vbar";
21834 normal: "sb_runnerv.png";
21840 part { name: "elm.dragable.vbar";
21841 clip_to: "sb_vbar_clip";
21846 confine: "sb_vbar";
21848 description { state: "default" 0.0;
21862 normal: "bt_sm_base2.png";
21865 image.middle: SOLID;
21868 part { name: "sb_vbar_over1";
21869 clip_to: "sb_vbar_clip";
21871 description { state: "default" 0.0;
21872 rel1.to: "elm.dragable.vbar";
21873 rel2.relative: 1.0 0.5;
21874 rel2.to: "elm.dragable.vbar";
21876 normal: "bt_sm_hilight.png";
21881 part { name: "sb_vbar_over2";
21882 clip_to: "sb_vbar_clip";
21884 description { state: "default" 0.0;
21885 rel1.to: "elm.dragable.vbar";
21886 rel2.to: "elm.dragable.vbar";
21888 normal: "bt_sm_shine.png";
21894 part { name: "sb_hbar_clip_master";
21897 description { state: "default" 0.0;
21899 description { state: "hidden" 0.0;
21901 color: 255 255 255 0;
21904 part { name: "sb_hbar_clip";
21905 clip_to: "sb_hbar_clip_master";
21908 description { state: "default" 0.0;
21910 description { state: "hidden" 0.0;
21912 color: 255 255 255 0;
21915 part { name: "sb_hbar";
21918 description { state: "default" 0.0;
21934 part { name: "sb_hbar_runner";
21935 clip_to: "sb_hbar_clip";
21937 description { state: "default" 0.0;
21940 rel1.to: "sb_hbar";
21941 rel2.to: "sb_hbar";
21943 normal: "sb_runnerh.png";
21949 part { name: "elm.dragable.hbar";
21950 clip_to: "sb_hbar_clip";
21955 confine: "sb_hbar";
21957 description { state: "default" 0.0;
21971 normal: "bt_sm_base2.png";
21974 image.middle: SOLID;
21977 part { name: "sb_hbar_over1";
21978 clip_to: "sb_hbar_clip";
21980 description { state: "default" 0.0;
21981 rel1.to: "elm.dragable.hbar";
21982 rel2.relative: 1.0 0.5;
21983 rel2.to: "elm.dragable.hbar";
21985 normal: "bt_sm_hilight.png";
21990 part { name: "sb_hbar_over2";
21991 clip_to: "sb_hbar_clip";
21993 description { state: "default" 0.0;
21994 rel1.to: "elm.dragable.hbar";
21995 rel2.to: "elm.dragable.hbar";
21997 normal: "bt_sm_shine.png";
22004 program { name: "load";
22008 set_state(PART:"sb_hbar_clip", "hidden", 0.0);
22009 set_state(PART:"sb_vbar_clip", "hidden", 0.0);
22010 set_int(sbvis_h, 0);
22011 set_int(sbvis_v, 0);
22012 set_int(sbalways_v, 0);
22013 set_int(sbalways_h, 0);
22014 set_int(sbvis_timer, 0);
22018 program { name: "vbar_show";
22019 signal: "elm,action,show,vbar";
22021 action: STATE_SET "default" 0.0;
22022 target: "sb_vbar_clip_master";
22024 program { name: "vbar_hide";
22025 signal: "elm,action,hide,vbar";
22027 action: STATE_SET "hidden" 0.0;
22028 target: "sb_vbar_clip_master";
22030 program { name: "vbar_show_always";
22031 signal: "elm,action,show_always,vbar";
22035 v = get_int(sbvis_v);
22036 v |= get_int(sbalways_v);
22038 set_int(sbalways_v, 1);
22039 emit("do-show-vbar", "");
22040 set_int(sbvis_v, 1);
22044 program { name: "vbar_show_notalways";
22045 signal: "elm,action,show_notalways,vbar";
22049 v = get_int(sbalways_v);
22051 set_int(sbalways_v, 0);
22052 v = get_int(sbvis_v);
22054 emit("do-hide-vbar", "");
22055 set_int(sbvis_v, 0);
22060 program { name: "sb_vbar_show";
22061 signal: "do-show-vbar";
22063 action: STATE_SET "default" 0.0;
22064 transition: LINEAR 1.0;
22065 target: "sb_vbar_clip";
22067 program { name: "sb_vbar_hide";
22068 signal: "do-hide-vbar";
22070 action: STATE_SET "hidden" 0.0;
22071 transition: LINEAR 1.0;
22072 target: "sb_vbar_clip";
22075 program { name: "hbar_show";
22076 signal: "elm,action,show,hbar";
22078 action: STATE_SET "default" 0.0;
22079 target: "sb_hbar_clip_master";
22081 program { name: "hbar_hide";
22082 signal: "elm,action,hide,hbar";
22084 action: STATE_SET "hidden" 0.0;
22085 target: "sb_hbar_clip_master";
22087 program { name: "hbar_show_always";
22088 signal: "elm,action,show_always,hbar";
22092 v = get_int(sbvis_h);
22093 v |= get_int(sbalways_h);
22095 set_int(sbalways_h, 1);
22096 emit("do-show-hbar", "");
22097 set_int(sbvis_h, 1);
22101 program { name: "hbar_show_notalways";
22102 signal: "elm,action,show_notalways,hbar";
22106 v = get_int(sbalways_h);
22108 set_int(sbalways_h, 0);
22109 v = get_int(sbvis_h);
22111 emit("do-hide-hbar", "");
22112 set_int(sbvis_h, 0);
22117 program { name: "sb_hbar_show";
22118 signal: "do-show-hbar";
22120 action: STATE_SET "default" 0.0;
22121 transition: LINEAR 1.0;
22122 target: "sb_hbar_clip";
22124 program { name: "sb_hbar_hide";
22125 signal: "do-hide-hbar";
22127 action: STATE_SET "hidden" 0.0;
22128 transition: LINEAR 1.0;
22129 target: "sb_hbar_clip";
22132 program { name: "scroll";
22133 signal: "elm,action,scroll";
22137 v = get_int(sbvis_v);
22138 v |= get_int(sbalways_v);
22140 emit("do-show-vbar", "");
22141 set_int(sbvis_v, 1);
22143 v = get_int(sbvis_h);
22144 v |= get_int(sbalways_h);
22146 emit("do-show-hbar", "");
22147 set_int(sbvis_h, 1);
22149 v = get_int(sbvis_timer);
22150 if (v > 0) cancel_timer(v);
22151 v = timer(2.0, "timer0", 0);
22152 set_int(sbvis_timer, v);
22155 program { name: "go1";
22156 signal: "elm,state,busy,start";
22158 action: STATE_SET "active" 0.0;
22159 transition: SINUSOIDAL 1.0;
22160 target: "busy_clip";
22162 program { name: "go2";
22163 signal: "elm,state,busy,start";
22165 action: STATE_SET "default" 0.0;
22166 transition: LINEAR 0.5;
22170 program { name: "stop1";
22171 signal: "elm,state,busy,stop";
22173 action: STATE_SET "default" 0.0;
22174 transition: SINUSOIDAL 1.0;
22175 target: "busy_clip";
22178 program { name: "stop2";
22179 action: ACTION_STOP;
22185 ///////////////////////////////////////////////////////////////////////////////
22186 group { name: "elm/map/base/default";
22188 public sbvis_v, sbvis_h, sbalways_v, sbalways_h, sbvis_timer;
22189 public timer0(val) {
22191 v = get_int(sbvis_v);
22193 v = get_int(sbalways_v);
22195 emit("do-hide-vbar", "");
22196 set_int(sbvis_v, 0);
22199 v = get_int(sbvis_h);
22201 v = get_int(sbalways_h);
22203 emit("do-hide-hbar", "");
22204 set_int(sbvis_h, 0);
22207 set_int(sbvis_timer, 0);
22212 image: "shelf_inset.png" COMP;
22213 image: "bt_sm_base2.png" COMP;
22214 image: "bt_sm_shine.png" COMP;
22215 image: "bt_sm_hilight.png" COMP;
22216 image: "sb_runnerh.png" COMP;
22217 image: "sb_runnerv.png" COMP;
22218 image: "busy-1.png" COMP;
22219 image: "busy-2.png" COMP;
22220 image: "busy-3.png" COMP;
22221 image: "busy-4.png" COMP;
22222 image: "busy-5.png" COMP;
22223 image: "busy-6.png" COMP;
22224 image: "busy-7.png" COMP;
22225 image: "busy-8.png" COMP;
22226 image: "busy-9.png" COMP;
22231 description { state: "default" 0.0;
22233 rel2.offset: -2 -2;
22234 color: 255 255 255 0;
22237 part { name: "clipper";
22240 description { state: "default" 0.0;
22245 part { name: "elm.swallow.content";
22246 clip_to: "clipper";
22248 description { state: "default" 0.0;
22250 rel2.offset: -2 -2;
22253 part { name: "busy_clip";
22256 description { state: "default" 0.0;
22258 color: 255 255 255 0;
22260 description { state: "active" 0.0;
22262 color: 255 255 255 255;
22265 part { name: "busy";
22266 clip_to: "busy_clip";
22268 description { state: "default" 0.0;
22273 aspect_preference: BOTH;
22283 normal: "busy-9.png";
22284 tween: "busy-1.png";
22285 tween: "busy-2.png";
22286 tween: "busy-3.png";
22287 tween: "busy-4.png";
22288 tween: "busy-5.png";
22289 tween: "busy-6.png";
22290 tween: "busy-7.png";
22291 tween: "busy-8.png";
22295 part { name: "conf_over";
22297 description { state: "default" 0.0;
22299 rel2.offset: -1 -1;
22301 normal: "shelf_inset.png";
22308 part { name: "sb_vbar_clip_master";
22311 description { state: "default" 0.0;
22313 description { state: "hidden" 0.0;
22315 color: 255 255 255 0;
22318 part { name: "sb_vbar_clip";
22319 clip_to: "sb_vbar_clip_master";
22322 description { state: "default" 0.0;
22324 description { state: "hidden" 0.0;
22326 color: 255 255 255 0;
22329 part { name: "sb_vbar";
22332 description { state: "default" 0.0;
22348 part { name: "sb_vbar_runner";
22349 clip_to: "sb_vbar_clip";
22351 description { state: "default" 0.0;
22354 rel1.to: "sb_vbar";
22355 rel2.to: "sb_vbar";
22357 normal: "sb_runnerv.png";
22363 part { name: "elm.dragable.vbar";
22364 clip_to: "sb_vbar_clip";
22369 confine: "sb_vbar";
22371 description { state: "default" 0.0;
22385 normal: "bt_sm_base2.png";
22388 image.middle: SOLID;
22391 part { name: "sb_vbar_over1";
22392 clip_to: "sb_vbar_clip";
22394 description { state: "default" 0.0;
22395 rel1.to: "elm.dragable.vbar";
22396 rel2.relative: 1.0 0.5;
22397 rel2.to: "elm.dragable.vbar";
22399 normal: "bt_sm_hilight.png";
22404 part { name: "sb_vbar_over2";
22405 clip_to: "sb_vbar_clip";
22407 description { state: "default" 0.0;
22408 rel1.to: "elm.dragable.vbar";
22409 rel2.to: "elm.dragable.vbar";
22411 normal: "bt_sm_shine.png";
22417 part { name: "sb_hbar_clip_master";
22420 description { state: "default" 0.0;
22422 description { state: "hidden" 0.0;
22424 color: 255 255 255 0;
22427 part { name: "sb_hbar_clip";
22428 clip_to: "sb_hbar_clip_master";
22431 description { state: "default" 0.0;
22433 description { state: "hidden" 0.0;
22435 color: 255 255 255 0;
22438 part { name: "sb_hbar";
22441 description { state: "default" 0.0;
22457 part { name: "sb_hbar_runner";
22458 clip_to: "sb_hbar_clip";
22460 description { state: "default" 0.0;
22463 rel1.to: "sb_hbar";
22464 rel2.to: "sb_hbar";
22466 normal: "sb_runnerh.png";
22472 part { name: "elm.dragable.hbar";
22473 clip_to: "sb_hbar_clip";
22478 confine: "sb_hbar";
22480 description { state: "default" 0.0;
22494 normal: "bt_sm_base2.png";
22497 image.middle: SOLID;
22500 part { name: "sb_hbar_over1";
22501 clip_to: "sb_hbar_clip";
22503 description { state: "default" 0.0;
22504 rel1.to: "elm.dragable.hbar";
22505 rel2.relative: 1.0 0.5;
22506 rel2.to: "elm.dragable.hbar";
22508 normal: "bt_sm_hilight.png";
22513 part { name: "sb_hbar_over2";
22514 clip_to: "sb_hbar_clip";
22516 description { state: "default" 0.0;
22517 rel1.to: "elm.dragable.hbar";
22518 rel2.to: "elm.dragable.hbar";
22520 normal: "bt_sm_shine.png";
22527 program { name: "load";
22531 set_state(PART:"sb_hbar_clip", "hidden", 0.0);
22532 set_state(PART:"sb_vbar_clip", "hidden", 0.0);
22533 set_int(sbvis_h, 0);
22534 set_int(sbvis_v, 0);
22535 set_int(sbalways_v, 0);
22536 set_int(sbalways_h, 0);
22537 set_int(sbvis_timer, 0);
22541 program { name: "vbar_show";
22542 signal: "elm,action,show,vbar";
22544 action: STATE_SET "default" 0.0;
22545 target: "sb_vbar_clip_master";
22547 program { name: "vbar_hide";
22548 signal: "elm,action,hide,vbar";
22550 action: STATE_SET "hidden" 0.0;
22551 target: "sb_vbar_clip_master";
22553 program { name: "vbar_show_always";
22554 signal: "elm,action,show_always,vbar";
22558 v = get_int(sbvis_v);
22559 v |= get_int(sbalways_v);
22561 set_int(sbalways_v, 1);
22562 emit("do-show-vbar", "");
22563 set_int(sbvis_v, 1);
22567 program { name: "vbar_show_notalways";
22568 signal: "elm,action,show_notalways,vbar";
22572 v = get_int(sbalways_v);
22574 set_int(sbalways_v, 0);
22575 v = get_int(sbvis_v);
22577 emit("do-hide-vbar", "");
22578 set_int(sbvis_v, 0);
22583 program { name: "sb_vbar_show";
22584 signal: "do-show-vbar";
22586 action: STATE_SET "default" 0.0;
22587 transition: LINEAR 1.0;
22588 target: "sb_vbar_clip";
22590 program { name: "sb_vbar_hide";
22591 signal: "do-hide-vbar";
22593 action: STATE_SET "hidden" 0.0;
22594 transition: LINEAR 1.0;
22595 target: "sb_vbar_clip";
22598 program { name: "hbar_show";
22599 signal: "elm,action,show,hbar";
22601 action: STATE_SET "default" 0.0;
22602 target: "sb_hbar_clip_master";
22604 program { name: "hbar_hide";
22605 signal: "elm,action,hide,hbar";
22607 action: STATE_SET "hidden" 0.0;
22608 target: "sb_hbar_clip_master";
22610 program { name: "hbar_show_always";
22611 signal: "elm,action,show_always,hbar";
22615 v = get_int(sbvis_h);
22616 v |= get_int(sbalways_h);
22618 set_int(sbalways_h, 1);
22619 emit("do-show-hbar", "");
22620 set_int(sbvis_h, 1);
22624 program { name: "hbar_show_notalways";
22625 signal: "elm,action,show_notalways,hbar";
22629 v = get_int(sbalways_h);
22631 set_int(sbalways_h, 0);
22632 v = get_int(sbvis_h);
22634 emit("do-hide-hbar", "");
22635 set_int(sbvis_h, 0);
22640 program { name: "sb_hbar_show";
22641 signal: "do-show-hbar";
22643 action: STATE_SET "default" 0.0;
22644 transition: LINEAR 1.0;
22645 target: "sb_hbar_clip";
22647 program { name: "sb_hbar_hide";
22648 signal: "do-hide-hbar";
22650 action: STATE_SET "hidden" 0.0;
22651 transition: LINEAR 1.0;
22652 target: "sb_hbar_clip";
22655 program { name: "scroll";
22656 signal: "elm,action,scroll";
22660 v = get_int(sbvis_v);
22661 v |= get_int(sbalways_v);
22663 emit("do-show-vbar", "");
22664 set_int(sbvis_v, 1);
22666 v = get_int(sbvis_h);
22667 v |= get_int(sbalways_h);
22669 emit("do-show-hbar", "");
22670 set_int(sbvis_h, 1);
22672 v = get_int(sbvis_timer);
22673 if (v > 0) cancel_timer(v);
22674 v = timer(2.0, "timer0", 0);
22675 set_int(sbvis_timer, v);
22678 program { name: "go1";
22679 signal: "elm,state,busy,start";
22681 action: STATE_SET "active" 0.0;
22682 transition: SINUSOIDAL 1.0;
22683 target: "busy_clip";
22685 program { name: "go2";
22686 signal: "elm,state,busy,start";
22688 action: STATE_SET "default" 0.0;
22689 transition: LINEAR 0.5;
22693 program { name: "stop1";
22694 signal: "elm,state,busy,stop";
22696 action: STATE_SET "default" 0.0;
22697 transition: SINUSOIDAL 1.0;
22698 target: "busy_clip";
22701 program { name: "stop2";
22702 action: ACTION_STOP;
22707 group { name: "elm/map/marker/radio/default";
22711 item: size_max_w 64;
22712 item: size_max_h 64;
22715 part { name: "whole";
22716 description { state: "default" 0.0;
22719 part { name: "base";
22720 ignore_flags: ON_HOLD;
22721 description { state: "default" 0.0;
22722 image.normal: "radio.png";
22725 part { name: "elm.icon";
22729 description { state: "default" 0.0;
22730 rel1.relative: 0.27 0.27;
22731 rel2.relative: 0.73 0.73;
22734 part { name: "elm.text";
22736 effect: SOFT_SHADOW;
22739 description { state: "default" 0.0;
22741 color: 224 224 224 255;
22743 rel1.relative: 0.28 0.25;
22744 rel2.relative: 0.75 0.75;
22746 font: "Sans,Edje-Vera";
22755 program { name: "open";
22756 signal: "mouse,clicked,1";
22758 action: SIGNAL_EMIT "open" "elm";
22760 program { name: "bringin";
22761 signal: "mouse,down,1,double";
22763 action: SIGNAL_EMIT "bringin" "elm";
22767 group { name: "elm/map/marker/radio2/default";
22771 item: size_max_w 64;
22772 item: size_max_h 64;
22775 part { name: "base";
22776 ignore_flags: ON_HOLD;
22777 description { state: "default" 0.0;
22778 image.normal: "radio2.png";
22781 part { name: "elm.text";
22783 effect: SOFT_SHADOW;
22786 description { state: "default" 0.0;
22788 color: 224 224 224 255;
22790 rel1.relative: 0.28 0.25;
22791 rel2.relative: 0.75 0.75;
22793 font: "Sans,Edje-Vera";
22802 program { name: "open";
22803 signal: "mouse,clicked,1";
22805 action: SIGNAL_EMIT "open" "elm";
22807 program { name: "bringin";
22808 signal: "mouse,down,1,double";
22810 action: SIGNAL_EMIT "bringin" "elm";
22814 group { name: "elm/map/marker/empty/default";
22818 item: size_max_w 64;
22819 item: size_max_h 64;
22822 part { name: "whole";
22823 description { state: "default" 0.0;
22826 part { name: "base";
22827 ignore_flags: ON_HOLD;
22828 description { state: "default" 0.0;
22831 part { name: "elm.icon";
22835 description { state: "default" 0.0;
22838 part { name: "elm.text";
22840 effect: SOFT_SHADOW;
22843 description { state: "default" 0.0;
22845 color: 224 224 224 255;
22847 rel1.relative: 0.28 0.25;
22848 rel2.relative: 0.75 0.75;
22850 font: "Sans,Edje-Vera";
22859 program { name: "open";
22860 signal: "mouse,clicked,1";
22862 action: SIGNAL_EMIT "open" "elm";
22864 program { name: "bringin";
22865 signal: "mouse,down,1,double";
22867 action: SIGNAL_EMIT "bringin" "elm";
22871 group { name: "elm/map/marker_bubble/default";
22873 image: "bubble.png" COMP;
22874 image: "bubble_shine.png" COMP;
22881 part { name: "clipper";
22883 description { state: "default" 0.0;
22884 color: 255 255 255 0;
22886 description { state: "show" 0.0;
22887 inherit: "default" 0.0;
22888 color: 255 255 255 255;
22891 part { name: "base0";
22893 clip_to: "clipper";
22894 description { state: "default" 0.0;
22896 normal: "bubble.png";
22897 border: 11 36 10 19;
22899 image.middle: SOLID;
22903 part { name: "elm.swallow.content";
22905 clip_to: "clipper";
22906 description { state: "default" 0.0;
22916 part { name: "shine";
22918 clip_to: "clipper";
22919 description { state: "default" 0.0;
22928 normal: "bubble_shine.png";
22936 program { name: "show";
22938 action: STATE_SET "show" 0.0;
22940 transition: ACCELERATE 0.5;
22947 /////////////////////////////////////////////////////////////////////////////
22949 /////////////////////////////////////////////////////////////////////////////
22951 name: "elm/panel/base/left";
22954 image: "bt_base1.png" COMP;
22955 image: "bt_hilight.png" COMP;
22956 image: "bt_shine.png" COMP;
22957 image: "bt_glow.png" COMP;
22958 image: "bt_dis_base.png" COMP;
22959 image: "icon_arrow_left.png" COMP;
22960 image: "icon_arrow_right.png" COMP;
22971 state: "default" 0.0;
22972 color: 255 255 255 0;
22974 rel2.relative: 0.0 1.0;
22978 state: "visible" 0.0;
22979 inherit: "default" 0.0;
22980 rel2.relative: 1.0 1.0;
22990 state: "default" 0.0;
22998 normal: "bt_dis_base.png";
23010 state: "default" 0.0;
23025 name: "elm.swallow.content";
23027 clip_to: "clipper";
23030 state: "default" 0.0;
23031 rel1.to: "clipper";
23032 rel2.to: "clipper";
23042 state: "default" 0.0;
23055 normal: "bt_base1.png";
23062 state: "clicked" 0.0;
23063 inherit: "default" 0.0;
23073 state: "default" 0.0;
23082 normal: "bt_hilight.png";
23093 ignore_flags: ON_HOLD;
23096 state: "default" 0.0;
23101 normal: "bt_shine.png";
23114 state: "default" 0.0;
23115 color: 255 255 255 0;
23120 normal: "bt_glow.png";
23121 border: 12 12 12 12;
23127 state: "clicked" 0.0;
23128 inherit: "default" 0.0;
23130 color: 255 255 255 255;
23140 state: "default" 0.0;
23146 image.normal: "icon_arrow_right.png";
23150 state: "visible" 0.0;
23151 inherit: "default" 0.0;
23152 image.normal: "icon_arrow_left.png";
23161 signal: "elm,action,show";
23163 action: STATE_SET "visible" 0.0;
23165 target: "btn_icon";
23166 transition: LINEAR 0.5;
23172 action: STATE_SET "default" 0.0;
23174 target: "btn_icon";
23180 action: STATE_SET "visible" 0.0;
23182 target: "btn_icon";
23183 transition: LINEAR 0.5;
23188 signal: "elm,action,hide";
23190 action: STATE_SET "default" 0.0;
23192 target: "btn_icon";
23193 transition: LINEAR 0.5;
23198 signal: "mouse,down,1";
23199 source: "btn_over2";
23200 action: STATE_SET "clicked" 0.0;
23205 name: "btn_unclick";
23206 signal: "mouse,up,1";
23207 source: "btn_over2";
23208 action: STATE_SET "default" 0.0;
23213 name: "btn_click2";
23214 signal: "mouse,down,1";
23215 source: "btn_over3";
23216 action: STATE_SET "clicked" 0.0;
23217 target: "btn_over3";
23221 name: "btn_unclick2";
23222 signal: "mouse,up,1";
23223 source: "btn_over3";
23224 action: STATE_SET "default" 0.0;
23225 transition: DECELERATE 0.5;
23226 target: "btn_over3";
23230 name: "btn_unclick3";
23231 signal: "mouse,up,1";
23232 source: "btn_over2";
23233 action: SIGNAL_EMIT "elm,action,panel,toggle" "";
23238 ///////////////////////////////////////////////////////////////////////////////
23239 group { name: "elm/conformant/base/default";
23241 part { name: "elm.swallow.shelf";
23243 description { state: "default" 0.0;
23246 rel2.relative: 1.0 0.0;
23249 part { name: "elm.swallow.content";
23251 description { state: "default" 0.0;
23253 rel1.relative: 0.0 1.0;
23254 rel1.to_y: "elm.swallow.shelf";
23255 rel2.relative: 1.0 0.0;
23256 rel2.to_y: "elm.swallow.panel";
23259 part { name: "elm.swallow.panel";
23261 description { state: "default" 0.0;
23264 rel1.relative: 0.0 1.0;