1 externals.external: "elm";
3 #define SCROLLBARS_ADD() \
5 image: "bt_sm_base2.png" COMP; \
6 image: "bt_sm_shine.png" COMP; \
7 image: "bt_sm_hilight.png" COMP; \
8 image: "sb_runnerh.png" COMP; \
9 image: "sb_runnerv.png" COMP; \
10 image: "arrow_up.png" COMP; \
11 image: "arrow_down.png" COMP; \
12 image: "arrow_right.png" COMP; \
13 image: "arrow_left.png" COMP; \
16 public sbvis_v, sbvis_h; \
18 part { name: "elm.scrollbar.base"; \
21 description { state: "default" 0.0; \
25 rel1.relative: 1.0 1.0; \
27 description { state: "vertical" 0.0; \
28 inherit: "default" 0.0; \
32 description { state: "horizontal" 0.0; \
33 inherit: "default" 0.0; \
37 description { state: "both" 0.0; \
38 inherit: "default" 0.0; \
43 part { name: "sb_vbar_clip_master"; \
46 description { state: "default" 0.0; \
48 description { state: "hidden" 0.0; \
52 part { name: "sb_vbar_clip"; \
55 clip_to: "sb_vbar_clip_master"; \
56 description { state: "default" 0.0; \
57 rel1.to: "sb_vbar_clip_master"; \
58 rel2.to: "sb_vbar_clip_master"; \
60 description { state: "hidden" 0.0; \
61 inherit: "default" 0.0; \
66 part { name: "sb_vbar"; \
69 clip_to: "sb_vbar_clip"; \
70 description { state: "default" 0.0; \
77 to_x: "elm.scrollbar.base"; \
88 part { name: "sb_vbar_runner"; \
90 clip_to: "sb_vbar_clip"; \
91 description { state: "default" 0.0; \
107 normal: "sb_runnerv.png"; \
113 part { name: "sb_vbar_p1"; \
116 clip_to: "sb_vbar_clip"; \
117 description { state: "default" 0.0; \
125 to: "elm.dragable.vbar"; \
130 part { name: "sb_vbar_p2"; \
133 clip_to: "sb_vbar_clip"; \
134 description { state: "default" 0.0; \
138 to: "elm.dragable.vbar"; \
147 part { name: "sb_vbar_a1"; \
150 clip_to: "sb_vbar_clip"; \
151 description { state: "default" 0.0; \
156 aspect_preference: HORIZONTAL; \
159 to_y: "sb_vbar_clip"; \
160 to_x: "elm.scrollbar.base"; \
165 to: "elm.scrollbar.base"; \
171 part { name: "sb_vbar_a1_arrow"; \
173 clip_to: "sb_vbar_clip"; \
174 description { state: "default" 0.0; \
175 rel1.to: "sb_vbar_a1"; \
176 rel2.to: "sb_vbar_a1"; \
177 image.normal: "arrow_up.png"; \
179 description { state: "clicked" 0.0; \
180 inherit: "default" 0.0; \
182 rel2.offset: -1 -2; \
185 part { name: "sb_vbar_a2"; \
188 clip_to: "sb_vbar_clip"; \
189 description { state: "default" 0.0; \
194 aspect_preference: HORIZONTAL; \
196 rel1.to: "elm.scrollbar.base"; \
198 to: "elm.scrollbar.base"; \
203 part { name: "sb_vbar_a2_arrow"; \
205 clip_to: "sb_vbar_clip"; \
206 description { state: "default" 0.0; \
207 rel1.to: "sb_vbar_a2"; \
208 rel2.to: "sb_vbar_a2"; \
209 image.normal: "arrow_down.png"; \
211 description { state: "clicked" 0.0; \
212 inherit: "default" 0.0; \
217 part { name: "elm.dragable.vbar"; \
220 clip_to: "sb_vbar_clip"; \
224 confine: "sb_vbar"; \
226 description { state: "default" 0.0; \
230 aspect_preference: VERTICAL; \
235 to_x: "elm.scrollbar.base"; \
238 rel2.to_y: "sb_vbar"; \
241 part { name: "elm.dragable.vbar.image"; \
243 clip_to: "sb_vbar_clip"; \
244 description { state: "default" 0.0; \
245 rel1.to: "elm.dragable.vbar"; \
246 rel2.to: "elm.dragable.vbar"; \
248 normal: "bt_sm_base2.png"; \
253 part { name: "sb_vbar_over1"; \
254 clip_to: "sb_vbar_clip"; \
256 description { state: "default" 0.0; \
257 rel1.to: "elm.dragable.vbar.image"; \
259 to: "elm.dragable.vbar.image"; \
263 normal: "bt_sm_hilight.png"; \
268 part { name: "sb_vbar_over2"; \
269 clip_to: "sb_vbar_clip"; \
271 description { state: "default" 0.0; \
272 rel1.to: "elm.dragable.vbar.image"; \
273 rel2.to: "elm.dragable.vbar.image"; \
275 normal: "bt_sm_shine.png"; \
280 part { name: "sb_hbar_clip_master"; \
283 description { state: "default" 0.0; \
285 description { state: "hidden" 0.0; \
289 part { name: "sb_hbar_clip"; \
292 clip_to: "sb_hbar_clip_master"; \
293 description { state: "default" 0.0; \
294 rel1.to: "sb_hbar_clip_master"; \
295 rel2.to: "sb_hbar_clip_master"; \
297 description { state: "hidden" 0.0; \
298 inherit: "default" 0.0; \
303 part { name: "sb_hbar"; \
306 clip_to: "sb_hbar_clip"; \
307 description { state: "default" 0.0; \
313 to_x: "sb_hbar_a1"; \
314 to_y: "elm.scrollbar.base"; \
319 to_x: "sb_hbar_a2"; \
325 part { name: "sb_hbar_runner"; \
327 clip_to: "sb_hbar_clip"; \
328 description { state: "default" 0.0; \
344 normal: "sb_runnerh.png"; \
350 part { name: "elm.dragable.hbar"; \
353 clip_to: "sb_hbar_clip"; \
357 confine: "sb_hbar"; \
359 description { state: "default" 0.0; \
362 aspect_preference: HORIZONTAL; \
369 rel2.to_x: "sb_hbar"; \
372 part { name: "elm.dragable.hbar.image"; \
374 clip_to: "sb_hbar_clip"; \
375 description { state: "default" 0.0; \
376 rel1.to: "elm.dragable.hbar"; \
377 rel2.to: "elm.dragable.hbar"; \
379 normal: "bt_sm_base2.png"; \
384 part { name: "sb_hbar_over1"; \
385 clip_to: "sb_hbar_clip"; \
387 description { state: "default" 0.0; \
388 rel1.to: "elm.dragable.hbar.image"; \
390 to: "elm.dragable.hbar.image"; \
394 normal: "bt_sm_hilight.png"; \
399 part { name: "sb_hbar_over2"; \
400 clip_to: "sb_hbar_clip"; \
402 description { state: "default" 0.0; \
403 rel1.to: "elm.dragable.hbar.image"; \
404 rel2.to: "elm.dragable.hbar.image"; \
406 normal: "bt_sm_shine.png"; \
411 part { name: "sb_hbar_p1"; \
414 clip_to: "sb_hbar_clip"; \
415 description { state: "default" 0.0; \
423 to: "elm.dragable.hbar"; \
428 part { name: "sb_hbar_p2"; \
431 clip_to: "sb_hbar_clip"; \
432 description { state: "default" 0.0; \
436 to: "elm.dragable.hbar"; \
445 part { name: "sb_hbar_a1"; \
448 clip_to: "sb_hbar_clip"; \
449 description { state: "default" 0.0; \
454 aspect_preference: VERTICAL; \
457 to_x: "sb_hbar_clip"; \
458 to_y: "elm.scrollbar.base"; \
462 to: "elm.scrollbar.base"; \
468 part { name: "sb_hbar_a1_arrow"; \
470 clip_to: "sb_hbar_clip"; \
471 description { state: "default" 0.0; \
472 rel1.to: "sb_hbar_a1"; \
473 rel2.to: "sb_hbar_a1"; \
474 image.normal: "arrow_left.png"; \
476 description { state: "clicked" 0.0; \
477 inherit: "default" 0.0; \
479 rel2.offset: -2 -1; \
482 part { name: "sb_hbar_a2"; \
485 clip_to: "sb_hbar_clip"; \
486 description { state: "default" 0.0; \
491 aspect_preference: VERTICAL; \
494 to: "elm.scrollbar.base"; \
498 to: "elm.scrollbar.base"; \
503 part { name: "sb_hbar_a2_arrow"; \
505 clip_to: "sb_hbar_clip"; \
506 description { state: "default" 0.0; \
507 rel1.to: "sb_hbar_a2"; \
508 rel2.to: "sb_hbar_a2"; \
509 image.normal: "arrow_right.png"; \
511 description { state: "clicked" 0.0; \
512 inherit: "default" 0.0; \
517 part { name: "disabler"; \
519 description { state: "default" 0.0; \
520 rel1.to: "clipper"; \
521 rel2.to: "clipper"; \
525 description { state: "disabled" 0.0; \
526 inherit: "default" 0.0; \
528 color: 128 128 128 128; \
532 program { name: "load"; \
536 set_state(PART:"sb_hbar_clip", "hidden", 0.0); \
537 set_state(PART:"sb_vbar_clip", "hidden", 0.0); \
538 set_int(sbvis_h, 0); \
539 set_int(sbvis_v, 0); \
542 program { name: "vbar_show"; \
543 signal: "elm,action,show,vbar"; \
546 set_state(PART:"sb_vbar_clip_master", "default", 0.0); \
547 set_int(sbvis_v, 1); \
548 if (get_int(sbvis_h)) \
549 set_state(PART:"elm.scrollbar.base", "both", 0.0); \
551 set_state(PART:"elm.scrollbar.base", "vertical", 0.0); \
552 emit("do-show-vbar", ""); \
555 program { name: "vbar_hide"; \
556 signal: "elm,action,hide,vbar"; \
559 set_state(PART:"sb_vbar_clip_master", "hidden", 0.0); \
560 set_int(sbvis_v, 0); \
561 if (get_int(sbvis_h)) \
562 set_state(PART:"elm.scrollbar.base", "horizontal", 0.0); \
564 set_state(PART:"elm.scrollbar.base", "default", 0.0); \
565 emit("do-hide-vbar", ""); \
568 program { name: "sb_vbar_down"; \
569 signal: "mouse,down,1"; \
570 source: "elm.dragable.vbar"; \
571 action: STATE_SET "clicked" 0.0; \
572 target: "elm.dragable.vbar"; \
574 program { name: "sb_vbar_up"; \
575 signal: "mouse,up,1"; \
576 source: "elm.dragable.vbar"; \
577 action: STATE_SET "default" 0.0; \
578 target: "elm.dragable.vbar"; \
580 program { name: "sb_vbar_show"; \
581 signal: "do-show-vbar"; \
583 action: STATE_SET "default" 0.0; \
584 transition: LINEAR 0.1; \
585 target: "sb_vbar_clip"; \
587 program { name: "sb_vbar_hide"; \
588 signal: "do-hide-vbar"; \
590 action: STATE_SET "hidden" 0.0; \
591 transition: LINEAR 1.0; \
592 target: "sb_vbar_clip"; \
594 program { name: "sb_vbar_a1_down"; \
595 signal: "mouse,down,1"; \
596 source: "sb_vbar_a1"; \
597 action: STATE_SET "clicked" 0.0; \
598 target: "sb_vbar_a1_arrow"; \
600 program { name: "sb_vbar_a1_down2"; \
601 signal: "mouse,down,1"; \
602 source: "sb_vbar_a1"; \
603 action: DRAG_VAL_STEP 0.0 -1.0; \
604 target: "elm.dragable.vbar"; \
606 program { name: "sb_vbar_a1_up"; \
607 signal: "mouse,up,1"; \
608 source: "sb_vbar_a1"; \
609 action: STATE_SET "default" 0.0; \
610 target: "sb_vbar_a1_arrow"; \
612 program { name: "sb_vbar_a2_down"; \
613 signal: "mouse,down,1"; \
614 source: "sb_vbar_a2"; \
615 action: STATE_SET "clicked" 0.0; \
616 target: "sb_vbar_a2_arrow"; \
618 program { name: "sb_vbar_a2_down2"; \
619 signal: "mouse,down,1"; \
620 source: "sb_vbar_a2"; \
621 action: DRAG_VAL_STEP 0.0 1.0; \
622 target: "elm.dragable.vbar"; \
624 program { name: "sb_vbar_a2_up"; \
625 signal: "mouse,up,1"; \
626 source: "sb_vbar_a2"; \
627 action: STATE_SET "default" 0.0; \
628 target: "sb_vbar_a2_arrow"; \
630 program { name: "sb_vbar_p1_down"; \
631 signal: "mouse,down,1"; \
632 source: "sb_vbar_p1"; \
633 action: DRAG_VAL_PAGE 0.0 -1.0; \
634 target: "elm.dragable.vbar"; \
636 program { name: "sb_vbar_p2_down"; \
637 signal: "mouse,down,1"; \
638 source: "sb_vbar_p2"; \
639 action: DRAG_VAL_PAGE 0.0 1.0; \
640 target: "elm.dragable.vbar"; \
642 program { name: "hbar_show"; \
643 signal: "elm,action,show,hbar"; \
646 set_state(PART:"sb_hbar_clip_master", "default", 0.0); \
647 set_int(sbvis_h, 1); \
648 if (get_int(sbvis_v)) \
649 set_state(PART:"elm.scrollbar.base", "both", 0.0); \
651 set_state(PART:"elm.scrollbar.base", "horizontal", 0.0); \
652 emit("do-show-hbar", ""); \
655 program { name: "hbar_hide"; \
656 signal: "elm,action,hide,hbar"; \
659 set_state(PART:"sb_hbar_clip_master", "hidden", 0.0); \
660 set_int(sbvis_h, 0); \
661 if (get_int(sbvis_v)) \
662 set_state(PART:"elm.scrollbar.base", "vertical", 0.0); \
664 set_state(PART:"elm.scrollbar.base", "default", 0.0); \
665 emit("do-hide-hbar", ""); \
668 program { name: "sb_hbar_down"; \
669 signal: "mouse,down,1"; \
670 source: "elm.dragable.hbar"; \
671 action: STATE_SET "clicked" 0.0; \
672 target: "elm.dragable.hbar"; \
674 program { name: "sb_hbar_up"; \
675 signal: "mouse,up,1"; \
676 source: "elm.dragable.hbar"; \
677 action: STATE_SET "default" 0.0; \
678 target: "elm.dragable.hbar"; \
680 program { name: "sb_hbar_show"; \
681 signal: "do-show-hbar"; \
683 action: STATE_SET "default" 0.0; \
684 transition: LINEAR 0.1; \
685 target: "sb_hbar_clip"; \
687 program { name: "sb_hbar_hide"; \
688 signal: "do-hide-hbar"; \
690 action: STATE_SET "hidden" 0.0; \
691 transition: LINEAR 1.0; \
692 target: "sb_hbar_clip"; \
694 program { name: "sb_hbar_a1_down"; \
695 signal: "mouse,down,1"; \
696 source: "sb_hbar_a1"; \
697 action: STATE_SET "clicked" 0.0; \
698 target: "sb_hbar_a1_arrow"; \
700 program { name: "sb_hbar_a1_down2"; \
701 signal: "mouse,down,1"; \
702 source: "sb_hbar_a1"; \
703 action: DRAG_VAL_STEP -1.0 0.0; \
704 target: "elm.dragable.hbar"; \
706 program { name: "sb_hbar_a1_up"; \
707 signal: "mouse,up,1"; \
708 source: "sb_hbar_a1"; \
709 action: STATE_SET "default" 0.0; \
710 target: "sb_hbar_a1_arrow"; \
712 program { name: "sb_hbar_a2_down"; \
713 signal: "mouse,down,1"; \
714 source: "sb_hbar_a2"; \
715 action: STATE_SET "clicked" 0.0; \
716 target: "sb_hbar_a2_arrow"; \
718 program { name: "sb_hbar_a2_down2"; \
719 signal: "mouse,down,1"; \
720 source: "sb_hbar_a2"; \
721 action: DRAG_VAL_STEP 1.0 0.0; \
722 target: "elm.dragable.hbar"; \
724 program { name: "sb_hbar_a2_up"; \
725 signal: "mouse,up,1"; \
726 source: "sb_hbar_a2"; \
727 action: STATE_SET "default" 0.0; \
728 target: "sb_hbar_a2_arrow"; \
730 program { name: "sb_hbar_p1_down"; \
731 signal: "mouse,down,1"; \
732 source: "sb_hbar_p1"; \
733 action: DRAG_VAL_PAGE -1.0 0.0; \
734 target: "elm.dragable.hbar"; \
736 program { name: "sb_hbar_p2_down"; \
737 signal: "mouse,down,1"; \
738 source: "sb_hbar_p2"; \
739 action: DRAG_VAL_PAGE 1.0 0.0; \
740 target: "elm.dragable.hbar"; \
742 program { name: "disable"; \
743 signal: "elm,state,disabled"; \
745 action: STATE_SET "disabled" 0.0; \
746 target: "disabler"; \
748 program { name: "enable"; \
749 signal: "elm,state,enabled"; \
751 action: STATE_SET "default" 0.0; \
752 target: "disabler"; \
758 group { name: "elm/scroller/base/default";
759 alias: "elm/list/base/default";
760 alias: "elm/genlist/base/default";
761 alias: "elm/gengrid/base/default";
764 item: "focus_highlight" "on";
768 image: "shelf_inset.png" COMP;
769 image: "sl_bt2_2.png" COMP;
776 description { state: "default" 0.0;
779 color: 255 255 255 0;
782 part { name: "clipper";
785 description { state: "default" 0.0;
790 part { name: "elm.swallow.content";
793 description { state: "default" 0.0;
802 part { name: "conf_over";
804 description { state: "default" 0.0;
806 normal: "shelf_inset.png";
813 part { name: "focus_highlight";
815 description { state: "default" 0.0;
819 normal: "sl_bt2_2.png";
826 description { state: "enabled" 0.0;
827 inherit: "default" 0.0;
828 color: 200 155 0 255;
835 group { name: "elm/scroller/entry/default";
838 item: "focus_highlight" "on";
842 image: "shelf_inset.png" COMP;
843 image: "sl_bt2_2.png" COMP;
850 description { state: "default" 0.0;
853 color: 255 255 255 255;
856 part { name: "clipper";
859 description { state: "default" 0.0;
864 part { name: "content.clipper";
868 description { state: "default" 0.0;
870 to: "elm.swallow.icon";
874 to: "elm.swallow.end";
879 part { name: "elm.swallow.icon";
882 description { state: "default" 0.0;
896 description { state: "visible" 0.0;
897 inherit: "default" 0.0;
901 part { name: "elm.swallow.end";
904 description { state: "default" 0.0;
913 to_x: "elm.dragable.vbar";
914 to_y: "elm.dragable.hbar";
919 description { state: "visible" 0.0;
920 inherit: "default" 0.0;
924 part { name: "elm.swallow.content";
926 clip_to: "content.clipper";
927 description { state: "default" 0.0;
929 to: "elm.swallow.icon";
934 to: "elm.swallow.end";
940 part { name: "conf_over";
942 description { state: "default" 0.0;
944 normal: "shelf_inset.png";
951 part { name: "focus_highlight";
953 description { state: "default" 0.0;
957 normal: "sl_bt2_2.png";
964 description { state: "enabled" 0.0;
965 inherit: "default" 0.0;
966 color: 200 155 0 255;
972 program { name: "icon_show";
973 signal: "elm,action,show,icon";
975 action: STATE_SET "visible" 0.0;
976 target: "elm.swallow.icon";
978 program { name: "icon_hide";
979 signal: "elm,action,hide,icon";
981 action: STATE_SET "default" 0.0;
982 target: "elm.swallow.icon";
984 program { name: "end_show";
985 signal: "elm,action,show,end";
987 action: STATE_SET "visible" 0.0;
988 target: "elm.swallow.end";
990 program { name: "end_hide";
991 signal: "elm,action,hide,end";
993 action: STATE_SET "default" 0.0;
994 target: "elm.swallow.end";
996 program { name: "highlight_show";
997 signal: "elm,action,focus_highlight,show";
999 action: STATE_SET "enabled" 0.0;
1000 transition: ACCELERATE 0.3;
1001 target: "focus_highlight";
1002 target: "conf_over";
1004 program { name: "highlight_hide";
1005 signal: "elm,action,focus_highlight,hide";
1007 action: STATE_SET "default" 0.0;
1008 transition: DECELERATE 0.3;
1009 target: "focus_highlight";
1010 target: "conf_over";
1015 group { name: "elm/photocam/base/default";
1018 image: "shelf_inset.png" COMP;
1019 image: "busy-1.png" COMP;
1020 image: "busy-2.png" COMP;
1021 image: "busy-3.png" COMP;
1022 image: "busy-4.png" COMP;
1023 image: "busy-5.png" COMP;
1024 image: "busy-6.png" COMP;
1025 image: "busy-7.png" COMP;
1026 image: "busy-8.png" COMP;
1027 image: "busy-9.png" COMP;
1032 description { state: "default" 0.0;
1035 color: 255 255 255 0;
1038 part { name: "clipper";
1041 description { state: "default" 0.0;
1046 part { name: "elm.swallow.content";
1049 description { state: "default" 0.0;
1054 part { name: "busy_clip";
1057 description { state: "default" 0.0;
1059 color: 255 255 255 0;
1061 description { state: "active" 0.0;
1063 color: 255 255 255 255;
1066 part { name: "busy";
1067 clip_to: "busy_clip";
1069 description { state: "default" 0.0;
1074 aspect_preference: BOTH;
1084 normal: "busy-9.png";
1085 tween: "busy-1.png";
1086 tween: "busy-2.png";
1087 tween: "busy-3.png";
1088 tween: "busy-4.png";
1089 tween: "busy-5.png";
1090 tween: "busy-6.png";
1091 tween: "busy-7.png";
1092 tween: "busy-8.png";
1096 part { name: "conf_over";
1098 description { state: "default" 0.0;
1102 normal: "shelf_inset.png";
1112 program { name: "go1";
1113 signal: "elm,state,busy,start";
1115 action: STATE_SET "active" 0.0;
1116 transition: SINUSOIDAL 1.0;
1117 target: "busy_clip";
1119 program { name: "go2";
1120 signal: "elm,state,busy,start";
1122 action: STATE_SET "default" 0.0;
1123 transition: LINEAR 0.5;
1127 program { name: "stop1";
1128 signal: "elm,state,busy,stop";
1130 action: STATE_SET "default" 0.0;
1131 transition: SINUSOIDAL 1.0;
1132 target: "busy_clip";
1135 program { name: "stop2";
1136 action: ACTION_STOP;
1142 ///////////////////////////////////////////////////////////////////////////////
1143 group { name: "elm/map/base/default";
1145 image: "shelf_inset.png" COMP;
1146 image: "busy-1.png" COMP;
1147 image: "busy-2.png" COMP;
1148 image: "busy-3.png" COMP;
1149 image: "busy-4.png" COMP;
1150 image: "busy-5.png" COMP;
1151 image: "busy-6.png" COMP;
1152 image: "busy-7.png" COMP;
1153 image: "busy-8.png" COMP;
1154 image: "busy-9.png" COMP;
1159 description { state: "default" 0.0;
1162 color: 255 255 255 0;
1165 part { name: "clipper";
1168 description { state: "default" 0.0;
1173 part { name: "elm.swallow.content";
1176 description { state: "default" 0.0;
1181 part { name: "busy_clip";
1184 description { state: "default" 0.0;
1186 color: 255 255 255 0;
1188 description { state: "active" 0.0;
1190 color: 255 255 255 255;
1193 part { name: "busy";
1194 clip_to: "busy_clip";
1196 description { state: "default" 0.0;
1201 aspect_preference: BOTH;
1211 normal: "busy-9.png";
1212 tween: "busy-1.png";
1213 tween: "busy-2.png";
1214 tween: "busy-3.png";
1215 tween: "busy-4.png";
1216 tween: "busy-5.png";
1217 tween: "busy-6.png";
1218 tween: "busy-7.png";
1219 tween: "busy-8.png";
1223 part { name: "conf_over";
1225 description { state: "default" 0.0;
1229 normal: "shelf_inset.png";
1239 program { name: "go1";
1240 signal: "elm,state,busy,start";
1242 action: STATE_SET "active" 0.0;
1243 transition: SINUSOIDAL 1.0;
1244 target: "busy_clip";
1246 program { name: "go2";
1247 signal: "elm,state,busy,start";
1249 action: STATE_SET "default" 0.0;
1250 transition: LINEAR 0.5;
1254 program { name: "stop1";
1255 signal: "elm,state,busy,stop";
1257 action: STATE_SET "default" 0.0;
1258 transition: SINUSOIDAL 1.0;
1259 target: "busy_clip";
1262 program { name: "stop2";
1263 action: ACTION_STOP;
1269 group { name: "elm/list/base/hoverlist";
1271 item: "focus_highlight" "on";
1274 image: "sl_bt2_2.png" COMP;
1279 description { state: "default" 0.0;
1282 color: 255 255 255 0;
1285 part { name: "clipper";
1288 description { state: "default" 0.0;
1299 part { name: "elm.swallow.content";
1302 description { state: "default" 0.0;
1313 part { name: "focus_highlight";
1315 description { state: "default" 0.0;
1319 normal: "sl_bt2_2.png";
1326 description { state: "enabled" 0.0;
1327 inherit: "default" 0.0;
1328 color: 200 155 0 255;
1334 program { name: "highlight_show";
1335 signal: "elm,action,focus_highlight,show";
1337 action: STATE_SET "enabled" 0.0;
1338 transition: ACCELERATE 0.3;
1339 target: "focus_highlight";
1341 program { name: "highlight_hide";
1342 signal: "elm,action,focus_highlight,hide";
1344 action: STATE_SET "default" 0.0;
1345 transition: DECELERATE 0.3;
1346 target: "focus_highlight";
1351 //------------------------------------------------------------
1352 group { name: "elm/entry/base/default";
1355 style { name: "entry_textblock_style";
1356 base: "font=Sans font_size=10 color=#000 wrap=word text_class=entry";
1360 tag: "em" "+ font=Sans:style=Oblique";
1361 tag: "b" "+ font=Sans:style=Bold";
1362 tag: "link" "+ color=#800 underline=on underline_color=#8008";
1363 tag: "hilight" "+ font=Sans:style=Bold";
1365 style { name: "entry_textblock_disabled_style";
1366 base: "font=Sans font_size=10 color=#00000080 wrap=word text_class=entry";
1370 tag: "em" "+ font=Sans:style=Oblique";
1371 tag: "b" "+ font=Sans:style=Bold";
1372 tag: "link" "+ color=#00000080 underline=on underline_color=#00000080";
1373 tag: "hilight" "+ font=Sans:style=Bold";
1377 // item: context_menu_orientation "horizontal";
1380 part { name: "elm.text";
1384 entry_mode: EDITABLE;
1385 select_mode: DEFAULT;
1387 source: "elm/entry/selection/default"; // selection under
1388 // source2: "X"; // selection over
1389 // source3: "X"; // cursor under
1390 source4: "elm/entry/cursor/default"; // cursorover
1391 source5: "elm/entry/anchor/default"; // anchor under
1392 // source6: "X"; // anchor over
1393 description { state: "default" 0.0;
1394 /* we gotta use 0 0 here, because of scrolled entries */
1397 style: "entry_textblock_style";
1402 description { state: "disabled" 0.0;
1403 inherit: "default" 0.0;
1405 style: "entry_textblock_disabled_style";
1412 program { name: "focus";
1418 program { name: "disable";
1419 signal: "elm,state,disabled";
1421 action: STATE_SET "disabled" 0.0;
1424 program { name: "enable";
1425 signal: "elm,state,enabled";
1427 action: STATE_SET "default" 0.0;
1433 group { name: "elm/entry/base-charwrap/default";
1436 style { name: "entry_textblock_style_charwrap";
1437 base: "font=Sans font_size=10 color=#000 wrap=char text_class=entry";
1441 tag: "em" "+ font=Sans:style=Oblique";
1442 tag: "b" "+ font=Sans:style=Bold";
1443 tag: "link" "+ color=#800 underline=on underline_color=#8008";
1444 tag: "hilight" "+ font=Sans:style=Bold";
1446 style { name: "entry_textblock_disabled_style_charwrap";
1447 base: "font=Sans font_size=10 color=#00000080 wrap=char text_class=entry";
1451 tag: "em" "+ font=Sans:style=Oblique";
1452 tag: "b" "+ font=Sans:style=Bold";
1453 tag: "link" "+ color=#00000080 underline=on underline_color=#00000080";
1454 tag: "hilight" "+ font=Sans:style=Bold";
1458 part { name: "elm.text";
1462 entry_mode: EDITABLE;
1463 select_mode: DEFAULT;
1465 source: "elm/entry/selection/default"; // selection under
1466 // source2: "X"; // selection over
1467 // source3: "X"; // cursor under
1468 source4: "elm/entry/cursor/default"; // cursorover
1469 source5: "elm/entry/anchor/default"; // anchor under
1470 // source6: "X"; // anchor over
1471 description { state: "default" 0.0;
1474 style: "entry_textblock_style_charwrap";
1479 description { state: "disabled" 0.0;
1480 inherit: "default" 0.0;
1482 style: "entry_textblock_disabled_style_charwrap";
1489 program { name: "focus";
1495 program { name: "disable";
1496 signal: "elm,state,disabled";
1498 action: STATE_SET "disabled" 0.0;
1501 program { name: "enable";
1502 signal: "elm,state,enabled";
1504 action: STATE_SET "default" 0.0;
1510 group { name: "elm/entry/base-nowrap/default";
1512 part { name: "elm.text";
1516 entry_mode: EDITABLE;
1517 select_mode: DEFAULT;
1519 source: "elm/entry/selection/default"; // selection under
1520 source4: "elm/entry/cursor/default"; // cursorover
1521 source5: "elm/entry/anchor/default"; // anchor under
1522 description { state: "default" 0.0;
1524 style: "entry_textblock_style";
1529 description { state: "disabled" 0.0;
1530 inherit: "default" 0.0;
1532 style: "entry_textblock_disabled_style";
1541 description { state: "default" 0.0;
1547 description { state: "visible" 0.0;
1548 inherit: "default" 0.0;
1555 program { name: "focus";
1561 program { name: "disable";
1562 signal: "elm,state,disabled";
1564 action: STATE_SET "disabled" 0.0;
1567 program { name: "enable";
1568 signal: "elm,state,enabled";
1570 action: STATE_SET "default" 0.0;
1574 program { name: "selmode0";
1575 signal: "elm,state,select,on";
1577 action: STATE_SET "visible" 0.0;
1580 program { name: "selmode1";
1581 signal: "elm,state,select,off";
1583 action: STATE_SET "default" 0.0;
1590 group { name: "elm/entry/base-single/default";
1593 style { name: "entry_single_textblock_style";
1594 base: "font=Sans font_size=10 color=#000 wrap=none text_class=entry";
1598 tag: "em" "+ font=Sans:style=Oblique";
1599 tag: "b" "+ font=Sans:style=Bold";
1600 tag: "link" "+ color=#800 underline=on underline_color=#8008";
1601 tag: "hilight" "+ font=Sans:style=Bold";
1603 style { name: "entry_single_textblock_disabled_style";
1604 base: "font=Sans font_size=10 color=#00000080 wrap=none text_class=entry";
1608 tag: "em" "+ font=Sans:style=Oblique";
1609 tag: "b" "+ font=Sans:style=Bold";
1610 tag: "link" "+ color=#00000080 underline=on underline_color=#00000080";
1611 tag: "hilight" "+ font=Sans:style=Bold";
1615 part { name: "elm.text";
1619 entry_mode: EDITABLE;
1620 select_mode: DEFAULT;
1622 source: "elm/entry/selection/default"; // selection under
1623 source4: "elm/entry/cursor/default"; // cursorover
1624 source5: "elm/entry/anchor/default"; // anchor under
1625 description { state: "default" 0.0;
1627 style: "entry_single_textblock_style";
1633 description { state: "disabled" 0.0;
1634 inherit: "default" 0.0;
1636 style: "entry_single_textblock_disabled_style";
1642 program { name: "focus";
1648 program { name: "disable";
1649 signal: "elm,state,disabled";
1651 action: STATE_SET "disabled" 0.0;
1654 program { name: "enable";
1655 signal: "elm,state,enabled";
1657 action: STATE_SET "default" 0.0;
1663 group { name: "elm/entry/base-single-noedit/default";
1665 part { name: "elm.text";
1670 select_mode: DEFAULT;
1672 source: "elm/entry/selection/default"; // selection under
1673 source5: "elm/entry/anchor/default"; // anchor under
1674 description { state: "default" 0.0;
1676 style: "entry_single_textblock_style";
1682 description { state: "disabled" 0.0;
1683 inherit: "default" 0.0;
1685 style: "entry_single_textblock_disabled_style";
1691 program { name: "focus";
1697 program { name: "disable";
1698 signal: "elm,state,disabled";
1700 action: STATE_SET "disabled" 0.0;
1703 program { name: "enable";
1704 signal: "elm,state,enabled";
1706 action: STATE_SET "default" 0.0;
1712 group { name: "elm/entry/base-noedit/default";
1714 part { name: "elm.text";
1719 select_mode: DEFAULT;
1721 source: "elm/entry/selection/default"; // selection under
1722 source5: "elm/entry/anchor/default"; // anchor under
1723 description { state: "default" 0.0;
1726 style: "entry_textblock_style";
1731 description { state: "disabled" 0.0;
1732 inherit: "default" 0.0;
1734 style: "entry_textblock_disabled_style";
1740 program { name: "focus";
1746 program { name: "disable";
1747 signal: "elm,state,disabled";
1749 action: STATE_SET "disabled" 0.0;
1752 program { name: "enable";
1753 signal: "elm,state,enabled";
1755 action: STATE_SET "default" 0.0;
1761 group { name: "elm/entry/base-noedit-charwrap/default";
1763 part { name: "elm.text";
1768 select_mode: DEFAULT;
1770 source: "elm/entry/selection/default"; // selection under
1771 source5: "elm/entry/anchor/default"; // anchor under
1772 description { state: "default" 0.0;
1775 style: "entry_textblock_style_charwrap";
1780 description { state: "disabled" 0.0;
1781 inherit: "default" 0.0;
1783 style: "entry_textblock_disabled_style_charwrap";
1789 program { name: "focus";
1795 program { name: "disable";
1796 signal: "elm,state,disabled";
1798 action: STATE_SET "disabled" 0.0;
1801 program { name: "enable";
1802 signal: "elm,state,enabled";
1804 action: STATE_SET "default" 0.0;
1810 group { name: "elm/entry/base-nowrap-noedit/default";
1812 part { name: "elm.text";
1817 select_mode: DEFAULT;
1819 source: "elm/entry/selection/default"; // selection under
1820 source5: "elm/entry/anchor/default"; // anchor under
1821 description { state: "default" 0.0;
1823 style: "entry_textblock_style";
1828 description { state: "disabled" 0.0;
1829 inherit: "default" 0.0;
1831 style: "entry_textblock_disabled_style";
1837 program { name: "focus";
1843 program { name: "disable";
1844 signal: "elm,state,disabled";
1846 action: STATE_SET "disabled" 0.0;
1849 program { name: "enable";
1850 signal: "elm,state,enabled";
1852 action: STATE_SET "default" 0.0;
1858 group { name: "elm/entry/base-password/default";
1860 part { name: "elm.text";
1864 entry_mode: PASSWORD;
1865 select_mode: DEFAULT;
1867 source: "elm/entry/selection/default"; // selection under
1868 source4: "elm/entry/cursor/default"; // cursorover
1869 source5: "elm/entry/anchor/default"; // anchor under
1870 description { state: "default" 0.0;
1872 style: "entry_single_textblock_style";
1879 description { state: "disabled" 0.0;
1880 inherit: "default" 0.0;
1882 style: "entry_single_textblock_disabled_style";
1888 program { name: "focus";
1894 program { name: "disable";
1895 signal: "elm,state,disabled";
1897 action: STATE_SET "disabled" 0.0;
1900 program { name: "enable";
1901 signal: "elm,state,enabled";
1903 action: STATE_SET "default" 0.0;
1909 group { name: "elm/entry/cursor/default";
1911 image: "cur_box.png" COMP;
1912 image: "cur_hi.png" COMP;
1913 image: "cur_shad.png" COMP;
1914 image: "cur_shine.png" COMP;
1915 image: "cur_glow.png" COMP;
1918 part { name: "clip2";
1921 description { state: "default" 0.0;
1926 description { state: "focused" 0.0;
1927 inherit: "default" 0.0;
1931 part { name: "clip";
1935 description { state: "default" 0.0;
1939 description { state: "hidden" 0.0;
1940 inherit: "default" 0.0;
1947 description { state: "default" 0.0;
1952 image.border: 2 2 2 2;
1953 image.normal: "cur_shad.png";
1956 part { name: "base";
1960 description { state: "default" 0.0;
1963 rel1.relative: 0.0 1.0;
1965 rel2.relative: 1.0 1.0;
1967 image.normal: "cur_box.png";
1973 description { state: "default" 0.0;
1976 rel2.relative: 1.0 0.5;
1977 image.normal: "cur_hi.png";
1980 part { name: "shine";
1984 description { state: "default" 0.0;
1987 rel2.relative: 1.0 0.75;
1988 image.border: 2 2 1 0;
1989 image.normal: "cur_shine.png";
1993 part { name: "glow";
1996 description { state: "default" 0.0;
1998 rel1.relative: 0.0 -2.0;
2001 rel2.relative: 1.0 0.0;
2003 image.border: 2 2 0 4;
2004 image.normal: "cur_glow.png";
2007 description { state: "hidden" 0.0;
2008 inherit: "default" 0.0;
2009 color: 255 255 255 0;
2014 program { name: "show";
2017 action: STATE_SET "hidden" 0.0;
2019 transition: DECELERATE 2.0;
2023 program { name: "show2";
2024 action: STATE_SET "hidden" 0.0;
2029 program { name: "show3";
2030 action: STATE_SET "default" 0.0;
2035 program { name: "show4";
2036 action: STATE_SET "default" 0.0;
2038 transition: DECELERATE 0.5;
2042 program { name: "focused";
2043 signal: "elm,action,focus";
2045 action: STATE_SET "focused" 0.0;
2048 program { name: "unfocused";
2049 signal: "elm,action,unfocus";
2051 action: STATE_SET "default" 0.0;
2057 group { name: "elm/entry/selection/default";
2062 description { state: "default" 0.0;
2063 color: 128 128 128 128;
2069 group { name: "elm/entry/anchor/default";
2074 description { state: "default" 0.0;