c0572d5a00d15b271d5923d7787f08e895d433b4
[framework/uifw/elementary.git] / data / themes / widgets / panel.edc
1 group {
2    name: "elm/panel/base/left";
3    images
4    {
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;
12    }
13    data {
14       item: "focus_highlight" "on";
15    }
16    parts
17    {
18       part { name: "focus_highlight";
19          description { state: "default" 0.0;
20             visible: 0;
21             color: 255 255 255 0;
22             rel1 {
23                to: "btn";
24                offset: -8 -8;
25             }
26             rel2 {
27                to: "btn";
28                offset: 7 7;
29             }
30             image {
31                normal: "frame_2.png";
32                border: 5 5 32 26;
33                middle: 0;
34             }
35          }
36          description { state: "enabled" 0.0;
37             inherit: "default" 0.0;
38             visible: 1;
39             color: 255 255 255 255;
40          }
41       }
42       part
43       {
44          name: "bg";
45          type: RECT;
46          mouse_events: 0;
47          description
48          {
49             state: "default" 0.0;
50             color: 255 255 255 0;
51 <<<<<<< HEAD
52             rel1.relative: 0.0 0.0;
53             rel1.offset: 0 0;
54             rel2.relative: 1.0 1.0;
55 =======
56 >>>>>>> remotes/origin/upstream
57             rel2.offset: -1 -1;
58          }
59          description
60          {
61             state: "hidden" 0.0;
62             inherit: "default" 0.0;
63             rel1.relative: -1.0 0.0;
64             rel1.offset: 21 0;
65             rel2.relative: 0.0 1.0;
66             rel2.offset: 20 -1;
67          }
68       }
69       part
70       {
71 <<<<<<< HEAD
72          name: "base";
73          type: IMAGE;
74          mouse_events: 0;
75          description
76          {
77             state: "default" 0.0;
78             rel1.to: "bg";
79             rel2.to: "bg";
80             rel2.offset: -20 -1;
81             image
82             {
83                normal: "bt_dis_base.png";
84                border: 4 4 4 4;
85             }
86          }
87       }
88       part
89       {
90 =======
91 >>>>>>> remotes/origin/upstream
92          name: "clipper";
93          type: RECT;
94          mouse_events: 0;
95          description
96          {
97             state: "default" 0.0;
98             rel1
99             {
100                offset: 4 4;
101                to: "base";
102             }
103             rel2
104             {
105                offset: -5 -5;
106                to: "base";
107             }
108          }
109       }
110       part
111       {
112 <<<<<<< HEAD
113          name: "elm.swallow.content";
114          type: SWALLOW;
115          clip_to: "clipper";
116          description
117          {
118             state: "default" 0.0;
119             rel1.to: "clipper";
120             rel2.to: "clipper";
121          }
122       }
123       part
124       {
125 =======
126 >>>>>>> remotes/origin/upstream
127          name: "btn";
128          type: IMAGE;
129          mouse_events: 1;
130          description
131          {
132             state: "default" 0.0;
133             max: 32 48;
134             fixed: 1 1;
135             align: 0.0 0.5;
136             rel1
137             {
138                relative: 1.0 0.0;
139                offset: -3 0;
140                to_x: "base";
141             }
142             rel2.to_x: "bg";
143             image
144             {
145                normal: "bt_base1.png";
146                border: 0 5 4 12;
147             }
148             fill.smooth: 0;
149          }
150          description
151          {
152             state: "clicked" 0.0;
153             inherit: "default" 0.0;
154          }
155       }
156       part
157       {
158          name: "btn_over";
159          type: IMAGE;
160          mouse_events: 0;
161          description
162          {
163             state: "default" 0.0;
164             rel1.to: "btn";
165             rel2
166             {
167                relative: 1.0 0.5;
168                to: "btn";
169             }
170             image
171             {
172                normal: "bt_hilight.png";
173                border: 0 7 7 0;
174             }
175          }
176       }
177       part
178       {
179          name: "btn_over2";
180          type: IMAGE;
181          mouse_events: 1;
182          repeat_events: 1;
183          ignore_flags: ON_HOLD;
184          description
185          {
186             state: "default" 0.0;
187             rel1.to: "btn";
188             rel2.to: "btn";
189             image
190             {
191                normal: "bt_shine.png";
192                border: 0 7 7 7;
193             }
194          }
195       }
196       part
197       {
198          name: "btn_over3";
199          type: IMAGE;
200          mouse_events: 1;
201          repeat_events: 1;
202          description
203          {
204             state: "default" 0.0;
205             color: 255 255 255 0;
206             rel1.to: "btn";
207             rel2.to: "btn";
208             image
209             {
210                normal: "bt_glow.png";
211                border: 12 12 12 12;
212             }
213             fill.smooth: 0;
214          }
215          description
216          {
217             state: "clicked" 0.0;
218             inherit: "default" 0.0;
219             visible: 1;
220             color: 255 255 255 255;
221          }
222       }
223       part
224       {
225          name: "btn_icon";
226          type: IMAGE;
227          repeat_events: 1;
228          description
229          {
230             state: "default" 0.0;
231             rel1.to: "btn";
232             rel2.to: "btn";
233             align: 0.5 0.5;
234             min: 16 16;
235             max: 16 16;
236             image.normal: "icon_arrow_left.png";
237          }
238          description
239          {
240             state: "hidden" 0.0;
241             inherit: "default" 0.0;
242             image.normal: "icon_arrow_right.png";
243          }
244       }
245 <<<<<<< HEAD
246 =======
247       part
248       {
249          name: "base";
250          type: IMAGE;
251          mouse_events: 0;
252          description
253          {
254             state: "default" 0.0;
255             rel1.to: "bg";
256             rel2.to: "bg";
257             rel2.offset: -20 -1;
258             image
259             {
260                normal: "bt_dis_base.png";
261                border: 4 4 4 4;
262             }
263          }
264       }
265       part
266       {
267          name: "elm.swallow.content";
268          type: SWALLOW;
269          clip_to: "clipper";
270          description
271          {
272             state: "default" 0.0;
273             rel1.to: "clipper";
274             rel2.to: "clipper";
275          }
276       }
277 >>>>>>> remotes/origin/upstream
278    }
279    programs
280    {
281       program
282       {
283          name: "show";
284          signal: "elm,action,show";
285          source: "elm";
286          action: STATE_SET "default" 0.0;
287          target: "bg";
288          target: "btn_icon";
289          transition: LINEAR 0.5;
290       }
291       program
292       {
293          name: "hide";
294          signal: "elm,action,hide";
295          source: "elm";
296          action: STATE_SET "hidden" 0.0;
297          target: "bg";
298          target: "btn_icon";
299          transition: LINEAR 0.5;
300       }
301       program
302       {
303          name: "btn_click";
304          signal: "mouse,down,1";
305          source: "btn_over2";
306          action: STATE_SET "clicked" 0.0;
307          target: "btn";
308       }
309       program
310       {
311          name: "btn_unclick";
312          signal: "mouse,up,1";
313          source: "btn_over2";
314          action: STATE_SET "default" 0.0;
315          target: "btn";
316       }
317       program
318       {
319          name: "btn_click2";
320          signal: "mouse,down,1";
321          source: "btn_over3";
322          action: STATE_SET "clicked" 0.0;
323          target: "btn_over3";
324       }
325       program
326       {
327          name: "btn_unclick2";
328          signal: "mouse,up,1";
329          source: "btn_over3";
330          action: STATE_SET "default" 0.0;
331          transition: DECELERATE 0.5;
332          target: "btn_over3";
333       }
334       program
335       {
336          name: "btn_unclick3";
337          signal: "mouse,clicked,1";
338          source: "btn_over2";
339          action: SIGNAL_EMIT "elm,action,panel,toggle" "";
340       }
341       program { name: "highlight_show";
342          signal: "elm,action,focus_highlight,show";
343          source: "elm";
344          action: STATE_SET "enabled" 0.0;
345          transition: ACCELERATE 0.3;
346          target: "focus_highlight";
347       }
348       program { name: "highlight_hide";
349          signal: "elm,action,focus_highlight,hide";
350          source: "elm";
351          action: STATE_SET "default" 0.0;
352          transition: DECELERATE 0.3;
353          target: "focus_highlight";
354       }
355    }
356 }
357
358 group {
359    name: "elm/panel/base/top";
360    images
361    {
362       image: "bt_base1.png" COMP;
363       image: "bt_hilight.png" COMP;
364       image: "bt_shine.png" COMP;
365       image: "bt_glow.png" COMP;
366       image: "bt_dis_base.png" COMP;
367       image: "icon_arrow_up.png" COMP;
368       image: "icon_arrow_down.png" COMP;
369    }
370    data {
371       item: "focus_highlight" "on";
372    }
373    parts
374    {
375       part { name: "focus_highlight";
376          description { state: "default" 0.0;
377             visible: 0;
378             color: 255 255 255 0;
379             rel1 {
380                to: "btn";
381                offset: -8 -8;
382             }
383             rel2 {
384                to: "btn";
385                offset: 7 7;
386             }
387             image {
388                normal: "frame_2.png";
389                border: 5 5 32 26;
390                middle: 0;
391             }
392          }
393          description { state: "enabled" 0.0;
394             inherit: "default" 0.0;
395             visible: 1;
396             color: 255 255 255 255;
397          }
398       }
399       part
400       {
401          name: "bg";
402          type: RECT;
403          mouse_events: 0;
404          description
405          {
406             state: "default" 0.0;
407             color: 255 255 255 0;
408             rel2.offset: -1 -1;
409          }
410          description
411          {
412             state: "hidden" 0.0;
413             inherit: "default" 0.0;
414             rel1.relative: 0.0 -1.0;
415 <<<<<<< HEAD
416             rel1.offset: 0 21;
417 =======
418             rel1.offset: 0 -21;
419 >>>>>>> remotes/origin/upstream
420             rel2.relative: 1.0 0.0;
421             rel2.offset: -1 20;
422          }
423       }
424       part
425       {
426 <<<<<<< HEAD
427          name: "base";
428          type: IMAGE;
429          mouse_events: 0;
430          description
431          {
432             state: "default" 0.0;
433             rel1.to: "bg";
434             rel2.to: "bg";
435             rel2.offset: -1 -20;
436             image
437             {
438                normal: "bt_dis_base.png";
439                border: 4 4 4 4;
440             }
441          }
442       }
443       part
444       {
445 =======
446 >>>>>>> remotes/origin/upstream
447          name: "clipper";
448          type: RECT;
449          mouse_events: 0;
450          description
451          {
452             state: "default" 0.0;
453             rel1
454             {
455                offset: 4 4;
456                to: "base";
457             }
458             rel2
459             {
460                offset: -5 -5;
461                to: "base";
462             }
463          }
464       }
465       part
466       {
467 <<<<<<< HEAD
468          name: "elm.swallow.content";
469          type: SWALLOW;
470          clip_to: "clipper";
471          description
472          {
473             state: "default" 0.0;
474             rel1.to: "clipper";
475             rel2.to: "clipper";
476          }
477       }
478       part
479       {
480 =======
481 >>>>>>> remotes/origin/upstream
482          name: "btn";
483          type: IMAGE;
484          mouse_events: 1;
485          description
486          {
487             state: "default" 0.0;
488 <<<<<<< HEAD
489             max: 32 48;
490             fixed: 1 1;
491             align: 0.5 1.0;
492             rel1
493             {
494                relative: 0.0 1.0;
495                offset: -2 2;
496 =======
497             max: 48 32;
498             fixed: 1 1;
499             align: 0.5 0.0;
500             rel1
501             {
502                relative: 0.0 1.0;
503                offset: 0 -6;
504 >>>>>>> remotes/origin/upstream
505                to_y: "base";
506             }
507             rel2.to_y: "bg";
508             image
509             {
510                normal: "bt_base1.png";
511 <<<<<<< HEAD
512                border: 12 4 5 0;
513 =======
514                border: 12 4 0 5;
515 >>>>>>> remotes/origin/upstream
516             }
517             fill.smooth: 0;
518          }
519          description
520          {
521             state: "clicked" 0.0;
522             inherit: "default" 0.0;
523          }
524       }
525       part
526       {
527          name: "btn_over";
528          type: IMAGE;
529          mouse_events: 0;
530          description
531          {
532             state: "default" 0.0;
533             rel1.to: "btn";
534             rel2
535             {
536                relative: 1.0 0.5;
537                to: "btn";
538             }
539             image
540             {
541                normal: "bt_hilight.png";
542                border: 0 7 7 0;
543             }
544          }
545       }
546       part
547       {
548          name: "btn_over2";
549          type: IMAGE;
550          mouse_events: 1;
551          repeat_events: 1;
552          ignore_flags: ON_HOLD;
553          description
554          {
555             state: "default" 0.0;
556             rel1.to: "btn";
557             rel2.to: "btn";
558             image
559             {
560                normal: "bt_shine.png";
561                border: 0 7 7 7;
562             }
563          }
564       }
565       part
566       {
567          name: "btn_over3";
568          type: IMAGE;
569          mouse_events: 1;
570          repeat_events: 1;
571          description
572          {
573             state: "default" 0.0;
574             color: 255 255 255 0;
575             rel1.to: "btn";
576             rel2.to: "btn";
577             image
578             {
579                normal: "bt_glow.png";
580                border: 12 12 12 12;
581             }
582             fill.smooth: 0;
583          }
584          description
585          {
586             state: "clicked" 0.0;
587             inherit: "default" 0.0;
588             visible: 1;
589             color: 255 255 255 255;
590          }
591       }
592       part
593       {
594          name: "btn_icon";
595          type: IMAGE;
596          repeat_events: 1;
597          description
598          {
599             state: "default" 0.0;
600             rel1.to: "btn";
601             rel2.to: "btn";
602             align: 0.5 0.5;
603             min: 16 16;
604             max: 16 16;
605             image.normal: "icon_arrow_up.png";
606          }
607          description
608          {
609             state: "hidden" 0.0;
610             inherit: "default" 0.0;
611             image.normal: "icon_arrow_down.png";
612          }
613       }
614 <<<<<<< HEAD
615 =======
616       part
617       {
618          name: "base";
619          type: IMAGE;
620          mouse_events: 0;
621          description
622          {
623             state: "default" 0.0;
624             rel1.to: "bg";
625             rel2.to: "bg";
626             rel2.offset: -1 -20;
627             image
628             {
629                normal: "bt_dis_base.png";
630                border: 4 4 4 4;
631             }
632          }
633       }
634       part
635       {
636          name: "elm.swallow.content";
637          type: SWALLOW;
638          clip_to: "clipper";
639          description
640          {
641             state: "default" 0.0;
642             rel1.to: "clipper";
643             rel2.to: "clipper";
644          }
645       }
646 >>>>>>> remotes/origin/upstream
647    }
648    programs
649    {
650       program
651       {
652          name: "show";
653          signal: "elm,action,show";
654          source: "elm";
655          action: STATE_SET "default" 0.0;
656          target: "bg";
657          target: "btn_icon";
658          transition: LINEAR 0.5;
659       }
660       program
661       {
662          name: "hide";
663          signal: "elm,action,hide";
664          source: "elm";
665          action: STATE_SET "hidden" 0.0;
666          target: "bg";
667          target: "btn_icon";
668          transition: LINEAR 0.5;
669       }
670       program
671       {
672          name: "btn_click";
673          signal: "mouse,down,1";
674          source: "btn_over2";
675          action: STATE_SET "clicked" 0.0;
676          target: "btn";
677       }
678       program
679       {
680          name: "btn_unclick";
681          signal: "mouse,up,1";
682          source: "btn_over2";
683          action: STATE_SET "default" 0.0;
684          target: "btn";
685       }
686       program
687       {
688          name: "btn_click2";
689          signal: "mouse,down,1";
690          source: "btn_over3";
691          action: STATE_SET "clicked" 0.0;
692          target: "btn_over3";
693       }
694       program
695       {
696          name: "btn_unclick2";
697          signal: "mouse,up,1";
698          source: "btn_over3";
699          action: STATE_SET "default" 0.0;
700          transition: DECELERATE 0.5;
701          target: "btn_over3";
702       }
703       program
704       {
705          name: "btn_unclick3";
706          signal: "mouse,clicked,1";
707          source: "btn_over2";
708          action: SIGNAL_EMIT "elm,action,panel,toggle" "";
709       }
710       program { name: "highlight_show";
711          signal: "elm,action,focus_highlight,show";
712          source: "elm";
713          action: STATE_SET "enabled" 0.0;
714          transition: ACCELERATE 0.3;
715          target: "focus_highlight";
716       }
717       program { name: "highlight_hide";
718          signal: "elm,action,focus_highlight,hide";
719          source: "elm";
720          action: STATE_SET "default" 0.0;
721          transition: DECELERATE 0.3;
722          target: "focus_highlight";
723       }
724    }
725 }
726
727 group {
728    name: "elm/panel/base/bottom";
729    images
730    {
731       image: "bt_base1.png" COMP;
732       image: "bt_hilight.png" COMP;
733       image: "bt_shine.png" COMP;
734       image: "bt_glow.png" COMP;
735       image: "bt_dis_base.png" COMP;
736       image: "icon_arrow_up.png" COMP;
737       image: "icon_arrow_down.png" COMP;
738    }
739    data {
740       item: "focus_highlight" "on";
741    }
742    parts
743    {
744       part { name: "focus_highlight";
745          description { state: "default" 0.0;
746             visible: 0;
747             color: 255 255 255 0;
748             rel1 {
749                to: "btn";
750                offset: -8 -8;
751             }
752             rel2 {
753                to: "btn";
754                offset: 7 7;
755             }
756             image {
757                normal: "frame_2.png";
758                border: 5 5 32 26;
759                middle: 0;
760             }
761          }
762          description { state: "enabled" 0.0;
763             inherit: "default" 0.0;
764             visible: 1;
765             color: 255 255 255 255;
766          }
767       }
768       part
769       {
770          name: "bg";
771          type: RECT;
772          mouse_events: 0;
773          description
774          {
775             state: "default" 0.0;
776             color: 255 255 255 0;
777             rel2.offset: -1 -1;
778          }
779          description
780          {
781             state: "hidden" 0.0;
782             inherit: "default" 0.0;
783             rel1.relative: 0.0 1.0;
784 <<<<<<< HEAD
785             rel1.offset: 0 20;
786             rel2.relative: 1.0 2.0;
787             rel2.offset: -1 21;
788          }
789       }
790       part
791       {
792          name: "base";
793          type: IMAGE;
794          mouse_events: 0;
795          description
796          {
797             state: "default" 0.0;
798             rel1.to: "bg";
799             rel1.offset: -1 -20;
800             rel2.to: "bg";
801             image
802             {
803                normal: "bt_dis_base.png";
804                border: 4 4 4 4;
805             }
806 =======
807             rel1.offset: -1 -24;
808             rel2.relative: 1.0 2.0;
809             rel2.offset: 0 -21;
810 >>>>>>> remotes/origin/upstream
811          }
812       }
813       part
814       {
815          name: "clipper";
816          type: RECT;
817          mouse_events: 0;
818          description
819          {
820             state: "default" 0.0;
821             rel1
822             {
823                offset: 4 4;
824                to: "base";
825             }
826             rel2
827             {
828                offset: -5 -5;
829                to: "base";
830             }
831          }
832       }
833       part
834       {
835 <<<<<<< HEAD
836          name: "elm.swallow.content";
837          type: SWALLOW;
838          clip_to: "clipper";
839          description
840          {
841             state: "default" 0.0;
842             rel1.to: "clipper";
843             rel2.to: "clipper";
844          }
845       }
846       part
847       {
848 =======
849 >>>>>>> remotes/origin/upstream
850          name: "btn";
851          type: IMAGE;
852          mouse_events: 1;
853          description
854          {
855             state: "default" 0.0;
856 <<<<<<< HEAD
857             max: 32 48;
858             fixed: 1 1;
859             align: 0.5 0.0;
860             rel1
861             {
862                relative: 0.0 -1.0;
863                offset: -2 0;
864                to_y: "base";
865             }
866             rel2.to_y: "bg";
867             image
868             {
869                normal: "bt_base1.png";
870                border: 12 4 0 5;
871 =======
872             max: 48 32;
873             fixed: 1 1;
874             align: 0.5 0.0;
875             rel1.to_y: "bg";
876             rel2{
877                relative: 1.0 0.0;
878                offset: 0 5;
879                to_y: "base";
880             }
881             image
882             {
883                normal: "bt_base1.png";
884                border: 4 12 5 0;
885 >>>>>>> remotes/origin/upstream
886             }
887             fill.smooth: 0;
888          }
889          description
890          {
891             state: "clicked" 0.0;
892             inherit: "default" 0.0;
893          }
894       }
895       part
896       {
897          name: "btn_over";
898          type: IMAGE;
899          mouse_events: 0;
900          description
901          {
902             state: "default" 0.0;
903             rel1.to: "btn";
904             rel2
905             {
906                relative: 1.0 0.5;
907                to: "btn";
908             }
909             image
910             {
911                normal: "bt_hilight.png";
912                border: 0 7 7 0;
913             }
914          }
915       }
916       part
917       {
918          name: "btn_over2";
919          type: IMAGE;
920          mouse_events: 1;
921          repeat_events: 1;
922          ignore_flags: ON_HOLD;
923          description
924          {
925             state: "default" 0.0;
926             rel1.to: "btn";
927             rel2.to: "btn";
928             image
929             {
930                normal: "bt_shine.png";
931                border: 0 7 7 7;
932             }
933          }
934       }
935       part
936       {
937          name: "btn_over3";
938          type: IMAGE;
939          mouse_events: 1;
940          repeat_events: 1;
941          description
942          {
943             state: "default" 0.0;
944             color: 255 255 255 0;
945             rel1.to: "btn";
946             rel2.to: "btn";
947             image
948             {
949                normal: "bt_glow.png";
950                border: 12 12 12 12;
951             }
952             fill.smooth: 0;
953          }
954          description
955          {
956             state: "clicked" 0.0;
957             inherit: "default" 0.0;
958             visible: 1;
959             color: 255 255 255 255;
960          }
961       }
962       part
963       {
964          name: "btn_icon";
965          type: IMAGE;
966          repeat_events: 1;
967          description
968          {
969             state: "default" 0.0;
970             rel1.to: "btn";
971             rel2.to: "btn";
972             align: 0.5 0.5;
973             min: 16 16;
974             max: 16 16;
975             image.normal: "icon_arrow_down.png";
976          }
977          description
978          {
979             state: "hidden" 0.0;
980             inherit: "default" 0.0;
981             image.normal: "icon_arrow_up.png";
982          }
983       }
984 <<<<<<< HEAD
985 =======
986       part
987       {
988          name: "base";
989          type: IMAGE;
990          mouse_events: 0;
991          description
992          {
993             state: "default" 0.0;
994             rel1.to: "bg";
995             rel1.offset: -1 20;
996             rel2.to: "bg";
997             image
998             {
999                normal: "bt_dis_base.png";
1000                border: 4 4 4 4;
1001             }
1002          }
1003       }
1004       part
1005       {
1006          name: "elm.swallow.content";
1007          type: SWALLOW;
1008          clip_to: "clipper";
1009          description
1010          {
1011             state: "default" 0.0;
1012             rel1.to: "clipper";
1013             rel2.to: "clipper";
1014          }
1015       }
1016 >>>>>>> remotes/origin/upstream
1017    }
1018    programs
1019    {
1020       program
1021       {
1022          name: "show";
1023          signal: "elm,action,show";
1024          source: "elm";
1025          action: STATE_SET "default" 0.0;
1026          target: "bg";
1027          target: "btn_icon";
1028          transition: LINEAR 0.5;
1029       }
1030       program
1031       {
1032          name: "hide";
1033          signal: "elm,action,hide";
1034          source: "elm";
1035          action: STATE_SET "hidden" 0.0;
1036          target: "bg";
1037          target: "btn_icon";
1038          transition: LINEAR 0.5;
1039       }
1040       program
1041       {
1042          name: "btn_click";
1043          signal: "mouse,down,1";
1044          source: "btn_over2";
1045          action: STATE_SET "clicked" 0.0;
1046          target: "btn";
1047       }
1048       program
1049       {
1050          name: "btn_unclick";
1051          signal: "mouse,up,1";
1052          source: "btn_over2";
1053          action: STATE_SET "default" 0.0;
1054          target: "btn";
1055       }
1056       program
1057       {
1058          name: "btn_click2";
1059          signal: "mouse,down,1";
1060          source: "btn_over3";
1061          action: STATE_SET "clicked" 0.0;
1062          target: "btn_over3";
1063       }
1064       program
1065       {
1066          name: "btn_unclick2";
1067          signal: "mouse,up,1";
1068          source: "btn_over3";
1069          action: STATE_SET "default" 0.0;
1070          transition: DECELERATE 0.5;
1071          target: "btn_over3";
1072       }
1073       program
1074       {
1075          name: "btn_unclick3";
1076          signal: "mouse,clicked,1";
1077          source: "btn_over2";
1078          action: SIGNAL_EMIT "elm,action,panel,toggle" "";
1079       }
1080       program { name: "highlight_show";
1081          signal: "elm,action,focus_highlight,show";
1082          source: "elm";
1083          action: STATE_SET "enabled" 0.0;
1084          transition: ACCELERATE 0.3;
1085          target: "focus_highlight";
1086       }
1087       program { name: "highlight_hide";
1088          signal: "elm,action,focus_highlight,hide";
1089          source: "elm";
1090          action: STATE_SET "default" 0.0;
1091          transition: DECELERATE 0.3;
1092          target: "focus_highlight";
1093       }
1094    }
1095 }
1096
1097 group {
1098    name: "elm/panel/base/right";
1099    images
1100    {
1101       image: "bt_base1.png" COMP;
1102       image: "bt_hilight.png" COMP;
1103       image: "bt_shine.png" COMP;
1104       image: "bt_glow.png" COMP;
1105       image: "bt_dis_base.png" COMP;
1106       image: "icon_arrow_left.png" COMP;
1107       image: "icon_arrow_right.png" COMP;
1108    }
1109    parts
1110    {
1111       part { name: "focus_highlight";
1112          description { state: "default" 0.0;
1113             visible: 0;
1114             color: 255 255 255 0;
1115             rel1 {
1116                to: "btn";
1117                offset: -8 -8;
1118             }
1119             rel2 {
1120                to: "btn";
1121                offset: 7 7;
1122             }
1123             image {
1124                normal: "frame_2.png";
1125                border: 5 5 32 26;
1126                middle: 0;
1127             }
1128          }
1129          description { state: "enabled" 0.0;
1130             inherit: "default" 0.0;
1131             visible: 1;
1132             color: 255 255 255 255;
1133          }
1134       }
1135       part
1136       {
1137          name: "bg";
1138          type: RECT;
1139          mouse_events: 0;
1140          description
1141          {
1142             state: "default" 0.0;
1143             color: 255 255 255 0;
1144             rel1.relative: 0.0 0.0;
1145             rel1.offset: 0 0;
1146             rel2.relative: 1.0 1.0;
1147             rel2.offset: -1 -1;
1148          }
1149          description
1150          {
1151             state: "hidden" 0.0;
1152             inherit: "default" 0.0;
1153             rel1.relative: 1.0 0.0;
1154             rel1.offset: -22 0;
1155             rel2.relative: 2.0 1.0;
1156             rel2.offset: -23 -1;
1157          }
1158       }
1159       part
1160       {
1161 <<<<<<< HEAD
1162          name: "base";
1163          type: IMAGE;
1164          mouse_events: 0;
1165          description
1166          {
1167             state: "default" 0.0;
1168             rel1.to: "bg";
1169             rel1.offset: 20 0;
1170             rel2.to: "bg";
1171             image
1172             {
1173                normal: "bt_dis_base.png";
1174                border: 4 4 4 4;
1175             }
1176          }
1177       }
1178       part
1179       {
1180 =======
1181 >>>>>>> remotes/origin/upstream
1182          name: "clipper";
1183          type: RECT;
1184          mouse_events: 0;
1185          description
1186          {
1187             state: "default" 0.0;
1188             rel1
1189             {
1190                offset: 4 4;
1191                to: "base";
1192             }
1193             rel2
1194             {
1195                offset: -5 -5;
1196                to: "base";
1197             }
1198          }
1199       }
1200       part
1201       {
1202 <<<<<<< HEAD
1203          name: "elm.swallow.content";
1204          type: SWALLOW;
1205          clip_to: "clipper";
1206          description
1207          {
1208             state: "default" 0.0;
1209             rel1.to: "clipper";
1210             rel2.to: "clipper";
1211          }
1212       }
1213       part
1214       {
1215 =======
1216 >>>>>>> remotes/origin/upstream
1217          name: "btn";
1218          type: IMAGE;
1219          mouse_events: 1;
1220          description
1221          {
1222             state: "default" 0.0;
1223             max: 32 48;
1224             fixed: 1 1;
1225             align: 1 0.5;
1226             rel1
1227             {
1228                to_x: "bg";
1229             }
1230             rel2
1231             {
1232                offset: 2 0;
1233                relative: 0.0 1;
1234                to_x: "base";
1235             }
1236             image
1237             {
1238                normal: "bt_base1.png";
1239                border: 5 0 4 12;
1240             }
1241             fill.smooth: 0;
1242          }
1243          description
1244          {
1245             state: "clicked" 0.0;
1246             inherit: "default" 0.0;
1247          }
1248       }
1249       part
1250       {
1251          name: "btn_over";
1252          type: IMAGE;
1253          mouse_events: 0;
1254          description
1255          {
1256             state: "default" 0.0;
1257             rel1.to: "btn";
1258             rel2
1259             {
1260                relative: 1.0 0.5;
1261                to: "btn";
1262             }
1263             image
1264             {
1265                normal: "bt_hilight.png";
1266                border: 7 0 7 0;
1267             }
1268          }
1269       }
1270       part
1271       {
1272          name: "btn_over2";
1273          type: IMAGE;
1274          mouse_events: 1;
1275          repeat_events: 1;
1276          ignore_flags: ON_HOLD;
1277          description
1278          {
1279             state: "default" 0.0;
1280             rel1.to: "btn";
1281             rel2.to: "btn";
1282             image
1283             {
1284                normal: "bt_shine.png";
1285                border: 7 0 7 7;
1286             }
1287          }
1288       }
1289       part
1290       {
1291          name: "btn_over3";
1292          type: IMAGE;
1293          mouse_events: 1;
1294          repeat_events: 1;
1295          description
1296          {
1297             state: "default" 0.0;
1298             color: 255 255 255 0;
1299             rel1.to: "btn";
1300             rel2.to: "btn";
1301             image
1302             {
1303                normal: "bt_glow.png";
1304                border: 12 12 12 12;
1305             }
1306             fill.smooth: 0;
1307          }
1308          description
1309          {
1310             state: "clicked" 0.0;
1311             inherit: "default" 0.0;
1312             visible: 1;
1313             color: 255 255 255 255;
1314          }
1315       }
1316       part
1317       {
1318          name: "btn_icon";
1319          type: IMAGE;
1320          repeat_events: 1;
1321          description
1322          {
1323             state: "default" 0.0;
1324             rel1.to: "btn";
1325             rel2.to: "btn";
1326             align: 0.5 0.5;
1327             min: 16 16;
1328             max: 16 16;
1329             image.normal: "icon_arrow_right.png";
1330          }
1331          description
1332          {
1333             state: "hidden" 0.0;
1334             inherit: "default" 0.0;
1335             image.normal: "icon_arrow_left.png";
1336          }
1337       }
1338 <<<<<<< HEAD
1339 =======
1340       part
1341       {
1342          name: "base";
1343          type: IMAGE;
1344          mouse_events: 0;
1345          description
1346          {
1347             state: "default" 0.0;
1348             rel1.to: "bg";
1349             rel1.offset: 20 0;
1350             rel2.to: "bg";
1351             image
1352             {
1353                normal: "bt_dis_base.png";
1354                border: 4 4 4 4;
1355             }
1356          }
1357       }
1358       part
1359       {
1360          name: "elm.swallow.content";
1361          type: SWALLOW;
1362          clip_to: "clipper";
1363          description
1364          {
1365             state: "default" 0.0;
1366             rel1.to: "clipper";
1367             rel2.to: "clipper";
1368          }
1369       }
1370 >>>>>>> remotes/origin/upstream
1371    }
1372    programs
1373    {
1374       program
1375       {
1376          name: "show";
1377          signal: "elm,action,show";
1378          source: "elm";
1379          action: STATE_SET "default" 0.0;
1380          target: "bg";
1381          target: "btn_icon";
1382          transition: LINEAR 0.5;
1383       }
1384       program
1385       {
1386          name: "hide";
1387          signal: "elm,action,hide";
1388          source: "elm";
1389          action: STATE_SET "hidden" 0.0;
1390          target: "bg";
1391          target: "btn_icon";
1392          transition: LINEAR 0.5;
1393       }
1394       program
1395       {
1396          name: "btn_click";
1397          signal: "mouse,down,1";
1398          source: "btn_over2";
1399          action: STATE_SET "clicked" 0.0;
1400          target: "btn";
1401       }
1402       program
1403       {
1404          name: "btn_unclick";
1405          signal: "mouse,up,1";
1406          source: "btn_over2";
1407          action: STATE_SET "default" 0.0;
1408          target: "btn";
1409       }
1410       program
1411       {
1412          name: "btn_click2";
1413          signal: "mouse,down,1";
1414          source: "btn_over3";
1415          action: STATE_SET "clicked" 0.0;
1416          target: "btn_over3";
1417       }
1418       program
1419       {
1420          name: "btn_unclick2";
1421          signal: "mouse,up,1";
1422          source: "btn_over3";
1423          action: STATE_SET "default" 0.0;
1424          transition: DECELERATE 0.5;
1425          target: "btn_over3";
1426       }
1427       program
1428       {
1429          name: "btn_unclick3";
1430          signal: "mouse,up,1";
1431          source: "btn_over2";
1432          action: SIGNAL_EMIT "elm,action,panel,toggle" "";
1433       }
1434       program { name: "highlight_show";
1435          signal: "elm,action,focus";
1436          source: "elm";
1437          action: STATE_SET "enabled" 0.0;
1438          transition: ACCELERATE 0.3;
1439          target: "focus_highlight";
1440       }
1441       program { name: "highlight_hide";
1442          signal: "elm,action,unfocus";
1443          source: "elm";
1444          action: STATE_SET "default" 0.0;
1445          transition: DECELERATE 0.3;
1446          target: "focus_highlight";
1447       }
1448    }
1449 }
1450