2 name: "elm/panel/base/left";
5 image: "bt_base1.png" COMP;
6 image: "bt_hilight.png" COMP;
7 image: "bt_shine.png" COMP;
8 image: "bt_glow.png" COMP;
9 image: "bt_dis_base.png" COMP;
10 image: "icon_arrow_left.png" COMP;
11 image: "icon_arrow_right.png" COMP;
14 item: "focus_highlight" "on";
18 part { name: "focus_highlight";
19 description { state: "default" 0.0;
31 normal: "frame_2.png";
36 description { state: "enabled" 0.0;
37 inherit: "default" 0.0;
39 color: 255 255 255 255;
56 inherit: "default" 0.0;
57 rel1.relative: -1.0 0.0;
59 rel2.relative: 0.0 1.0;
103 normal: "bt_base1.png";
110 state: "clicked" 0.0;
111 inherit: "default" 0.0;
121 state: "default" 0.0;
130 normal: "bt_hilight.png";
141 ignore_flags: ON_HOLD;
144 state: "default" 0.0;
149 normal: "bt_shine.png";
162 state: "default" 0.0;
163 color: 255 255 255 0;
168 normal: "bt_glow.png";
175 state: "clicked" 0.0;
176 inherit: "default" 0.0;
178 color: 255 255 255 255;
188 state: "default" 0.0;
194 image.normal: "icon_arrow_left.png";
199 inherit: "default" 0.0;
200 image.normal: "icon_arrow_right.png";
210 state: "default" 0.0;
216 normal: "bt_dis_base.png";
223 name: "elm.swallow.content";
228 state: "default" 0.0;
239 signal: "elm,action,show";
241 action: STATE_SET "default" 0.0;
244 transition: LINEAR 0.5;
249 signal: "elm,action,hide";
251 action: STATE_SET "hidden" 0.0;
254 transition: LINEAR 0.5;
259 signal: "mouse,down,1";
261 action: STATE_SET "clicked" 0.0;
267 signal: "mouse,up,1";
269 action: STATE_SET "default" 0.0;
275 signal: "mouse,down,1";
277 action: STATE_SET "clicked" 0.0;
282 name: "btn_unclick2";
283 signal: "mouse,up,1";
285 action: STATE_SET "default" 0.0;
286 transition: DECELERATE 0.5;
291 name: "btn_unclick3";
292 signal: "mouse,clicked,1";
294 action: SIGNAL_EMIT "elm,action,panel,toggle" "";
296 program { name: "highlight_show";
297 signal: "elm,action,focus_highlight,show";
299 action: STATE_SET "enabled" 0.0;
300 transition: ACCELERATE 0.3;
301 target: "focus_highlight";
303 program { name: "highlight_hide";
304 signal: "elm,action,focus_highlight,hide";
306 action: STATE_SET "default" 0.0;
307 transition: DECELERATE 0.3;
308 target: "focus_highlight";
314 name: "elm/panel/base/top";
317 image: "bt_base1.png" COMP;
318 image: "bt_hilight.png" COMP;
319 image: "bt_shine.png" COMP;
320 image: "bt_glow.png" COMP;
321 image: "bt_dis_base.png" COMP;
322 image: "icon_arrow_up.png" COMP;
323 image: "icon_arrow_down.png" COMP;
326 item: "focus_highlight" "on";
330 part { name: "focus_highlight";
331 description { state: "default" 0.0;
333 color: 255 255 255 0;
343 normal: "frame_2.png";
348 description { state: "enabled" 0.0;
349 inherit: "default" 0.0;
351 color: 255 255 255 255;
361 state: "default" 0.0;
362 color: 255 255 255 0;
368 inherit: "default" 0.0;
369 rel1.relative: 0.0 -1.0;
371 rel2.relative: 1.0 0.0;
382 state: "default" 0.0;
402 state: "default" 0.0;
415 normal: "bt_base1.png";
422 state: "clicked" 0.0;
423 inherit: "default" 0.0;
433 state: "default" 0.0;
442 normal: "bt_hilight.png";
453 ignore_flags: ON_HOLD;
456 state: "default" 0.0;
461 normal: "bt_shine.png";
474 state: "default" 0.0;
475 color: 255 255 255 0;
480 normal: "bt_glow.png";
487 state: "clicked" 0.0;
488 inherit: "default" 0.0;
490 color: 255 255 255 255;
500 state: "default" 0.0;
506 image.normal: "icon_arrow_up.png";
511 inherit: "default" 0.0;
512 image.normal: "icon_arrow_down.png";
522 state: "default" 0.0;
528 normal: "bt_dis_base.png";
535 name: "elm.swallow.content";
540 state: "default" 0.0;
551 signal: "elm,action,show";
553 action: STATE_SET "default" 0.0;
556 transition: LINEAR 0.5;
561 signal: "elm,action,hide";
563 action: STATE_SET "hidden" 0.0;
566 transition: LINEAR 0.5;
571 signal: "mouse,down,1";
573 action: STATE_SET "clicked" 0.0;
579 signal: "mouse,up,1";
581 action: STATE_SET "default" 0.0;
587 signal: "mouse,down,1";
589 action: STATE_SET "clicked" 0.0;
594 name: "btn_unclick2";
595 signal: "mouse,up,1";
597 action: STATE_SET "default" 0.0;
598 transition: DECELERATE 0.5;
603 name: "btn_unclick3";
604 signal: "mouse,clicked,1";
606 action: SIGNAL_EMIT "elm,action,panel,toggle" "";
608 program { name: "highlight_show";
609 signal: "elm,action,focus_highlight,show";
611 action: STATE_SET "enabled" 0.0;
612 transition: ACCELERATE 0.3;
613 target: "focus_highlight";
615 program { name: "highlight_hide";
616 signal: "elm,action,focus_highlight,hide";
618 action: STATE_SET "default" 0.0;
619 transition: DECELERATE 0.3;
620 target: "focus_highlight";
626 name: "elm/panel/base/bottom";
629 image: "bt_base1.png" COMP;
630 image: "bt_hilight.png" COMP;
631 image: "bt_shine.png" COMP;
632 image: "bt_glow.png" COMP;
633 image: "bt_dis_base.png" COMP;
634 image: "icon_arrow_up.png" COMP;
635 image: "icon_arrow_down.png" COMP;
638 item: "focus_highlight" "on";
642 part { name: "focus_highlight";
643 description { state: "default" 0.0;
645 color: 255 255 255 0;
655 normal: "frame_2.png";
660 description { state: "enabled" 0.0;
661 inherit: "default" 0.0;
663 color: 255 255 255 255;
673 state: "default" 0.0;
674 color: 255 255 255 0;
680 inherit: "default" 0.0;
681 rel1.relative: 0.0 1.0;
683 rel2.relative: 1.0 2.0;
694 state: "default" 0.0;
714 state: "default" 0.0;
726 normal: "bt_base1.png";
733 state: "clicked" 0.0;
734 inherit: "default" 0.0;
744 state: "default" 0.0;
753 normal: "bt_hilight.png";
764 ignore_flags: ON_HOLD;
767 state: "default" 0.0;
772 normal: "bt_shine.png";
785 state: "default" 0.0;
786 color: 255 255 255 0;
791 normal: "bt_glow.png";
798 state: "clicked" 0.0;
799 inherit: "default" 0.0;
801 color: 255 255 255 255;
811 state: "default" 0.0;
817 image.normal: "icon_arrow_down.png";
822 inherit: "default" 0.0;
823 image.normal: "icon_arrow_up.png";
833 state: "default" 0.0;
839 normal: "bt_dis_base.png";
846 name: "elm.swallow.content";
851 state: "default" 0.0;
862 signal: "elm,action,show";
864 action: STATE_SET "default" 0.0;
867 transition: LINEAR 0.5;
872 signal: "elm,action,hide";
874 action: STATE_SET "hidden" 0.0;
877 transition: LINEAR 0.5;
882 signal: "mouse,down,1";
884 action: STATE_SET "clicked" 0.0;
890 signal: "mouse,up,1";
892 action: STATE_SET "default" 0.0;
898 signal: "mouse,down,1";
900 action: STATE_SET "clicked" 0.0;
905 name: "btn_unclick2";
906 signal: "mouse,up,1";
908 action: STATE_SET "default" 0.0;
909 transition: DECELERATE 0.5;
914 name: "btn_unclick3";
915 signal: "mouse,clicked,1";
917 action: SIGNAL_EMIT "elm,action,panel,toggle" "";
919 program { name: "highlight_show";
920 signal: "elm,action,focus_highlight,show";
922 action: STATE_SET "enabled" 0.0;
923 transition: ACCELERATE 0.3;
924 target: "focus_highlight";
926 program { name: "highlight_hide";
927 signal: "elm,action,focus_highlight,hide";
929 action: STATE_SET "default" 0.0;
930 transition: DECELERATE 0.3;
931 target: "focus_highlight";
937 name: "elm/panel/base/right";
940 image: "bt_base1.png" COMP;
941 image: "bt_hilight.png" COMP;
942 image: "bt_shine.png" COMP;
943 image: "bt_glow.png" COMP;
944 image: "bt_dis_base.png" COMP;
945 image: "icon_arrow_left.png" COMP;
946 image: "icon_arrow_right.png" COMP;
950 part { name: "focus_highlight";
951 description { state: "default" 0.0;
953 color: 255 255 255 0;
963 normal: "frame_2.png";
968 description { state: "enabled" 0.0;
969 inherit: "default" 0.0;
971 color: 255 255 255 255;
981 state: "default" 0.0;
982 color: 255 255 255 0;
983 rel1.relative: 0.0 0.0;
985 rel2.relative: 1.0 1.0;
991 inherit: "default" 0.0;
992 rel1.relative: 1.0 0.0;
994 rel2.relative: 2.0 1.0;
1005 state: "default" 0.0;
1025 state: "default" 0.0;
1041 normal: "bt_base1.png";
1048 state: "clicked" 0.0;
1049 inherit: "default" 0.0;
1059 state: "default" 0.0;
1068 normal: "bt_hilight.png";
1079 ignore_flags: ON_HOLD;
1082 state: "default" 0.0;
1087 normal: "bt_shine.png";
1100 state: "default" 0.0;
1101 color: 255 255 255 0;
1106 normal: "bt_glow.png";
1107 border: 12 12 12 12;
1113 state: "clicked" 0.0;
1114 inherit: "default" 0.0;
1116 color: 255 255 255 255;
1126 state: "default" 0.0;
1132 image.normal: "icon_arrow_right.png";
1136 state: "hidden" 0.0;
1137 inherit: "default" 0.0;
1138 image.normal: "icon_arrow_left.png";
1148 state: "default" 0.0;
1154 normal: "bt_dis_base.png";
1161 name: "elm.swallow.content";
1166 state: "default" 0.0;
1177 signal: "elm,action,show";
1179 action: STATE_SET "default" 0.0;
1182 transition: LINEAR 0.5;
1187 signal: "elm,action,hide";
1189 action: STATE_SET "hidden" 0.0;
1192 transition: LINEAR 0.5;
1197 signal: "mouse,down,1";
1198 source: "btn_over2";
1199 action: STATE_SET "clicked" 0.0;
1204 name: "btn_unclick";
1205 signal: "mouse,up,1";
1206 source: "btn_over2";
1207 action: STATE_SET "default" 0.0;
1213 signal: "mouse,down,1";
1214 source: "btn_over3";
1215 action: STATE_SET "clicked" 0.0;
1216 target: "btn_over3";
1220 name: "btn_unclick2";
1221 signal: "mouse,up,1";
1222 source: "btn_over3";
1223 action: STATE_SET "default" 0.0;
1224 transition: DECELERATE 0.5;
1225 target: "btn_over3";
1229 name: "btn_unclick3";
1230 signal: "mouse,up,1";
1231 source: "btn_over2";
1232 action: SIGNAL_EMIT "elm,action,panel,toggle" "";
1234 program { name: "highlight_show";
1235 signal: "elm,action,focus";
1237 action: STATE_SET "enabled" 0.0;
1238 transition: ACCELERATE 0.3;
1239 target: "focus_highlight";
1241 program { name: "highlight_hide";
1242 signal: "elm,action,unfocus";
1244 action: STATE_SET "default" 0.0;
1245 transition: DECELERATE 0.3;
1246 target: "focus_highlight";