[Genlist] modified expandable arrow color
[platform/core/uifw/efl-theme-tizen.git] / themes / widgets / genlist / genlist_macro.edc
1 /*
2  * efl-theme-tizen
3  * Copyright (c) 2012-2013 Samsung Electronics Co., Ltd.
4  *
5  * Licensed under the Apache License, Version 2.0 (the License);
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  *     http://www.apache.org/licenses/LICENSE-2.0
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an AS IS BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  */
17
18 /* genlist multisense sample/tone listing */
19
20 //****************************************************************************//
21 // *******************************  Default size macro **********************//
22 //**************************************************************************//
23 // if size is different for each theme, split it into each theme inc.
24
25 #define GENLIST_HEIGHT_1LINE              110  // (114 - top/bottom padding)
26 #define GENLIST_HEIGHT_2LINE_MAIN         57
27 #define GENLIST_HEIGHT_2LINE_SUB          45
28 #define GENLIST_HEIGHT_MULTILINE_SUB      38
29 #define GENLIST_PART_LIST_LINE_HEIGHT     1
30 #define GENLIST_HEIGHT_GROUPTITLE         46
31
32 #define GENLIST_PADDING_SIZE_DEFAULT            16
33 #define GENLIST_PADDING_SIZE_LEFT               26
34 #define GENLIST_PADDING_SIZE_RIGHT              26
35 // Dialogue group image has bottom padding (2piexl), Giant font can overlapped bottom line of image.
36 #define GENLIST_PADDING_SIZE_TOP                2
37 #define GENLIST_PADDING_SIZE_BOTTOM             2
38 // -----------------------------------------------------
39 #define GENLIST_PADDING_SIZE_TOP_2LINE          19
40 #define GENLIST_PADDING_SIZE_BOTTOM_2LINE       19
41 #define GENLIST_PADDING_SIZE_TOP_3LINE          17
42 #define GENLIST_PADDING_SIZE_BOTTOM_3LINE       17
43 #define GENLIST_PADDING_SIZE_NDEPTH             26
44
45 #define DIALOGUE_PADDING_SCROLLER         16
46 #define DIALOGUE_PADDING_SIZE_LEFT        16+20
47 #define DIALOGUE_PADDING_SIZE_RIGHT       16+20
48 #define DIALOGUE_EDITFIELD_PADDING_SIZE_LEFT   16+10
49 #define DIALOGUE_EDITFIELD_PADDING_SIZE_RIGHT  16+10
50
51 #define GENLIST_ICON_SMALL_SIZE           45
52 #define GENLIST_ICON_STAR_SIZE            45
53 #define GENLIST_ICON_MEDIUM_SIZE          81
54 #define GENLIST_ICON_LARGE_SIZE           99
55
56 #define GENLIST_ICON_MEDIUM_MASK_SIZE     90
57 #define GENLIST_ICON_LARGE_MASK_SIZE      108
58
59 #define GENLIST_BTN_01_HEIGHT             74
60 #define GENLIST_BTN_02_SIZE               72
61 #define GENLIST_ICON_ONOFF_WIDTH          132
62 #define GENLIST_ICON_ONOFF_HEIGHT         70
63 #define GENLIST_ICON_CHECK_RADIO_SIZE     64
64 #define GENLIST_ICON_COLORBAR_SIZE        7
65 #define GENLIST_ICON_PASSWORD_SIZE        82
66 // 26(left padding)+2*74(Button Min width)+16(centre padding)+26(right padding)
67 #define GENLIST_MIN_SLIDE2_BASE_WIDTH     216
68 // 26(left padding)+3*74(Button Min width)+2*16(centre padding)+26(right padding)
69 #define GENLIST_MIN_SLIDE3_BASE_WIDTH     306
70 // 26(left padding)+4*74(Button Min width)+3*16(centre padding)+26(right padding)
71 #define GENLIST_MIN_SLIDE4_BASE_WIDTH     396
72
73 #define GENLIST_ICON_ENTRY_SIZE           54
74
75 #define GENLIST_TREESIZE_DEFAULT          26
76
77 //#define GENLIST_DIALOGUE_SEPARATOR_DEFAULT_HEIGHT 40
78
79 //****************************************************************************//
80 // *****************  EDJE description have 24 patterns **********************//
81  //**************************************************************************//
82 // ------------------
83 // |  PART == HERE  |
84 // ------------------
85  #define GENLIST_DESCRIPTION_ENVELOP( PART, PARAM ) \
86       description { state: "default" 0.0;\
87          rel1 { \
88             relative: 0 0; \
89             to: PART; \
90          }\
91          rel2 {\
92             relative: 1 1;\
93             to: PART; \
94          }\
95          PARAM\
96       }
97
98 //      |   top  |
99 // ---------------------
100 // left |  HERE  | right
101 // ---------------------
102 //      | bottom |
103 #define GENLIST_DESCRIPTION( left, right, top, bottom, param ) \
104       description { state: "default" 0.0;\
105          rel1 { \
106             relative: 1 1; \
107             to_x: left; \
108             to_y: top; \
109          }\
110          rel2 {\
111             relative: 0 0;\
112             to_x: right;\
113             to_y: bottom;\
114          }\
115          param\
116       }
117
118 // ---------------------
119 // left |--> HERE
120 // ---------------------
121 #define GENLIST_DESCRIPTION_L( left, param ) \
122       description { state: "default" 0.0;\
123          align: 0 0.5; \
124          fixed: 1 0; \
125          rel1 { \
126             relative: 1 0; \
127             to_x: left; \
128             to_y: "base"; \
129          }\
130          rel2 { \
131             relative: 1 1;\
132             to_x: left; \
133             to_y: "base"; \
134          }\
135          param\
136       }
137
138 // ---------------------
139 //   HERE  <--| right
140 // ---------------------
141 #define GENLIST_DESCRIPTION_R( right, param ) \
142       description { state: "default" 0.0;\
143          align: 1 0.5; \
144          fixed: 1 0; \
145          rel1 { \
146             relative: 0 0; \
147             to_x: right; \
148             to_y: "base"; \
149          }\
150          rel2 {\
151             relative: 0 1;\
152             to_x: right; \
153             to_y: "base"; \
154          }\
155          param\
156       }
157
158 // --------------------------
159 // left |--> HERE  <--| right
160 // --------------------------
161 #define GENLIST_DESCRIPTION_LR( left, right, param ) \
162       description { state: "default" 0.0;\
163          rel1 { \
164             relative: 1 0; \
165             to_x: left; \
166             to_y: "base"; \
167          }\
168          rel2 {\
169             relative: 0 1;\
170             to_x: right;\
171             to_y: "base"; \
172          }\
173          param\
174       }
175
176 //   |  top     |
177 // -----------------
178 //  |  HERE  <--| right
179 // -----------------
180 //  | bottom   |
181 #define GENLIST_DESCRIPTION_RTB( right, top, bottom, param ) \
182       description { state: "default" 0.0;\
183          align: 1 0.5;\
184          rel1 { \
185             relative: 0 1; \
186             to_x: right; \
187             to_y: top; \
188          }\
189          rel2 {\
190             relative: 0 0;\
191             to_x: right;\
192             to_y: bottom;\
193          }\
194          param\
195       }
196
197 // left |  HERE  | right
198 // ---------------------
199 //      | bottom |
200 #define GENLIST_DESCRIPTION_LRB( left, right, bottom, param ) \
201       description { state: "default" 0.0;\
202          align: 0.5 1;\
203          rel1 { \
204             relative: 1 0; \
205             to_x: left; \
206             to_y: bottom; \
207          }\
208          rel2 {\
209             relative: 0 0;\
210             to_x: right;\
211             to_y: bottom;\
212          }\
213          param\
214       }
215
216 //      |   top  |
217 // ---------------------
218 // left |  HERE  | right
219 #define GENLIST_DESCRIPTION_LRT( left, right, top, param ) \
220       description { state: "default" 0.0;\
221          align: 0.5 0;\
222          rel1 { \
223             relative: 1 1; \
224             to_x: left; \
225             to_y: top; \
226          }\
227          rel2 {\
228             relative: 0 1;\
229             to_x: right;\
230             to_y: top;\
231          }\
232          param\
233       }
234
235 //      |       top  |
236 // ---------------------
237 // left | -->  HERE  |
238 #define GENLIST_DESCRIPTION_LT( left, top, param ) \
239       description { state: "default" 0.0;\
240          align: 0 0;\
241          rel1 { \
242             relative: 1 1; \
243             to_x: left; \
244             to_y: top; \
245          }\
246          rel2 {\
247             relative: 1 1;\
248             to_x: left;\
249             to_y: top;\
250          }\
251          param\
252       }
253
254 // left |  --> HERE  |
255 // ---------------------
256 //      |     bottom |
257 #define GENLIST_DESCRIPTION_LB( left, bottom, param ) \
258       description { state: "default" 0.0;\
259          align: 0 1;\
260          rel1 { \
261             relative: 1 0; \
262             to_x: left; \
263             to_y: bottom; \
264          }\
265          rel2 {\
266             relative: 1 0;\
267             to_x: left;\
268             to_y: bottom;\
269          }\
270          param\
271       }
272
273 //      |     top  |
274 // ---------------------
275 // left |--> HERE  |
276 // ---------------------
277 //      |   bottom |
278 #define GENLIST_DESCRIPTION_LTB( left, top, bottom, param ) \
279       description { state: "default" 0.0;\
280          align: 0 0.5;\
281          rel1 { \
282             relative: 1 1; \
283             to_x: left; \
284             to_y: top; \
285          }\
286          rel2 {\
287             relative: 1 0;\
288             to_x: left;\
289             to_y: bottom;\
290          }\
291          param\
292       }
293
294 //      |   top  |
295 // ---------------------
296 //     |  HERE <--| right
297 #define GENLIST_DESCRIPTION_RT( right, top, param ) \
298       description { state: "default" 0.0;\
299          align: 1 0;\
300          rel1 { \
301             relative: 0 1; \
302             to_x: right; \
303             to_y: top; \
304          }\
305          rel2 {\
306             relative: 0 1;\
307             to_x: right;\
308             to_y: top;\
309          }\
310          param\
311       }
312
313 //  | HERE <-- | right
314 // ---------------------
315 //  |  bottom  |
316 #define GENLIST_DESCRIPTION_RB( right, bottom, param ) \
317       description { state: "default" 0.0;\
318          align: 1 1;\
319          rel1 { \
320             relative: 0 0; \
321             to_x: right; \
322             to_y: bottom; \
323          }\
324          rel2 {\
325             relative: 0 0;\
326             to_x: right;\
327             to_y: bottom;\
328          }\
329          param\
330       }
331
332 // |   top  |
333 // ----------
334 // |  HERE  |
335 // ----------
336 // | bottom |
337 #define GENLIST_DESCRIPTION_TB( top, bottom, param ) \
338       description { state: "default" 0.0;\
339          align: 0.5 0.5;\
340          rel1 { \
341             relative: 0 1; \
342             to_y: top; \
343          }\
344          rel2 {\
345             relative: 1 0;\
346             to_y: bottom;\
347          }\
348          param\
349       }
350
351 #define GENLIST_PROLOG \
352       data.item: "stacking" "above"; \
353       data.item: "selectraise" "on"; \
354       data.item: "treesize" 0;
355
356 #define GENLIST_PROLOG_NORMAL \
357       GENLIST_PROLOG \
358       data.item: "treesize" GENLIST_TREESIZE_DEFAULT; \
359       data.item: "flips" "elm.flip.icon elm.flip.content"; \
360       images { \
361          image : "00_list_group_bg.png" COMP; \
362          image : "00_list_group_bg_press.png" COMP; \
363       }
364
365 #define GENLIST_PROLOG_DIALOGUE \
366       GENLIST_PROLOG \
367       data.item: "flips" "elm.flip.icon elm.flip.content"; \
368       images { \
369          image : "00_list_group_bg.png" COMP; \
370          image : "00_list_group_bg_press.png" COMP; \
371          image : "00_list_group_bg_top.png" COMP; \
372          image : "00_list_group_bg_top_press.png" COMP; \
373          image : "00_list_group_bg_center.png" COMP; \
374          image : "00_list_group_bg_center_press.png" COMP; \
375          image : "00_list_group_bg_bottom.png" COMP; \
376          image : "00_list_group_bg_bottom_press.png" COMP; \
377          image : "00_list_group_bg_top_focus.png" COMP; \
378          image : "00_list_group_bg_center_focus.png" COMP; \
379          image : "00_list_group_bg_bottom_focus.png" COMP; \
380          image : "00_expandable_bg.png" COMP; \
381          image : "00_expandable_bg_top.png" COMP; \
382          image : "00_expandable_bg_center.png" COMP; \
383          image : "00_expandable_bg_bottom.png" COMP; \
384       }
385
386
387 #define GENLIST_NAME(NAME) \
388       name: "elm/genlist/item/"NAME; \
389       alias: "elm/genlist/item_odd/"NAME; \
390       alias: "elm/genlist/item_compress/"NAME; \
391       alias: "elm/genlist/item_compress_odd/"NAME; \
392       alias: "elm/genlist/tree/"NAME; \
393       alias: "elm/genlist/tree_odd/"NAME; \
394       alias: "elm/genlist/tree_compress/"NAME; \
395       alias: "elm/genlist/tree_compress_odd/"NAME; \
396
397 /*****************************************************************************/
398 /******************************* Dialogue group ******************************/
399 /*****************************************************************************/
400 #define GENLIST_DIALOGUE_INHERIT_BODY( _PARTS ) \
401       data.item: "treesize" 0; \
402       parts { \
403          GENLIST_PART_BG_NORMAL_OFF \
404          GENLIST_PART_BOTTOM_LINE_OFF \
405          GENLIST_PART_BG_DIALOGUE \
406          GENLIST_PART_PADDING_LEFT_SIZE( DIALOGUE_PADDING_SIZE_LEFT ) \
407          GENLIST_PART_PADDING_RIGHT_EDIT \
408          _PARTS \
409          GENLIST_PART_FLIP \
410          GENLIST_PART_FOCUS_DIALOGUE \
411       }
412
413 #define GENLIST_DIALOGUE_EDITFIELD_INHERIT_BODY( _PARTS ) \
414       data.item: "treesize" 0; \
415       parts { \
416          GENLIST_PART_BG_NORMAL_OFF \
417          GENLIST_PART_BOTTOM_LINE_OFF \
418          GENLIST_PART_BG_DIALOGUE \
419          GENLIST_PART_PADDING_LEFT_SIZE( DIALOGUE_EDITFIELD_PADDING_SIZE_LEFT ) \
420          GENLIST_PART_PADDING_RIGHT_EDIT \
421          _PARTS \
422          GENLIST_PART_FLIP \
423          GENLIST_PART_FOCUS_DIALOGUE \
424      }
425
426
427 #define GENLIST_INHERIT_THUMB_CIRCLE(SIZE_PREFIX, MASK_SIZE, PARENT) \
428      images { \
429          image: "Content_views/00_circle_thumbnail_bg.png" COMP; \
430          image: "Content_views/00_circle_thumbnail_bg_press.png" COMP; \
431          image: "Content_views/00_circle_thumbnail_bg.png" COMP; \
432          image: "Content_views/00_circle_thumbnail_bg_press.png" COMP; \
433       } \
434       parts { \
435          GENLIST_PART_RECT("elm.thumb.clip", \
436             description { state: "default";  \
437             } \
438             description { state: "flipped";  \
439                color: 0 0 0 0; \
440             } \
441          ) \
442          GENLIST_PART_IMAGE("elm.thumb", \
443             insert_before: "focus_part"; \
444             clip_to: "elm.thumb.clip"; \
445             mouse_events: 0; \
446             GENLIST_DESCRIPTION_ENVELOP(PARENT, \
447                image.normal: "Content_views/00_circle_thumbnail_bg.png"; \
448                min: MASK_SIZE MASK_SIZE; \
449                max: MASK_SIZE MASK_SIZE; \
450                fixed:1 1; \
451             ) \
452             description { state: "selected" 0.0; \
453                inherit: "default" 0.0; \
454                image.normal: "Content_views/00_circle_thumbnail_bg_press.png"; \
455             } \
456             description { state: "reorder" 0.0; \
457                inherit: "default" 0.0; \
458                image.normal: "Content_views/00_circle_thumbnail_bg.png"; \
459             } \
460             description { state: "reorder_selected" 0.0; \
461                inherit: "default" 0.0; \
462                image.normal: "Content_views/00_circle_thumbnail_bg_press.png"; \
463             } \
464             description { state: "decorate" 0.0; \
465                inherit: "default" 0.0; \
466             } \
467             description { state: "decorate_reorder" 0.0; \
468                inherit: "reorder" 0.0; \
469             } \
470          ) \
471       }
472
473 #define GENLIST_INHERIT_THUMB_SQUARE(SIZE_PREFIX, MASK_SIZE, PARENT) \
474       images { \
475          image: "Content_views/00_square_thumbnail_bg.png" COMP; \
476          image: "Content_views/00_square_thumbnail_bg_press.png" COMP; \
477          image: "Content_views/00_square_thumbnail_bg.png" COMP; \
478          image: "Content_views/00_square_thumbnail_bg_press.png" COMP; \
479       } \
480       parts { \
481          GENLIST_PART_RECT("elm.thumb.clip", \
482             description { state: "default";  \
483             } \
484             description { state: "flipped";  \
485                color: 0 0 0 0; \
486             } \
487          ) \
488          GENLIST_PART_IMAGE("elm.thumb", \
489             insert_before: "focus_part"; \
490             clip_to: "elm.thumb.clip"; \
491             mouse_events: 0; \
492             GENLIST_DESCRIPTION_ENVELOP(PARENT, \
493                image.normal: "Content_views/00_square_thumbnail_bg.png"; \
494                min: MASK_SIZE MASK_SIZE; \
495                max: MASK_SIZE MASK_SIZE; \
496                fixed:1 1; \
497             ) \
498             description { state: "selected" 0.0; \
499                inherit: "default" 0.0; \
500                image.normal: "Content_views/00_square_thumbnail_bg_press.png"; \
501             } \
502             description { state: "reorder" 0.0; \
503                inherit: "default" 0.0; \
504                image.normal: "Content_views/00_square_thumbnail_bg.png"; \
505             } \
506             description { state: "reorder_selected" 0.0; \
507                inherit: "default" 0.0; \
508                image.normal: "Content_views/00_square_thumbnail_bg_press.png"; \
509             } \
510             description { state: "decorate" 0.0; \
511                inherit: "default" 0.0; \
512             } \
513             description { state: "decorate_reorder" 0.0; \
514                inherit: "reorder" 0.0; \
515             } \
516          ) \
517       }
518
519
520 #define GENLIST_INHERIT_THUMB_CIRCLE_DIALOGUE(SIZE_PREFIX, MASK_SIZE, PARENT) \
521      images { \
522          image: "Content_views/00_circle_thumbnail_bg.png" COMP; \
523          image: "Content_views/00_circle_thumbnail_bg_press.png" COMP; \
524       } \
525       parts { \
526          GENLIST_PART_RECT("elm.thumb.clip", \
527             description { state: "default";  \
528             } \
529             description { state: "flipped";  \
530                color: 0 0 0 0; \
531             } \
532          ) \
533          GENLIST_PART_IMAGE("elm.thumb", \
534             insert_before: "focus_part_dialogue"; \
535             clip_to: "elm.thumb.clip"; \
536             mouse_events: 0; \
537             GENLIST_DESCRIPTION_ENVELOP(PARENT, \
538                image.normal: "Content_views/00_circle_thumbnail_bg.png"; \
539                min: MASK_SIZE MASK_SIZE; \
540                max: MASK_SIZE MASK_SIZE; \
541                fixed:1 1; \
542             ) \
543             description { state: "selected" 0.0; \
544                inherit: "default" 0.0; \
545                image.normal: "Content_views/00_circle_thumbnail_bg_press.png"; \
546             } \
547             description { state: "reorder" 0.0; \
548                inherit: "default" 0.0; \
549                image.normal: "Content_views/00_circle_thumbnail_bg.png"; \
550             } \
551             description { state: "reorder_selected" 0.0; \
552                inherit: "default" 0.0; \
553                image.normal: "Content_views/00_circle_thumbnail_bg_press.png"; \
554             } \
555             description { state: "decorate" 0.0; \
556                inherit: "default" 0.0; \
557             } \
558             description { state: "decorate_reorder" 0.0; \
559                inherit: "reorder" 0.0; \
560             } \
561          ) \
562       }
563
564 #define GENLIST_INHERIT_THUMB_SQUARE_DIALOGUE(SIZE_PREFIX, MASK_SIZE, PARENT) \
565       images { \
566          image: "Content_views/00_square_thumbnail_bg_normal.png" COMP; \
567          image: "Content_views/00_square_thumbnail_bg_press.png" COMP; \
568       } \
569       parts { \
570          GENLIST_PART_RECT("elm.thumb.clip", \
571             description { state: "default";  \
572             } \
573             description { state: "flipped";  \
574                color: 0 0 0 0; \
575             } \
576          ) \
577          GENLIST_PART_IMAGE("elm.thumb", \
578             insert_before: "focus_part_dialogue"; \
579             clip_to: "elm.thumb.clip"; \
580             mouse_events: 0; \
581             GENLIST_DESCRIPTION_ENVELOP(PARENT, \
582                image.normal: "Content_views/00_square_thumbnail_bg.png"; \
583                min: MASK_SIZE MASK_SIZE; \
584                max: MASK_SIZE MASK_SIZE; \
585                fixed:1 1; \
586             ) \
587             description { state: "selected" 0.0; \
588                inherit: "default" 0.0; \
589                image.normal: "Content_views/00_square_thumbnail_bg_press.png"; \
590             } \
591             description { state: "reorder" 0.0; \
592                inherit: "default" 0.0; \
593                image.normal: "Content_views/00_square_thumbnail_bg.png"; \
594             } \
595             description { state: "reorder_selected" 0.0; \
596                inherit: "default" 0.0; \
597                image.normal: "Content_views/00_square_thumbnail_bg_press.png"; \
598             } \
599             description { state: "decorate" 0.0; \
600                inherit: "default" 0.0; \
601             } \
602             description { state: "decorate_reorder" 0.0; \
603                inherit: "reorder" 0.0; \
604             } \
605          ) \
606       }
607
608 #define GENLIST_INHERIT_THUMB_CIRCLE_MEDIUM(PARENT) \
609    GENLIST_INHERIT_THUMB_CIRCLE("72x72", GENLIST_ICON_MEDIUM_MASK_SIZE, PARENT)
610
611 #define GENLIST_INHERIT_THUMB_SQUARE_MEDIUM(PARENT) \
612    GENLIST_INHERIT_THUMB_SQUARE("72x72", GENLIST_ICON_MEDIUM_MASK_SIZE, PARENT)
613
614 #define GENLIST_INHERIT_THUMB_CIRCLE_LARGE(PARENT) \
615    GENLIST_INHERIT_THUMB_CIRCLE("99x99", GENLIST_ICON_LARGE_MASK_SIZE, PARENT)
616
617 #define GENLIST_INHERIT_THUMB_SQUARE_LARGE(PARENT) \
618    GENLIST_INHERIT_THUMB_SQUARE("99x99", GENLIST_ICON_LARGE_MASK_SIZE, PARENT)
619
620
621 #define GENLIST_INHERIT_THUMB_CIRCLE_MEDIUM_DIALOGUE(PARENT) \
622    GENLIST_INHERIT_THUMB_CIRCLE_DIALOGUE("81x81", GENLIST_ICON_MEDIUM_MASK_SIZE, PARENT)
623
624 #define GENLIST_INHERIT_THUMB_SQUARE_MEDIUM_DIALOGUE(PARENT) \
625    GENLIST_INHERIT_THUMB_SQUARE_DIALOGUE("81x81", GENLIST_ICON_MEDIUM_MASK_SIZE, PARENT)
626
627 #define GENLIST_INHERIT_THUMB_CIRCLE_LARGE_DIALOGUE(PARENT) \
628    GENLIST_INHERIT_THUMB_CIRCLE_DIALOGUE("99x99", GENLIST_ICON_LARGE_MASK_SIZE, PARENT)
629
630 #define GENLIST_INHERIT_THUMB_SQUARE_LARGE_DIALOGUE(PARENT) \
631    GENLIST_INHERIT_THUMB_SQUARE_DIALOGUE("99x99", GENLIST_ICON_LARGE_MASK_SIZE, PARENT)
632
633 //****************************************************************************//
634 // ****************************** BG Image **********************************//
635 //****************************************************************************//
636
637 #define GENLIST_PART_BG_NORMAL \
638       GENLIST_PART_RECT("bg_clip", \
639          mouse_events: 0; \
640          description { state: "default" 0.0; \
641             visible: 1; \
642             color: 255 255 255 255; \
643          } \
644          description { state: "decorate" 0.0; \
645             inherit: "default" 0.0; \
646             visible: 0; \
647          } \
648          description { state: "reorder" 0.0; \
649             inherit: "default" 0.0; \
650             visible: 0; \
651          } \
652          description { state: "decorate_reorder" 0.0; \
653             inherit: "default" 0.0; \
654             visible: 0; \
655          } \
656       ) \
657       GENLIST_PART_RECT("bg_reorder_clip", \
658          mouse_events: 0; \
659          description { state: "default" 0.0; \
660             visible: 0; \
661          } \
662          description { state: "reorder" 0.0; \
663             inherit: "default" 0.0; \
664             visible: 1; \
665             color: 255 255 255 255; \
666          } \
667          description { state: "decorate_reorder" 0.0; \
668             inherit: "default" 0.0; \
669             visible: 0; \
670          } \
671          description { state: "decorate" 0.0; \
672             inherit: "default" 0.0; \
673             visible: 0; \
674          } \
675          description { state: "reorder_flip" 0.0; \
676             inherit: "default" 0.0; \
677             visible: 0; \
678          } \
679       ) \
680       GENLIST_PART_RECT("bg",  \
681          clip_to: "bg_clip"; \
682          description { state: "default" 0.0; \
683             color: GENLIST_LIST_BG_COLOR; \
684          } \
685          description { state: "selected" 0.0; \
686             inherit: "default" 0.0; \
687             color: GENLIST_LIST_PRESS_COLOR; \
688          } \
689          description { state: "disabled" 0.0; \
690             inherit: "default" 0.0; \
691             color: GENLIST_LIST_DIM_COLOR; \
692          } \
693       ) \
694       GENLIST_PART_SPACER("bg_reorder_left", \
695          description { state: "default" 0.0; \
696             min: 16 0; \
697             max: 16 -1; \
698             fixed: 1 0; \
699             align: 0 0.5; \
700             rel2.relative: 0 1; \
701          } \
702       ) \
703       GENLIST_PART_SPACER("bg_reorder_right", \
704          description { state: "default" 0.0; \
705             min: 16 0; \
706             max: 16 -1; \
707             fixed: 1 0; \
708             align: 1.0 0.5; \
709             rel1.relative: 1 0; \
710          } \
711       ) \
712       GENLIST_PART_IMAGE("bg_reorder", \
713          clip_to: "bg_reorder_clip"; \
714          GENLIST_DESCRIPTION_LR("bg_reorder_left", "bg_reorder_right", \
715             image { \
716                normal: "00_list_group_bg.png"; \
717                border: 17 17 8 8; \
718                border_scale: 1; \
719             } \
720          ) \
721          description { state: "selected" 0.0; \
722             inherit: "default"; \
723             image { \
724                normal: "00_list_group_bg_press.png"; \
725                border: 17 17 8 8; \
726                border_scale: 1; \
727             } \
728          } \
729          description { state: "flipped" 0.0; \
730             inherit: "default"; \
731             visible: 0; \
732          } \
733       )
734
735
736 #define GENLIST_PART_BG_NORMAL_OFF \
737    GENLIST_PART_RECT("bg_clip", \
738       mouse_events: 0; \
739       description { state: "default" 0.0; \
740          visible: 0; \
741       } \
742       description { state: "decorate" 0.0; \
743          inherit: "default" 0.0; \
744          visible: 0; \
745       } \
746       description { state: "reorder" 0.0; \
747          inherit: "default" 0.0; \
748          visible: 0; \
749       } \
750       description { state: "decorate_reorder" 0.0; \
751          inherit: "default" 0.0; \
752          visible: 0; \
753       } \
754    ) \
755    GENLIST_PART_RECT("bg", \
756       mouse_events: 0; \
757       description { state: "default" 0.0; \
758          visible: 0; \
759       } \
760       description { state: "selected" 0.0; \
761          visible: 0; \
762       } \
763       description { state: "disabled" 0.0; \
764          visible: 0; \
765       } \
766    ) \
767    GENLIST_PART_RECT("bg_reorder_clip", \
768       mouse_events: 0; \
769       description { state: "default" 0.0; \
770          visible: 0; \
771       } \
772       description { state: "reorder" 0.0; \
773          visible: 0; \
774       } \
775       description { state: "decorate_reorder" 0.0; \
776          visible: 0; \
777       } \
778       description { state: "decorate" 0.0; \
779          visible: 0; \
780       } \
781       description { state: "reorder_flip" 0.0; \
782          visible: 0; \
783       } \
784    ) \
785    GENLIST_PART_IMAGE("bg_reorder", \
786       mouse_events: 0; \
787       description {state: "default" 0.0;\
788          visible: 0;\
789       }\
790       description { state: "selected" 0.0; {\
791          visible: 0; \
792       } \
793       description { state: "flipped" 0.0; {\
794          visible: 0; \
795       } \
796    )
797
798 #define GENLIST_PART_BG_DIALOGUE \
799    GENLIST_PART_RECT("2depth", \
800       description { state: "default" 0.0; \
801          visible: 0;\
802       } \
803       description { state: "2depth" 0.0; \
804          visible: 0; \
805       } \
806    ) \
807    GENLIST_PART_SPACER("bg_dialogue_left", \
808       description { state: "default" 0.0; \
809          min: 16 0; \
810          max: 16 -1; \
811          fixed: 1 0; \
812          align: 0 0.5; \
813          rel2.relative: 0 1; \
814       } \
815    ) \
816    GENLIST_PART_SPACER("bg_dialogue_right", \
817       description { state: "default" 0.0; \
818          min: 16 0; \
819          max: 16 -1; \
820          fixed: 1 0; \
821          align: 1.0 0.5; \
822          rel1.relative: 1 0; \
823       } \
824       description { state: "editmode" 0.0; \
825          inherit: "default" 0.0; \
826          min: (GENLIST_PADDING_SIZE_DEFAULT*2+GENLIST_BTN_02_SIZE) 0; \
827          max: (GENLIST_PADDING_SIZE_DEFAULT*2+GENLIST_BTN_02_SIZE) 0; \
828       } \
829    ) \
830    GENLIST_PART_IMAGE("bg_dialogue", \
831       insert_after: "base"; \
832       GENLIST_DESCRIPTION_LR("bg_dialogue_left", "bg_dialogue_right", \
833          image { \
834             normal: "00_list_group_bg.png"; \
835             border: 17 17 8 8; \
836             border_scale: 1; \
837          } \
838       ) \
839       description { state: "selected" 0.0; \
840          inherit: "default" 0.0; \
841          image { \
842             normal: "00_list_group_bg_press.png"; \
843             border: 17 17 8 8; \
844             border_scale: 1; \
845          } \
846       } \
847       description { state: "top" 0.0; \
848          inherit: "default" 0.0; \
849          image { \
850             normal: "00_list_group_bg_top.png"; \
851             border: 17 17 8 8; \
852             border_scale: 1; \
853          } \
854       } \
855       description { state: "top_selected" 0.0; \
856          inherit: "default" 0.0; \
857          image { \
858             normal: "00_list_group_bg_top_press.png"; \
859             border: 17 17 8 8; \
860             border_scale: 1; \
861          } \
862       } \
863       description { state: "center" 0.0; \
864          inherit: "default" 0.0; \
865          image { \
866             normal: "00_list_group_bg_center.png"; \
867             border: 17 17 8 8; \
868             border_scale: 1; \
869          } \
870       } \
871       description { state: "center_selected" 0.0; \
872          inherit: "default" 0.0; \
873          image { \
874             normal: "00_list_group_bg_center_press.png"; \
875             border: 17 17 8 8; \
876             border_scale: 1; \
877          } \
878       } \
879       description { state: "bottom" 0.0; \
880          inherit: "default" 0.0; \
881          image { \
882             normal: "00_list_group_bg_bottom.png"; \
883             border: 17 17 8 8; \
884             border_scale: 1; \
885          } \
886       } \
887       description { state: "bottom_selected" 0.0; \
888          inherit: "default" 0.0; \
889          image { \
890             normal: "00_list_group_bg_bottom_press.png"; \
891             border: 17 17 8 8; \
892             border_scale: 1; \
893          } \
894       } \
895       description { state: "2depth" 0.0; \
896          inherit: "default" 0.0; \
897          image { \
898             normal: "00_expandable_bg.png"; \
899             border: 17 17 8 8; \
900             border_scale: 1; \
901          } \
902       } \
903       description { state: "2depth_top" 0.0; \
904          inherit: "default" 0.0; \
905          image { \
906             normal: "00_expandable_bg_top.png"; \
907             border: 17 17 8 8; \
908             border_scale: 1; \
909          } \
910       } \
911       description { state: "2depth_center" 0.0; \
912          inherit: "default" 0.0; \
913          image { \
914             normal: "00_expandable_bg_center.png"; \
915             border: 17 17 8 8; \
916             border_scale: 1; \
917          } \
918       } \
919       description { state: "2depth_bottom" 0.0; \
920          inherit: "default" 0.0; \
921          image { \
922             normal: "00_expandable_bg_bottom.png"; \
923             border: 17 17 8 8; \
924             border_scale: 1; \
925          } \
926       } \
927    )
928
929 //****************************************************************************//
930 // ****************************** BASE  ********************************//
931 //****************************************************************************//
932 #define GENLIST_PART_BASE_SIZE(HEIGHT) \
933          part { name: "base"; \
934             type: RECT; \
935             mouse_events: 0; \
936             scale: 1; \
937             description { state: "default" 0.0; \
938                color: 0 0 0 0; \
939                min: 0 HEIGHT; \
940             } \
941             description { state: "disabled" 0.0; \
942                inherit: "default"; \
943             } \
944          } \
945          part { name: "state"; \
946             type: RECT; \
947             mouse_events: 0; \
948             scale: 1; \
949             description { state: "default" 0.0; \
950                color: 0 0 0 0; \
951             } \
952             description { state: "decorate" 0.0; \
953                inherit: "default"; \
954             } \
955             description { state: "reorder" 0.0; \
956                inherit: "default"; \
957             } \
958             description { state: "decorate_reorder" 0.0; \
959                inherit: "default"; \
960             } \
961          }
962
963 #define GENLIST_PART_BASE \
964          GENLIST_PART_BASE_SIZE(0)
965
966 #define GENLIST_PART_FOCUS \
967    GENLIST_PART_IMAGE("focus_part", \
968       mouse_events: 0; \
969       description { state: "default" 0.0; \
970          visible: 0; \
971          image { \
972             normal: "00_focus.png"; \
973             border: 6 6 6 6; \
974             border_scale: 1; \
975          } \
976       } \
977       description { state: "focused" 0.0; \
978          inherit: "default" 0.0; \
979          visible: 1; \
980       } \
981    ) \
982    GENLIST_PART_ICON("elm.icon.focus", \
983       repeat_events: 1; \
984       GENLIST_DESCRIPTION_ENVELOP("focus_part", \
985          fixed: 1 1; \
986       ) \
987    )
988
989 #define GENLIST_PART_FOCUS_REORDER \
990    GENLIST_PART_IMAGE("focus_part_reorder", \
991       mouse_events: 0; \
992       GENLIST_DESCRIPTION_LR("bg_reorder_left", "bg_reorder_right", \
993          visible: 0; \
994          image { \
995             normal: "00_focus.png"; \
996             border: 6 6 6 6; \
997             border_scale: 1; \
998          } \
999       ) \
1000       description { state: "focused" 0.0; \
1001          inherit: "default" 0.0; \
1002          visible: 1; \
1003       } \
1004    )
1005
1006 #define GENLIST_PART_FOCUS_NORMAL \
1007    GENLIST_PART_FOCUS \
1008    GENLIST_PART_FOCUS_REORDER
1009
1010
1011 #define GENLIST_PART_FOCUS_DIALOGUE \
1012    GENLIST_PART_IMAGE("focus_part_dialogue", \
1013       mouse_events: 0; \
1014       GENLIST_DESCRIPTION_LR("bg_dialogue_left", "bg_dialogue_right", \
1015          visible: 0; \
1016          image { \
1017             normal: "00_focus.png"; \
1018             border: 6 6 6 6; \
1019             border_scale: 1; \
1020          } \
1021       ) \
1022       description { state: "focused" 0.0; \
1023          inherit: "default" 0.0; \
1024          visible: 1; \
1025       } \
1026       description { state: "top_focused" 0.0; \
1027          inherit: "default" 0.0; \
1028          visible: 1; \
1029          image { \
1030             normal: "00_list_group_bg_top_focus.png"; \
1031             border: 7 7 7 7; \
1032          } \
1033       } \
1034       description { state: "center_focused" 0.0; \
1035          inherit: "default" 0.0; \
1036          visible: 1; \
1037          image { \
1038             normal: "00_list_group_bg_center_focus.png"; \
1039             border: 7 7 7 7; \
1040          } \
1041       } \
1042       description { state: "bottom_focused" 0.0; \
1043          inherit: "default" 0.0; \
1044          visible: 1; \
1045          image { \
1046             normal: "00_list_group_bg_bottom_focus.png"; \
1047             border: 7 7 7 7; \
1048          } \
1049       } \
1050    ) \
1051    GENLIST_PART_ICON("elm.icon.focus", \
1052       repeat_events: 1; \
1053       GENLIST_DESCRIPTION_ENVELOP("focus_part_dialogue", \
1054          fixed: 1 1; \
1055       ) \
1056    )
1057
1058 //****************************************************************************//
1059 // ****************************** LINE ********************************//
1060 //****************************************************************************//
1061 #define GENLIST_PART_BOTTOM_LINE \
1062          GENLIST_PART_RECT("bottom_line_clip", \
1063             description { state: "default" 0.0; \
1064                color: 255 255 255 255; \
1065             } \
1066             description { state: "decorate" 0.0; \
1067                inherit: "default" 0.0; \
1068                color: 0 0 0 0; \
1069             } \
1070             description { state: "reorder" 0.0; \
1071                inherit: "default" 0.0; \
1072                color: 0 0 0 0; \
1073             } \
1074             description { state: "decorate_reorder" 0.0; \
1075                inherit: "default" 0.0; \
1076                color: 0 0 0 0; \
1077             } \
1078          ) \
1079          GENLIST_PART_RECT("bottom_line", \
1080             mouse_events: 0; \
1081             clip_to: "bottom_line_clip"; \
1082             description { state: "default" 0.0; \
1083                min: 0 GENLIST_PART_LIST_LINE_HEIGHT; \
1084                max: -1 GENLIST_PART_LIST_LINE_HEIGHT; \
1085                fixed: 0 1; \
1086                align: 0.5 1; \
1087                color: GENLIST_LIST_LINE1_COLOR; \
1088                rel1.to: "bottom_line2"; \
1089                rel2.to: "bottom_line2"; \
1090                rel2.relative: 1 0; \
1091                rel1.offset: -1 -1; \
1092             } \
1093             description { state: "selected" 0.0; \
1094                inherit: "default" 0.0; \
1095                color: GENLIST_LIST_PRESS_COLOR; \
1096             } \
1097             description { state: "disabled" 0.0; \
1098                inherit: "default" 0.0; \
1099                color: GENLIST_LIST_LINE1_COLOR; \
1100             } \
1101             description { state: "flipped" 0.0; \
1102                inherit: "default" 0.0; \
1103                visible: 0; \
1104             } \
1105          ) \
1106          GENLIST_PART_RECT("bottom_line2", \
1107             mouse_events: 0; \
1108             clip_to: "bottom_line_clip"; \
1109             description { state: "default" 0.0; \
1110                min: 0 GENLIST_PART_LIST_LINE_HEIGHT; \
1111                max: -1 GENLIST_PART_LIST_LINE_HEIGHT; \
1112                fixed: 0 1; \
1113                align: 0.5 1; \
1114                color: GENLIST_LIST_LINE2_COLOR; \
1115                rel1.to_x: "base"; \
1116                rel1.relative: 0 0; \
1117                rel2.to_x: "base"; \
1118                rel2.relative: 1 1; \
1119                rel1.offset: -1 -1; \
1120             } \
1121             description { state: "selected" 0.0; \
1122                inherit: "default" 0.0; \
1123                color: GENLIST_LIST_PRESS_COLOR; \
1124             } \
1125             description { state: "disabled" 0.0; \
1126                inherit: "default" 0.0; \
1127                color: GENLIST_LIST_LINE2_COLOR; \
1128             } \
1129             description { state: "flipped" 0.0; \
1130                inherit: "default" 0.0; \
1131                visible: 0; \
1132             } \
1133          )
1134
1135 #define GENLIST_PART_BOTTOM_LINE_OFF \
1136          GENLIST_PART_RECT("bottom_line", \
1137             mouse_events: 0; \
1138             description { state: "default" 0.0; \
1139                color: 0 0 0 0; \
1140             } \
1141             description { state: "selected" 0.0; \
1142                color: 0 0 0 0; \
1143             } \
1144             description { state: "disabled" 0.0; \
1145                color: 0 0 0 0; \
1146             } \
1147             description { state: "decorate" 0.0; \
1148                color: 0 0 0 0; \
1149             } \
1150          ) \
1151          GENLIST_PART_RECT("bottom_line2", \
1152             mouse_events: 0; \
1153             description { state: "default" 0.0; \
1154                color: 0 0 0 0; \
1155             } \
1156             description { state: "selected" 0.0; \
1157                color: 0 0 0 0; \
1158             } \
1159             description { state: "disabled" 0.0; \
1160                color: 0 0 0 0; \
1161             } \
1162             description { state: "decorate" 0.0; \
1163                color: 0 0 0 0; \
1164             } \
1165          )
1166
1167 #define GENLIST_PART_DIVIDER_PADDING \
1168          GENLIST_PART_SPACER("elm.padding.divider.top", \
1169             description { state: "default" 0.0; \
1170                align: 0.5 0; \
1171                min: 0 30; \
1172                max: -1 30; \
1173                fixed: 0 1; \
1174                rel2.relative: 1 0; \
1175             } \
1176          ) \
1177          GENLIST_PART_SPACER("elm.padding.divider.bottom", \
1178             description { state: "default" 0.0; \
1179                align: 0.5 1; \
1180                min: 0 30; \
1181                max: -1 30; \
1182                fixed: 0 1; \
1183                rel1.relative: 0 1; \
1184             } \
1185          ) \
1186
1187 #define GENLIST_PART_DIVIDER_L(LEFT) \
1188          GENLIST_PART_DIVIDER_PADDING \
1189          GENLIST_PART_RECT("elm.divider1", \
1190             mouse_events: 0; \
1191             GENLIST_DESCRIPTION_LTB(LEFT, "elm.padding.divider.top", "elm.padding.divider.bottom", \
1192                align: 0 0.5; \
1193                min: 1 0; \
1194                max: 1 -1; \
1195                fixed: 1 0; \
1196                rel2.offset: 0 0; \
1197                color: GENLIST_LIST_DIVIDER1_COLOR; \
1198             ) \
1199          ) \
1200          GENLIST_PART_RECT("elm.divider2", \
1201             mouse_events: 0; \
1202             GENLIST_DESCRIPTION_LTB("elm.divider1", "elm.padding.divider.top", "elm.padding.divider.bottom", \
1203                align: 0 0.5; \
1204                min: 1 0; \
1205                max: 1 -1; \
1206                fixed: 1 0; \
1207                rel2.offset: 0 0; \
1208                color: GENLIST_LIST_DIVIDER2_COLOR; \
1209             ) \
1210          )
1211
1212 #define GENLIST_PART_DIVIDER_R(RIGHT) \
1213          GENLIST_PART_DIVIDER_PADDING \
1214          GENLIST_PART_RECT("elm.divider1", \
1215             mouse_events: 0; \
1216             GENLIST_DESCRIPTION_RTB("elm.divider2", "elm.padding.divider.top", "elm.padding.divider.bottom", \
1217                min: 1 0; \
1218                max: 1 -1; \
1219                fixed: 1 0; \
1220                rel1.offset: -1 0;\
1221                color: GENLIST_LIST_DIVIDER1_COLOR; \
1222             ) \
1223          ) \
1224          GENLIST_PART_RECT("elm.divider2", \
1225             mouse_events: 0; \
1226             GENLIST_DESCRIPTION_RTB(RIGHT, "elm.padding.divider.top", "elm.padding.divider.bottom", \
1227                min: 1 0; \
1228                max: 1 -1; \
1229                fixed: 1 0; \
1230                rel1.offset: -1 0;\
1231                color: GENLIST_LIST_DIVIDER2_COLOR; \
1232             ) \
1233          )
1234
1235 #define GENLIST_PART_CENTER_LINE_LRT(LEFT, RIGHT, TOP) \
1236          GENLIST_PART_RECT("center_line", \
1237             mouse_events: 0; \
1238             GENLIST_DESCRIPTION_LRT(LEFT, RIGHT, TOP, \
1239                min: 0 1; \
1240                max: -1 1; \
1241                fixed: 0 1; \
1242                color: GENLIST_LIST_DIVIDER1_COLOR; \
1243                rel2.relative: 1 1; \
1244             ) \
1245          ) \
1246          GENLIST_PART_RECT("center_line2", \
1247             GENLIST_DESCRIPTION_LRT(LEFT, RIGHT, "center_line", \
1248                min: 0 1; \
1249                max: -1 1; \
1250                fixed: 0 1; \
1251                color: GENLIST_LIST_DIVIDER2_COLOR; \
1252                rel2.relative: 1 1; \
1253             ) \
1254          )
1255
1256 #define GENLIST_PART_COLORBAR \
1257          GENLIST_PART_SPACER("elm.padding.colorbar.top", \
1258              GENLIST_DESCRIPTION_ENVELOP("base", \
1259                align: 0.5 0; \
1260                fixed: 0 1; \
1261                min: 0 4; \
1262                max: -1 4; \
1263                rel2.relative: 1 0; \
1264              ) \
1265          ) \
1266          GENLIST_PART_SPACER("elm.padding.colorbar.bottom", \
1267              GENLIST_DESCRIPTION_ENVELOP("base", \
1268                align: 0.5 1; \
1269                fixed: 0 1; \
1270                min: 0 4; \
1271                max: -1 4; \
1272                rel1.relative: 0 1; \
1273              ) \
1274          ) \
1275          GENLIST_PART_ICON("elm.swallow.colorbar", \
1276             GENLIST_DESCRIPTION_TB("elm.padding.colorbar.top", "elm.padding.colorbar.bottom", \
1277                min: GENLIST_ICON_COLORBAR_SIZE 0; \
1278                max: GENLIST_ICON_COLORBAR_SIZE -1; \
1279                fixed: 1 0; \
1280                align: 0 0.5; \
1281                rel1.relative: 0 1; \
1282                rel2.relative: 0 0; \
1283             ) \
1284          )
1285
1286 #define GENLIST_PART_COLORBAR_DIALOGUE \
1287          GENLIST_PART_SPACER("elm.padding.colorbar.top", \
1288              GENLIST_DESCRIPTION_ENVELOP("base", \
1289                align: 0.5 0; \
1290                fixed: 0 1; \
1291                min: 0 4; \
1292                max: -1 4; \
1293                rel2.relative: 1 0; \
1294              ) \
1295          ) \
1296          GENLIST_PART_SPACER("elm.padding.colorbar.bottom", \
1297              GENLIST_DESCRIPTION_ENVELOP("base", \
1298                align: 0.5 1; \
1299                fixed: 0 1; \
1300                min: 0 4; \
1301                max: -1 4; \
1302                rel1.relative: 0 1; \
1303              ) \
1304          ) \
1305          GENLIST_PART_SPACER("elm.padding.colorbar.left", \
1306              description{ state: "default" 0.0; \
1307                min: 19 0; \
1308                max: 19 -1; \
1309                fixed: 1 0; \
1310                align: 0 0.5; \
1311                rel1.to: "base"; \
1312                rel2.to: "base"; \
1313                rel2.relative: 0 1; \
1314              } \
1315          ) \
1316          GENLIST_PART_ICON("elm.swallow.colorbar", \
1317             GENLIST_DESCRIPTION_LTB("elm.padding.colorbar.left","elm.padding.colorbar.top", "elm.padding.colorbar.bottom", \
1318                min: GENLIST_ICON_COLORBAR_SIZE 0; \
1319                max: GENLIST_ICON_COLORBAR_SIZE -1; \
1320                fixed: 1 0; \
1321             ) \
1322          )
1323
1324 //****************************************************************************//
1325 //********************************* PADDING **********************************//
1326 //****************************************************************************//
1327 #define GENLIST_PART_EXPANDED_PAD \
1328          part { name: "elm.swallow.pad"; \
1329             type: SWALLOW; \
1330             scale: 1; \
1331             mouse_events: 0; \
1332             description { state: "default" 0.0; \
1333                visible: 0; \
1334                min: 0 0; \
1335                fixed: 1 0; \
1336                align: 0.0 0.5; \
1337                rel1.to: "base"; \
1338                rel2.to: "base"; \
1339                rel2.relative: 0.0 1.0; \
1340             } \
1341          } \
1342
1343 #define GENLIST_PART_PADDING( NAME, SIZE, REL1, REL2 ) \
1344       GENLIST_PART_SPACER(NAME, \
1345          description { state: "default" 0.0; \
1346             min: SIZE 0; \
1347             max: SIZE -1; \
1348             fixed: 1 0; \
1349             align: 0.5 0.5; \
1350             rel1 { \
1351                relative: REL1; \
1352                to: "base"; \
1353             } \
1354             rel2 { \
1355                relative: REL2; \
1356                to: "base"; \
1357             } \
1358          } \
1359       )
1360
1361 #define GENLIST_DESCRIPTION_DECORATE_PADDING \
1362    description { state: "decorate" 0.0; \
1363       inherit: "default" 0.0; \
1364       min: 0 0; \
1365       max: 0 0; \
1366    }
1367
1368 #define GENLIST_DESCRIPTION_DECORATE_REORDER_PADDING \
1369    description { state: "decorate_reorder" 0.0; \
1370       inherit: "default" 0.0; \
1371       min: 0 0; \
1372       max: 0 0; \
1373    }
1374
1375 #define GENLIST_DESCRIPTION_REORDER_PADDING \
1376    description { state: "reorder" 0.0; \
1377       inherit: "default" 0.0; \
1378       min: 32 0; \
1379       max: 32 -1; \
1380    }
1381
1382 #define GENLIST_PART_PADDING_LEFT \
1383          GENLIST_PART_EXPANDED_PAD \
1384          GENLIST_PART_SPACER("elm.padding.left", \
1385             GENLIST_DESCRIPTION_L("elm.swallow.pad",  \
1386                min: GENLIST_PADDING_SIZE_LEFT 0; \
1387                max: GENLIST_PADDING_SIZE_LEFT -1; \
1388                fixed: 1 0; \
1389             ) \
1390             GENLIST_DESCRIPTION_DECORATE_PADDING \
1391             GENLIST_DESCRIPTION_REORDER_PADDING \
1392             GENLIST_DESCRIPTION_DECORATE_REORDER_PADDING \
1393          )
1394
1395 #define GENLIST_PART_PADDING_LEFT_SIZE( SIZE ) \
1396          GENLIST_PART_EXPANDED_PAD \
1397          GENLIST_PART_SPACER("elm.padding.left", \
1398             GENLIST_DESCRIPTION_L("elm.swallow.pad",  \
1399                min: SIZE 0; \
1400                max: SIZE -1; \
1401                fixed: 1 0; \
1402             ) \
1403             GENLIST_DESCRIPTION_DECORATE_PADDING \
1404             GENLIST_DESCRIPTION_REORDER_PADDING \
1405             GENLIST_DESCRIPTION_DECORATE_REORDER_PADDING \
1406          )
1407
1408 #define GENLIST_PART_EDITBTN \
1409    GENLIST_PART_SPACER("elm.padding.edit.right", \
1410       description { state: "default" 0.0; \
1411          fixed: 1 0; \
1412          align: 1.0 0.5; \
1413          rel1.relative: 1 0; \
1414          min: GENLIST_PADDING_SIZE_DEFAULT 0; \
1415          max: GENLIST_PADDING_SIZE_DEFAULT -1; \
1416       } \
1417    ) \
1418    GENLIST_PART_ICON("elm.icon.edit", \
1419       GENLIST_DESCRIPTION_R("elm.padding.edit.right", \
1420          visible: 0; \
1421       ) \
1422       description { state: "editmode" 0.0; \
1423          inherit: "default" 0.0; \
1424          visible: 1; \
1425          fixed: 1 1; \
1426          min: GENLIST_BTN_02_SIZE GENLIST_BTN_02_SIZE; \
1427          max: GENLIST_BTN_02_SIZE GENLIST_BTN_02_SIZE; \
1428       } \
1429    )
1430
1431 #define GENLIST_PART_PADDING_RIGHT \
1432          GENLIST_PART_SPACER("elm.padding.right", \
1433             description { state: "default" 0.0; \
1434                min: GENLIST_PADDING_SIZE_RIGHT 0; \
1435                max: GENLIST_PADDING_SIZE_RIGHT -1; \
1436                fixed: 1 0; \
1437                align: 1.0 0.5; \
1438                rel1.to: "base"; \
1439                rel2.to: "base"; \
1440                rel1.relative: 1 0; \
1441             } \
1442             GENLIST_DESCRIPTION_DECORATE_PADDING \
1443             GENLIST_DESCRIPTION_REORDER_PADDING \
1444             GENLIST_DESCRIPTION_DECORATE_REORDER_PADDING \
1445          )
1446
1447 #define GENLIST_PART_PADDING_RIGHT_SIZE( SIZE ) \
1448          GENLIST_PART_SPACER("elm.padding.right", \
1449             description { state: "default" 0.0; \
1450                min: SIZE 0; \
1451                max: SIZE -1; \
1452                fixed: 1 0; \
1453                align: 1.0 0.5; \
1454                rel1.to: "base"; \
1455                rel2.to: "base"; \
1456                rel1.relative: 1 0; \
1457             } \
1458             GENLIST_DESCRIPTION_DECORATE_PADDING \
1459             GENLIST_DESCRIPTION_REORDER_PADDING \
1460             GENLIST_DESCRIPTION_DECORATE_REORDER_PADDING \
1461          )
1462
1463 // FIXME: Use RECT instead of SPACER if this group is used on layout
1464 // for blocking events
1465 #define GENLIST_PART_PADDING_RIGHT_EDIT \
1466          GENLIST_PART_SPACER("elm.padding.right", \
1467             GENLIST_DESCRIPTION_R("elm.padding.right.edit", \
1468                min: DIALOGUE_PADDING_SIZE_RIGHT 0; \
1469                max: DIALOGUE_PADDING_SIZE_RIGHT -1; \
1470                fixed: 1 0; \
1471             ) \
1472             GENLIST_DESCRIPTION_DECORATE_PADDING \
1473             GENLIST_DESCRIPTION_REORDER_PADDING \
1474             GENLIST_DESCRIPTION_DECORATE_REORDER_PADDING \
1475          ) \
1476          GENLIST_PART_SPACER("elm.padding.right.edit", \
1477             description { state: "default" 0.0; \
1478                min:0 0; \
1479                max: 0 -1; \
1480                fixed: 1 0; \
1481                align: 1.0 0.5; \
1482                rel1.relative: 1 0; \
1483             } \
1484             description { state: "editmode" 0.0; \
1485                inherit: "default" 0.0; \
1486                min: (GENLIST_PADDING_SIZE_DEFAULT+GENLIST_BTN_02_SIZE) 0; \
1487                max: (GENLIST_PADDING_SIZE_DEFAULT+GENLIST_BTN_02_SIZE) -1; \
1488             } \
1489          ) \
1490          GENLIST_PART_EDITBTN
1491
1492 #define GENLIST_PART_PADDING_TOP \
1493          GENLIST_PART_SPACER("elm.padding.top", \
1494             description { \
1495                state: "default" 0.0; \
1496                min: 0 GENLIST_PADDING_SIZE_TOP; \
1497                max: -1 GENLIST_PADDING_SIZE_TOP; \
1498                fixed: 0 1; \
1499                rel1.to: "base"; \
1500                rel2.to: "base"; \
1501                rel2.relative: 1.0 0.0; \
1502                align: 0.5 0.0; \
1503             } \
1504          )
1505
1506 #define GENLIST_PART_PADDING_TOP_2LINE \
1507          GENLIST_PART_SPACER("elm.padding.top", \
1508             description { \
1509                state: "default" 0.0; \
1510                min: 0 GENLIST_PADDING_SIZE_TOP_2LINE; \
1511                max: -1 GENLIST_PADDING_SIZE_TOP_2LINE; \
1512                fixed: 0 1; \
1513                rel1.to: "base"; \
1514                rel2.to: "base"; \
1515                rel2.relative: 1.0 0.0; \
1516                align: 0.5 0.0; \
1517             } \
1518          )
1519
1520 #define GENLIST_PART_PADDING_TOP_SIZE( SIZE ) \
1521          GENLIST_PART_SPACER("elm.padding.top", \
1522             description { \
1523                state: "default" 0.0; \
1524                min: 0 SIZE; \
1525                max: -1 SIZE; \
1526                fixed: 0 1; \
1527                rel1.to: "base"; \
1528                rel2.to: "base"; \
1529                rel2.relative: 1.0 0.0; \
1530                align: 0.5 0.0; \
1531             } \
1532          )
1533
1534 #define GENLIST_PART_PADDING_BOTTOM \
1535          GENLIST_PART_SPACER("elm.padding.bottom", \
1536             description { state: "default" 0.0; \
1537                min: 0 GENLIST_PADDING_SIZE_BOTTOM; \
1538                max: -1 GENLIST_PADDING_SIZE_BOTTOM; \
1539                fixed: 0 1; \
1540                rel1.to: "base"; \
1541                rel2.to: "base"; \
1542                rel1.relative: 0.0 1.0; \
1543                align: 0.5 1.0; \
1544             } \
1545          )
1546
1547 #define GENLIST_PART_PADDING_BOTTOM_2LINE \
1548          GENLIST_PART_SPACER("elm.padding.bottom", \
1549             description { state: "default" 0.0; \
1550                min: 0 GENLIST_PADDING_SIZE_BOTTOM_2LINE; \
1551                max: -1 GENLIST_PADDING_SIZE_BOTTOM_2LINE; \
1552                fixed: 0 1; \
1553                rel1.to: "base"; \
1554                rel2.to: "base"; \
1555                rel1.relative: 0.0 1.0; \
1556                align: 0.5 1.0; \
1557             } \
1558          )
1559
1560 #define GENLIST_PART_PADDING_BOTTOM_SIZE( SIZE ) \
1561          GENLIST_PART_SPACER("elm.padding.bottom", \
1562             description { state: "default" 0.0; \
1563                min: 0 SIZE; \
1564                max: -1 SIZE; \
1565                fixed: 0 1; \
1566                rel1.to: "base"; \
1567                rel2.to: "base"; \
1568                rel1.relative: 0.0 1.0; \
1569                align: 0.5 1.0; \
1570             } \
1571          )
1572
1573 #define GENLIST_PART_PADDING_R( NAME, RIGHT ) \
1574          GENLIST_PART_SPACER(NAME, \
1575             description { state: "default" 0.0; \
1576                fixed: 1 0; \
1577                min: GENLIST_PADDING_SIZE_DEFAULT 0; \
1578                max: GENLIST_PADDING_SIZE_DEFAULT -1; \
1579                align: 1 0.5; \
1580                rel1 { \
1581                   relative: 0 0; \
1582                   to_x: RIGHT; \
1583                } \
1584                rel2 { \
1585                   relative: 0 1; \
1586                   to_x: RIGHT; \
1587                } \
1588             } \
1589          )
1590
1591 #define GENLIST_PART_PADDING_R_SIZE( NAME, RIGHT, SIZE ) \
1592          GENLIST_PART_SPACER(NAME, \
1593             description { state: "default" 0.0; \
1594                fixed: 1 0; \
1595                min: SIZE 0; \
1596                max: SIZE -1; \
1597                align: 1 0.5; \
1598                rel1 { \
1599                   relative: 0 0; \
1600                   to_x: RIGHT; \
1601                } \
1602                rel2 { \
1603                   relative: 0 1; \
1604                   to_x: RIGHT; \
1605                } \
1606             } \
1607          )
1608
1609 #define GENLIST_PART_PADDING_L( NAME, LEFT ) \
1610          GENLIST_PART_SPACER(NAME, \
1611             description { state: "default" 0.0; \
1612                fixed: 1 0; \
1613                min: GENLIST_PADDING_SIZE_DEFAULT 0; \
1614                max: GENLIST_PADDING_SIZE_DEFAULT -1; \
1615                align: 0 0.5; \
1616                rel1 { \
1617                   relative: 1 0; \
1618                   to_x: LEFT; \
1619                } \
1620                rel2 { \
1621                   relative: 1 1; \
1622                   to_x: LEFT; \
1623                } \
1624             } \
1625          )
1626
1627 #define GENLIST_PART_PADDING_L_SIZE( NAME, LEFT, SIZE ) \
1628          GENLIST_PART_SPACER(NAME, \
1629             description { state: "default" 0.0; \
1630                fixed: 1 0; \
1631                min: SIZE 0; \
1632                max: SIZE -1; \
1633                align: 0 0.5; \
1634                rel1 { \
1635                   relative: 1 0; \
1636                   to_x: LEFT; \
1637                } \
1638                rel2 { \
1639                   relative: 1 1; \
1640                   to_x: LEFT; \
1641                } \
1642             } \
1643          )
1644
1645
1646 #define GENLIST_PART_PADDING_T_SIZE( NAME, TOP, SIZE ) \
1647          GENLIST_PART_SPACER(NAME, \
1648             description { state: "default" 0.0; \
1649                min: 0 SIZE; \
1650                max: -1 SIZE; \
1651                fixed: 0 1; \
1652                align: 0.5 0; \
1653                rel1 { \
1654                   relative: 0 1; \
1655                   to: TOP; \
1656                } \
1657                rel2 { \
1658                   relative: 1 1; \
1659                   to: TOP; \
1660                } \
1661             } \
1662          )
1663
1664 #define GENLIST_PART_PADDING_B_SIZE( NAME, BOTTOM, SIZE ) \
1665          GENLIST_PART_SPACER(NAME, \
1666             description { state: "default" 0.0; \
1667                min: 0 SIZE; \
1668                max: -1 SIZE; \
1669                fixed: 0 1; \
1670                align: 0.5 1; \
1671                rel1 { \
1672                   relative: 0.5 0; \
1673                   to: BOTTOM; \
1674                } \
1675                rel2 { \
1676                   relative: 0.5 0; \
1677                   to: BOTTOM; \
1678                } \
1679             } \
1680          )
1681
1682 #define GENLIST_PROGRAM_EXPAND_ROOT( TARGET ) \
1683          program { \
1684             name: "go_expanded"; \
1685             signal: "elm,state,expanded"; \
1686             source: "elm"; \
1687             action: STATE_SET "expand_opened" 0.0; \
1688             TARGET \
1689          } \
1690          program { \
1691             name: "go_contracted"; \
1692             signal: "elm,state,contracted"; \
1693             source: "elm"; \
1694             action: STATE_SET "default" 0.0; \
1695             TARGET \
1696          } \
1697
1698 // 2.2.7 Genlist_Edit mode (Rename)
1699 // FIXME: padding is not needed when swallow content is NULL.
1700 // But how can edje know existence of swallow content?
1701 #define GENLIST_PART_FLIP \
1702          GENLIST_PART_RECT("elm.flip.bg", \
1703             mouse_events: 0; \
1704             description { state: "default" 0.0;\
1705                color: 0 0 0 0;\
1706             } \
1707             description { state: "flipped" 0.0; \
1708                inherit: "default" 0.0; \
1709                rel2.offset: 0 -3; \
1710                color: GENLIST_LIST_BG_COLOR;\
1711             }\
1712          ) \
1713          GENLIST_PART_SPACER("elm.flip.padding.right", \
1714             description { state: "default" 0.0; \
1715                min: 26 0; \
1716                max: 26 -1; \
1717                fixed: 1 0; \
1718                align: 1 0.5; \
1719                rel1.relative: 1 0; \
1720             } \
1721          ) \
1722          GENLIST_PART_ICON("elm.flip.content", \
1723             GENLIST_DESCRIPTION("elm.padding.left", "elm.flip.padding.icon.left",  \
1724                "elm.padding.top", "elm.padding.bottom", \
1725                visible: 0; \
1726                aspect: 1 1; \
1727                min: 0 96; \
1728             ) \
1729             description { state: "flipped" 0.0; \
1730                inherit: "default" 0.0; \
1731                visible: 1; \
1732             } \
1733          ) \
1734          GENLIST_PART_PADDING_R("elm.flip.padding.icon.left", "elm.flip.icon") \
1735          GENLIST_PART_ICON( "elm.flip.icon", \
1736             GENLIST_DESCRIPTION_RTB("elm.flip.padding.right", \
1737                "elm.padding.top", "elm.padding.bottom", \
1738                visible: 0; \
1739                aspect: 1 1; \
1740                align: 1 0.5; \
1741                max: 158 74; \
1742             ) \
1743             description { state: "flipped" 0.0; \
1744                inherit: "default" 0.0; \
1745                visible: 1; \
1746             } \
1747          )
1748
1749 //****************************************************************************//
1750 // *******************************  Programs ********************************//
1751 //**************************************************************************//
1752 // signal: elm,state,%s,active
1753 //   a "check" item named %s went active
1754 // signal: elm,state,%s,passive
1755 //   a "check" item named %s went passive
1756 // default is passive
1757 #define GENLIST_PROGRAM_DEFAULT( TARGET ) \
1758          program { name: "default"; \
1759             signal: "elm,state,default"; \
1760             source: "elm"; \
1761             action: STATE_SET "default" 0.0; \
1762             TARGET \
1763          } \
1764
1765 #define GENLIST_PROGRAM_DISABLED( TARGET ) \
1766          program { name: "enabled"; \
1767             signal: "elm,state,enabled"; \
1768             source: "elm"; \
1769             action: STATE_SET "default" 0.0; \
1770             target: "base"; \
1771             TARGET \
1772          } \
1773          program { name: "disabled"; \
1774             signal: "elm,state,disabled"; \
1775             source: "elm"; \
1776             action: STATE_SET "disabled" 0.0; \
1777             target: "base"; \
1778             TARGET \
1779          }
1780
1781 #define GENLIST_PROGRAM_FOCUS \
1782       program { name: "focused"; \
1783          signal: "elm,state,focused"; \
1784          source: "elm"; \
1785          action: STATE_SET "focused" 0.0; \
1786          target: "focus_part"; \
1787       } \
1788       program { name: "unfocused"; \
1789          signal: "elm,state,unfocused"; \
1790          source: "elm"; \
1791          action: STATE_SET "default" 0.0; \
1792          target: "focus_part"; \
1793       }
1794
1795 #define GENLIST_PROGRAM_FOCUS_NORMAL \
1796       program { name: "focused"; \
1797          signal: "elm,state,focused"; \
1798          source: "elm"; \
1799          script { \
1800             new st[31]; \
1801             new Float:vl; \
1802             get_state(PART:"bg_reorder_clip", st, 30, vl); \
1803             if (!strcmp(st, "reorder") || !strcmp(st, "decorate_reorder")) \
1804                set_state(PART:"focus_part_reorder", "focused", 0.0); \
1805             else \
1806                set_state(PART:"focus_part", "focused", 0.0); \
1807          } \
1808       } \
1809       program { name: "unfocused"; \
1810          signal: "elm,state,unfocused"; \
1811          source: "elm"; \
1812          action: STATE_SET "default" 0.0; \
1813          target: "focus_part_reorder"; \
1814          target: "focus_part"; \
1815       }
1816
1817 #define GENLIST_PROGRAM_FOCUS_DIALOGUE \
1818       program { name: "focused"; \
1819          signal: "elm,state,focused"; \
1820          source: "elm"; \
1821          script { \
1822             new st[31]; \
1823             new Float:vl; \
1824             get_state(PART:"bg_dialogue", st, 30, vl); \
1825             if (!strcmp(st, "top") || !strcmp(st, "top_selected") || !strcmp(st, "2depth_top")) \
1826                set_state(PART:"focus_part_dialogue", "top_focused", 0.0); \
1827             else if (!strcmp(st, "center") || !strcmp(st, "center_selected") || !strcmp(st, "2depth_center")) \
1828                set_state(PART:"focus_part_dialogue", "center_focused", 0.0); \
1829             else if (!strcmp(st, "bottom") || !strcmp(st, "bottom_selected") || !strcmp(st, "2depth_bottom")) \
1830                set_state(PART:"focus_part_dialogue", "bottom_focused", 0.0); \
1831             else if (!strcmp(st, "default") || !strcmp(st, "selected") || !strcmp(st, "2depth")) \
1832                set_state(PART:"focus_part_dialogue", "focused", 0.0); \
1833          } \
1834       } \
1835       program { name: "unfocused"; \
1836          signal: "elm,state,unfocused"; \
1837          source: "elm"; \
1838          action: STATE_SET "default" 0.0; \
1839          target: "focus_part_dialogue"; \
1840       }
1841
1842 #define GENLIST_PROGRAM_SOUND( SRC ) \
1843       program { \
1844          name: "sound_disable"SRC; \
1845          signal: "elm,state,slide,active"; \
1846          source: "elm"; \
1847          action: STATE_SET "disabled" 0.0; \
1848          target: "base"; \
1849       } \
1850       program { \
1851          name: "sound_enable"SRC; \
1852          signal: "elm,state,slide,passive"; \
1853          source: "elm"; \
1854          action: STATE_SET "default" 0.0; \
1855          target: "base"; \
1856       } \
1857       program { name: "play_sound"SRC; \
1858          signal: "mouse,clicked,1"; \
1859          source: SRC; \
1860          script { \
1861             new st[31]; \
1862             new Float:vl; \
1863             get_state(PART:"base", st, 30, vl); \
1864             if (strcmp(st, "disabled")) \
1865                run_program(PROGRAM:"play_button_press"SRC); \
1866          } \
1867       } \
1868       program { name: "play_button_press"SRC; \
1869          action: PLAY_SAMPLE "touch_sound" 1.0; \
1870       }
1871
1872 #define GENLIST_PROGRAM_REORDER_SOUND( SRC ) \
1873       program { name: "play_sound"SRC; \
1874          signal: "mouse,clicked,1"; \
1875          source: SRC; \
1876          script { \
1877             new st[31]; \
1878             new Float:vl; \
1879             get_state(PART:"base", st, 30, vl); \
1880             if (strcmp(st, "disabled")) \
1881                run_program(PROGRAM:"play_button_press"SRC); \
1882          } \
1883       } \
1884       program { name: "play_button_press"SRC; \
1885          action: PLAY_SAMPLE "reorder_sound" 1.0; \
1886       }
1887
1888 #define GENLIST_PROGRAM_SELECT( TARGET ) \
1889          program { name: "selected"; \
1890             signal: "elm,state,selected"; \
1891             source: "elm"; \
1892             action: STATE_SET "selected" 0.0; \
1893             TARGET \
1894          } \
1895          program { name: "unselected"; \
1896             signal: "elm,state,unselected"; \
1897             source: "elm"; \
1898             action: STATE_SET "default" 0.0; \
1899             TARGET \
1900          }
1901
1902 #define GENLIST_PROGRAM_BG_DIALOGUE \
1903          program { name: "bg_default"; \
1904             signal: "elm,state,default"; \
1905             source: "*"; \
1906             script { \
1907                new st[31]; \
1908                new Float:vl; \
1909                get_state(PART:"2depth", st, 30, vl); \
1910                if (!strcmp(st, "2depth")) \
1911                   set_state(PART:"bg_dialogue", "2depth", 0.0); \
1912                else \
1913                   set_state(PART:"bg_dialogue", "default", 0.0); \
1914             } \
1915          } \
1916          program { name: "bg_top"; \
1917             signal: "elm,state,top"; \
1918             source: "*"; \
1919             script { \
1920                new st[31]; \
1921                new Float:vl; \
1922                get_state(PART:"2depth", st, 30, vl); \
1923                if (!strcmp(st, "2depth")) \
1924                   set_state(PART:"bg_dialogue", "2depth_top", 0.0); \
1925                else \
1926                   set_state(PART:"bg_dialogue", "top", 0.0); \
1927             } \
1928          } \
1929          program { name: "bg_center"; \
1930             signal: "elm,state,center"; \
1931             source: "*"; \
1932             script { \
1933                new st[31]; \
1934                new Float:vl; \
1935                get_state(PART:"2depth", st, 30, vl); \
1936                if (!strcmp(st, "2depth")) \
1937                   set_state(PART:"bg_dialogue", "2depth_center", 0.0); \
1938                else \
1939                   set_state(PART:"bg_dialogue", "center", 0.0); \
1940             } \
1941          } \
1942          program { name: "bg_bottom"; \
1943             signal: "elm,state,bottom"; \
1944             source: "*"; \
1945             script { \
1946                new st[31]; \
1947                new Float:vl; \
1948                get_state(PART:"2depth", st, 30, vl); \
1949                if (!strcmp(st, "2depth")) \
1950                   set_state(PART:"bg_dialogue", "2depth_bottom", 0.0); \
1951                else \
1952                   set_state(PART:"bg_dialogue", "bottom", 0.0); \
1953             } \
1954          }
1955
1956 #define GENLIST_PROGRAM_SELECT_DIALOGUE( TARGET ) \
1957          program { name: "selected"; \
1958             signal: "elm,state,selected"; \
1959             source: "elm"; \
1960             script { \
1961                new st[31]; \
1962                new Float:vl; \
1963                get_state(PART:"bg_dialogue", st, 30, vl); \
1964                if (!strcmp(st, "top") || !strcmp(st, "2depth_top")) \
1965                   set_state(PART:"bg_dialogue", "top_selected", 0.0); \
1966                else if (!strcmp(st, "center") || !strcmp(st, "2depth_center")) \
1967                   set_state(PART:"bg_dialogue", "center_selected", 0.0); \
1968                else if (!strcmp(st, "bottom") || !strcmp(st, "2depth_bottom")) \
1969                   set_state(PART:"bg_dialogue", "bottom_selected", 0.0); \
1970                else if (!strcmp(st, "default") || !strcmp(st, "2depth")) \
1971                   set_state(PART:"bg_dialogue", "selected", 0.0); \
1972                run_program(PROGRAM:"target_selected"); \
1973             } \
1974          } \
1975          program { name: "unselected"; \
1976             signal: "elm,state,unselected"; \
1977             source: "elm"; \
1978             script { \
1979                new st[31]; \
1980                new Float:vl; \
1981                get_state(PART:"2depth", st, 30, vl); \
1982                if (!strcmp(st, "2depth")) { \
1983                   get_state(PART:"bg_dialogue", st, 30, vl); \
1984                   if (!strcmp(st, "top_selected")) \
1985                      set_state(PART:"bg_dialogue", "2depth_top", 0.0); \
1986                   else if (!strcmp(st, "center_selected"))  \
1987                      set_state(PART:"bg_dialogue", "2depth_center", 0.0); \
1988                   else if (!strcmp(st, "bottom_selected"))  \
1989                      set_state(PART:"bg_dialogue", "2depth_bottom", 0.0); \
1990                   else if (!strcmp(st, "selected")) \
1991                      set_state(PART:"bg_dialogue", "2depth", 0.0); \
1992                } else { \
1993                   get_state(PART:"bg_dialogue", st, 30, vl); \
1994                   if (!strcmp(st, "top_selected")) \
1995                   set_state(PART:"bg_dialogue", "top", 0.0); \
1996                   else if (!strcmp(st, "center_selected"))  \
1997                      set_state(PART:"bg_dialogue", "center", 0.0); \
1998                   else if (!strcmp(st, "bottom_selected"))  \
1999                      set_state(PART:"bg_dialogue", "bottom", 0.0); \
2000                   else if (!strcmp(st, "selected")) \
2001                      set_state(PART:"bg_dialogue", "default", 0.0); \
2002                } \
2003                run_program(PROGRAM:"target_unselected"); \
2004             } \
2005          } \
2006          program { name: "target_selected"; \
2007             action: STATE_SET "selected" 0.0; \
2008             TARGET \
2009          }\
2010          program { name: "target_unselected"; \
2011             action: STATE_SET "default" 0.0; \
2012             TARGET \
2013          } \
2014          GENLIST_PROGRAM_BG_DIALOGUE
2015
2016
2017 #define GENLIST_PROGRAM_SELECT_ARROW \
2018          program { name: "selected_arrow"; \
2019             signal: "elm,state,selected"; \
2020             source: "elm"; \
2021             script { \
2022                new st[31]; \
2023                new Float:vl; \
2024                get_state(PART:"arrow", st, 30, vl); \
2025                if (!strcmp(st, "default")) { \
2026                   set_state(PART:"arrow", "default_press", 0.0); \
2027                   set_state(PART:"arrow_clip", "default_press", 0.0); \
2028                } \
2029                else if (!strcmp(st, "expand_opened")) { \
2030                   set_state(PART:"arrow", "expand_opened_press", 0.0); \
2031                   set_state(PART:"arrow_clip", "expand_opened_press", 0.0); \
2032                } \
2033             } \
2034          } \
2035          program { name: "unselected_arrow"; \
2036             signal: "elm,state,unselected"; \
2037             source: "elm"; \
2038             script { \
2039                new st[31]; \
2040                new Float:vl; \
2041                get_state(PART:"arrow", st, 30, vl); \
2042                if (!strcmp(st, "default_press")) { \
2043                   set_state(PART:"arrow", "default", 0.0); \
2044                   set_state(PART:"arrow_clip", "default", 0.0); \
2045                } \
2046                else if (!strcmp(st, "expand_opened_press")) { \
2047                   set_state(PART:"arrow", "expand_opened", 0.0); \
2048                   set_state(PART:"arrow_clip", "expand_opened", 0.0); \
2049                } \
2050             } \
2051          }
2052
2053 #define GENLIST_PROGRAM_DECORATE( TARGET ) \
2054          program { name: "decorate_enabled_effect"; \
2055             signal: "elm,state,decorate,enabled,effect";\
2056             source: "elm";\
2057             action:  STATE_SET "decorate" 0.0;\
2058             TARGET \
2059          }\
2060          program { name: "decorate_disabled_effect";\
2061             signal: "elm,state,decorate,disabled,effect";\
2062             source: "elm";\
2063             action: STATE_SET "default" 0.0; \
2064             TARGET \
2065          }\
2066          program { name: "decorate_enabled";\
2067             signal: "elm,state,decorate,enabled";\
2068             source: "elm";\
2069             action:  STATE_SET "decorate" 0.0;\
2070             TARGET \
2071          }\
2072          program { name: "decorate_disabled";\
2073             signal: "elm,state,decorate,disabled";\
2074             source: "elm";\
2075             action:  STATE_SET "default" 0.0;\
2076             TARGET \
2077          }
2078
2079 #define GENLIST_PROGRAM_REORDER( TARGET ) \
2080          program { name: "reorder_enabled"; \
2081             signal: "elm,state,reorder,mode_set"; \
2082             source: "elm"; \
2083             action: STATE_SET "reorder" 0.0; \
2084             TARGET \
2085          } \
2086          program { name: "reorder_disabled"; \
2087             signal: "elm,state,reorder,mode_unset"; \
2088             source: "elm"; \
2089             action: STATE_SET "default" 0.0; \
2090             TARGET \
2091          }
2092
2093 #define GENLIST_PROGRAM_DECORATE_REORDER( NAME, TARGET ) \
2094          program { name: "reorder_enabled"NAME; \
2095             signal: "elm,state,reorder,mode_set"; \
2096             source: "elm"; \
2097             script { \
2098                new st[31]; \
2099                new Float:vl; \
2100                get_state(PART:"state", st, 30, vl); \
2101                if (!strcmp(st, "decorate") || !strcmp(st, "decorate_reorder")) { \
2102                   run_program(PROGRAM:"decorate_reorder_set"NAME); \
2103                } else { \
2104                   run_program(PROGRAM:"reorder_set"NAME); \
2105                } \
2106             } \
2107          } \
2108          program { name: "reorder_disabled"NAME; \
2109             signal: "elm,state,reorder,mode_unset"; \
2110             source: "elm"; \
2111             script { \
2112                new st[31]; \
2113                new Float:vl; \
2114                get_state(PART:"state", st, 30, vl); \
2115                if (!strcmp(st, "decorate") || !strcmp(st, "decorate_reorder")) { \
2116                   run_program(PROGRAM:"decorate_set"NAME); \
2117                } else { \
2118                   run_program(PROGRAM:"default_set"NAME); \
2119                } \
2120             } \
2121          } \
2122          program { name: "decorate_enabled_effect"NAME; \
2123             signal: "elm,state,decorate,enabled,effect";\
2124             source: "elm";\
2125             script { \
2126                new st[31]; \
2127                new Float:vl; \
2128                get_state(PART:"state", st, 30, vl); \
2129                if (!strcmp(st, "reorder") || !strcmp(st, "decorate_reorder")) { \
2130                   run_program(PROGRAM:"decorate_reorder_set"NAME); \
2131                } else { \
2132                   run_program(PROGRAM:"decorate_set"NAME); \
2133                } \
2134             } \
2135          }\
2136          program { name: "decorate_disabled_effect"NAME;\
2137             signal: "elm,state,decorate,disabled,effect";\
2138             source: "elm";\
2139             script { \
2140                new st[31]; \
2141                new Float:vl; \
2142                get_state(PART:"state", st, 30, vl); \
2143                if (!strcmp(st, "reorder") || !strcmp(st, "decorate_reorder")) { \
2144                   run_program(PROGRAM:"reorder_set"NAME); \
2145                } else { \
2146                   run_program(PROGRAM:"default_set"NAME); \
2147                } \
2148             } \
2149          }\
2150          program { name: "decorate_enabled"NAME;\
2151             signal: "elm,state,decorate,enabled";\
2152             source: "elm";\
2153             script { \
2154                new st[31]; \
2155                new Float:vl; \
2156                get_state(PART:"state", st, 30, vl); \
2157                if (!strcmp(st, "reorder") || !strcmp(st, "decorate_reorder")) { \
2158                   run_program(PROGRAM:"decorate_reorder_set"NAME); \
2159                } else { \
2160                   run_program(PROGRAM:"decorate_set"NAME); \
2161                } \
2162             } \
2163          }\
2164          program { name: "decorate_disabled"NAME;\
2165             signal: "elm,state,decorate,disabled";\
2166             source: "elm";\
2167             script { \
2168                new st[31]; \
2169                new Float:vl; \
2170                get_state(PART:"state", st, 30, vl); \
2171                if (!strcmp(st, "reorder") || !strcmp(st, "decorate_reorder")) { \
2172                   run_program(PROGRAM:"reorder_set"NAME); \
2173                } else { \
2174                   run_program(PROGRAM:"default_set"NAME); \
2175                } \
2176             } \
2177          } \
2178          program { name: "default_set"NAME; \
2179             action: STATE_SET "default" 0.0;\
2180             target: "state"; \
2181             TARGET \
2182          } \
2183          program { name: "decorate_set"NAME; \
2184             action: STATE_SET "decorate" 0.0;\
2185             target: "state"; \
2186             TARGET \
2187          } \
2188          program { name: "reorder_set"NAME; \
2189             action: STATE_SET "reorder" 0.0;\
2190             target: "state"; \
2191             TARGET \
2192          } \
2193          program { name: "decorate_reorder_set"NAME; \
2194             action: STATE_SET "decorate_reorder" 0.0;\
2195             target: "state"; \
2196             TARGET \
2197          }
2198
2199 #define GENLIST_PROGRAM_FLIP \
2200          program { name: "flip_enabled"; \
2201             signal:  "elm,state,flip,enabled"; \
2202             source:  "elm"; \
2203             transition: DECELERATE 0.5; \
2204             action:  STATE_SET "flipped" 0.0; \
2205             target: "elm.flip.content"; \
2206             target: "elm.flip.icon"; \
2207          } \
2208          program { name: "flip_disabled"; \
2209             signal:  "elm,state,flip,disabled"; \
2210             source:  "elm"; \
2211             transition: DECELERATE 0.5; \
2212             action:  STATE_SET "default" 0.0; \
2213             target: "elm.flip.content"; \
2214             target: "elm.flip.icon"; \
2215          } \
2216          program { name: "flip_enabled_bg"; \
2217             signal:  "elm,state,flip,enabled"; \
2218             source:  "elm"; \
2219             action:  STATE_SET "flipped" 0.0; \
2220             target: "elm.flip.bg"; \
2221          } \
2222          program { name: "flip_disabled_bg"; \
2223             signal:  "elm,state,flip,disabled"; \
2224             source:  "elm"; \
2225             action:  STATE_SET "default" 0.0; \
2226             target: "elm.flip.bg"; \
2227          }
2228
2229 #define GENLIST_PROGRAM_FLIP_TARGET( TARGET ) \
2230          program { name: "flip_enabled_target"; \
2231             signal:  "elm,state,flip,enabled"; \
2232             source:  "elm"; \
2233             action:  STATE_SET "flipped" 0.0; \
2234             TARGET \
2235          } \
2236          program { name: "flip_disabled_target"; \
2237             signal:  "elm,state,flip,disabled"; \
2238             source:  "elm"; \
2239             action:  STATE_SET "default" 0.0; \
2240             TARGET \
2241          }
2242
2243 #define GENLIST_PROGRAM_FLIP_EFFECT_TARGET( TARGET ) \
2244          program { name: "flip_enabled_effect"; \
2245             signal:  "elm,state,flip,enabled"; \
2246             source:  "elm"; \
2247             transition: DECELERATE 0.5; \
2248             action:  STATE_SET "flipped" 0.0; \
2249             TARGET \
2250          } \
2251          program { name: "flip_disabled_effect"; \
2252             signal:  "elm,state,flip,disabled"; \
2253             source:  "elm"; \
2254             transition: DECELERATE 0.5; \
2255             action:  STATE_SET "default" 0.0; \
2256             TARGET \
2257          }
2258
2259 #define GENLIST_PROGRAM_EDITMODE \
2260    program { name: "edit_enabled"; \
2261       signal:  "elm,state,edit,enabled"; \
2262       source:  "*"; \
2263       action:  STATE_SET "editmode" 0.0; \
2264       target: "elm.padding.right.edit"; \
2265       target: "elm.icon.edit"; \
2266       target: "bg_dialogue_right"; \
2267    } \
2268    program { name: "edit_disabled"; \
2269       signal:  "elm,state,edit,disabled"; \
2270       source:  "*"; \
2271       action:  STATE_SET "default" 0.0; \
2272       target: "elm.padding.right.edit"; \
2273       target: "elm.icon.edit"; \
2274       target: "bg_dialogue_right"; \
2275    }
2276
2277 /***************************************************************************/
2278 /***************************************************************************/
2279
2280 #define GENLIST_PROGRAMS_NORMAL( TARGET ) \
2281    programs { \
2282       GENLIST_PROGRAM_DEFAULT( TARGET \
2283          target: "bg"; \
2284          target: "bg_clip"; \
2285          target: "bottom_line"; \
2286          target: "bottom_line2"; \
2287          target: "bottom_line_clip"; \
2288          target: "bg_reorder"; \
2289          target: "elm.padding.left"; \
2290          target: "elm.padding.right"; \
2291       ) \
2292       GENLIST_PROGRAM_DISABLED( TARGET \
2293          target: "bg"; \
2294          target: "bottom_line"; \
2295          target: "bottom_line2"; \
2296          target: "bg_reorder"; \
2297       ) \
2298       GENLIST_PROGRAM_FOCUS_NORMAL \
2299       GENLIST_PROGRAM_SELECT( TARGET \
2300          target: "bg"; \
2301          target: "bottom_line"; \
2302          target: "bottom_line2"; \
2303          target: "bg_reorder"; \
2304       ) \
2305       GENLIST_PROGRAM_SOUND("bg") \
2306       GENLIST_PROGRAM_REORDER_SOUND("bg_reorder") \
2307       GENLIST_PROGRAM_DECORATE_REORDER("normal", TARGET \
2308          target: "bg_clip"; \
2309          target: "bg_reorder_clip"; \
2310          target: "bottom_line_clip"; \
2311          target: "elm.padding.left"; \
2312          target: "elm.padding.right"; \
2313       ) \
2314       GENLIST_PROGRAM_FLIP \
2315    }
2316
2317 #define GENLIST_PROGRAMS_DIALOGUE( TARGET ) \
2318    programs { \
2319       GENLIST_PROGRAM_DEFAULT( TARGET \
2320          target: "bg_dialogue"; \
2321          target: "elm.padding.left"; \
2322          target: "elm.padding.right"; \
2323       ) \
2324       GENLIST_PROGRAM_DISABLED( TARGET ) \
2325       GENLIST_PROGRAM_FOCUS_DIALOGUE \
2326       GENLIST_PROGRAM_SELECT_DIALOGUE( TARGET ) \
2327       program { name: "bg_color_change"; \
2328          signal: "bg_color_change"; \
2329          source: "elm"; \
2330          action: STATE_SET "2depth" 0.0; \
2331          target: "2depth"; \
2332       } \
2333       GENLIST_PROGRAM_SOUND("bg_dialogue") \
2334       GENLIST_PROGRAM_DECORATE_REORDER( "normal", TARGET \
2335          target: "elm.padding.left"; \
2336          target: "elm.padding.right"; \
2337       ) \
2338       GENLIST_PROGRAM_FLIP \
2339       GENLIST_PROGRAM_EDITMODE \
2340    }
2341
2342 #define GENLIST_PROGRAMS_DECORATE_EFFECT( TARGET ) \
2343    program { name: "decorate_enabled_effect_ef"; \
2344       signal: "elm,state,decorate,enabled,effect";\
2345       source: "elm";\
2346       transition: DECELERATE 0.5;\
2347       action:  STATE_SET "decorate" 0.0;\
2348       TARGET \
2349    }\
2350    program { name: "decorate_disabled_effect_ef";\
2351       signal: "elm,state,decorate,disabled,effect";\
2352       source: "elm";\
2353       transition: ACCELERATE 0.5;\
2354       action:  STATE_SET "default" 0.0;\
2355       TARGET \
2356    } \
2357    program { name: "decorate_enabled_ef";\
2358       signal: "elm,state,decorate,enabled";\
2359       source: "elm";\
2360       action:  STATE_SET "decorate" 0.0;\
2361       TARGET \
2362    }\
2363    program { name: "decorate_disabled_ef";\
2364       signal: "elm,state,decorate,disabled";\
2365       source: "elm";\
2366       action:  STATE_SET "default" 0.0;\
2367       TARGET \
2368    }
2369
2370 #define GENLIST_PROGRAMS_ENTRY( TARGET ) \
2371    GENLIST_PROGRAM_DEFAULT( TARGET \
2372       target: "bg"; \
2373       target: "bg_clip"; \
2374       target: "bottom_line"; \
2375       target: "bottom_line2"; \
2376       target: "bottom_line_clip"; \
2377       target: "bg_reorder"; \
2378       target: "elm.padding.left"; \
2379       target: "elm.padding.right"; \
2380    ) \
2381    GENLIST_PROGRAM_DISABLED( TARGET ) \
2382    GENLIST_PROGRAM_FOCUS_NORMAL \
2383    GENLIST_PROGRAM_DECORATE_REORDER("editfield", TARGET \
2384       target: "bg_clip"; \
2385       target: "bg_reorder_clip"; \
2386       target: "bottom_line_clip"; \
2387       target: "elm.padding.left"; \
2388       target: "elm.padding.right"; \
2389    )
2390
2391 #define GENLIST_PROGRAMS_DIALOGUE_ENTRY( TARGET ) \
2392    GENLIST_PROGRAM_DEFAULT( TARGET \
2393       target: "bg_dialogue"; \
2394       target: "elm.padding.left"; \
2395       target: "elm.padding.right"; \
2396    ) \
2397    GENLIST_PROGRAM_DISABLED( TARGET ) \
2398    GENLIST_PROGRAM_FOCUS_DIALOGUE \
2399    program { name: "bg_color_change"; \
2400       signal: "bg_color_change"; \
2401       source: "elm"; \
2402       action: STATE_SET "2depth" 0.0; \
2403       target: "2depth"; \
2404    } \
2405    GENLIST_PROGRAM_BG_DIALOGUE \
2406    GENLIST_PROGRAM_DECORATE_REORDER( "normal", TARGET \
2407       target: "elm.padding.left"; \
2408       target: "elm.padding.right"; \
2409    ) \
2410    GENLIST_PROGRAM_FLIP \
2411    GENLIST_PROGRAM_EDITMODE
2412
2413
2414 #define GENLIST_PROGRAMS_THUMB \
2415    GENLIST_PROGRAM_DECORATE_REORDER( "thumb", target: "elm.thumb"; ) \
2416    GENLIST_PROGRAM_FLIP_TARGET( target: "elm.thumb.clip"; ) \
2417    program { name: "enabled_thumb"; \
2418       signal: "elm,state,enabled"; \
2419       source: "elm"; \
2420       action: STATE_SET "default" 0.0; \
2421       target: "base"; \
2422       target: "elm.thumb"; \
2423    } \
2424    program { name: "disabled_thumb"; \
2425       signal: "elm,state,disabled"; \
2426       source: "elm"; \
2427       action: STATE_SET "disabled" 0.0; \
2428       target: "base"; \
2429       target: "elm.thumb"; \
2430    } \
2431    program { name: "selected_thumb"; \
2432       signal: "elm,state,selected"; \
2433       source: "elm"; \
2434       script { \
2435          new st[31]; \
2436          new Float:vl; \
2437          get_state(PART:"elm.thumb", st, 30, vl); \
2438          if (!strcmp(st, "reorder") || !strcmp(st, "decorate_reorder")) \
2439             set_state(PART:"elm.thumb", "reorder_selected", 0.0); \
2440          else \
2441             set_state(PART:"elm.thumb", "selected", 0.0); \
2442       } \
2443    } \
2444    program { name: "unselected_thumb"; \
2445       signal: "elm,state,unselected"; \
2446       source: "elm"; \
2447       script { \
2448          new st[31]; \
2449          new Float:vl; \
2450          get_state(PART:"elm.thumb", st, 30, vl); \
2451          if (!strcmp(st, "reorder_selected")) \
2452             set_state(PART:"elm.thumb", "reorder", 0.0); \
2453          else \
2454             set_state(PART:"elm.thumb", "default", 0.0); \
2455       } \
2456    }
2457
2458 //****************************************************************************//
2459 // *******************************  Icon Part ******************************//
2460 //***************************************************************************//
2461 #define GENLIST_PART_ICON(NAME, DESCRIPION) \
2462    part { name: NAME; \
2463       scale: 1; \
2464       type: SWALLOW; \
2465       DESCRIPION \
2466    }
2467
2468 #define GENLIST_PARAM_ICON_BIG \
2469          min: GENLIST_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_SIZE; \
2470          max: GENLIST_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_SIZE;
2471
2472 #define GENLIST_PARAM_ICON_SMALL \
2473          min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE; \
2474          max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
2475
2476 #define GENLIST_PARAM_ICON_BTN_01 \
2477          min: 0 GENLIST_BTN_01_HEIGHT; \
2478          max: -1 GENLIST_BTN_01_HEIGHT;
2479
2480 #define GENLIST_PARAM_ICON_BTN_02 \
2481          min: GENLIST_BTN_02_SIZE GENLIST_BTN_02_SIZE; \
2482          max: GENLIST_BTN_02_SIZE GENLIST_BTN_02_SIZE;
2483
2484 #define GENLIST_PARAM_ICON_ONOFF_WIDTH \
2485          min: GENLIST_ICON_ONOFF_WIDTH GENLIST_ICON_ONOFF_HEIGHT; \
2486          max: GENLIST_ICON_ONOFF_WIDTH GENLIST_ICON_ONOFF_HEIGHT;
2487
2488 #define GENLIST_PARAM_ICON_THUMBNAIL1\
2489          min: GENLIST_ICON_LARGE_SIZE GENLIST_ICON_LARGE_SIZE; \
2490          max: GENLIST_ICON_LARGE_SIZE GENLIST_ICON_LARGE_SIZE;
2491
2492 #define GENLIST_PARAM_ICON_CHECK_RADIO \
2493          min: GENLIST_ICON_CHECK_RADIO_SIZE GENLIST_ICON_CHECK_RADIO_SIZE; \
2494          max: GENLIST_ICON_CHECK_RADIO_SIZE GENLIST_ICON_CHECK_RADIO_SIZE;
2495
2496 #define GENLIST_PARAM_ICON_STAR \
2497          min: GENLIST_ICON_STAR_SIZE GENLIST_ICON_STAR_SIZE; \
2498          max: GENLIST_ICON_STAR_SIZE GENLIST_ICON_STAR_SIZE; \
2499
2500 #define GENLIST_PART_ICON_BIG_R(NAME, RIGHT) \
2501    GENLIST_PART_ICON(NAME, \
2502       GENLIST_DESCRIPTION_RTB(RIGHT, "elm.padding.top", "elm.padding.bottom", \
2503          fixed: 1 1; \
2504          GENLIST_PARAM_ICON_BIG \
2505       ) \
2506    )
2507
2508 #define GENLIST_PART_ICON_BIG_L(NAME, LEFT) \
2509    GENLIST_PART_ICON(NAME, \
2510       GENLIST_DESCRIPTION_LTB(LEFT, "elm.padding.top", "elm.padding.bottom", \
2511          GENLIST_PARAM_ICON_BIG \
2512          fixed: 1 1; \
2513       ) \
2514    )
2515
2516 #define GENLIST_PART_ICON_SMALL_L(NAME, LEFT) \
2517    GENLIST_PART_ICON(NAME, \
2518       GENLIST_DESCRIPTION_LTB(LEFT, "elm.padding.top", "elm.padding.bottom", \
2519          GENLIST_PARAM_ICON_SMALL \
2520          fixed: 1 1; \
2521       ) \
2522    )
2523
2524 #define GENLIST_PART_ICON_SMALL_LB(NAME, LEFT, BOTTOM) \
2525    GENLIST_PART_ICON(NAME, \
2526       GENLIST_DESCRIPTION_LB(LEFT, BOTTOM, \
2527         GENLIST_PARAM_ICON_SMALL \
2528         fixed: 1 1; \
2529       ) \
2530    )
2531
2532 #define GENLIST_PART_ICON_SMALL_LTB(NAME, LEFT, TOP, BOTTOM) \
2533    GENLIST_PART_ICON(NAME, \
2534       GENLIST_DESCRIPTION_LTB(LEFT, TOP, BOTTOM, \
2535          GENLIST_PARAM_ICON_SMALL \
2536          fixed: 1 1; \
2537       ) \
2538    )
2539
2540 #define GENLIST_PART_ICON_SMALL_RTB(NAME, RIGHT, TOP, BOTTOM) \
2541    GENLIST_PART_ICON(NAME, \
2542       GENLIST_DESCRIPTION_RTB(RIGHT, TOP, BOTTOM, \
2543          GENLIST_PARAM_ICON_SMALL \
2544          fixed: 1 1; \
2545       ) \
2546    )
2547
2548 #define GENLIST_PART_ICON_BTN_01_RTB(NAME, RIGHT, TOP, BOTTOM) \
2549    GENLIST_PART_ICON(NAME, \
2550       GENLIST_DESCRIPTION_RTB(RIGHT, TOP, BOTTOM,\
2551          GENLIST_PARAM_ICON_BTN_01 \
2552          fixed: 1 1; \
2553       ) \
2554    )
2555
2556 #define GENLIST_PART_ICON_BTN_02_RTB(NAME, RIGHT, TOP, BOTTOM) \
2557    GENLIST_PART_ICON(NAME, \
2558       GENLIST_DESCRIPTION_RTB(RIGHT, TOP, BOTTOM,\
2559          GENLIST_PARAM_ICON_BTN_02 \
2560          fixed: 1 1; \
2561       ) \
2562    )
2563
2564 #define GENLIST_PART_ICON_BTN_ONOFF_R(NAME, RIGHT) \
2565    GENLIST_PART_ICON(NAME, \
2566       GENLIST_DESCRIPTION_RTB(RIGHT, "elm.padding.top", "elm.padding.bottom", \
2567          GENLIST_PARAM_ICON_ONOFF_WIDTH \
2568          fixed: 1 1; \
2569       ) \
2570    )
2571
2572 #define GENLIST_PART_ICON_BTN_ONOFF_L(NAME, LEFT) \
2573    GENLIST_PART_ICON(NAME, \
2574       GENLIST_DESCRIPTION_LTB(LEFT, "elm.padding.top", "elm.padding.bottom", \
2575          GENLIST_PARAM_ICON_ONOFF_WIDTH \
2576          fixed: 1 1; \
2577       ) \
2578    )
2579
2580 #define GENLIST_PART_ICON_THUMBNAIL1_R(NAME, RIGHT) \
2581    GENLIST_PART_ICON(NAME, \
2582       GENLIST_DESCRIPTION_RTB(RIGHT, "elm.padding.top", "elm.padding.bottom", \
2583          GENLIST_PARAM_ICON_THUMBNAIL1 \
2584          fixed: 1 1; \
2585       ) \
2586    )
2587
2588 #define GENLIST_PART_ICON_CHECK_RADIO_L(NAME, LEFT) \
2589    GENLIST_PART_ICON(NAME, \
2590       GENLIST_DESCRIPTION_LTB(LEFT, "elm.padding.top", "elm.padding.bottom", \
2591          GENLIST_PARAM_ICON_CHECK_RADIO \
2592          fixed: 1 1; \
2593       ) \
2594    )
2595
2596 #define GENLIST_PART_ICON_STAR_RTB(NAME, RIGHT, TOP, BOTTOM) \
2597    GENLIST_PART_ICON(NAME, \
2598       GENLIST_DESCRIPTION_RTB(RIGHT, TOP, BOTTOM, \
2599          GENLIST_PARAM_ICON_STAR \
2600          fixed: 1 1; \
2601       ) \
2602    )
2603
2604 /*****************************************************************************/
2605 /******************************* Genlist IMAGE ********************************/
2606 /*****************************************************************************/
2607 #define GENLIST_PART_IMAGE(NAME, DESCRIPION) \
2608    part { name: NAME; \
2609       scale: 1; \
2610       type: IMAGE; \
2611       DESCRIPION \
2612    }
2613
2614 #define GENLIST_PARAM_PASSWORD_IMAGE \
2615             min: GENLIST_ICON_PASSWORD_SIZE GENLIST_ICON_PASSWORD_SIZE; \
2616             max: GENLIST_ICON_PASSWORD_SIZE GENLIST_ICON_PASSWORD_SIZE; \
2617             image.normal: "00_search_edit_field_bg.png"; \
2618             image.border: 12 13 12 13; \
2619             image.border_scale: 1;
2620
2621 /*****************************************************************************/
2622 /******************************* Genlist Bubble ********************************/
2623 /*****************************************************************************/
2624 #define GENLIST_IMAGES_EXPANDABLE_BTN \
2625          images { \
2626             image: "00_button_expand_closed.png" COMP; \
2627             image: "00_button_expand_opened.png" COMP; \
2628          }
2629
2630 #define GENLIST_PART_EXPANDABLE_ARROW \
2631          GENLIST_PART_ICON("touch_arrow", \
2632             ignore_flags: ON_HOLD; \
2633             GENLIST_DESCRIPTION_ENVELOP("arrow", ) \
2634          ) \
2635          GENLIST_PART_RECT("arrow_clip", \
2636             GENLIST_DESCRIPTION_ENVELOP("arrow", \
2637                color: GENLIST_EXPANDABLE_ARROW_CLIP_COLOR; \
2638             ) \
2639             description { state: "disabled" 0.0; \
2640                color: GENLIST_EXPANDABLE_ARROW_DIM_COLOR; \
2641             } \
2642             description { state: "expand_opened_press" 0.0; \
2643                color: GENLIST_EXPANDABLE_ARROW_PRESS_COLOR; \
2644             } \
2645             description { state: "default_press" 0.0; \
2646                color: GENLIST_EXPANDABLE_ARROW_PRESS_COLOR; \
2647             } \
2648          ) \
2649          GENLIST_PART_IMAGE("arrow", \
2650             clip_to: "arrow_clip"; \
2651             ignore_flags: ON_HOLD; \
2652             mouse_events: 0; \
2653             GENLIST_DESCRIPTION_R("elm.padding.right", \
2654                fixed: 1 1; \
2655                min: 45 45; \
2656                max: 45 45; \
2657                image.normal: "00_button_expand_closed.png"; \
2658             ) \
2659             description { state: "default_press" 0.0; \
2660                inherit: "default" 0.0; \
2661                image.normal: "00_button_expand_closed_press.png"; \
2662             } \
2663             description { state: "expand_opened" 0.0; \
2664                inherit: "default" 0.0; \
2665                image.normal: "00_button_expand_opened.png"; \
2666             } \
2667             description { state: "expand_opened_press" 0.0; \
2668                inherit: "expand_opened" 0.0; \
2669                image.normal: "00_button_expand_opened_press.png"; \
2670             } \
2671          )
2672 /*****************************************************************************/
2673 /******************************* Genlist RECT ********************************/
2674 /*****************************************************************************/
2675 #define GENLIST_PART_SPACER(NAME, DESCRIPION) \
2676     part { name: NAME; \
2677       scale: 1; \
2678       mouse_events: 0; \
2679       type: SPACER; \
2680       DESCRIPION \
2681    }
2682
2683 #define GENLIST_PART_RECT(NAME, DESCRIPION) \
2684     part { name: NAME; \
2685       scale: 1; \
2686       type: RECT; \
2687       DESCRIPION \
2688    }
2689
2690 /*****************************************************************************/
2691 /******************************* Genlist TEXT ********************************/
2692 /*****************************************************************************/
2693 // FIXME: because, when naviframe item is pushed,
2694 // naviframe freeze all events so text events cannot be repeated. :-(
2695 // So all texts should have it's own sound program, not repeat to BG
2696 #define GENLIST_PART_TEXT(NAME, DESCRIPION) \
2697     part { name: NAME; \
2698       scale: 1; \
2699       type: TEXT; \
2700       DESCRIPION \
2701    }
2702
2703 #define GENLIST_PART_TEXTBLOCK(NAME, DESCRIPION) \
2704     part { name: NAME; \
2705       scale: 1; \
2706       type: TEXTBLOCK; \
2707       DESCRIPION \
2708    }
2709
2710 /*************************** parameters **********************************/
2711 #define GENLIST_PARAM_TEXT_LIMIT_RB \
2712    rel1.to_x: "base"; /* This limits text growing. */\
2713    rel1.relative: 0.35 0; /* This limits text growing. */\
2714    text.max: 1 0; /* This limits text growing. */
2715
2716 #define GENLIST_PARAM_TEXT_LIMIT_RT \
2717    rel1.to_x: "base"; /* This limits text growing. */\
2718    rel1.relative: 0.35 1; /* This limits text growing. */\
2719    text.max: 1 0; /* This limits text growing. */
2720
2721 #define GENLIST_PARAM_TEXT_LIMIT_RTB \
2722    rel1.to_x: "base"; /* This limits text growing. */\
2723    rel1.relative: 0.35 1; /* This limits text growing. */\
2724    text.max: 1 0; /* This limits text growing. */
2725
2726 // Group Title
2727 #define GENLIST_PARAM_DIALOGUE_GROUP_TITLE \
2728    color: GENLIST_DIALOGUE_GROUP_TITLE_COLOR; \
2729    text { \
2730       align: 0.0 0.5; \
2731       font: "Tizen:style=Bold"; \
2732       min: 0 1; \
2733       size: GENLIST_DIALOGUE_GROUP_TITLE_SIZE; \
2734       text_class: "list_item"; \
2735    }
2736
2737 // Password style
2738 #define GENLIST_PARAM_PASSWORD_TITLE \
2739    color: DIALOGUE_PASSWORD_TITLE_COLOR; \
2740    text { \
2741       font: "Tizen:style=Bold"; \
2742       size: DIALOGUE_PASSWORD_TITLE_SIZE; \
2743       min: 0 1; \
2744       align: 0 0.5; \
2745       text_class: "list_item"; \
2746    }
2747
2748 // Progress main text
2749 #define GENLIST_PARAM_PROGRESS_MAIN \
2750    color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; \
2751    text { \
2752       align: 0 0.5; \
2753       min: 0 1; \
2754       font: "Tizen:style=Regular"; \
2755       size: GENLIST_PROGRESS_MAIN_TEXT_SIZE; \
2756       text_class: "list_item"; \
2757    }
2758
2759 // list main text
2760 #define GENLIST_PARAM_LISTITEM \
2761    color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; \
2762    text { \
2763       align: 0 0.5; \
2764       min: 0 1; \
2765       font: "Tizen:style=Regular"; \
2766       size: GENLIST_LIST_MAIN_TEXT_SIZE; \
2767       text_class: "list_item"; \
2768    }
2769
2770 #define GENLIST_PARAM_LISTITEM_TB \
2771    text { \
2772       min: 0 1; \
2773       style: "genlist_style_list_main_text_unread"; \
2774    }
2775
2776 #define GENLIST_PARAM_LISTITEM_TB_WRAP \
2777    text { \
2778       min: 0 1; \
2779       style: "genlist_style_list_main_text_unread_wrap"; \
2780    }
2781
2782 // list subtext
2783 #define GENLIST_PARAM_SUBITEM_DEFAULT \
2784    color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR; \
2785    text { \
2786       align: 0 0.5; \
2787       min: 0 1; \
2788       font: "Tizen:style=Bold"; \
2789       size: GENLIST_LIST_SUB_TEXT_SIZE; \
2790       text_class: "tizen"; \
2791    }
2792
2793 #define GENLIST_PARAM_SUBITEM_SETTINGS \
2794    color: GENLIST_LIST_SUB_TEXT_SETTINGS_COLOR; \
2795    text { \
2796       align: 0 0.5; \
2797       min: 0 1; \
2798       font: "Tizen:style=Bold"; \
2799       size: GENLIST_LIST_SUB_TEXT_SIZE; \
2800       text_class: "tizen"; \
2801    }
2802
2803 #define GENLIST_PARAM_SUBITEM_DEFAULT_TB \
2804    text { \
2805       min: 0 1; \
2806       style: "genlist_style_list_sub_text_default"; \
2807    }
2808
2809 #define GENLIST_PARAM_SUBITEM_DEFAULT_TB_WRAP \
2810    text { \
2811       min: 0 1; \
2812       style: "genlist_style_list_sub_text_default_wrap"; \
2813    }
2814
2815 #define GENLIST_PARAM_SUBITEM_SETTINGS_TB \
2816    text { \
2817       min: 0 1; \
2818       style: "genlist_style_list_sub_text_settings"; \
2819    }
2820
2821 // list subtext 02
2822 #define GENLIST_PARAM_SUBITEM_02 \
2823    color: GENLIST_LIST_SUB_TEXT_02_COLOR; \
2824    text { \
2825       align: 0 0.5; \
2826       min: 0 1; \
2827       font: "Tizen:style=Bold"; \
2828       size: GENLIST_LIST_SUB_TEXT_02_SIZE; \
2829       text_class: "tizen"; \
2830    }
2831
2832 // Dialogue group - Apps
2833 #define GENLIST_PARAM_APPS_NAME\
2834    color: GENLIST_APPS_NAME_COLOR; \
2835    text { \
2836       align: 0 0.5; \
2837       min: 0 1; \
2838       font: "Tizen:style=Bold"; \
2839       size: GENLIST_APPS_NAME_SIZE; \
2840       text_class: "list_item"; \
2841    }
2842
2843 #define GENLIST_PARAM_APPS_INC\
2844    color: GENLIST_APPS_INC_COLOR; \
2845    text { \
2846       align: 0 0.5; \
2847       min: 0 1; \
2848       font: "Tizen:style=Bold"; \
2849       size: GENLIST_APPS_INC_SIZE; \
2850       text_class: "list_item"; \
2851    }
2852
2853 #define GENLIST_PARAM_APPS_RATING\
2854    color: GENLIST_APPS_RATING_COLOR; \
2855    text { \
2856       align: 0 0.5; \
2857       min: 0 1; \
2858       font: "Tizen:style=Bold"; \
2859       size: GENLIST_APPS_RATING_SIZE; \
2860       text_class: "list_item"; \
2861    }
2862
2863 #define GENLIST_PARAM_APPS_PRICE\
2864    color: GENLIST_APPS_PRICE_ORIGINAL_COLOR; \
2865    text { \
2866       align: 0 0.5; \
2867       min: 0 1; \
2868       font: "Tizen:style=Bold"; \
2869       size: GENLIST_APPS_PRICE_SIZE; \
2870       text_class: "list_item"; \
2871    }
2872
2873 #define GENLIST_PARAM_APPS_PRICE_SALE\
2874    color: GENLIST_APPS_PRICE_SALE_COLOR; \
2875    text { \
2876       align: 0 0.5; \
2877       min: 0 1; \
2878       font: "Tizen:style=Bold"; \
2879       size: GENLIST_APPS_PRICE_SIZE; \
2880       text_class: "list_item"; \
2881    }
2882
2883 #define GENLIST_PARAM_CONTENTS_TEXT \
2884    color: GENLIST_CONTENTS_TEXT_COLOR; \
2885    text { \
2886       align: 0 0.5; \
2887       min: 0 1; \
2888       font: "Tizen:style=Regular"; \
2889       size: GENLIST_CONTENTS_TEXT_SIZE; \
2890       text_class: "tizen"; \
2891    }
2892
2893 /*************************** Descriptions **********************************/
2894 // list main text
2895 #define GENLIST_DESCRIPTION_LISTITEM_OTHERS \
2896    description { state: "disabled" 0.0; \
2897       inherit: "default" 0.0; \
2898       color: GENLIST_LIST_MAIN_TEXT_UNREAD_DIM_COLOR; \
2899    } \
2900    description { state: "read" 0.0; \
2901       inherit: "default" 0.0; \
2902       color: GENLIST_LIST_MAIN_TEXT_READ_COLOR; \
2903    } \
2904    description { state: "read,disabled" 0.0; \
2905       inherit: "default" 0.0; \
2906       color: GENLIST_LIST_MAIN_TEXT_READ_DIM_COLOR; \
2907    } \
2908    description { state: "selected" 0.0; \
2909       inherit: "default" 0.0; \
2910       color: GENLIST_LIST_TEXT_FOCUS_COLOR; \
2911    }
2912
2913 #define GENLIST_DESCRIPTION_LISTITEM_OTHERS_TB \
2914    description { state: "disabled" 0.0; \
2915       inherit: "default" 0.0; \
2916       text.style: "genlist_style_list_main_text_unread_dim"; \
2917    } \
2918    description { state: "read" 0.0; \
2919       inherit: "default" 0.0; \
2920       text.style: "genlist_style_list_main_text_read"; \
2921    } \
2922    description { state: "read,disabled" 0.0; \
2923       inherit: "default" 0.0; \
2924       text.style: "genlist_style_list_main_text_read_dim"; \
2925    } \
2926    description { state: "selected" 0.0; \
2927       inherit: "default" 0.0; \
2928       text.style: "genlist_style_list_main_text_focus"; \
2929    }
2930
2931 // list sub text
2932 #define GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS \
2933    description { state: "disabled" 0.0; \
2934       inherit: "default" 0.0; \
2935       color: GENLIST_LIST_SUB_TEXT_DEFAULT_DIM_COLOR; \
2936    } \
2937    description { state: "selected" 0.0; \
2938       inherit: "default" 0.0; \
2939       color: GENLIST_LIST_TEXT_FOCUS_COLOR; \
2940    }
2941
2942 #define GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS_TB \
2943    description { state: "disabled" 0.0; \
2944       inherit: "default" 0.0; \
2945       text.style: "genlist_style_list_sub_text_default_dim"; \
2946    } \
2947    description { state: "selected" 0.0; \
2948       inherit: "default" 0.0; \
2949       text.style: "genlist_style_list_sub_text_focus"; \
2950    }
2951
2952 #define GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS_TB_WRAP \
2953    description { state: "disabled" 0.0; \
2954       inherit: "default" 0.0; \
2955       text.style: "genlist_style_list_sub_text_default_dim_wrap"; \
2956    } \
2957    description { state: "selected" 0.0; \
2958       inherit: "default" 0.0; \
2959       text.style: "genlist_style_list_sub_text_focus_wrap"; \
2960    }
2961
2962 #define GENLIST_DESCRIPTION_SUBITEM_SETTINGS_OTHERS \
2963    description { state: "disabled" 0.0; \
2964       inherit: "default" 0.0; \
2965       color: GENLIST_LIST_SUB_TEXT_SETTINGS_DIM_COLOR; \
2966    } \
2967    description { state: "selected" 0.0; \
2968       inherit: "default" 0.0; \
2969       color: GENLIST_LIST_TEXT_FOCUS_COLOR; \
2970    }
2971
2972 #define GENLIST_DESCRIPTION_SUBITEM_SETTINGS_OTHERS_TB \
2973    description { state: "disabled" 0.0; \
2974       inherit: "default" 0.0; \
2975       text.style: "genlist_style_list_sub_text_settings_dim"; \
2976    } \
2977    description { state: "selected" 0.0; \
2978       inherit: "default" 0.0; \
2979       text.style: "genlist_style_list_sub_text_focus"; \
2980    }
2981
2982 // list main text multiline
2983 #define GENLIST_DESCRIPTION_LISTITEM_OTHERS_TB_WRAP \
2984    description { state: "disabled" 0.0; \
2985       inherit: "default" 0.0; \
2986       text.style: "genlist_style_list_main_text_unread_dim_wrap"; \
2987    } \
2988    description { state: "selected" 0.0; \
2989       inherit: "default" 0.0; \
2990       text.style: "genlist_style_list_main_text_focus_wrap"; \
2991    }
2992
2993 /*************************** Parts **********************************/
2994 #define GENLIST_PART_DIALOGUE_GROUP_HELP_TEXT(NAME, LEFT, RIGHT, TOP, BOTTOM, PARAM) \
2995    GENLIST_PART_TEXTBLOCK(NAME, \
2996       GENLIST_DESCRIPTION(LEFT, RIGHT, TOP, BOTTOM, \
2997          text { \
2998             min: 0 1; \
2999             style: "genlist_style_dialogue_group_help_text"; \
3000          } \
3001          PARAM) \
3002    )
3003
3004 #define GENLIST_PART_LISTITEM(NAME, DESCRIPTION) \
3005    GENLIST_PART_TEXT(NAME, \
3006       DESCRIPTION \
3007       GENLIST_DESCRIPTION_LISTITEM_OTHERS \
3008    )
3009
3010 #define GENLIST_PART_LISTITEM_TB(NAME, DESCRIPTION) \
3011    GENLIST_PART_TEXTBLOCK(NAME, \
3012       DESCRIPTION \
3013       GENLIST_DESCRIPTION_LISTITEM_OTHERS_TB \
3014    )
3015
3016 #define GENLIST_PART_LISTITEM_(NAME, HEIGHT, LEFT, RIGHT, TOP, BOTTOM, PARAM) \
3017    GENLIST_PART_TEXT(NAME, \
3018       GENLIST_DESCRIPTION(LEFT, RIGHT, TOP, BOTTOM, \
3019          min: 0 HEIGHT; \
3020          GENLIST_PARAM_LISTITEM \
3021          PARAM \
3022       ) \
3023       GENLIST_DESCRIPTION_LISTITEM_OTHERS \
3024    )
3025
3026 #define GENLIST_PART_LISTITEM_TB_(NAME, HEIGHT, LEFT, RIGHT, TOP, BOTTOM, PARAM) \
3027    GENLIST_PART_TEXTBLOCK(NAME, \
3028       GENLIST_DESCRIPTION(LEFT, RIGHT, TOP, BOTTOM, \
3029          min: 0 HEIGHT; \
3030          fixed: 1 0; \
3031          GENLIST_PARAM_LISTITEM_TB \
3032          PARAM \
3033       ) \
3034       GENLIST_DESCRIPTION_LISTITEM_OTHERS_TB \
3035    )
3036
3037 #define GENLIST_PART_LISTITEM_LR(NAME, HEIGHT, LEFT, RIGHT, PARAM) \
3038    GENLIST_PART_TEXT(NAME, \
3039       GENLIST_DESCRIPTION(LEFT, RIGHT, "elm.padding.top", "elm.padding.bottom", \
3040          min: 0 HEIGHT; \
3041          GENLIST_PARAM_LISTITEM \
3042          PARAM \
3043       ) \
3044       GENLIST_DESCRIPTION_LISTITEM_OTHERS \
3045    )
3046
3047 #define GENLIST_PART_LISTITEM_LRT(NAME, HEIGHT, LEFT, RIGHT, TOP, PARAM) \
3048    GENLIST_PART_TEXT(NAME, \
3049       GENLIST_DESCRIPTION_LRT(LEFT, RIGHT, TOP, \
3050          min: 0 HEIGHT; \
3051          fixed: 0 1; \
3052          GENLIST_PARAM_LISTITEM \
3053          PARAM \
3054       ) \
3055       GENLIST_DESCRIPTION_LISTITEM_OTHERS \
3056    )
3057
3058 #define GENLIST_PART_LISTITEM_LRT_TB(NAME, HEIGHT, LEFT, RIGHT, TOP, PARAM) \
3059    GENLIST_PART_TEXTBLOCK(NAME, \
3060       GENLIST_DESCRIPTION_LRT(LEFT, RIGHT, TOP, \
3061          min: 0 HEIGHT; \
3062          fixed: 0 1; \
3063          GENLIST_PARAM_LISTITEM_TB \
3064          PARAM \
3065       ) \
3066       GENLIST_DESCRIPTION_LISTITEM_OTHERS_TB \
3067    )
3068
3069 #define GENLIST_PART_LISTITEM_LR_TB(NAME, HEIGHT, LEFT, RIGHT, PARAM) \
3070    GENLIST_PART_TEXTBLOCK(NAME, \
3071       GENLIST_DESCRIPTION(LEFT, RIGHT, "elm.padding.top", "elm.padding.bottom", \
3072          min: 0 HEIGHT; \
3073          fixed: 1 0; \
3074          GENLIST_PARAM_LISTITEM_TB \
3075          PARAM \
3076       ) \
3077       GENLIST_DESCRIPTION_LISTITEM_OTHERS_TB \
3078    )
3079
3080 #define GENLIST_PART_SUBITEM_(NAME, HEIGHT, LEFT, RIGHT, TOP, BOTTOM, PARAM) \
3081    GENLIST_PART_TEXT(NAME, \
3082       GENLIST_DESCRIPTION(LEFT, RIGHT, TOP, BOTTOM, \
3083          min: 0 HEIGHT; \
3084          GENLIST_PARAM_SUBITEM_DEFAULT \
3085          PARAM \
3086       ) \
3087       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS \
3088    )
3089
3090 #define GENLIST_PART_SUBITEM(NAME, DESCRIPTION) \
3091    GENLIST_PART_TEXT(NAME, \
3092       DESCRIPTION \
3093       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS \
3094    )
3095
3096 #define GENLIST_PART_SUBITEM_R(NAME, HEIGHT, RIGHT) \
3097    GENLIST_PART_TEXT(NAME, \
3098       GENLIST_DESCRIPTION_RTB(RIGHT, "elm.padding.top", "elm.padding.bottom", \
3099          min: 0 HEIGHT; \
3100          fixed: 1 0; \
3101          GENLIST_PARAM_TEXT_LIMIT_RB \
3102          GENLIST_PARAM_SUBITEM_DEFAULT \
3103       ) \
3104       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS \
3105    )
3106
3107 #define GENLIST_PART_SUBITEM_RB(NAME, HEIGHT, RIGHT, BOTTOM) \
3108    GENLIST_PART_TEXT(NAME, \
3109       GENLIST_DESCRIPTION_RB(RIGHT, BOTTOM, \
3110          min: 0 HEIGHT; \
3111          fixed: 1 1; \
3112          GENLIST_PARAM_TEXT_LIMIT_RB \
3113          GENLIST_PARAM_SUBITEM_DEFAULT \
3114       ) \
3115       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS \
3116    )
3117
3118 #define GENLIST_PART_SUBITEM_RB_TB(NAME, HEIGHT, RIGHT, BOTTOM) \
3119    GENLIST_PART_TEXTBLOCK(NAME, \
3120       GENLIST_DESCRIPTION_RB(RIGHT, BOTTOM, \
3121          min: 0 HEIGHT; \
3122          GENLIST_PARAM_TEXT_LIMIT_RB \
3123          fixed: 1 1; \
3124          GENLIST_PARAM_SUBITEM_DEFAULT_TB \
3125       ) \
3126       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS_TB \
3127    )
3128
3129 #define GENLIST_PART_SUBITEM_TB_(NAME, HEIGHT, LEFT, RIGHT, TOP, BOTTOM) \
3130    GENLIST_PART_TEXTBLOCK(NAME, \
3131       GENLIST_DESCRIPTION(LEFT, RIGHT, TOP, BOTTOM, \
3132          min: 0 HEIGHT; \
3133          GENLIST_PARAM_SUBITEM_DEFAULT_TB \
3134       ) \
3135       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS_TB \
3136    )
3137
3138 #define GENLIST_PART_SUBITEM_R_FIXED(NAME, WIDTH, HEIGHT, RIGHT) \
3139    GENLIST_PART_TEXT(NAME, \
3140       GENLIST_DESCRIPTION_RTB(RIGHT, "elm.padding.top", "elm.padding.bottom", \
3141          min: WIDTH HEIGHT; \
3142          fixed: 1 1; \
3143          GENLIST_PARAM_SUBITEM_DEFAULT \
3144       ) \
3145       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS \
3146    )
3147
3148 #define GENLIST_PART_SUBITEM_R_FIXED_TB(NAME, WIDTH, HEIGHT, RIGHT) \
3149    GENLIST_PART_TEXTBLOCK(NAME, \
3150        GENLIST_DESCRIPTION_R(RIGHT, \
3151          min: WIDTH HEIGHT; \
3152          fixed: 1 0; \
3153          GENLIST_PARAM_SUBITEM_DEFAULT_TB \
3154       ) \
3155       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS_TB \
3156    )
3157
3158 #define GENLIST_PART_SUBITEM_L_FIXED(NAME, WIDTH, HEIGHT, LEFT) \
3159    GENLIST_PART_TEXT(NAME, \
3160       GENLIST_DESCRIPTION_LTB(LEFT, "elm.padding.top", "elm.padding.bottom", \
3161          min: WIDTH HEIGHT; \
3162          fixed: 1 1; \
3163          GENLIST_PARAM_SUBITEM_DEFAULT \
3164       ) \
3165       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS \
3166    )
3167
3168 #define GENLIST_PART_SUBITEM_LR(NAME, HEIGHT, LEFT, RIGHT, PARAM) \
3169    GENLIST_PART_TEXT(NAME, \
3170       GENLIST_DESCRIPTION(LEFT, RIGHT, "elm.padding.top", "elm.padding.bottom", \
3171          min: 0 HEIGHT; \
3172          GENLIST_PARAM_SUBITEM_DEFAULT \
3173          PARAM \
3174       ) \
3175       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS \
3176    )
3177
3178 #define GENLIST_PART_SUBITEM_LR_TB(NAME, HEIGHT, LEFT, RIGHT) \
3179    GENLIST_PART_TEXTBLOCK(NAME, \
3180       GENLIST_DESCRIPTION_LR(LEFT, RIGHT, \
3181          min: 0 HEIGHT; \
3182          GENLIST_PARAM_SUBITEM_DEFAULT_TB \
3183       ) \
3184       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS_TB \
3185    )
3186
3187 #define GENLIST_PART_SUBITEM_LB(NAME, HEIGHT, LEFT, RIGHT) \
3188    GENLIST_PART_TEXT(NAME, \
3189       GENLIST_DESCRIPTION_LB(LEFT, BOTTOM, \
3190          min: 0 HEIGHT; \
3191          GENLIST_PARAM_SUBITEM_DEFAULT_TB \
3192       ) \
3193       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS_TB \
3194    )
3195
3196 #define GENLIST_PART_SUBITEM_LRB(NAME, HEIGHT, LEFT, RIGHT, BOTTOM) \
3197    GENLIST_PART_TEXT(NAME, \
3198       GENLIST_DESCRIPTION_LRB(LEFT, RIGHT, BOTTOM, \
3199          min: 0 HEIGHT; \
3200          GENLIST_PARAM_SUBITEM_DEFAULT \
3201          fixed: 0 1; \
3202       ) \
3203       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS \
3204    )
3205
3206 #define GENLIST_PART_SUBITEM_SETTINGS_LRB(NAME, HEIGHT, LEFT, RIGHT, BOTTOM, PARAM) \
3207    GENLIST_PART_TEXT(NAME, \
3208       GENLIST_DESCRIPTION_LRB(LEFT, RIGHT, BOTTOM, \
3209          min: 0 HEIGHT; \
3210          fixed: 1 1; /*FIXME: why text need this, but textblock doesn't */ \
3211          GENLIST_PARAM_SUBITEM_SETTINGS\
3212          PARAM; \
3213       ) \
3214       GENLIST_DESCRIPTION_SUBITEM_SETTINGS_OTHERS \
3215    )
3216
3217 #define GENLIST_PART_SUBITEM_LRB_TB(NAME, HEIGHT, LEFT, RIGHT, BOTTOM) \
3218    GENLIST_PART_TEXTBLOCK(NAME, \
3219       GENLIST_DESCRIPTION_LRB(LEFT, RIGHT, BOTTOM, \
3220          min: 0 HEIGHT; \
3221          GENLIST_PARAM_SUBITEM_DEFAULT_TB \
3222          fixed: 0 1; \
3223       ) \
3224       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS_TB \
3225    )
3226
3227 #define GENLIST_PART_SUBITEM_SETTINGS_LRB_TB(NAME, HEIGHT, LEFT, RIGHT, BOTTOM) \
3228    GENLIST_PART_TEXTBLOCK(NAME, \
3229       GENLIST_DESCRIPTION_LRB(LEFT, RIGHT, BOTTOM, \
3230          min: 0 HEIGHT; \
3231          GENLIST_PARAM_SUBITEM_SETTINGS_TB \
3232          fixed: 0 1; \
3233       ) \
3234       GENLIST_DESCRIPTION_SUBITEM_SETTINGS_OTHERS_TB \
3235    )
3236
3237 #define GENLIST_PART_SUBITEM_LRT(NAME, HEIGHT, LEFT, RIGHT, TOP) \
3238    GENLIST_PART_TEXT(NAME, \
3239       GENLIST_DESCRIPTION_LRT(LEFT, RIGHT, TOP, \
3240          min: 0 HEIGHT; \
3241          fixed: 0 1; \
3242          GENLIST_PARAM_SUBITEM_DEFAULT \
3243       ) \
3244       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS \
3245    )
3246
3247 #define GENLIST_PART_SUBITEM_SETTINGS_LRT(NAME, HEIGHT, LEFT, RIGHT, TOP) \
3248    GENLIST_PART_TEXT(NAME, \
3249       GENLIST_DESCRIPTION_LRT(LEFT, RIGHT, TOP, \
3250          min: 0 HEIGHT; \
3251          fixed: 0 1; \
3252          GENLIST_PARAM_SUBITEM_SETTINGS \
3253       ) \
3254       GENLIST_DESCRIPTION_SUBITEM_SETTINGS_OTHERS \
3255    )
3256
3257 #define GENLIST_PART_SUBITEM_LTB(NAME, HEIGHT, LEFT, TOP, BOTTOM) \
3258    GENLIST_PART_TEXT(NAME, \
3259       GENLIST_DESCRIPTION_LTB(LEFT, TOP, BOTTOM, \
3260          min: 0 HEIGHT; \
3261          fixed: 1 1; /*FIXME: why text need this, but textblock doesn't */ \
3262          GENLIST_PARAM_SUBITEM_DEFAULT \
3263       ) \
3264       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS \
3265    )
3266
3267 #define GENLIST_PART_SUBITEM_RTB(NAME, HEIGHT, RIGHT, TOP, BOTTOM) \
3268    GENLIST_PART_TEXT(NAME, \
3269       GENLIST_DESCRIPTION_RTB(RIGHT, TOP, BOTTOM, \
3270          min: 0 HEIGHT; \
3271          GENLIST_PARAM_TEXT_LIMIT_RT \
3272          GENLIST_PARAM_SUBITEM_DEFAULT \
3273          fixed: 1 0; \
3274       ) \
3275       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS \
3276    )
3277
3278 #define GENLIST_PART_SUBITEM_RTB_TB(NAME, HEIGHT, RIGHT, TOP, BOTTOM) \
3279    GENLIST_PART_TEXTBLOCK(NAME, \
3280       GENLIST_DESCRIPTION_RTB(RIGHT, TOP, BOTTOM, \
3281          min: 0 HEIGHT; \
3282          GENLIST_PARAM_TEXT_LIMIT_RT \
3283          GENLIST_PARAM_SUBITEM_DEFAULT_TB \
3284          fixed: 1 0; \
3285       ) \
3286       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS_TB \
3287    )
3288
3289 #define GENLIST_PART_SUBITEM_02_RTB(NAME, HEIGHT, RIGHT, TOP, BOTTOM) \
3290    GENLIST_PART_TEXT(NAME, \
3291       GENLIST_DESCRIPTION_RTB(RIGHT, TOP, BOTTOM, \
3292          min: 0 HEIGHT; \
3293          GENLIST_PARAM_TEXT_LIMIT_RT \
3294          GENLIST_PARAM_SUBITEM_02 \
3295          fixed: 1 0; \
3296       ) \
3297       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS \
3298    )
3299
3300 #define GENLIST_PARAM_LIST_BUBBLE_TEXT \
3301    color: GENLIST_LIST_BUBBLE_TEXT_COLOR; \
3302    text { \
3303       align: 1 0.5; \
3304       min: 0 1; \
3305       font: "Tizen:style=Bold"; \
3306       size: GENLIST_LIST_BUBBLE_TEXT_SIZE; \
3307       text_class: "tizen"; \
3308    }
3309
3310 // FIXME: Need to find why rel2.offset: 9 -1 will not fix the alignment of bubble text ?
3311 #define GENLIST_PART_LIST_BUBBLE_TEXT_RTB(NAME, HEIGHT, RIGHT, TOP, BOTTOM) \
3312          GENLIST_PART_IMAGE("elm.bubble", \
3313             mouse_events: 0; \
3314             GENLIST_DESCRIPTION_ENVELOP(NAME, \
3315                image { \
3316                   normal: "00_list_bubble_bg.png"; \
3317                   border: 8 8 0 0; \
3318                } \
3319                rel1.offset: -10 0; \
3320                rel2.offset: 8 -1; \
3321                min: 48 38; \
3322                max: -1 38; \
3323                fixed: 0 1; \
3324                color: GENLIST_LIST_BUBBLE_COLOR; \
3325             ) \
3326             description { state: "selected" 0.0; \
3327                inherit: "default" 0.0; \
3328                color: GENLIST_LIST_BUBBLE_PRESS_COLOR; \
3329             } \
3330          ) \
3331          GENLIST_PART_TEXT(NAME, \
3332             GENLIST_DESCRIPTION_RTB(RIGHT, TOP, BOTTOM, \
3333                min: 0 HEIGHT; \
3334                GENLIST_PARAM_TEXT_LIMIT_RT \
3335                rel2.offset: -10 -1; /* This maintain the text alignment with bubble text. */\
3336                GENLIST_PARAM_LIST_BUBBLE_TEXT \
3337             ) \
3338             description { state: "selected" 0.0; \
3339                inherit: "default" 0.0; \
3340                color: GENLIST_LIST_BUBBLE_TEXT_FOCUS_COLOR; \
3341             } \
3342          )
3343
3344 #if 0
3345 #define GENLIST_PART_BASE__( param_item_height ) \
3346          part { name: "base"; \
3347             type: RECT; \
3348             repeat_events: 1; \
3349             scale: 1; \
3350             description { state: "default" 0.0; \
3351                min: 0 param_item_height; \
3352                color: LAYOUT_GROUP_LIST_BG_COLOR_INC; \
3353             } \
3354          }
3355
3356 /******************************************************************************/
3357 /** ETC
3358 /******************************************************************************/
3359 // FIXME: UX do not define selected state. But I thinkt that it is neededs :(
3360
3361 #define GENLIST_PROOGRAM_EXPAND(SRC, TARGET) \
3362    program { \
3363       name: "expand"; \
3364       signal: "mouse,clicked,1"; \
3365       source: SRC; \
3366       action: SIGNAL_EMIT "elm,action,expand,toggle" "elm"; \
3367    } \
3368    program { \
3369       name: "go_expanded"; \
3370       signal: "elm,state,expanded"; \
3371       source: "elm"; \
3372       action: STATE_SET "active" 0.0; \
3373       TARGET \
3374    } \
3375    program { \
3376       name: "go_contracted"; \
3377       signal: "elm,state,contracted"; \
3378       source: "elm"; \
3379       action: STATE_SET "default" 0.0; \
3380       TARGET \
3381    }
3382
3383 #define GENLIST_PART_BASE_LIST_H( HEIGHT) \
3384          part { name: "base"; \
3385             type: RECT; \
3386             repeat_events: 1; \
3387             scale: 1; \
3388             description { state: "default" 0.0; \
3389                align: 0.5 0.5; \
3390                color: 0 0 0 0; \
3391                rel2.relative: 1 0; \
3392                rel2.to: "bottom_line"; \
3393                min: 0 HEIGHT; \
3394             } \
3395          } \
3396          GENLIST_PART_BOTTOM_LINE
3397
3398 #define GENLIST_PART_DIALOGUE_ITEM \
3399          part { name: "elm.rect.dialogue"; \
3400             type: RECT; \
3401             scale: 1; \
3402             description { state: "default" 0.0; \
3403                min: 10 0; \
3404                fixed: 1 0; \
3405                color: GENLIST_DIALOGUE_GROUP_LEFT_BG_COLOR_INC; \
3406                rel2.relative: 0.0 1.0; \
3407                align: 0.0 0.0; \
3408             } \
3409          }
3410
3411 #define GENLIST_PART_DIALOGUE_RIGHT_LINE \
3412          part { name: "elm.rect.dialogue.right.line"; \
3413             type: RECT; \
3414             scale: 1; \
3415             description { state: "default" 0.0; \
3416                min: 1 0; \
3417                fixed: 1 0; \
3418                rel1 { \
3419                   relative: 1.0  0.0; \
3420                   offset: -1 0; \
3421                } \
3422                align: 1.0 0.0; \
3423                color: GENLIST_LIST_LINE1_COLOR; \
3424             } \
3425          }
3426
3427 #define GENLIST_PROGRAM_FLIP_1TEXT \
3428          program { name: "flipped"; \
3429             signal: "elm,state,flip,enabled"; \
3430             source: "elm"; \
3431             action: STATE_SET "flipped" 0.0; \
3432             target: "elm.text"; \
3433             target: "elm.flip.content"; \
3434          } \
3435          program { name: "flip_disabled"; \
3436             signal: "elm,state,flip,disabled"; \
3437             source: "elm"; \
3438             action: STATE_SET "default" 0.0; \
3439             target: "elm.text"; \
3440             target: "elm.flip.content"; \
3441          }
3442
3443 #define GENLIST_PROGRAM_FLIP_2TEXT \
3444          program { name: "flipped"; \
3445             signal: "elm,state,flip,enabled"; \
3446             source: "elm"; \
3447             action: STATE_SET "flipped" 0.0; \
3448             target: "elm.text.1"; \
3449             target: "elm.text.2"; \
3450             target: "elm.flip.content"; \
3451          } \
3452          program { name: "flip_disabled"; \
3453             signal: "elm,state,flip,disabled"; \
3454             source: "elm"; \
3455             action: STATE_SET "default" 0.0; \
3456             target: "elm.text.1"; \
3457             target: "elm.text.2"; \
3458             target: "elm.flip.content"; \
3459          }
3460
3461 #define GENLIST_PROGRAM_FLIP_2TEXT_1ICON \
3462          program { name: "flipped"; \
3463             signal: "elm,state,flip,enabled"; \
3464             source: "elm"; \
3465             action: STATE_SET "flipped" 0.0; \
3466             target: "elm.text.1"; \
3467             target: "elm.text.2"; \
3468             target: "elm.icon"; \
3469             target: "elm.flip.content"; \
3470          } \
3471          program { name: "flip_disabled"; \
3472             signal: "elm,state,flip,disabled"; \
3473             source: "elm"; \
3474             action: STATE_SET "default" 0.0; \
3475             target: "elm.text.1"; \
3476             target: "elm.text.2"; \
3477             target: "elm.icon"; \
3478             target: "elm.flip.content"; \
3479          }
3480
3481 #define GENLIST_PROGRAM_FLIP_2TEXT_2ICON \
3482          program { name: "flipped"; \
3483             signal: "elm,state,flip,enabled"; \
3484             source: "elm"; \
3485             action: STATE_SET "flipped" 0.0; \
3486             target: "elm.text.1"; \
3487             target: "elm.text.2"; \
3488             target: "elm.icon.1"; \
3489             target: "elm.icon.2"; \
3490             target: "elm.flip.content"; \
3491          } \
3492          program { name: "flip_disabled"; \
3493             signal: "elm,state,flip,disabled"; \
3494             source: "elm"; \
3495             action: STATE_SET "default" 0.0; \
3496              target: "elm.text.1"; \
3497             target: "elm.text.2"; \
3498             target: "elm.icon.1"; \
3499             target: "elm.icon.2"; \
3500             target: "elm.flip.content"; \
3501          }
3502
3503 #define GENLIST_PROGRAM_FLIP_3TEXT_2ICON \
3504          program { name: "flipped"; \
3505             signal: "elm,state,flip,enabled"; \
3506             source: "elm"; \
3507             action: STATE_SET "flipped" 0.0; \
3508             target: "elm.text.1"; \
3509             target: "elm.text.2"; \
3510             target: "elm.text.3"; \
3511             target: "elm.icon.1"; \
3512             target: "elm.icon.2"; \
3513             target: "elm.flip.content"; \
3514          } \
3515          program { name: "flip_disabled"; \
3516             signal: "elm,state,flip,disabled"; \
3517             source: "elm"; \
3518             action: STATE_SET "default" 0.0; \
3519             target: "elm.text.1"; \
3520             target: "elm.text.2"; \
3521             target: "elm.text.3"; \
3522             target: "elm.icon.1"; \
3523             target: "elm.icon.2"; \
3524             target: "elm.flip.content"; \
3525          }
3526
3527
3528 #define GENLIST_DESCRIPTION_INVISIBLE_SELECTED \
3529             description { state: "selected" 1.0; \
3530                inherit: "default" 0.0; \
3531                visible: 0; \
3532             }
3533
3534 #define GENLIST_DESCRIPTION_FLIP_ENABLED \
3535             description { state: "flipped" 0.0; \
3536                inherit: "default" 0.0; \
3537                visible: 0; \
3538             }
3539
3540 #define GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_1TEXT \
3541             script { \
3542                new st[31]; \
3543                new Float:vl; \
3544                get_state(PART:"elm.text", st, 30, vl); \
3545                set_state(PART:"bg", "selected", 0.0); \
3546                if (!strcmp(st, "flipped")) \
3547                   set_state(PART:"elm.text", "selected", 1.0); \
3548                else \
3549                   set_state(PART:"elm.text", "selected", 0.0); \
3550             }
3551
3552
3553 /* genlist multisense macro - start */
3554 #define GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS \
3555             after: "play_button_press";
3556
3557 #define GENLIST_PROGRAM_PLAY_BUTTON_PRESS \
3558          program { name: "play_button_press"; \
3559             action: PLAY_SAMPLE "touch_sound" 1.0; \
3560          }
3561 #endif
3562
3563 #define GENLIST_POPUP_STYLE(NAME) \
3564    group { GENLIST_NAME(NAME"/popup/default") \
3565       inherit: "elm/genlist/item/"NAME"/default"; \
3566       parts { \
3567          GENLIST_PART_RECT("bg",  \
3568             description { state: "default" 0.0; \
3569                color: GENLIST_LIST_BG_POPUP_COLOR; \
3570             } \
3571          ) \
3572       } \
3573    }