tizen 2.4 release
[framework/uifw/elementary.git] / data / themes / edc / wallpaper.edc
1 /////////////////////////////////////////////////////////////////////////////
2 /*** WALLPAPER MAIN DIALOG ***/
3
4    group {
5       name: "e/conf/wallpaper/main/window";
6       images {
7          image: "O/dia_grad.png" COMP;
8          image: "O/dia_topshad.png" COMP;
9          image: "O/dia_botshad.png" COMP;
10          image: "O/dia_botshad.png" COMP;
11          image: "O/topsh.png" COMP;
12          image: "O/wp-bot1.png" COMP;
13          image: "O/wp-bot2.png" COMP;
14          image: "O/wp-tb1.png" COMP;
15          image: "O/wp-tb2.png" COMP;
16          image: "O/wp-tb3.png" COMP;
17          image: "O/wp-tbs.png" COMP;
18          image: "O/big_arrow_up.png" COMP;
19          image: "O/busy-1.png" COMP;
20          image: "O/busy-2.png" COMP;
21          image: "O/busy-3.png" COMP;
22          image: "O/busy-4.png" COMP;
23          image: "O/busy-5.png" COMP;
24          image: "O/busy-6.png" COMP;
25          image: "O/busy-7.png" COMP;
26          image: "O/busy-8.png" COMP;
27          image: "O/busy-9.png" COMP;
28       }
29       parts {
30          part {
31             name: "base";
32             mouse_events: 0;
33             description {
34                state: "default" 0.0;
35                color_class: "dialog_base";
36                image.normal: "O/dia_grad.png";
37                fill {
38                   smooth: 0;
39                   size {
40                      relative: 0.0 1.0;
41                      offset: 64 0;
42                   }
43                }
44             }
45          }
46          part {
47             name: "e.swallow.preview";
48             type: SWALLOW;
49             description {
50                state: "default" 0.0;
51             }
52          }
53          part {
54             name: "events";
55             type: RECT;
56             description {
57                state: "default" 0.0;
58                color: 0 0 0 0;
59             }
60          }
61          part {
62             name: "e.swallow.list";
63             type: SWALLOW;
64             description {
65                state: "default" 0.0;
66                rel1 {
67                   relative: 0.0 0.0;
68                   offset: 2   2;
69                }
70                rel2 {
71                   relative: 1.0 0.0;
72                   offset: -3  6;
73                   to_y: "bot1";
74                }
75             }
76          }
77          part {
78             name: "bot1";
79             mouse_events: 0;
80             description {
81                state: "default" 0.0;
82                color_class: "dialog_base";
83                rel1 {
84                   to_y: "e.swallow.buttons";
85                   relative: 0.0 0.0;
86                   offset: 0 -15;
87                }
88                rel2 {
89                   relative: 1.0 1.0;
90                   offset: -1 -1;
91                }
92                image {
93                   normal: "O/wp-bot1.png";
94                   border: 0 0 21 0;
95                }
96                fill {
97                   smooth: 0;
98                   size {
99                      relative: 0.0 1.0;
100                      offset: 32 0;
101                   }
102                }
103             }
104          }
105          part {
106             name: "e.text.filename";
107             type: TEXT;
108             effect: SOFT_SHADOW;
109             mouse_events: 0;
110             scale: 1;
111             description {
112                state: "default" 0.0;
113                align: 0.5 1.0;
114                fixed: 0 1;
115                rel1 {
116                   to: "bot2";
117                   relative: 0.0 1.0;
118                   offset: 2 -11;
119                }
120                rel2 {
121                   to: "bot2";
122                   relative: 1.0 1.0;
123                   offset: -3 -11;
124                }
125                color: 255 255 255 255;
126                color3: 0 0 0 32;
127                text {
128                   font: FNBD;
129                   size: 10;
130                   min: 1 1;
131                   ellipsis: -1;
132                   align: 0.5 1.0;
133                }
134             }
135          }
136          part {
137             name: "e.swallow.buttons";
138             type: SWALLOW;
139             description {
140                state: "default" 0.0;
141                align: 1.0 1.0;
142                fixed: 1 1;
143                rel1 {
144                   to_y: "bot2";
145                   relative: 1.0 0.0;
146                   offset: -5   1;
147                }
148                rel2 {
149                   to_y: "bot2";
150                   relative: 1.0 0.0;
151                   offset: -5  1;
152                }
153             }
154          }
155          part {
156             name: "tbs";
157             mouse_events: 0;
158             description {
159                state: "default" 0.0;
160                rel1 {
161                   relative: 0.0 1.0;
162                   offset: 0 -1;
163                }
164                rel2 {
165                   relative: 0.0 1.0;
166                   offset: 0 -1;
167                }
168                image.normal: "O/wp-tbs.png";
169                fill.smooth: 0;
170             }
171             description {
172                state: "out" 0.0;
173                inherit: "default" 0.0;
174                rel1 {
175                   to_y: "tb1";
176                   relative: 0.0 0.0;
177                   offset: 0 -100;
178                }
179                rel2 {
180                   to_x: "tb3";
181                   relative: 1.0 1.0;
182                   offset: 200 -1;
183                }
184             }
185          }
186          part {
187             name: "cover";
188             type: RECT;
189             description {
190                state: "default" 0.0;
191                color: 0 0 0 0;
192                visible: 0;
193             }
194             description {
195                state: "out" 0.0;
196                inherit: "default" 0.0;
197                visible: 1;
198             }
199          }
200          part {
201             name: "tb1";
202             description {
203                state: "default" 0.0;
204                color_class: "dialog_base";
205                rel1 {
206                   to_x: "tb2";
207                   to_y: "aup";
208                   relative: 0.0 0.0;
209                   offset: 0 -6;
210                }
211                rel2 {
212                   to_x: "aup";
213                   to_y: "tb2";
214                   relative: 1.0 0.0;
215                   offset: 15 -1;
216                }
217                image {
218                   normal: "O/wp-tb1.png";
219                   border: 2 11 3 0;
220                }
221                fill.smooth: 0;
222             }
223          }
224          part {
225             name: "tb2";
226             description {
227                state: "default" 0.0;
228                color_class: "dialog_base";
229                rel1 {
230                   to_x: "e.swallow.extras";
231                   to_y: "e.swallow.extras";
232                   relative: 0.0 0.0;
233                   offset: -4 -7;
234                }
235                rel2 {
236                   to_x: "e.swallow.extras";
237                   to_y: "e.swallow.extras";
238                   relative: 1.0 1.0;
239                   offset: -10 3;
240                }
241                image {
242                   normal: "O/wp-tb2.png";
243                   border: 2 2 4 0;
244                }
245                fill.smooth: 0;
246             }
247          }
248          part {
249             name: "tb3";
250             description {
251                state: "default" 0.0;
252                color_class: "dialog_base";
253                rel1 {
254                   to_x: "tb2";
255                   to_y: "tb2";
256                   relative: 1.0 0.0;
257                   offset: 0 0;
258                }
259                rel2 {
260                   to_x: "e.swallow.extras";
261                   to_y: "tb2";
262                   relative: 1.0 1.0;
263                   offset: 18 -1;
264                }
265                image {
266                   normal: "O/wp-tb3.png";
267                   border: 10 12 4 0;
268                }
269                fill.smooth: 0;
270             }
271          }
272          part {
273             name: "e.swallow.extras";
274             type: SWALLOW;
275             description {
276                state: "default" 0.0;
277                align: 0.0 0.0;
278                fixed: 1 1;
279                rel1 {
280                   relative: 0.0 1.0;
281                   offset: 4 0;
282                }
283                rel2 {
284                   relative: 0.0 1.0;
285                   offset: 4 0;
286                }
287             }
288             description {
289                state: "out" 0.0;
290                inherit: "default" 0.0;
291                align: 0.0 1.0;
292                rel1 {
293                   relative: 0.0 1.0;
294                   offset: 4 -10;
295                }
296                rel2 {
297                   relative: 0.0 1.0;
298                   offset: 4 -10;
299                }
300             }
301          }
302          part {
303             name: "aup";
304             mouse_events: 0;
305             description {
306                state: "default" 0.0;
307                fixed: 1 1;
308                align: 0.0 1.0;
309                min: 22 22;
310                max: 22 22;
311                rel1 {
312                   to_x: "tb2";
313                   to_y: "tb2";
314                   relative: 0.0 0.0;
315                   offset: 5 -5;
316                }
317                rel2 {
318                   to_x: "tb2";
319                   to_y: "tb2";
320                   relative: 0.0 0.0;
321                   offset: 5 -3;
322                }
323                image.normal: "O/big_arrow_up.png";
324             }
325          }
326          part {
327             name: "ain";
328             type: RECT;
329             description {
330                state: "default" 0.0;
331                rel1.to: "aup";
332                rel2.to: "aup";
333                color: 0 0 0 0;
334             }
335          }
336          part {
337             name: "aout";
338             type: RECT;
339             description {
340                state: "default" 0.0;
341                rel1.to: "aup";
342                rel2.to: "aup";
343                color: 0 0 0 0;
344             }
345             description {
346                state: "out" 0.0;
347                inherit: "default" 0.0;
348                visible: 0;
349             }
350          }
351          part {
352             name: "bot2";
353             mouse_events: 0;
354             description {
355                state: "default" 0.0;
356                color_class: "dialog_base";
357                rel1 {
358                   relative: 0.0 1.0;
359                   offset: 0 -16;
360                }
361                rel2 {
362                   relative: 1.0 1.0;
363                   offset: -1 -1;
364                }
365                image {
366                   normal: "O/wp-bot2.png";
367                }
368                fill {
369                   smooth: 0;
370                   size {
371                      relative: 0.0 1.0;
372                      offset: 32 0;
373                   }
374                }
375             }
376          }
377          part {
378             name: "shadow1";
379             mouse_events: 0;
380             scale: 1;
381             description {
382                state: "default" 0.0;
383                image.normal: "O/topsh.png";
384                align: 0.0 0.0;
385                min: 1 16;
386                max: 99999 16;
387                fill.smooth: 0;
388             }
389          }
390          part {
391             name: "shadow2";
392             mouse_events: 0;
393             description {
394                state: "default" 0.0;
395                rel1.relative: 0.0 1.0;
396                rel1.offset: 0 -4;
397                image.normal: "O/dia_botshad.png";
398                fill {
399                   smooth: 0;
400                   size {
401                      relative: 0.0 1.0;
402                      offset: 64 0;
403                   }
404                }
405             }
406          }
407          part {
408             name: "busy_clip";
409             type: RECT;
410             description {
411                state: "default" 0.0;
412                visible: 0;
413                color: 255 255 255 0;
414             }
415             description {
416                state: "visible" 0.0;
417                visible: 1;
418                color: 255 255 255 255;
419             }
420          }
421          part {
422             name: "e.text.busy_label";
423             type: TEXT;
424             effect: SOFT_SHADOW;
425             clip_to: "busy_clip";
426             mouse_events: 0;
427             scale: 1;
428             description {
429                state: "default" 0.0;
430                fixed: 0 1;
431                align: 0.5 0.0;
432                rel1 {
433                   to: "busy";
434                   relative: 0.0 1.0;
435                   offset: 0 4;
436                }
437                rel2 {
438                   to: "busy";
439                   relative: 1.0 1.0;
440                   offset: -1 4;
441                }
442                color: 255 255 255 255;
443                color3: 0 0 0 32;
444                text {
445                   font: FNBD;
446                   size: 10;
447                   min: 1 1;
448                   ellipsis: -1;
449                   align: 0.5 0.0;
450                }
451             }
452          }
453          part {
454             name: "busy";
455             mouse_events: 0;
456             clip_to: "busy_clip";
457             description {
458                state: "default" 0.0;
459                fixed: 1 1;
460                min: 32 32;
461                max: 32 32;
462                aspect: 1.0 1.0;
463                aspect_preference: BOTH;
464                rel1 {
465                   relative: 0.5 0.5;
466                   offset: 0 0;
467                }
468                rel2 {
469                   relative: 0.5 0.5;
470                   offset: -1 1;
471                }
472                image {
473                   normal: "O/busy-9.png";
474                   tween: "O/busy-1.png";
475                   tween: "O/busy-2.png";
476                   tween: "O/busy-3.png";
477                   tween: "O/busy-4.png";
478                   tween: "O/busy-5.png";
479                   tween: "O/busy-6.png";
480                   tween: "O/busy-7.png";
481                   tween: "O/busy-8.png";
482                }
483             }
484          }
485       }
486       programs {
487          program {
488             name: "send_click";
489             signal: "mouse,up,1";
490             source: "events";
491             action: SIGNAL_EMIT "e,action,click" "e";
492          }
493          program {
494             name: "outb";
495             signal: "mouse,down,1";
496             source: "aout";
497             action: SIGNAL_EMIT "e,action,panel,show" "e";
498          }
499          program {
500             name: "out";
501             signal: "e,action,panel,show";
502             source: "e";
503             action: STATE_SET "out" 0.0;
504             target: "aout";
505             target: "cover";
506             after: "out2";
507          }
508          program {
509             name: "out2";
510             action: STATE_SET "out" 0.0;
511             target: "e.swallow.extras";
512             target: "tbs";
513             transition: DECELERATE 0.5;
514          }
515          program {
516             name: "in0";
517             signal: "mouse,down,1";
518             source: "cover";
519             action: STATE_SET "default" 0.0;
520             target: "aout";
521             target: "cover";
522             after: "in2";
523          }
524          program {
525             name: "inb";
526             signal: "mouse,down,1";
527             source: "ain";
528             action: SIGNAL_EMIT "e,action,panel,hide" "e";
529          }
530          program {
531             name: "in";
532             signal: "e,action,panel,hide";
533             source: "e";
534             action: STATE_SET "default" 0.0;
535             target: "aout";
536             after: "in2";
537          }
538          program {
539             name: "in2";
540             action: STATE_SET "default" 0.0;
541             target: "e.swallow.extras";
542             target: "tbs";
543             target: "cover";
544             transition: DECELERATE 1.0;
545          }
546          program {
547             name: "busy1";
548             signal: "e,state,busy,on";
549             source: "e";
550             action: STATE_SET "visible" 0.0;
551             transition: LINEAR 1.0;
552             target: "busy_clip";
553          }
554          program {
555             name: "busy_anim";
556             signal: "e,state,busy,on";
557             source: "e";
558             action: STATE_SET "default" 0.0;
559             transition: LINEAR 0.3333;
560             target: "busy";
561             after: "busy_anim";
562          }
563          program {
564             name: "busy2";
565             signal: "e,state,busy,off";
566             source: "e";
567             action: STATE_SET "default" 0.0;
568             transition: LINEAR 1.0;
569             target: "busy_clip";
570             after: "busy3";
571          }
572          program {
573             name: "busy3";
574             action: ACTION_STOP;
575             target: "busy_anim";
576          }
577       }
578    }
579    group {
580       name: "e/conf/wallpaper/main/mini";
581       images {
582          image: "O/e17_mini_button_shadow2.png" COMP;
583          image: "O/glow.png" COMP;
584       }
585       parts {
586          part {
587             name: "icon_box_shadow";
588             mouse_events: 0;
589             description {
590                state: "default" 0.0;
591                visible: 0;
592                rel1 {
593                   to: "base";
594                   relative: 0.0 0.0;
595                   offset: -3 -3;
596                }
597                rel2 {
598                   to: "base";
599                   relative: 1.0 1.0;
600                   offset: 4 4;
601                }
602                fill {
603                   smooth: 0;
604                }
605                image {
606                   normal: "O/e17_mini_button_shadow2.png";
607                   border: 6 6 6 6;
608                }
609             }
610             description {
611                state: "visible" 0.0;
612                inherit: "default" 0.0;
613                visible: 1;
614             }
615          }
616          part {
617             name: "glow";
618             mouse_events: 0;
619             description {
620                state: "default" 0.0;
621                visible: 0;
622                rel1 {
623                   to: "icon_box";
624                   offset: -10 -10;
625                }
626                rel2 {
627                   to: "icon_box";
628                   offset: 9 9;
629                }
630                fill.smooth: 0;
631                image {
632                   normal: "O/glow.png";
633                   border: 10 10 10 10;
634                }
635                color: 255 255 255 0;
636             }
637             description {
638                state: "visible" 0.0;
639                inherit: "default" 0.0;
640                visible: 1;
641                color: 255 255 255 255;
642             }
643          }
644          part {
645             name: "icon_box";
646             type: RECT;
647             mouse_events: 0;
648             description {
649                state: "default" 0.0;
650                visible: 0;
651                align: 0.5 0.5;
652                rel1 {
653                   to: "base";
654                   relative: 0.0 0.0;
655                   offset: -1 -1;
656                }
657                rel2 {
658                   to: "base";
659                   relative: 1.0 1.0;
660                   offset: 0 0;
661                }
662                color: 0 0 0 64;
663             }
664             description {
665                state: "visible" 0.0;
666                inherit: "default" 0.0;
667                visible: 1;
668             }
669          }
670          part {
671             name: "base";
672             mouse_events: 0;
673             type: RECT;
674             description {
675                state: "default" 0.0;
676                visible: 0;
677                rel1 {
678                   to: "icon_zoom";
679                   relative: 0.0 0.0;
680                   offset: 4   4;
681                }
682                rel2 {
683                   to: "icon_zoom";
684                   relative: 1.0 1.0;
685                   offset: -5  -5;
686                }
687                color: 255 255 255 255;
688             }
689             description {
690                state: "visible" 0.0;
691                inherit: "default" 0.0;
692                visible: 1;
693             }
694          }
695          part {
696             name: "icon_zoom";
697             type: RECT;
698             mouse_events: 0;
699             description {
700                state: "default" 0.0;
701                visible: 0;
702                rel1.relative: 0.0 0.0;
703                rel2.relative: 1.0 1.0;
704             }
705             description {
706                state: "min" 0.0;
707                inherit: "default" 0.0;
708                rel1.relative: 0.5 0.5;
709                rel2.relative: 0.5 0.5;
710             }
711             description {
712                state: "max" 0.0;
713                inherit: "default" 0.0;
714                rel1.relative: -0.2 -0.2;
715                rel2.relative: 1.2 1.2;
716             }
717             description {
718                state: "max2" 0.0;
719                inherit: "default" 0.0;
720                rel1.relative: -0.05 -0.05;
721                rel2.relative: 1.05 1.05;
722             }
723          }
724          part {
725             name: "e.swallow.content";
726             type: SWALLOW;
727             description {
728                state: "default" 0.0;
729                rel1 {
730                   to: "base";
731                   relative: 0.0 0.0;
732                   offset: 2   2;
733                }
734                rel2 {
735                   to: "base";
736                   relative: 1.0 1.0;
737                   offset: -3  -3;
738                }
739             }
740          }
741          part {
742             name: "events";
743             type: RECT;
744             description {
745                state: "default" 0.0;
746                color: 0 0 0 0;
747                visible: 0;
748             }
749             description {
750                state: "visible" 0.0;
751                inherit: "default" 0.0;
752                visible: 1;
753             }
754          }
755       }
756       programs {
757          program {
758             name: "sel";
759             signal: "e,state,selected";
760             source: "e";
761             action: STATE_SET "visible" 0.0;
762             transition: DECELERATE 0.2;
763             target: "glow";
764          }
765          program {
766             name: "unsel";
767             signal: "e,state,unselected";
768             source: "e";
769             action: STATE_SET "default" 0.0;
770             transition: DECELERATE 1.0;
771             target: "glow";
772          }
773          program {
774             name: "thumb_gen";
775             signal: "e,action,thumb,gen";
776             source: "e";
777             action: STATE_SET "visible" 0.0;
778             target: "icon_box_shadow";
779             target: "icon_box";
780             target: "base";
781             target: "icon_zoom";
782             target: "e.swallow.content";
783             target: "events";
784             after: "thumb_gen2";
785          }
786          program {
787             name: "thumb_gen2";
788             action: STATE_SET "min" 0.0;
789             target: "icon_zoom";
790             after: "thumb_gen3";
791          }
792          program {
793             name: "thumb_gen3";
794             action: STATE_SET "max" 0.0;
795             target: "icon_zoom";
796             transition: DECELERATE 0.2;
797             after: "thumb_gen4";
798          }
799          program {
800             name: "thumb_gen4";
801             action: STATE_SET "default" 0.0;
802             target: "icon_zoom";
803             transition: SINUSOIDAL 0.1;
804             after: "thumb_gen5";
805          }
806          program {
807             name: "thumb_gen5";
808             action: STATE_SET "max2" 0.0;
809             target: "icon_zoom";
810             transition: SINUSOIDAL 0.2;
811             after: "thumb_gen6";
812          }
813          program {
814             name: "thumb_gen6";
815             action: STATE_SET "default" 0.0;
816             target: "icon_zoom";
817             transition: SINUSOIDAL 0.3;
818          }
819          program {
820             name: "thumb_ungen";
821             signal: "e,action,thumb,ungen";
822             source: "e";
823             action: STATE_SET "default" 0.0;
824             target: "icon_box_shadow";
825             target: "icon_box";
826             target: "base";
827             target: "icon_zoom";
828             target: "e.swallow.content";
829             target: "events";
830             target: "glow";
831             after: "thumb_gen2";
832          }
833       }
834    }
835    group {
836       name: "e/conf/wallpaper/main/mini-theme";
837       images {
838          image: "O/e17_mini_button_shadow2.png" COMP;
839          image: "O/theme-label.png" COMP;
840          image: "O/glow.png" COMP;
841       }
842       parts {
843          part {
844             name: "icon_box_shadow";
845             mouse_events: 0;
846             description {
847                state: "default" 0.0;
848                visible: 0;
849                rel1 {
850                   to: "base";
851                   relative: 0.0 0.0;
852                   offset: -3 -3;
853                }
854                rel2 {
855                   to: "base";
856                   relative: 1.0 1.0;
857                   offset: 4 4;
858                }
859                fill {
860                   smooth: 0;
861                }
862                image {
863                   normal: "O/e17_mini_button_shadow2.png";
864                   border: 6 6 6 6;
865                }
866             }
867             description {
868                state: "visible" 0.0;
869                inherit: "default" 0.0;
870                visible: 1;
871             }
872          }
873          part {
874             name: "glow";
875             mouse_events: 0;
876             description {
877                state: "default" 0.0;
878                visible: 0;
879                rel1 {
880                   to: "icon_box";
881                   offset: -10 -10;
882                }
883                rel2 {
884                   to: "icon_box";
885                   offset: 9 9;
886                }
887                fill.smooth: 0;
888                image {
889                   normal: "O/glow.png";
890                   border: 10 10 10 10;
891                }
892                color: 255 255 255 0;
893             }
894             description {
895                state: "visible" 0.0;
896                inherit: "default" 0.0;
897                visible: 1;
898                color: 255 255 255 255;
899             }
900          }
901          part {
902             name: "icon_box";
903             type: RECT;
904             mouse_events: 0;
905             description {
906                state: "default" 0.0;
907                visible: 0;
908                align: 0.5 0.5;
909                rel1 {
910                   to: "base";
911                   relative: 0.0 0.0;
912                   offset: -1 -1;
913                }
914                rel2 {
915                   to: "base";
916                   relative: 1.0 1.0;
917                   offset: 0 0;
918                }
919                color: 0 0 0 64;
920             }
921             description {
922                state: "visible" 0.0;
923                inherit: "default" 0.0;
924                visible: 1;
925             }
926          }
927          part {
928             name: "base";
929             mouse_events: 0;
930             type: RECT;
931             description {
932                state: "default" 0.0;
933                visible: 0;
934                rel1 {
935                   to: "icon_zoom";
936                   relative: 0.0 0.0;
937                   offset: 4   4;
938                }
939                rel2 {
940                   to: "icon_zoom";
941                   relative: 1.0 1.0;
942                   offset: -5  -5;
943                }
944             }
945             description {
946                state: "visible" 0.0;
947                inherit: "default" 0.0;
948                visible: 1;
949             }
950          }
951          part {
952             name: "icon_zoom";
953             type: RECT;
954             mouse_events: 0;
955             description {
956                state: "default" 0.0;
957                visible: 0;
958                rel1.relative: 0.0 0.0;
959                rel2.relative: 1.0 1.0;
960             }
961             description {
962                state: "min" 0.0;
963                inherit: "default" 0.0;
964                rel1.relative: 0.5 0.5;
965                rel2.relative: 0.5 0.5;
966             }
967             description {
968                state: "max" 0.0;
969                inherit: "default" 0.0;
970                rel1.relative: -0.2 -0.2;
971                rel2.relative: 1.2 1.2;
972             }
973             description {
974                state: "max2" 0.0;
975                inherit: "default" 0.0;
976                rel1.relative: -0.05 -0.05;
977                rel2.relative: 1.05 1.05;
978             }
979          }
980          part {
981             name: "e.swallow.content";
982             type: SWALLOW;
983             description {
984                state: "default" 0.0;
985                rel1 {
986                   to: "base";
987                   relative: 0.0 0.0;
988                   offset: 2   2;
989                }
990                rel2 {
991                   to: "base";
992                   relative: 1.0 1.0;
993                   offset: -3  -3;
994                }
995             }
996          }
997          part {
998             name: "theme";
999             mouse_events: 0;
1000             description {
1001                state: "default" 0.0;
1002                visible: 0;
1003                aspect: 1.709677419 1.709677419;
1004                rel1 {
1005                   to: "e.swallow.content";
1006                   relative: 0.6 0.6;
1007                   offset: -1   -1;
1008                }
1009                rel2 {
1010                   to: "e.swallow.content";
1011                   relative: 1.0 1.0;
1012                   offset: -1  -1;
1013                }
1014                image.normal: "O/theme-label.png";
1015             }
1016             description {
1017                state: "visible" 0.0;
1018                inherit: "default" 0.0;
1019                visible: 1;
1020             }
1021          }
1022          part {
1023             name: "events";
1024             type: RECT;
1025             description {
1026                state: "default" 0.0;
1027                color: 0 0 0 0;
1028                visible: 0;
1029             }
1030             description {
1031                state: "visible" 0.0;
1032                inherit: "default" 0.0;
1033                visible: 1;
1034             }
1035          }
1036       }
1037       programs {
1038          program {
1039             name: "sel";
1040             signal: "e,state,selected";
1041             source: "e";
1042             action: STATE_SET "visible" 0.0;
1043             transition: DECELERATE 0.2;
1044             target: "glow";
1045          }
1046          program {
1047             name: "unsel";
1048             signal: "e,state,unselected";
1049             source: "e";
1050             action: STATE_SET "default" 0.0;
1051             transition: DECELERATE 1.0;
1052             target: "glow";
1053          }
1054          program {
1055             name: "thumb_gen";
1056             signal: "e,action,thumb,gen";
1057             source: "e";
1058             action: STATE_SET "visible" 0.0;
1059             target: "icon_box_shadow";
1060             target: "icon_box";
1061             target: "base";
1062             target: "icon_zoom";
1063             target: "e.swallow.content";
1064             target: "events";
1065             target: "theme";
1066             after: "thumb_gen2";
1067          }
1068          program {
1069             name: "thumb_gen2";
1070             action: STATE_SET "min" 0.0;
1071             target: "icon_zoom";
1072             after: "thumb_gen3";
1073          }
1074          program {
1075             name: "thumb_gen3";
1076             action: STATE_SET "max" 0.0;
1077             target: "icon_zoom";
1078             transition: DECELERATE 0.2;
1079             after: "thumb_gen4";
1080          }
1081          program {
1082             name: "thumb_gen4";
1083             action: STATE_SET "default" 0.0;
1084             target: "icon_zoom";
1085             transition: SINUSOIDAL 0.1;
1086             after: "thumb_gen5";
1087          }
1088          program {
1089             name: "thumb_gen5";
1090             action: STATE_SET "max2" 0.0;
1091             target: "icon_zoom";
1092             transition: SINUSOIDAL 0.2;
1093             after: "thumb_gen6";
1094          }
1095          program {
1096             name: "thumb_gen6";
1097             action: STATE_SET "default" 0.0;
1098             target: "icon_zoom";
1099             transition: SINUSOIDAL 0.3;
1100          }
1101          program {
1102             name: "thumb_ungen";
1103             signal: "e,action,thumb,ungen";
1104             source: "e";
1105             action: STATE_SET "default" 0.0;
1106             target: "icon_box_shadow";
1107             target: "icon_box";
1108             target: "base";
1109             target: "icon_zoom";
1110             target: "e.swallow.content";
1111             target: "events";
1112             target: "theme";
1113             target: "glow";
1114             after: "thumb_gen2";
1115          }
1116       }
1117    }
1118    group {
1119       name: "e/conf/wallpaper/main/mini-remote";
1120       images {
1121          image: "O/e17_mini_button_shadow2.png" COMP;
1122       }
1123       parts {
1124          part {
1125             name: "icon_box_shadow";
1126             mouse_events: 0;
1127             description {
1128                state: "default" 0.0;
1129                visible: 0;
1130                rel1 {
1131                   to: "base";
1132                   relative: 0.0 0.0;
1133                   offset: -3 -3;
1134                }
1135                rel2 {
1136                   to: "base";
1137                   relative: 1.0 1.0;
1138                   offset: 4 4;
1139                }
1140                fill {
1141                   smooth: 0;
1142                }
1143                image {
1144                   normal: "O/e17_mini_button_shadow2.png";
1145                   border: 6 6 6 6;
1146                }
1147             }
1148             description {
1149                state: "visible" 0.0;
1150                inherit: "default" 0.0;
1151                visible: 1;
1152             }
1153          }
1154          part {
1155             name: "icon_box";
1156             type: RECT;
1157             mouse_events: 0;
1158             description {
1159                state: "default" 0.0;
1160                visible: 0;
1161                align: 0.5 0.5;
1162                rel1 {
1163                   to: "base";
1164                   relative: 0.0 0.0;
1165                   offset: -1 -1;
1166                }
1167                rel2 {
1168                   to: "base";
1169                   relative: 1.0 1.0;
1170                   offset: 0 0;
1171                }
1172                color: 0 0 0 64;
1173             }
1174             description {
1175                state: "visible" 0.0;
1176                inherit: "default" 0.0;
1177                visible: 1;
1178             }
1179          }
1180          part {
1181             name: "base";
1182             mouse_events: 0;
1183             type: RECT;
1184             description {
1185                state: "default" 0.0;
1186                visible: 0;
1187                rel1 {
1188                   to: "icon_zoom";
1189                   relative: 0.0 0.0;
1190                   offset: 4   4;
1191                }
1192                rel2 {
1193                   to: "icon_zoom";
1194                   relative: 1.0 1.0;
1195                   offset: -5  -5;
1196                }
1197                color: 200 0 0 255;
1198             }
1199             description {
1200                state: "visible" 0.0;
1201                inherit: "default" 0.0;
1202                visible: 1;
1203             }
1204          }
1205          part {
1206             name: "icon_zoom";
1207             type: RECT;
1208             mouse_events: 0;
1209             description {
1210                state: "default" 0.0;
1211                visible: 0;
1212                rel1.relative: 0.0 0.0;
1213                rel2.relative: 1.0 1.0;
1214             }
1215             description {
1216                state: "min" 0.0;
1217                inherit: "default" 0.0;
1218                rel1.relative: 0.5 0.5;
1219                rel2.relative: 0.5 0.5;
1220             }
1221             description {
1222                state: "max" 0.0;
1223                inherit: "default" 0.0;
1224                rel1.relative: -0.2 -0.2;
1225                rel2.relative: 1.2 1.2;
1226             }
1227             description {
1228                state: "max2" 0.0;
1229                inherit: "default" 0.0;
1230                rel1.relative: -0.05 -0.05;
1231                rel2.relative: 1.05 1.05;
1232             }
1233          }
1234          part {
1235             name: "e.swallow.content";
1236             type: SWALLOW;
1237             description {
1238                state: "default" 0.0;
1239                rel1 {
1240                   to: "base";
1241                   relative: 0.0 0.0;
1242                   offset: 2   2;
1243                }
1244                rel2 {
1245                   to: "base";
1246                   relative: 1.0 1.0;
1247                   offset: -3  -3;
1248                }
1249             }
1250          }
1251          part {
1252             name: "events";
1253             type: RECT;
1254             description {
1255                state: "default" 0.0;
1256                color: 0 0 0 0;
1257                visible: 0;
1258             }
1259             description {
1260                state: "visible" 0.0;
1261                inherit: "default" 0.0;
1262                visible: 1;
1263             }
1264          }
1265       }
1266       programs {
1267          program {
1268             name: "thumb_gen";
1269             signal: "e,action,thumb,gen";
1270             source: "e";
1271             action: STATE_SET "visible" 0.0;
1272             target: "icon_box_shadow";
1273             target: "icon_box";
1274             target: "base";
1275             target: "icon_zoom";
1276             target: "e.swallow.content";
1277             target: "events";
1278             after: "thumb_gen2";
1279          }
1280          program {
1281             name: "thumb_gen2";
1282             action: STATE_SET "min" 0.0;
1283             target: "icon_zoom";
1284             after: "thumb_gen3";
1285          }
1286          program {
1287             name: "thumb_gen3";
1288             action: STATE_SET "max" 0.0;
1289             target: "icon_zoom";
1290             transition: DECELERATE 0.2;
1291             after: "thumb_gen4";
1292          }
1293          program {
1294             name: "thumb_gen4";
1295             action: STATE_SET "default" 0.0;
1296             target: "icon_zoom";
1297             transition: SINUSOIDAL 0.1;
1298             after: "thumb_gen5";
1299          }
1300          program {
1301             name: "thumb_gen5";
1302             action: STATE_SET "max2" 0.0;
1303             target: "icon_zoom";
1304             transition: SINUSOIDAL 0.2;
1305             after: "thumb_gen6";
1306          }
1307          program {
1308             name: "thumb_gen6";
1309             action: STATE_SET "default" 0.0;
1310             target: "icon_zoom";
1311             transition: SINUSOIDAL 0.3;
1312          }
1313          program {
1314             name: "thumb_ungen";
1315             signal: "e,action,thumb,ungen";
1316             source: "e";
1317             action: STATE_SET "default" 0.0;
1318             target: "icon_box_shadow";
1319             target: "icon_box";
1320             target: "base";
1321             target: "icon_zoom";
1322             target: "e.swallow.content";
1323             target: "events";
1324             after: "thumb_gen2";
1325          }
1326       }
1327    }
1328    group {
1329       name: "e/conf/wallpaper/main/scrollframe";
1330       images {
1331          image: "O/arrow_up.png" COMP;
1332          image: "O/arrow_down.png" COMP;
1333          image: "O/bt_sm_base1.png" COMP;
1334          image: "O/bt_sm_base2.png" COMP;
1335          image: "O/bt_sm_shine.png" COMP;
1336          image: "O/bt_sm_hilight.png" COMP;
1337          image: "O/sb_runnerv.png" COMP;
1338       }
1339       parts {
1340          //    part { name: "clipper";
1341          //       type: RECT;
1342          //       mouse_events: 0;
1343          //       description { state: "default" 0.0;
1344          //       }
1345          //    }
1346          part {
1347             name: "e.swallow.content";
1348             // clip_to: "clipper";
1349             type: SWALLOW;
1350             description {
1351                state: "default" 0.0;
1352                rel1.offset: 0 0;
1353                rel2 {
1354                   relative: 0.0  1.0;
1355                   offset: -1   -1;
1356                   to_x: "sb_vbar";
1357                }
1358             }
1359          }
1360          part {
1361             name: "sb_vbar";
1362             type: RECT;
1363             mouse_events: 0;
1364             scale: 1;
1365             description {
1366                state: "default" 0.0;
1367                min: 17 17;
1368                align: 1.0 0.0;
1369                rel1 {
1370                   relative: 1.0 0.0;
1371                   offset: -1 0;
1372                }
1373                rel2 {
1374                   relative: 1.0 1.0;
1375                   offset: -1 -1;
1376                }
1377             }
1378             description {
1379                state: "hidden" 0.0;
1380                visible: 0;
1381                max: 0 99999;
1382                rel1 {
1383                   relative: 1.0 0.0;
1384                   offset: -1 0;
1385                }
1386                rel2 {
1387                   relative: 1.0 1.0;
1388                   offset: -1 -1;
1389                }
1390             }
1391          }
1392          part {
1393             name: "sb_vbar_base";
1394             type: RECT;
1395             clip_to: "sb_vbar";
1396             mouse_events: 1;
1397             description {
1398                state: "default" 0.0;
1399                color: 0 0 0 0;
1400                rel1 {
1401                   relative: 0.0  1.0;
1402                   offset: 0    -1;
1403                   to: "sb_vbar_a1";
1404                }
1405                rel2 {
1406                   relative: 1.0  0.0;
1407                   offset: -1    0;
1408                   to: "sb_vbar_a2";
1409                }
1410             }
1411          }
1412          part {
1413             name: "sb_vbar_runner";
1414             clip_to: "sb_vbar";
1415             mouse_events: 0;
1416             description {
1417                state: "default" 0.0;
1418                max: 3 99999;
1419                rel1.to: "sb_vbar_base";
1420                rel1.offset: 1 0;
1421                rel2.to: "sb_vbar_base";
1422                image {
1423                   normal: "O/sb_runnerv.png";
1424                   border: 0 0 4 4;
1425                }
1426                fill.smooth: 0;
1427             }
1428          }
1429          part {
1430             name: "sb_vbar_p1";
1431             type: RECT;
1432             clip_to: "sb_vbar";
1433             mouse_events: 1;
1434             description {
1435                state: "default" 0.0;
1436                color: 0 0 0 0;
1437                rel1 {
1438                   relative: 0.0 1.0;
1439                   to: "sb_vbar_a1";
1440                }
1441                rel2 {
1442                   relative: 1.0 0.0;
1443                   to: "e.dragable.vbar";
1444                }
1445             }
1446          }
1447          part {
1448             name: "sb_vbar_p2";
1449             type: RECT;
1450             clip_to: "sb_vbar";
1451             mouse_events: 1;
1452             description {
1453                state: "default" 0.0;
1454                color: 0 0 0 0;
1455                rel1 {
1456                   relative: 0.0 1.0;
1457                   to: "e.dragable.vbar";
1458                }
1459                rel2 {
1460                   relative: 1.0 0.0;
1461                   to: "sb_vbar_a2";
1462                }
1463             }
1464          }
1465          part {
1466             name: "e.dragable.vbar";
1467             clip_to: "sb_vbar";
1468             mouse_events: 1;
1469             scale: 1;
1470             dragable {
1471                x: 0 0 0;
1472                y: 1 1 0;
1473                confine: "sb_vbar_base";
1474             }
1475             description {
1476                state: "default" 0.0;
1477                min: 17 17;
1478                rel1 {
1479                   relative: 0.5  0.5;
1480                   offset: 0    0;
1481                   to: "sb_vbar_base";
1482                }
1483                rel2 {
1484                   relative: 0.5  0.5;
1485                   offset: 0    0;
1486                   to: "sb_vbar_base";
1487                }
1488                image {
1489                   normal: "O/bt_sm_base2.png";
1490                   border: 6 6 6 6;
1491                }
1492             }
1493             description {
1494                state: "clicked" 0.0;
1495                inherit: "default" 0.0;
1496                image.normal: "O/bt_sm_base1.png";
1497             }
1498          }
1499          part {
1500             name: "sb_vbar_over1";
1501             clip_to: "sb_vbar";
1502             mouse_events: 0;
1503             description {
1504                state: "default" 0.0;
1505                rel1.to: "e.dragable.vbar";
1506                rel2.relative: 1.0 0.5;
1507                rel2.to: "e.dragable.vbar";
1508                image {
1509                   normal: "O/bt_sm_hilight.png";
1510                   border: 6 6 6 0;
1511                }
1512             }
1513          }
1514          part {
1515             name: "sb_vbar_over2";
1516             clip_to: "sb_vbar";
1517             mouse_events: 0;
1518             description {
1519                state: "default" 0.0;
1520                rel1.to: "e.dragable.vbar";
1521                rel2.to: "e.dragable.vbar";
1522                image {
1523                   normal: "O/bt_sm_shine.png";
1524                   border: 6 6 6 0;
1525                }
1526             }
1527          }
1528          part {
1529             name: "sb_vbar_a1";
1530             type: RECT;
1531             clip_to: "sb_vbar";
1532             mouse_events: 1;
1533             description {
1534                state: "default" 0.0;
1535                min: 17 17;
1536                align: 0.5 0.0;
1537                aspect: 1.0 1.0;
1538                aspect_preference: HORIZONTAL;
1539                color: 0 0 0 0;
1540                rel1 {
1541                   to: "sb_vbar";
1542                   relative: 0.0  0.0;
1543                   offset: 0    0;
1544                }
1545                rel2 {
1546                   to: "sb_vbar";
1547                   relative: 1.0  0.0;
1548                   offset: -1   0;
1549                }
1550             }
1551          }
1552          part {
1553             name: "sb_vbar_a1_arrow";
1554             mouse_events: 0;
1555             clip_to: "sb_vbar";
1556             description {
1557                state: "default" 0.0;
1558                max: 9 9;
1559                rel1.to: "sb_vbar_a1";
1560                rel2.to: "sb_vbar_a1";
1561                image.normal: "O/arrow_up.png";
1562             }
1563             description {
1564                state: "clicked" 0.0;
1565                inherit: "default" 0.0;
1566                rel1.offset: 0 -1;
1567                rel2.offset: -1 -2;
1568             }
1569          }
1570          part {
1571             name: "sb_vbar_a2";
1572             type: RECT;
1573             clip_to: "sb_vbar";
1574             mouse_events: 1;
1575             description {
1576                state: "default" 0.0;
1577                min: 17 17;
1578                align: 0.5 1.0;
1579                aspect: 1.0 1.0;
1580                aspect_preference: HORIZONTAL;
1581                color: 0 0 0 0;
1582                rel1 {
1583                   to: "sb_vbar";
1584                   relative: 0.0  1.0;
1585                   offset: 0    0;
1586                }
1587                rel2 {
1588                   to: "sb_vbar";
1589                   relative: 1.0  1.0;
1590                   offset: -1   0;
1591                }
1592             }
1593          }
1594          part {
1595             name: "sb_vbar_a2_arrow";
1596             type: IMAGE;
1597             mouse_events: 0;
1598             clip_to: "sb_vbar";
1599             description {
1600                state: "default" 0.0;
1601                max: 9 9;
1602                rel1.to: "sb_vbar_a2";
1603                rel2.to: "sb_vbar_a2";
1604                image.normal: "O/arrow_down.png";
1605             }
1606             description {
1607                state: "clicked" 0.0;
1608                inherit: "default" 0.0;
1609                rel1.offset: 0 1;
1610                rel2.offset: -1 0;
1611             }
1612          }
1613       }
1614       programs {
1615          program {
1616             name: "sb_vbar_show";
1617             signal: "e,action,show,vbar";
1618             source: "e";
1619             action: STATE_SET "default" 0.0;
1620             target: "sb_vbar";
1621          }
1622          program {
1623             name: "sb_vbar_hide";
1624             signal: "e,action,hide,vbar";
1625             source: "e";
1626             action: STATE_SET "hidden" 0.0;
1627             target: "sb_vbar";
1628          }
1629          program {
1630             name: "sb_vbar_a1_down";
1631             signal: "mouse,down,1";
1632             source: "sb_vbar_a1";
1633             action: STATE_SET "clicked" 0.0;
1634             target: "sb_vbar_a1_arrow";
1635          }
1636          program {
1637             name: "sb_vbar_a1_down2";
1638             signal: "mouse,down,1";
1639             source: "sb_vbar_a1";
1640             action: DRAG_VAL_STEP 0.0 -1.0;
1641             target: "e.dragable.vbar";
1642          }
1643          program {
1644             name: "sb_vbar_a1_up";
1645             signal: "mouse,up,1";
1646             source: "sb_vbar_a1";
1647             action: STATE_SET "default" 0.0;
1648             target: "sb_vbar_a1_arrow";
1649          }
1650          program {
1651             name: "sb_vbar_a2_down";
1652             signal: "mouse,down,1";
1653             source: "sb_vbar_a2";
1654             action: STATE_SET "clicked" 0.0;
1655             target: "sb_vbar_a2_arrow";
1656          }
1657          program {
1658             name: "sb_vbar_a2_down2";
1659             signal: "mouse,down,1";
1660             source: "sb_vbar_a2";
1661             action: DRAG_VAL_STEP 0.0 1.0;
1662             target: "e.dragable.vbar";
1663          }
1664          program {
1665             name: "sb_vbar_a2_up";
1666             signal: "mouse,up,1";
1667             source: "sb_vbar_a2";
1668             action: STATE_SET "default" 0.0;
1669             target: "sb_vbar_a2_arrow";
1670          }
1671          program {
1672             name: "sb_vbar_p1_down";
1673             signal: "mouse,down,1";
1674             source: "sb_vbar_p1";
1675             action: DRAG_VAL_PAGE 0.0 -1.0;
1676             target: "e.dragable.vbar";
1677          }
1678          program {
1679             name: "sb_vbar_p2_down";
1680             signal: "mouse,down,1";
1681             source: "sb_vbar_p2";
1682             action: DRAG_VAL_PAGE  0.0 1.0;
1683             target: "e.dragable.vbar";
1684          }
1685          program {
1686             name: "sb_vbar_down";
1687             signal: "mouse,down,1";
1688             source: "e.dragable.vbar";
1689             action: STATE_SET "clicked" 0.0;
1690             target: "e.dragable.vbar";
1691          }
1692          program {
1693             name: "sb_vbar_up";
1694             signal: "mouse,up,1";
1695             source: "e.dragable.vbar";
1696             action: STATE_SET "default" 0.0;
1697             target: "e.dragable.vbar";
1698          }
1699       }
1700    }
1701
1702