[Genlist] Disable clicked sound while sweeping
[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 elm.flip.eraser"; \
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 elm.flip.eraser"; \
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_ICON_MEDIUM_SIZE) 0; \
827          max: (GENLIST_PADDING_SIZE_DEFAULT*2+GENLIST_ICON_MEDIUM_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_RIGHT 0; \
1415          max: GENLIST_PADDING_SIZE_RIGHT -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_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_SIZE; \
1427          max: GENLIST_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_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_ICON_MEDIUM_SIZE) 0; \
1487                max: (GENLIST_PADDING_SIZE_DEFAULT+GENLIST_ICON_MEDIUM_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.left",  \
1714             description { state: "default" 0.0; \
1715                min: 26 0; \
1716                max: 26 -1; \
1717                fixed: 1 0; \
1718                align: 0 0.5; \
1719                rel2.relative: 0 1; \
1720             } \
1721          ) \
1722          GENLIST_PART_SPACER("elm.flip.padding.right", \
1723             description { state: "default" 0.0; \
1724                min: 26 0; \
1725                max: 26 -1; \
1726                fixed: 1 0; \
1727                align: 1 0.5; \
1728                rel1.relative: 1 0; \
1729             } \
1730          ) \
1731          GENLIST_PART_ICON("elm.flip.content", \
1732             GENLIST_DESCRIPTION("elm.flip.padding.left", "elm.flip.padding.eraser.left",  \
1733                "elm.padding.top", "elm.padding.bottom", \
1734                visible: 0; \
1735                aspect: 1 1; \
1736             ) \
1737             description { state: "flipped" 0.0; \
1738                inherit: "default" 0.0; \
1739                visible: 1; \
1740             } \
1741          ) \
1742          GENLIST_PART_PADDING_R("elm.flip.padding.eraser.left", "elm.flip.eraser") \
1743          GENLIST_PART_ICON("elm.flip.eraser", \
1744             GENLIST_DESCRIPTION_RTB("elm.flip.padding.icon.left",  \
1745                "elm.padding.top", "elm.padding.bottom", \
1746                fixed: 1 0; \
1747                visible: 0; \
1748                min: GENLIST_ICON_ENTRY_SIZE GENLIST_ICON_ENTRY_SIZE; \
1749                max: GENLIST_ICON_ENTRY_SIZE GENLIST_ICON_ENTRY_SIZE; \
1750             ) \
1751             description { state: "show" 0.0; \
1752                inherit: "default" 0.0; \
1753                visible: 1; \
1754             } \
1755          ) \
1756          GENLIST_PART_PADDING_R("elm.flip.padding.icon.left", "elm.flip.icon") \
1757          GENLIST_PART_ICON( "elm.flip.icon", \
1758             GENLIST_DESCRIPTION_RTB("elm.flip.padding.right", \
1759                "elm.padding.top", "elm.padding.bottom", \
1760                visible: 0; \
1761                aspect: 1 1; \
1762                align: 1 0.5; \
1763                max: 154 74; \
1764             ) \
1765             description { state: "flipped" 0.0; \
1766                inherit: "default" 0.0; \
1767                visible: 1; \
1768             } \
1769          )
1770
1771 //****************************************************************************//
1772 // *******************************  Programs ********************************//
1773 //**************************************************************************//
1774 // signal: elm,state,%s,active
1775 //   a "check" item named %s went active
1776 // signal: elm,state,%s,passive
1777 //   a "check" item named %s went passive
1778 // default is passive
1779 #define GENLIST_PROGRAM_DEFAULT( TARGET ) \
1780          program { name: "default"; \
1781             signal: "elm,state,default"; \
1782             source: "elm"; \
1783             action: STATE_SET "default" 0.0; \
1784             TARGET \
1785          } \
1786
1787 #define GENLIST_PROGRAM_DISABLED( TARGET ) \
1788          program { name: "enabled"; \
1789             signal: "elm,state,enabled"; \
1790             source: "elm"; \
1791             action: STATE_SET "default" 0.0; \
1792             target: "base"; \
1793             TARGET \
1794          } \
1795          program { name: "disabled"; \
1796             signal: "elm,state,disabled"; \
1797             source: "elm"; \
1798             action: STATE_SET "disabled" 0.0; \
1799             target: "base"; \
1800             TARGET \
1801          }
1802
1803 #define GENLIST_PROGRAM_FOCUS \
1804       program { name: "focused"; \
1805          signal: "elm,state,focused"; \
1806          source: "elm"; \
1807          action: STATE_SET "focused" 0.0; \
1808          target: "focus_part"; \
1809       } \
1810       program { name: "unfocused"; \
1811          signal: "elm,state,unfocused"; \
1812          source: "elm"; \
1813          action: STATE_SET "default" 0.0; \
1814          target: "focus_part"; \
1815       }
1816
1817 #define GENLIST_PROGRAM_FOCUS_NORMAL \
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_reorder_clip", st, 30, vl); \
1825             if (!strcmp(st, "reorder") || !strcmp(st, "decorate_reorder")) \
1826                set_state(PART:"focus_part_reorder", "focused", 0.0); \
1827             else \
1828                set_state(PART:"focus_part", "focused", 0.0); \
1829          } \
1830       } \
1831       program { name: "unfocused"; \
1832          signal: "elm,state,unfocused"; \
1833          source: "elm"; \
1834          action: STATE_SET "default" 0.0; \
1835          target: "focus_part_reorder"; \
1836          target: "focus_part"; \
1837       }
1838
1839 #define GENLIST_PROGRAM_FOCUS_DIALOGUE \
1840       program { name: "focused"; \
1841          signal: "elm,state,focused"; \
1842          source: "elm"; \
1843          script { \
1844             new st[31]; \
1845             new Float:vl; \
1846             get_state(PART:"bg_dialogue", st, 30, vl); \
1847             if (!strcmp(st, "top") || !strcmp(st, "top_selected") || !strcmp(st, "2depth_top")) \
1848                set_state(PART:"focus_part_dialogue", "top_focused", 0.0); \
1849             else if (!strcmp(st, "center") || !strcmp(st, "center_selected") || !strcmp(st, "2depth_center")) \
1850                set_state(PART:"focus_part_dialogue", "center_focused", 0.0); \
1851             else if (!strcmp(st, "bottom") || !strcmp(st, "bottom_selected") || !strcmp(st, "2depth_bottom")) \
1852                set_state(PART:"focus_part_dialogue", "bottom_focused", 0.0); \
1853             else if (!strcmp(st, "default") || !strcmp(st, "selected") || !strcmp(st, "2depth")) \
1854                set_state(PART:"focus_part_dialogue", "focused", 0.0); \
1855          } \
1856       } \
1857       program { name: "unfocused"; \
1858          signal: "elm,state,unfocused"; \
1859          source: "elm"; \
1860          action: STATE_SET "default" 0.0; \
1861          target: "focus_part_dialogue"; \
1862       }
1863
1864 #define GENLIST_PROGRAM_SOUND( SRC ) \
1865       program { \
1866          name: "sound_disable"SRC; \
1867          signal: "elm,state,slide,active"; \
1868          source: "elm"; \
1869          action: STATE_SET "disabled" 0.0; \
1870          target: "base"; \
1871       } \
1872       program { \
1873          name: "sound_enable"SRC; \
1874          signal: "elm,state,slide,passive"; \
1875          source: "elm"; \
1876          action: STATE_SET "default" 0.0; \
1877          target: "base"; \
1878       } \
1879       program { name: "play_sound"SRC; \
1880          signal: "mouse,clicked,1"; \
1881          source: SRC; \
1882          script { \
1883             new st[31]; \
1884             new Float:vl; \
1885             get_state(PART:"base", st, 30, vl); \
1886             if (strcmp(st, "disabled")) \
1887                run_program(PROGRAM:"play_button_press"SRC); \
1888          } \
1889       } \
1890       program { name: "play_button_press"SRC; \
1891          action: PLAY_SAMPLE "touch_sound" 1.0; \
1892       }
1893
1894 #define GENLIST_PROGRAM_REORDER_SOUND( SRC ) \
1895       program { name: "play_sound"SRC; \
1896          signal: "mouse,clicked,1"; \
1897          source: SRC; \
1898          script { \
1899             new st[31]; \
1900             new Float:vl; \
1901             get_state(PART:"base", st, 30, vl); \
1902             if (strcmp(st, "disabled")) \
1903                run_program(PROGRAM:"play_button_press"SRC); \
1904          } \
1905       } \
1906       program { name: "play_button_press"SRC; \
1907          action: PLAY_SAMPLE "reorder_sound" 1.0; \
1908       }
1909
1910 #define GENLIST_PROGRAM_SELECT( TARGET ) \
1911          program { name: "selected"; \
1912             signal: "elm,state,selected"; \
1913             source: "elm"; \
1914             action: STATE_SET "selected" 0.0; \
1915             TARGET \
1916          } \
1917          program { name: "unselected"; \
1918             signal: "elm,state,unselected"; \
1919             source: "elm"; \
1920             action: STATE_SET "default" 0.0; \
1921             TARGET \
1922          }
1923
1924 #define GENLIST_PROGRAM_BG_DIALOGUE \
1925          program { name: "bg_default"; \
1926             signal: "elm,state,default"; \
1927             source: "*"; \
1928             script { \
1929                new st[31]; \
1930                new Float:vl; \
1931                get_state(PART:"2depth", st, 30, vl); \
1932                if (!strcmp(st, "2depth")) \
1933                   set_state(PART:"bg_dialogue", "2depth", 0.0); \
1934                else \
1935                   set_state(PART:"bg_dialogue", "default", 0.0); \
1936             } \
1937          } \
1938          program { name: "bg_top"; \
1939             signal: "elm,state,top"; \
1940             source: "*"; \
1941             script { \
1942                new st[31]; \
1943                new Float:vl; \
1944                get_state(PART:"2depth", st, 30, vl); \
1945                if (!strcmp(st, "2depth")) \
1946                   set_state(PART:"bg_dialogue", "2depth_top", 0.0); \
1947                else \
1948                   set_state(PART:"bg_dialogue", "top", 0.0); \
1949             } \
1950          } \
1951          program { name: "bg_center"; \
1952             signal: "elm,state,center"; \
1953             source: "*"; \
1954             script { \
1955                new st[31]; \
1956                new Float:vl; \
1957                get_state(PART:"2depth", st, 30, vl); \
1958                if (!strcmp(st, "2depth")) \
1959                   set_state(PART:"bg_dialogue", "2depth_center", 0.0); \
1960                else \
1961                   set_state(PART:"bg_dialogue", "center", 0.0); \
1962             } \
1963          } \
1964          program { name: "bg_bottom"; \
1965             signal: "elm,state,bottom"; \
1966             source: "*"; \
1967             script { \
1968                new st[31]; \
1969                new Float:vl; \
1970                get_state(PART:"2depth", st, 30, vl); \
1971                if (!strcmp(st, "2depth")) \
1972                   set_state(PART:"bg_dialogue", "2depth_bottom", 0.0); \
1973                else \
1974                   set_state(PART:"bg_dialogue", "bottom", 0.0); \
1975             } \
1976          }
1977
1978 #define GENLIST_PROGRAM_SELECT_DIALOGUE( TARGET ) \
1979          program { name: "selected"; \
1980             signal: "elm,state,selected"; \
1981             source: "elm"; \
1982             script { \
1983                new st[31]; \
1984                new Float:vl; \
1985                get_state(PART:"bg_dialogue", st, 30, vl); \
1986                if (!strcmp(st, "top") || !strcmp(st, "2depth_top")) \
1987                   set_state(PART:"bg_dialogue", "top_selected", 0.0); \
1988                else if (!strcmp(st, "center") || !strcmp(st, "2depth_center")) \
1989                   set_state(PART:"bg_dialogue", "center_selected", 0.0); \
1990                else if (!strcmp(st, "bottom") || !strcmp(st, "2depth_bottom")) \
1991                   set_state(PART:"bg_dialogue", "bottom_selected", 0.0); \
1992                else if (!strcmp(st, "default") || !strcmp(st, "2depth")) \
1993                   set_state(PART:"bg_dialogue", "selected", 0.0); \
1994                run_program(PROGRAM:"target_selected"); \
1995             } \
1996          } \
1997          program { name: "unselected"; \
1998             signal: "elm,state,unselected"; \
1999             source: "elm"; \
2000             script { \
2001                new st[31]; \
2002                new Float:vl; \
2003                get_state(PART:"2depth", st, 30, vl); \
2004                if (!strcmp(st, "2depth")) { \
2005                   get_state(PART:"bg_dialogue", st, 30, vl); \
2006                   if (!strcmp(st, "top_selected")) \
2007                      set_state(PART:"bg_dialogue", "2depth_top", 0.0); \
2008                   else if (!strcmp(st, "center_selected"))  \
2009                      set_state(PART:"bg_dialogue", "2depth_center", 0.0); \
2010                   else if (!strcmp(st, "bottom_selected"))  \
2011                      set_state(PART:"bg_dialogue", "2depth_bottom", 0.0); \
2012                   else if (!strcmp(st, "selected")) \
2013                      set_state(PART:"bg_dialogue", "2depth", 0.0); \
2014                } else { \
2015                   get_state(PART:"bg_dialogue", st, 30, vl); \
2016                   if (!strcmp(st, "top_selected")) \
2017                   set_state(PART:"bg_dialogue", "top", 0.0); \
2018                   else if (!strcmp(st, "center_selected"))  \
2019                      set_state(PART:"bg_dialogue", "center", 0.0); \
2020                   else if (!strcmp(st, "bottom_selected"))  \
2021                      set_state(PART:"bg_dialogue", "bottom", 0.0); \
2022                   else if (!strcmp(st, "selected")) \
2023                      set_state(PART:"bg_dialogue", "default", 0.0); \
2024                } \
2025                run_program(PROGRAM:"target_unselected"); \
2026             } \
2027          } \
2028          program { name: "target_selected"; \
2029             action: STATE_SET "selected" 0.0; \
2030             TARGET \
2031          }\
2032          program { name: "target_unselected"; \
2033             action: STATE_SET "default" 0.0; \
2034             TARGET \
2035          } \
2036          GENLIST_PROGRAM_BG_DIALOGUE
2037
2038
2039 #define GENLIST_PROGRAM_SELECT_ARROW \
2040          program { name: "selected_arrow"; \
2041             signal: "elm,state,selected"; \
2042             source: "elm"; \
2043             script { \
2044                new st[31]; \
2045                new Float:vl; \
2046                get_state(PART:"arrow", st, 30, vl); \
2047                if (!strcmp(st, "default")) { \
2048                   set_state(PART:"arrow", "default_press", 0.0); \
2049                   set_state(PART:"arrow_clip", "default_press", 0.0); \
2050                } \
2051                else if (!strcmp(st, "expand_opened")) { \
2052                   set_state(PART:"arrow", "expand_opened_press", 0.0); \
2053                   set_state(PART:"arrow_clip", "expand_opened_press", 0.0); \
2054                } \
2055             } \
2056          } \
2057          program { name: "unselected_arrow"; \
2058             signal: "elm,state,unselected"; \
2059             source: "elm"; \
2060             script { \
2061                new st[31]; \
2062                new Float:vl; \
2063                get_state(PART:"arrow", st, 30, vl); \
2064                if (!strcmp(st, "default_press")) { \
2065                   set_state(PART:"arrow", "default", 0.0); \
2066                   set_state(PART:"arrow_clip", "default", 0.0); \
2067                } \
2068                else if (!strcmp(st, "expand_opened_press")) { \
2069                   set_state(PART:"arrow", "expand_opened", 0.0); \
2070                   set_state(PART:"arrow_clip", "expand_opened", 0.0); \
2071                } \
2072             } \
2073          }
2074
2075 #define GENLIST_PROGRAM_DECORATE( TARGET ) \
2076          program { name: "decorate_enabled_effect"; \
2077             signal: "elm,state,decorate,enabled,effect";\
2078             source: "elm";\
2079             action:  STATE_SET "decorate" 0.0;\
2080             TARGET \
2081          }\
2082          program { name: "decorate_disabled_effect";\
2083             signal: "elm,state,decorate,disabled,effect";\
2084             source: "elm";\
2085             action: STATE_SET "default" 0.0; \
2086             TARGET \
2087          }\
2088          program { name: "decorate_enabled";\
2089             signal: "elm,state,decorate,enabled";\
2090             source: "elm";\
2091             action:  STATE_SET "decorate" 0.0;\
2092             TARGET \
2093          }\
2094          program { name: "decorate_disabled";\
2095             signal: "elm,state,decorate,disabled";\
2096             source: "elm";\
2097             action:  STATE_SET "default" 0.0;\
2098             TARGET \
2099          }
2100
2101 #define GENLIST_PROGRAM_REORDER( TARGET ) \
2102          program { name: "reorder_enabled"; \
2103             signal: "elm,state,reorder,mode_set"; \
2104             source: "elm"; \
2105             action: STATE_SET "reorder" 0.0; \
2106             TARGET \
2107          } \
2108          program { name: "reorder_disabled"; \
2109             signal: "elm,state,reorder,mode_unset"; \
2110             source: "elm"; \
2111             action: STATE_SET "default" 0.0; \
2112             TARGET \
2113          }
2114
2115 #define GENLIST_PROGRAM_DECORATE_REORDER( NAME, TARGET ) \
2116          program { name: "reorder_enabled"NAME; \
2117             signal: "elm,state,reorder,mode_set"; \
2118             source: "elm"; \
2119             script { \
2120                new st[31]; \
2121                new Float:vl; \
2122                get_state(PART:"state", st, 30, vl); \
2123                if (!strcmp(st, "decorate") || !strcmp(st, "decorate_reorder")) { \
2124                   run_program(PROGRAM:"decorate_reorder_set"NAME); \
2125                } else { \
2126                   run_program(PROGRAM:"reorder_set"NAME); \
2127                } \
2128             } \
2129          } \
2130          program { name: "reorder_disabled"NAME; \
2131             signal: "elm,state,reorder,mode_unset"; \
2132             source: "elm"; \
2133             script { \
2134                new st[31]; \
2135                new Float:vl; \
2136                get_state(PART:"state", st, 30, vl); \
2137                if (!strcmp(st, "decorate") || !strcmp(st, "decorate_reorder")) { \
2138                   run_program(PROGRAM:"decorate_set"NAME); \
2139                } else { \
2140                   run_program(PROGRAM:"default_set"NAME); \
2141                } \
2142             } \
2143          } \
2144          program { name: "decorate_enabled_effect"NAME; \
2145             signal: "elm,state,decorate,enabled,effect";\
2146             source: "elm";\
2147             script { \
2148                new st[31]; \
2149                new Float:vl; \
2150                get_state(PART:"state", st, 30, vl); \
2151                if (!strcmp(st, "reorder") || !strcmp(st, "decorate_reorder")) { \
2152                   run_program(PROGRAM:"decorate_reorder_set"NAME); \
2153                } else { \
2154                   run_program(PROGRAM:"decorate_set"NAME); \
2155                } \
2156             } \
2157          }\
2158          program { name: "decorate_disabled_effect"NAME;\
2159             signal: "elm,state,decorate,disabled,effect";\
2160             source: "elm";\
2161             script { \
2162                new st[31]; \
2163                new Float:vl; \
2164                get_state(PART:"state", st, 30, vl); \
2165                if (!strcmp(st, "reorder") || !strcmp(st, "decorate_reorder")) { \
2166                   run_program(PROGRAM:"reorder_set"NAME); \
2167                } else { \
2168                   run_program(PROGRAM:"default_set"NAME); \
2169                } \
2170             } \
2171          }\
2172          program { name: "decorate_enabled"NAME;\
2173             signal: "elm,state,decorate,enabled";\
2174             source: "elm";\
2175             script { \
2176                new st[31]; \
2177                new Float:vl; \
2178                get_state(PART:"state", st, 30, vl); \
2179                if (!strcmp(st, "reorder") || !strcmp(st, "decorate_reorder")) { \
2180                   run_program(PROGRAM:"decorate_reorder_set"NAME); \
2181                } else { \
2182                   run_program(PROGRAM:"decorate_set"NAME); \
2183                } \
2184             } \
2185          }\
2186          program { name: "decorate_disabled"NAME;\
2187             signal: "elm,state,decorate,disabled";\
2188             source: "elm";\
2189             script { \
2190                new st[31]; \
2191                new Float:vl; \
2192                get_state(PART:"state", st, 30, vl); \
2193                if (!strcmp(st, "reorder") || !strcmp(st, "decorate_reorder")) { \
2194                   run_program(PROGRAM:"reorder_set"NAME); \
2195                } else { \
2196                   run_program(PROGRAM:"default_set"NAME); \
2197                } \
2198             } \
2199          } \
2200          program { name: "default_set"NAME; \
2201             action: STATE_SET "default" 0.0;\
2202             target: "state"; \
2203             TARGET \
2204          } \
2205          program { name: "decorate_set"NAME; \
2206             action: STATE_SET "decorate" 0.0;\
2207             target: "state"; \
2208             TARGET \
2209          } \
2210          program { name: "reorder_set"NAME; \
2211             action: STATE_SET "reorder" 0.0;\
2212             target: "state"; \
2213             TARGET \
2214          } \
2215          program { name: "decorate_reorder_set"NAME; \
2216             action: STATE_SET "decorate_reorder" 0.0;\
2217             target: "state"; \
2218             TARGET \
2219          }
2220
2221 #define GENLIST_PROGRAM_FLIP \
2222          program { name: "flip_enabled"; \
2223             signal:  "elm,state,flip,enabled"; \
2224             source:  "elm"; \
2225             transition: DECELERATE 0.5; \
2226             action:  STATE_SET "flipped" 0.0; \
2227             target: "elm.flip.content"; \
2228             target: "elm.flip.icon"; \
2229          } \
2230          program { name: "flip_disabled"; \
2231             signal:  "elm,state,flip,disabled"; \
2232             source:  "elm"; \
2233             transition: DECELERATE 0.5; \
2234             action:  STATE_SET "default" 0.0; \
2235             target: "elm.flip.content"; \
2236             target: "elm.flip.icon"; \
2237          } \
2238          program { name: "flip_enabled_bg"; \
2239             signal:  "elm,state,flip,enabled"; \
2240             source:  "elm"; \
2241             action:  STATE_SET "flipped" 0.0; \
2242             target: "elm.flip.bg"; \
2243          } \
2244          program { name: "flip_disabled_bg"; \
2245             signal:  "elm,state,flip,disabled"; \
2246             source:  "elm"; \
2247             action:  STATE_SET "default" 0.0; \
2248             target: "elm.flip.bg"; \
2249          } \
2250          program { \
2251             signal: "elm,state,eraser,show"; \
2252             action: STATE_SET "show" 0.0; \
2253             target: "elm.flip.eraser"; \
2254          } \
2255          program { \
2256             signal: "elm,state,eraser,hide"; \
2257             action: STATE_SET "default" 0.0; \
2258             target: "elm.flip.eraser"; \
2259          }
2260
2261 #define GENLIST_PROGRAM_FLIP_TARGET( TARGET ) \
2262          program { name: "flip_enabled_target"; \
2263             signal:  "elm,state,flip,enabled"; \
2264             source:  "elm"; \
2265             action:  STATE_SET "flipped" 0.0; \
2266             TARGET \
2267          } \
2268          program { name: "flip_disabled_target"; \
2269             signal:  "elm,state,flip,disabled"; \
2270             source:  "elm"; \
2271             action:  STATE_SET "default" 0.0; \
2272             TARGET \
2273          }
2274
2275 #define GENLIST_PROGRAM_FLIP_EFFECT_TARGET( TARGET ) \
2276          program { name: "flip_enabled_effect"; \
2277             signal:  "elm,state,flip,enabled"; \
2278             source:  "elm"; \
2279             transition: DECELERATE 0.5; \
2280             action:  STATE_SET "flipped" 0.0; \
2281             TARGET \
2282          } \
2283          program { name: "flip_disabled_effect"; \
2284             signal:  "elm,state,flip,disabled"; \
2285             source:  "elm"; \
2286             transition: DECELERATE 0.5; \
2287             action:  STATE_SET "default" 0.0; \
2288             TARGET \
2289          }
2290
2291 #define GENLIST_PROGRAM_EDITMODE \
2292    program { name: "edit_enabled"; \
2293       signal:  "elm,state,edit,enabled"; \
2294       source:  "*"; \
2295       action:  STATE_SET "editmode" 0.0; \
2296       target: "elm.padding.right.edit"; \
2297       target: "elm.icon.edit"; \
2298       target: "bg_dialogue_right"; \
2299    } \
2300    program { name: "edit_disabled"; \
2301       signal:  "elm,state,edit,disabled"; \
2302       source:  "*"; \
2303       action:  STATE_SET "default" 0.0; \
2304       target: "elm.padding.right.edit"; \
2305       target: "elm.icon.edit"; \
2306       target: "bg_dialogue_right"; \
2307    }
2308
2309 /***************************************************************************/
2310 /***************************************************************************/
2311
2312 #define GENLIST_PROGRAMS_NORMAL( TARGET ) \
2313    programs { \
2314       GENLIST_PROGRAM_DEFAULT( TARGET \
2315          target: "bg"; \
2316          target: "bg_clip"; \
2317          target: "bottom_line"; \
2318          target: "bottom_line2"; \
2319          target: "bottom_line_clip"; \
2320          target: "bg_reorder"; \
2321          target: "elm.padding.left"; \
2322          target: "elm.padding.right"; \
2323       ) \
2324       GENLIST_PROGRAM_DISABLED( TARGET \
2325          target: "bg"; \
2326          target: "bottom_line"; \
2327          target: "bottom_line2"; \
2328          target: "bg_reorder"; \
2329       ) \
2330       GENLIST_PROGRAM_FOCUS_NORMAL \
2331       GENLIST_PROGRAM_SELECT( TARGET \
2332          target: "bg"; \
2333          target: "bottom_line"; \
2334          target: "bottom_line2"; \
2335          target: "bg_reorder"; \
2336       ) \
2337       GENLIST_PROGRAM_SOUND("bg") \
2338       GENLIST_PROGRAM_REORDER_SOUND("bg_reorder") \
2339       GENLIST_PROGRAM_DECORATE_REORDER("normal", TARGET \
2340          target: "bg_clip"; \
2341          target: "bg_reorder_clip"; \
2342          target: "bottom_line_clip"; \
2343          target: "elm.padding.left"; \
2344          target: "elm.padding.right"; \
2345       ) \
2346       GENLIST_PROGRAM_FLIP \
2347    }
2348
2349 #define GENLIST_PROGRAMS_DIALOGUE( TARGET ) \
2350    programs { \
2351       GENLIST_PROGRAM_DEFAULT( TARGET \
2352          target: "bg_dialogue"; \
2353          target: "elm.padding.left"; \
2354          target: "elm.padding.right"; \
2355       ) \
2356       GENLIST_PROGRAM_DISABLED( TARGET ) \
2357       GENLIST_PROGRAM_FOCUS_DIALOGUE \
2358       GENLIST_PROGRAM_SELECT_DIALOGUE( TARGET ) \
2359       program { name: "bg_color_change"; \
2360          signal: "bg_color_change"; \
2361          source: "elm"; \
2362          action: STATE_SET "2depth" 0.0; \
2363          target: "2depth"; \
2364       } \
2365       GENLIST_PROGRAM_SOUND("bg_dialogue") \
2366       GENLIST_PROGRAM_DECORATE_REORDER( "normal", TARGET \
2367          target: "elm.padding.left"; \
2368          target: "elm.padding.right"; \
2369       ) \
2370       GENLIST_PROGRAM_FLIP \
2371       GENLIST_PROGRAM_EDITMODE \
2372    }
2373
2374 #define GENLIST_PROGRAMS_DECORATE_EFFECT( TARGET ) \
2375    program { name: "decorate_enabled_effect_ef"; \
2376       signal: "elm,state,decorate,enabled,effect";\
2377       source: "elm";\
2378       transition: DECELERATE 0.5;\
2379       action:  STATE_SET "decorate" 0.0;\
2380       TARGET \
2381    }\
2382    program { name: "decorate_disabled_effect_ef";\
2383       signal: "elm,state,decorate,disabled,effect";\
2384       source: "elm";\
2385       transition: ACCELERATE 0.5;\
2386       action:  STATE_SET "default" 0.0;\
2387       TARGET \
2388    } \
2389    program { name: "decorate_enabled_ef";\
2390       signal: "elm,state,decorate,enabled";\
2391       source: "elm";\
2392       action:  STATE_SET "decorate" 0.0;\
2393       TARGET \
2394    }\
2395    program { name: "decorate_disabled_ef";\
2396       signal: "elm,state,decorate,disabled";\
2397       source: "elm";\
2398       action:  STATE_SET "default" 0.0;\
2399       TARGET \
2400    }
2401
2402 #define GENLIST_PROGRAMS_ENTRY( TARGET ) \
2403    GENLIST_PROGRAM_DEFAULT( TARGET \
2404       target: "bg"; \
2405       target: "bg_clip"; \
2406       target: "bottom_line"; \
2407       target: "bottom_line2"; \
2408       target: "bottom_line_clip"; \
2409       target: "bg_reorder"; \
2410       target: "elm.padding.left"; \
2411       target: "elm.padding.right"; \
2412    ) \
2413    GENLIST_PROGRAM_DISABLED( TARGET ) \
2414    GENLIST_PROGRAM_FOCUS_NORMAL \
2415    GENLIST_PROGRAM_DECORATE_REORDER("editfield", TARGET \
2416       target: "bg_clip"; \
2417       target: "bg_reorder_clip"; \
2418       target: "bottom_line_clip"; \
2419       target: "elm.padding.left"; \
2420       target: "elm.padding.right"; \
2421    )
2422
2423 #define GENLIST_PROGRAMS_DIALOGUE_ENTRY( TARGET ) \
2424    GENLIST_PROGRAM_DEFAULT( TARGET \
2425       target: "bg_dialogue"; \
2426       target: "elm.padding.left"; \
2427       target: "elm.padding.right"; \
2428    ) \
2429    GENLIST_PROGRAM_DISABLED( TARGET ) \
2430    GENLIST_PROGRAM_FOCUS_DIALOGUE \
2431    program { name: "bg_color_change"; \
2432       signal: "bg_color_change"; \
2433       source: "elm"; \
2434       action: STATE_SET "2depth" 0.0; \
2435       target: "2depth"; \
2436    } \
2437    GENLIST_PROGRAM_BG_DIALOGUE \
2438    GENLIST_PROGRAM_DECORATE_REORDER( "normal", TARGET \
2439       target: "elm.padding.left"; \
2440       target: "elm.padding.right"; \
2441    ) \
2442    GENLIST_PROGRAM_FLIP \
2443    GENLIST_PROGRAM_EDITMODE
2444
2445
2446 #define GENLIST_PROGRAMS_THUMB \
2447    GENLIST_PROGRAM_DECORATE_REORDER( "thumb", target: "elm.thumb"; ) \
2448    GENLIST_PROGRAM_FLIP_TARGET( target: "elm.thumb.clip"; ) \
2449    program { name: "enabled_thumb"; \
2450       signal: "elm,state,enabled"; \
2451       source: "elm"; \
2452       action: STATE_SET "default" 0.0; \
2453       target: "base"; \
2454       target: "elm.thumb"; \
2455    } \
2456    program { name: "disabled_thumb"; \
2457       signal: "elm,state,disabled"; \
2458       source: "elm"; \
2459       action: STATE_SET "disabled" 0.0; \
2460       target: "base"; \
2461       target: "elm.thumb"; \
2462    } \
2463    program { name: "selected_thumb"; \
2464       signal: "elm,state,selected"; \
2465       source: "elm"; \
2466       script { \
2467          new st[31]; \
2468          new Float:vl; \
2469          get_state(PART:"elm.thumb", st, 30, vl); \
2470          if (!strcmp(st, "reorder") || !strcmp(st, "decorate_reorder")) \
2471             set_state(PART:"elm.thumb", "reorder_selected", 0.0); \
2472          else \
2473             set_state(PART:"elm.thumb", "selected", 0.0); \
2474       } \
2475    } \
2476    program { name: "unselected_thumb"; \
2477       signal: "elm,state,unselected"; \
2478       source: "elm"; \
2479       script { \
2480          new st[31]; \
2481          new Float:vl; \
2482          get_state(PART:"elm.thumb", st, 30, vl); \
2483          if (!strcmp(st, "reorder_selected")) \
2484             set_state(PART:"elm.thumb", "reorder", 0.0); \
2485          else \
2486             set_state(PART:"elm.thumb", "default", 0.0); \
2487       } \
2488    }
2489
2490 //****************************************************************************//
2491 // *******************************  Icon Part ******************************//
2492 //***************************************************************************//
2493 #define GENLIST_PART_ICON(NAME, DESCRIPION) \
2494    part { name: NAME; \
2495       scale: 1; \
2496       type: SWALLOW; \
2497       DESCRIPION \
2498    }
2499
2500 #define GENLIST_PARAM_ICON_BIG \
2501          min: GENLIST_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_SIZE; \
2502          max: GENLIST_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_SIZE;
2503
2504 #define GENLIST_PARAM_ICON_SMALL \
2505          min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE; \
2506          max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE;
2507
2508 #define GENLIST_PARAM_ICON_BTN_01 \
2509          min: 0 GENLIST_BTN_01_HEIGHT; \
2510          max: -1 GENLIST_BTN_01_HEIGHT;
2511
2512 #define GENLIST_PARAM_ICON_BTN_02 \
2513          min: GENLIST_BTN_02_SIZE GENLIST_BTN_02_SIZE; \
2514          max: GENLIST_BTN_02_SIZE GENLIST_BTN_02_SIZE;
2515
2516 #define GENLIST_PARAM_ICON_ONOFF_WIDTH \
2517          min: GENLIST_ICON_ONOFF_WIDTH GENLIST_ICON_ONOFF_HEIGHT; \
2518          max: GENLIST_ICON_ONOFF_WIDTH GENLIST_ICON_ONOFF_HEIGHT;
2519
2520 #define GENLIST_PARAM_ICON_THUMBNAIL1\
2521          min: GENLIST_ICON_LARGE_SIZE GENLIST_ICON_LARGE_SIZE; \
2522          max: GENLIST_ICON_LARGE_SIZE GENLIST_ICON_LARGE_SIZE;
2523
2524 #define GENLIST_PARAM_ICON_CHECK_RADIO \
2525          min: GENLIST_ICON_CHECK_RADIO_SIZE GENLIST_ICON_CHECK_RADIO_SIZE; \
2526          max: GENLIST_ICON_CHECK_RADIO_SIZE GENLIST_ICON_CHECK_RADIO_SIZE;
2527
2528 #define GENLIST_PARAM_ICON_STAR \
2529          min: GENLIST_ICON_STAR_SIZE GENLIST_ICON_STAR_SIZE; \
2530          max: GENLIST_ICON_STAR_SIZE GENLIST_ICON_STAR_SIZE; \
2531
2532 #define GENLIST_PART_ICON_BIG_R(NAME, RIGHT) \
2533    GENLIST_PART_ICON(NAME, \
2534       GENLIST_DESCRIPTION_RTB(RIGHT, "elm.padding.top", "elm.padding.bottom", \
2535          fixed: 1 1; \
2536          GENLIST_PARAM_ICON_BIG \
2537       ) \
2538    )
2539
2540 #define GENLIST_PART_ICON_BIG_L(NAME, LEFT) \
2541    GENLIST_PART_ICON(NAME, \
2542       GENLIST_DESCRIPTION_LTB(LEFT, "elm.padding.top", "elm.padding.bottom", \
2543          GENLIST_PARAM_ICON_BIG \
2544          fixed: 1 1; \
2545       ) \
2546    )
2547
2548 #define GENLIST_PART_ICON_SMALL_L(NAME, LEFT) \
2549    GENLIST_PART_ICON(NAME, \
2550       GENLIST_DESCRIPTION_LTB(LEFT, "elm.padding.top", "elm.padding.bottom", \
2551          GENLIST_PARAM_ICON_SMALL \
2552          fixed: 1 1; \
2553       ) \
2554    )
2555
2556 #define GENLIST_PART_ICON_SMALL_LB(NAME, LEFT, BOTTOM) \
2557    GENLIST_PART_ICON(NAME, \
2558       GENLIST_DESCRIPTION_LB(LEFT, BOTTOM, \
2559         GENLIST_PARAM_ICON_SMALL \
2560         fixed: 1 1; \
2561       ) \
2562    )
2563
2564 #define GENLIST_PART_ICON_SMALL_LTB(NAME, LEFT, TOP, BOTTOM) \
2565    GENLIST_PART_ICON(NAME, \
2566       GENLIST_DESCRIPTION_LTB(LEFT, TOP, BOTTOM, \
2567          GENLIST_PARAM_ICON_SMALL \
2568          fixed: 1 1; \
2569       ) \
2570    )
2571
2572 #define GENLIST_PART_ICON_SMALL_RTB(NAME, RIGHT, TOP, BOTTOM) \
2573    GENLIST_PART_ICON(NAME, \
2574       GENLIST_DESCRIPTION_RTB(RIGHT, TOP, BOTTOM, \
2575          GENLIST_PARAM_ICON_SMALL \
2576          fixed: 1 1; \
2577       ) \
2578    )
2579
2580 #define GENLIST_PART_ICON_BTN_01_RTB(NAME, RIGHT, TOP, BOTTOM) \
2581    GENLIST_PART_ICON(NAME, \
2582       GENLIST_DESCRIPTION_RTB(RIGHT, TOP, BOTTOM,\
2583          GENLIST_PARAM_ICON_BTN_01 \
2584          fixed: 1 1; \
2585       ) \
2586    )
2587
2588 #define GENLIST_PART_ICON_BTN_02_RTB(NAME, RIGHT, TOP, BOTTOM) \
2589    GENLIST_PART_ICON(NAME, \
2590       GENLIST_DESCRIPTION_RTB(RIGHT, TOP, BOTTOM,\
2591          GENLIST_PARAM_ICON_BTN_02 \
2592          fixed: 1 1; \
2593       ) \
2594    )
2595
2596 #define GENLIST_PART_ICON_BTN_ONOFF_R(NAME, RIGHT) \
2597    GENLIST_PART_ICON(NAME, \
2598       GENLIST_DESCRIPTION_RTB(RIGHT, "elm.padding.top", "elm.padding.bottom", \
2599          GENLIST_PARAM_ICON_ONOFF_WIDTH \
2600          fixed: 1 1; \
2601       ) \
2602    )
2603
2604 #define GENLIST_PART_ICON_BTN_ONOFF_L(NAME, LEFT) \
2605    GENLIST_PART_ICON(NAME, \
2606       GENLIST_DESCRIPTION_LTB(LEFT, "elm.padding.top", "elm.padding.bottom", \
2607          GENLIST_PARAM_ICON_ONOFF_WIDTH \
2608          fixed: 1 1; \
2609       ) \
2610    )
2611
2612 #define GENLIST_PART_ICON_THUMBNAIL1_R(NAME, RIGHT) \
2613    GENLIST_PART_ICON(NAME, \
2614       GENLIST_DESCRIPTION_RTB(RIGHT, "elm.padding.top", "elm.padding.bottom", \
2615          GENLIST_PARAM_ICON_THUMBNAIL1 \
2616          fixed: 1 1; \
2617       ) \
2618    )
2619
2620 #define GENLIST_PART_ICON_CHECK_RADIO_L(NAME, LEFT) \
2621    GENLIST_PART_ICON(NAME, \
2622       GENLIST_DESCRIPTION_LTB(LEFT, "elm.padding.top", "elm.padding.bottom", \
2623          GENLIST_PARAM_ICON_CHECK_RADIO \
2624          fixed: 1 1; \
2625       ) \
2626    )
2627
2628 #define GENLIST_PART_ICON_STAR_RTB(NAME, RIGHT, TOP, BOTTOM) \
2629    GENLIST_PART_ICON(NAME, \
2630       GENLIST_DESCRIPTION_RTB(RIGHT, TOP, BOTTOM, \
2631          GENLIST_PARAM_ICON_STAR \
2632          fixed: 1 1; \
2633       ) \
2634    )
2635
2636 /*****************************************************************************/
2637 /******************************* Genlist IMAGE ********************************/
2638 /*****************************************************************************/
2639 #define GENLIST_PART_IMAGE(NAME, DESCRIPION) \
2640    part { name: NAME; \
2641       scale: 1; \
2642       type: IMAGE; \
2643       DESCRIPION \
2644    }
2645
2646 #define GENLIST_PARAM_PASSWORD_IMAGE \
2647             min: GENLIST_ICON_PASSWORD_SIZE GENLIST_ICON_PASSWORD_SIZE; \
2648             max: GENLIST_ICON_PASSWORD_SIZE GENLIST_ICON_PASSWORD_SIZE; \
2649             image.normal: "00_search_edit_field_bg.png"; \
2650             image.border: 12 13 12 13; \
2651             image.border_scale: 1;
2652
2653 /*****************************************************************************/
2654 /******************************* Genlist Bubble ********************************/
2655 /*****************************************************************************/
2656 #define GENLIST_IMAGES_EXPANDABLE_BTN \
2657          images { \
2658             image: "00_button_expand_closed.png" COMP; \
2659             image: "00_button_expand_opened.png" COMP; \
2660          }
2661
2662 #define GENLIST_PART_EXPANDABLE_ARROW \
2663          GENLIST_PART_ICON("touch_arrow", \
2664             ignore_flags: ON_HOLD; \
2665             GENLIST_DESCRIPTION_ENVELOP("arrow", ) \
2666          ) \
2667          GENLIST_PART_RECT("arrow_clip", \
2668             GENLIST_DESCRIPTION_ENVELOP("arrow", \
2669                color: 250 250 250 255; \
2670             ) \
2671             description { state: "disabled" 0.0; \
2672                color: 250 250 250 76; \
2673             } \
2674             description { state: "expand_opened_press" 0.0; \
2675                color: 250 250 250 255; \
2676             } \
2677             description { state: "default_press" 0.0; \
2678                color: 250 250 250 255; \
2679             } \
2680          ) \
2681          GENLIST_PART_IMAGE("arrow", \
2682             clip_to: "arrow_clip"; \
2683             ignore_flags: ON_HOLD; \
2684             mouse_events: 0; \
2685             GENLIST_DESCRIPTION_R("elm.padding.right", \
2686                fixed: 1 1; \
2687                min: 45 45; \
2688                max: 45 45; \
2689                image.normal: "00_button_expand_closed.png"; \
2690             ) \
2691             description { state: "default_press" 0.0; \
2692                inherit: "default" 0.0; \
2693                image.normal: "00_button_expand_closed_press.png"; \
2694             } \
2695             description { state: "expand_opened" 0.0; \
2696                inherit: "default" 0.0; \
2697                image.normal: "00_button_expand_opened.png"; \
2698             } \
2699             description { state: "expand_opened_press" 0.0; \
2700                inherit: "expand_opened" 0.0; \
2701                image.normal: "00_button_expand_opened_press.png"; \
2702             } \
2703          )
2704 /*****************************************************************************/
2705 /******************************* Genlist RECT ********************************/
2706 /*****************************************************************************/
2707 #define GENLIST_PART_SPACER(NAME, DESCRIPION) \
2708     part { name: NAME; \
2709       scale: 1; \
2710       mouse_events: 0; \
2711       type: SPACER; \
2712       DESCRIPION \
2713    }
2714
2715 #define GENLIST_PART_RECT(NAME, DESCRIPION) \
2716     part { name: NAME; \
2717       scale: 1; \
2718       type: RECT; \
2719       DESCRIPION \
2720    }
2721
2722 /*****************************************************************************/
2723 /******************************* Genlist TEXT ********************************/
2724 /*****************************************************************************/
2725 // FIXME: because, when naviframe item is pushed,
2726 // naviframe freeze all events so text events cannot be repeated. :-(
2727 // So all texts should have it's own sound program, not repeat to BG
2728 #define GENLIST_PART_TEXT(NAME, DESCRIPION) \
2729     part { name: NAME; \
2730       scale: 1; \
2731       type: TEXT; \
2732       DESCRIPION \
2733    }
2734
2735 #define GENLIST_PART_TEXTBLOCK(NAME, DESCRIPION) \
2736     part { name: NAME; \
2737       scale: 1; \
2738       type: TEXTBLOCK; \
2739       DESCRIPION \
2740    }
2741
2742 /*************************** parameters **********************************/
2743 #define GENLIST_PARAM_TEXT_LIMIT_RB \
2744    rel1.to_x: "base"; /* This limits text growing. */\
2745    rel1.relative: 0.35 0; /* This limits text growing. */\
2746    text.max: 1 0; /* This limits text growing. */
2747
2748 #define GENLIST_PARAM_TEXT_LIMIT_RT \
2749    rel1.to_x: "base"; /* This limits text growing. */\
2750    rel1.relative: 0.35 1; /* This limits text growing. */\
2751    text.max: 1 0; /* This limits text growing. */
2752
2753 #define GENLIST_PARAM_TEXT_LIMIT_RTB \
2754    rel1.to_x: "base"; /* This limits text growing. */\
2755    rel1.relative: 0.35 1; /* This limits text growing. */\
2756    text.max: 1 0; /* This limits text growing. */
2757
2758 // Group Title
2759 #define GENLIST_PARAM_DIALOGUE_GROUP_TITLE \
2760    color: GENLIST_DIALOGUE_GROUP_TITLE_COLOR; \
2761    text { \
2762       align: 0.0 0.5; \
2763       font: "Tizen:style=Bold"; \
2764       min: 0 1; \
2765       size: GENLIST_DIALOGUE_GROUP_TITLE_SIZE; \
2766       text_class: "list_item"; \
2767    }
2768
2769 // Password style
2770 #define GENLIST_PARAM_PASSWORD_TITLE \
2771    color: DIALOGUE_PASSWORD_TITLE_COLOR; \
2772    text { \
2773       font: "Tizen:style=Bold"; \
2774       size: DIALOGUE_PASSWORD_TITLE_SIZE; \
2775       min: 0 1; \
2776       align: 0 0.5; \
2777       text_class: "list_item"; \
2778    }
2779
2780 // Progress main text
2781 #define GENLIST_PARAM_PROGRESS_MAIN \
2782    color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; \
2783    text { \
2784       align: 0 0.5; \
2785       min: 0 1; \
2786       font: "Tizen:style=Regular"; \
2787       size: GENLIST_PROGRESS_MAIN_TEXT_SIZE; \
2788       text_class: "list_item"; \
2789    }
2790
2791 // list main text
2792 #define GENLIST_PARAM_LISTITEM \
2793    color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; \
2794    text { \
2795       align: 0 0.5; \
2796       min: 0 1; \
2797       font: "Tizen:style=Regular"; \
2798       size: GENLIST_LIST_MAIN_TEXT_SIZE; \
2799       text_class: "list_item"; \
2800    }
2801
2802 #define GENLIST_PARAM_LISTITEM_TB \
2803    text { \
2804       min: 0 1; \
2805       style: "genlist_style_list_main_text_unread"; \
2806    }
2807
2808 #define GENLIST_PARAM_LISTITEM_TB_WRAP \
2809    text { \
2810       min: 0 1; \
2811       style: "genlist_style_list_main_text_unread_wrap"; \
2812    }
2813
2814 // list subtext
2815 #define GENLIST_PARAM_SUBITEM_DEFAULT \
2816    color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR; \
2817    text { \
2818       align: 0 0.5; \
2819       min: 0 1; \
2820       font: "Tizen:style=Bold"; \
2821       size: GENLIST_LIST_SUB_TEXT_SIZE; \
2822       text_class: "tizen"; \
2823    }
2824
2825 #define GENLIST_PARAM_SUBITEM_SETTINGS \
2826    color: GENLIST_LIST_SUB_TEXT_SETTINGS_COLOR; \
2827    text { \
2828       align: 0 0.5; \
2829       min: 0 1; \
2830       font: "Tizen:style=Bold"; \
2831       size: GENLIST_LIST_SUB_TEXT_SIZE; \
2832       text_class: "tizen"; \
2833    }
2834
2835 #define GENLIST_PARAM_SUBITEM_DEFAULT_TB \
2836    text { \
2837       min: 0 1; \
2838       style: "genlist_style_list_sub_text_default"; \
2839    }
2840
2841 #define GENLIST_PARAM_SUBITEM_DEFAULT_TB_WRAP \
2842    text { \
2843       min: 0 1; \
2844       style: "genlist_style_list_sub_text_default_wrap"; \
2845    }
2846
2847 #define GENLIST_PARAM_SUBITEM_SETTINGS_TB \
2848    text { \
2849       min: 0 1; \
2850       style: "genlist_style_list_sub_text_settings"; \
2851    }
2852
2853 // list subtext 02
2854 #define GENLIST_PARAM_SUBITEM_02 \
2855    color: GENLIST_LIST_SUB_TEXT_02_COLOR; \
2856    text { \
2857       align: 0 0.5; \
2858       min: 0 1; \
2859       font: "Tizen:style=Bold"; \
2860       size: GENLIST_LIST_SUB_TEXT_02_SIZE; \
2861       text_class: "tizen"; \
2862    }
2863
2864 // Dialogue group - Apps
2865 #define GENLIST_PARAM_APPS_NAME\
2866    color: GENLIST_APPS_NAME_COLOR; \
2867    text { \
2868       align: 0 0.5; \
2869       min: 0 1; \
2870       font: "Tizen:style=Bold"; \
2871       size: GENLIST_APPS_NAME_SIZE; \
2872       text_class: "list_item"; \
2873    }
2874
2875 #define GENLIST_PARAM_APPS_INC\
2876    color: GENLIST_APPS_INC_COLOR; \
2877    text { \
2878       align: 0 0.5; \
2879       min: 0 1; \
2880       font: "Tizen:style=Bold"; \
2881       size: GENLIST_APPS_INC_SIZE; \
2882       text_class: "list_item"; \
2883    }
2884
2885 #define GENLIST_PARAM_APPS_RATING\
2886    color: GENLIST_APPS_RATING_COLOR; \
2887    text { \
2888       align: 0 0.5; \
2889       min: 0 1; \
2890       font: "Tizen:style=Bold"; \
2891       size: GENLIST_APPS_RATING_SIZE; \
2892       text_class: "list_item"; \
2893    }
2894
2895 #define GENLIST_PARAM_APPS_PRICE\
2896    color: GENLIST_APPS_PRICE_ORIGINAL_COLOR; \
2897    text { \
2898       align: 0 0.5; \
2899       min: 0 1; \
2900       font: "Tizen:style=Bold"; \
2901       size: GENLIST_APPS_PRICE_SIZE; \
2902       text_class: "list_item"; \
2903    }
2904
2905 #define GENLIST_PARAM_APPS_PRICE_SALE\
2906    color: GENLIST_APPS_PRICE_SALE_COLOR; \
2907    text { \
2908       align: 0 0.5; \
2909       min: 0 1; \
2910       font: "Tizen:style=Bold"; \
2911       size: GENLIST_APPS_PRICE_SIZE; \
2912       text_class: "list_item"; \
2913    }
2914
2915 #define GENLIST_PARAM_CONTENTS_TEXT \
2916    color: GENLIST_CONTENTS_TEXT_COLOR; \
2917    text { \
2918       align: 0 0.5; \
2919       min: 0 1; \
2920       font: "Tizen:style=Regular"; \
2921       size: GENLIST_CONTENTS_TEXT_SIZE; \
2922       text_class: "tizen"; \
2923    }
2924
2925 /*************************** Descriptions **********************************/
2926 // list main text
2927 #define GENLIST_DESCRIPTION_LISTITEM_OTHERS \
2928    description { state: "disabled" 0.0; \
2929       inherit: "default" 0.0; \
2930       color: GENLIST_LIST_MAIN_TEXT_UNREAD_DIM_COLOR; \
2931    } \
2932    description { state: "read" 0.0; \
2933       inherit: "default" 0.0; \
2934       color: GENLIST_LIST_MAIN_TEXT_READ_COLOR; \
2935    } \
2936    description { state: "read,disabled" 0.0; \
2937       inherit: "default" 0.0; \
2938       color: GENLIST_LIST_MAIN_TEXT_READ_DIM_COLOR; \
2939    } \
2940    description { state: "selected" 0.0; \
2941       inherit: "default" 0.0; \
2942       color: GENLIST_LIST_TEXT_FOCUS_COLOR; \
2943    }
2944
2945 #define GENLIST_DESCRIPTION_LISTITEM_OTHERS_TB \
2946    description { state: "disabled" 0.0; \
2947       inherit: "default" 0.0; \
2948       text.style: "genlist_style_list_main_text_unread_dim"; \
2949    } \
2950    description { state: "read" 0.0; \
2951       inherit: "default" 0.0; \
2952       text.style: "genlist_style_list_main_text_read"; \
2953    } \
2954    description { state: "read,disabled" 0.0; \
2955       inherit: "default" 0.0; \
2956       text.style: "genlist_style_list_main_text_read_dim"; \
2957    } \
2958    description { state: "selected" 0.0; \
2959       inherit: "default" 0.0; \
2960       text.style: "genlist_style_list_main_text_focus"; \
2961    }
2962
2963 // list sub text
2964 #define GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS \
2965    description { state: "disabled" 0.0; \
2966       inherit: "default" 0.0; \
2967       color: GENLIST_LIST_SUB_TEXT_DEFAULT_DIM_COLOR; \
2968    } \
2969    description { state: "selected" 0.0; \
2970       inherit: "default" 0.0; \
2971       color: GENLIST_LIST_TEXT_FOCUS_COLOR; \
2972    }
2973
2974 #define GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS_TB \
2975    description { state: "disabled" 0.0; \
2976       inherit: "default" 0.0; \
2977       text.style: "genlist_style_list_sub_text_default_dim"; \
2978    } \
2979    description { state: "selected" 0.0; \
2980       inherit: "default" 0.0; \
2981       text.style: "genlist_style_list_sub_text_focus"; \
2982    }
2983
2984 #define GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS_TB_WRAP \
2985    description { state: "disabled" 0.0; \
2986       inherit: "default" 0.0; \
2987       text.style: "genlist_style_list_sub_text_default_dim_wrap"; \
2988    } \
2989    description { state: "selected" 0.0; \
2990       inherit: "default" 0.0; \
2991       text.style: "genlist_style_list_sub_text_focus_wrap"; \
2992    }
2993
2994 #define GENLIST_DESCRIPTION_SUBITEM_SETTINGS_OTHERS \
2995    description { state: "disabled" 0.0; \
2996       inherit: "default" 0.0; \
2997       color: GENLIST_LIST_SUB_TEXT_SETTINGS_DIM_COLOR; \
2998    } \
2999    description { state: "selected" 0.0; \
3000       inherit: "default" 0.0; \
3001       color: GENLIST_LIST_TEXT_FOCUS_COLOR; \
3002    }
3003
3004 #define GENLIST_DESCRIPTION_SUBITEM_SETTINGS_OTHERS_TB \
3005    description { state: "disabled" 0.0; \
3006       inherit: "default" 0.0; \
3007       text.style: "genlist_style_list_sub_text_settings_dim"; \
3008    } \
3009    description { state: "selected" 0.0; \
3010       inherit: "default" 0.0; \
3011       text.style: "genlist_style_list_sub_text_focus"; \
3012    }
3013
3014 // list main text multiline
3015 #define GENLIST_DESCRIPTION_LISTITEM_OTHERS_TB_WRAP \
3016    description { state: "disabled" 0.0; \
3017       inherit: "default" 0.0; \
3018       text.style: "genlist_style_list_main_text_unread_dim_wrap"; \
3019    } \
3020    description { state: "selected" 0.0; \
3021       inherit: "default" 0.0; \
3022       text.style: "genlist_style_list_main_text_focus_wrap"; \
3023    }
3024
3025 /*************************** Parts **********************************/
3026 #define GENLIST_PART_DIALOGUE_GROUP_HELP_TEXT(NAME, LEFT, RIGHT, TOP, BOTTOM, PARAM) \
3027    GENLIST_PART_TEXTBLOCK(NAME, \
3028       GENLIST_DESCRIPTION(LEFT, RIGHT, TOP, BOTTOM, \
3029          text { \
3030             min: 0 1; \
3031             style: "genlist_style_dialogue_group_help_text"; \
3032          } \
3033          PARAM) \
3034    )
3035
3036 #define GENLIST_PART_LISTITEM(NAME, DESCRIPTION) \
3037    GENLIST_PART_TEXT(NAME, \
3038       DESCRIPTION \
3039       GENLIST_DESCRIPTION_LISTITEM_OTHERS \
3040    )
3041
3042 #define GENLIST_PART_LISTITEM_TB(NAME, DESCRIPTION) \
3043    GENLIST_PART_TEXTBLOCK(NAME, \
3044       DESCRIPTION \
3045       GENLIST_DESCRIPTION_LISTITEM_OTHERS_TB \
3046    )
3047
3048 #define GENLIST_PART_LISTITEM_(NAME, HEIGHT, LEFT, RIGHT, TOP, BOTTOM, PARAM) \
3049    GENLIST_PART_TEXT(NAME, \
3050       GENLIST_DESCRIPTION(LEFT, RIGHT, TOP, BOTTOM, \
3051          min: 0 HEIGHT; \
3052          GENLIST_PARAM_LISTITEM \
3053          PARAM \
3054       ) \
3055       GENLIST_DESCRIPTION_LISTITEM_OTHERS \
3056    )
3057
3058 #define GENLIST_PART_LISTITEM_TB_(NAME, HEIGHT, LEFT, RIGHT, TOP, BOTTOM, PARAM) \
3059    GENLIST_PART_TEXTBLOCK(NAME, \
3060       GENLIST_DESCRIPTION(LEFT, RIGHT, TOP, BOTTOM, \
3061          min: 0 HEIGHT; \
3062          fixed: 1 0; \
3063          GENLIST_PARAM_LISTITEM_TB \
3064          PARAM \
3065       ) \
3066       GENLIST_DESCRIPTION_LISTITEM_OTHERS_TB \
3067    )
3068
3069 #define GENLIST_PART_LISTITEM_LR(NAME, HEIGHT, LEFT, RIGHT, PARAM) \
3070    GENLIST_PART_TEXT(NAME, \
3071       GENLIST_DESCRIPTION(LEFT, RIGHT, "elm.padding.top", "elm.padding.bottom", \
3072          min: 0 HEIGHT; \
3073          GENLIST_PARAM_LISTITEM \
3074          PARAM \
3075       ) \
3076       GENLIST_DESCRIPTION_LISTITEM_OTHERS \
3077    )
3078
3079 #define GENLIST_PART_LISTITEM_LRT(NAME, HEIGHT, LEFT, RIGHT, TOP, PARAM) \
3080    GENLIST_PART_TEXT(NAME, \
3081       GENLIST_DESCRIPTION_LRT(LEFT, RIGHT, TOP, \
3082          min: 0 HEIGHT; \
3083          fixed: 0 1; \
3084          GENLIST_PARAM_LISTITEM \
3085          PARAM \
3086       ) \
3087       GENLIST_DESCRIPTION_LISTITEM_OTHERS \
3088    )
3089
3090 #define GENLIST_PART_LISTITEM_LRT_TB(NAME, HEIGHT, LEFT, RIGHT, TOP, PARAM) \
3091    GENLIST_PART_TEXTBLOCK(NAME, \
3092       GENLIST_DESCRIPTION_LRT(LEFT, RIGHT, TOP, \
3093          min: 0 HEIGHT; \
3094          fixed: 0 1; \
3095          GENLIST_PARAM_LISTITEM_TB \
3096          PARAM \
3097       ) \
3098       GENLIST_DESCRIPTION_LISTITEM_OTHERS_TB \
3099    )
3100
3101 #define GENLIST_PART_LISTITEM_LR_TB(NAME, HEIGHT, LEFT, RIGHT, PARAM) \
3102    GENLIST_PART_TEXTBLOCK(NAME, \
3103       GENLIST_DESCRIPTION(LEFT, RIGHT, "elm.padding.top", "elm.padding.bottom", \
3104          min: 0 HEIGHT; \
3105          fixed: 1 0; \
3106          GENLIST_PARAM_LISTITEM_TB \
3107          PARAM \
3108       ) \
3109       GENLIST_DESCRIPTION_LISTITEM_OTHERS_TB \
3110    )
3111
3112 #define GENLIST_PART_SUBITEM_(NAME, HEIGHT, LEFT, RIGHT, TOP, BOTTOM, PARAM) \
3113    GENLIST_PART_TEXT(NAME, \
3114       GENLIST_DESCRIPTION(LEFT, RIGHT, TOP, BOTTOM, \
3115          min: 0 HEIGHT; \
3116          GENLIST_PARAM_SUBITEM_DEFAULT \
3117          PARAM \
3118       ) \
3119       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS \
3120    )
3121
3122 #define GENLIST_PART_SUBITEM(NAME, DESCRIPTION) \
3123    GENLIST_PART_TEXT(NAME, \
3124       DESCRIPTION \
3125       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS \
3126    )
3127
3128 #define GENLIST_PART_SUBITEM_R(NAME, HEIGHT, RIGHT) \
3129    GENLIST_PART_TEXT(NAME, \
3130       GENLIST_DESCRIPTION_RTB(RIGHT, "elm.padding.top", "elm.padding.bottom", \
3131          min: 0 HEIGHT; \
3132          fixed: 1 0; \
3133          GENLIST_PARAM_TEXT_LIMIT_RB \
3134          GENLIST_PARAM_SUBITEM_DEFAULT \
3135       ) \
3136       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS \
3137    )
3138
3139 #define GENLIST_PART_SUBITEM_RB(NAME, HEIGHT, RIGHT, BOTTOM) \
3140    GENLIST_PART_TEXT(NAME, \
3141       GENLIST_DESCRIPTION_RB(RIGHT, BOTTOM, \
3142          min: 0 HEIGHT; \
3143          fixed: 1 1; \
3144          GENLIST_PARAM_TEXT_LIMIT_RB \
3145          GENLIST_PARAM_SUBITEM_DEFAULT \
3146       ) \
3147       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS \
3148    )
3149
3150 #define GENLIST_PART_SUBITEM_RB_TB(NAME, HEIGHT, RIGHT, BOTTOM) \
3151    GENLIST_PART_TEXTBLOCK(NAME, \
3152       GENLIST_DESCRIPTION_RB(RIGHT, BOTTOM, \
3153          min: 0 HEIGHT; \
3154          GENLIST_PARAM_TEXT_LIMIT_RB \
3155          fixed: 1 1; \
3156          GENLIST_PARAM_SUBITEM_DEFAULT_TB \
3157       ) \
3158       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS_TB \
3159    )
3160
3161 #define GENLIST_PART_SUBITEM_TB_(NAME, HEIGHT, LEFT, RIGHT, TOP, BOTTOM) \
3162    GENLIST_PART_TEXTBLOCK(NAME, \
3163       GENLIST_DESCRIPTION(LEFT, RIGHT, TOP, BOTTOM, \
3164          min: 0 HEIGHT; \
3165          GENLIST_PARAM_SUBITEM_DEFAULT_TB \
3166       ) \
3167       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS_TB \
3168    )
3169
3170 #define GENLIST_PART_SUBITEM_R_FIXED(NAME, WIDTH, HEIGHT, RIGHT) \
3171    GENLIST_PART_TEXT(NAME, \
3172       GENLIST_DESCRIPTION_RTB(RIGHT, "elm.padding.top", "elm.padding.bottom", \
3173          min: WIDTH HEIGHT; \
3174          fixed: 1 1; \
3175          GENLIST_PARAM_SUBITEM_DEFAULT \
3176       ) \
3177       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS \
3178    )
3179
3180 #define GENLIST_PART_SUBITEM_R_FIXED_TB(NAME, WIDTH, HEIGHT, RIGHT) \
3181    GENLIST_PART_TEXTBLOCK(NAME, \
3182        GENLIST_DESCRIPTION_R(RIGHT, \
3183          min: WIDTH HEIGHT; \
3184          fixed: 1 0; \
3185          GENLIST_PARAM_SUBITEM_DEFAULT_TB \
3186       ) \
3187       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS_TB \
3188    )
3189
3190 #define GENLIST_PART_SUBITEM_L_FIXED(NAME, WIDTH, HEIGHT, LEFT) \
3191    GENLIST_PART_TEXT(NAME, \
3192       GENLIST_DESCRIPTION_LTB(LEFT, "elm.padding.top", "elm.padding.bottom", \
3193          min: WIDTH HEIGHT; \
3194          fixed: 1 1; \
3195          GENLIST_PARAM_SUBITEM_DEFAULT \
3196       ) \
3197       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS \
3198    )
3199
3200 #define GENLIST_PART_SUBITEM_LR(NAME, HEIGHT, LEFT, RIGHT, PARAM) \
3201    GENLIST_PART_TEXT(NAME, \
3202       GENLIST_DESCRIPTION(LEFT, RIGHT, "elm.padding.top", "elm.padding.bottom", \
3203          min: 0 HEIGHT; \
3204          GENLIST_PARAM_SUBITEM_DEFAULT \
3205          PARAM \
3206       ) \
3207       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS \
3208    )
3209
3210 #define GENLIST_PART_SUBITEM_LR_TB(NAME, HEIGHT, LEFT, RIGHT) \
3211    GENLIST_PART_TEXTBLOCK(NAME, \
3212       GENLIST_DESCRIPTION_LR(LEFT, RIGHT, \
3213          min: 0 HEIGHT; \
3214          GENLIST_PARAM_SUBITEM_DEFAULT_TB \
3215       ) \
3216       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS_TB \
3217    )
3218
3219 #define GENLIST_PART_SUBITEM_LB(NAME, HEIGHT, LEFT, RIGHT) \
3220    GENLIST_PART_TEXT(NAME, \
3221       GENLIST_DESCRIPTION_LB(LEFT, BOTTOM, \
3222          min: 0 HEIGHT; \
3223          GENLIST_PARAM_SUBITEM_DEFAULT_TB \
3224       ) \
3225       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS_TB \
3226    )
3227
3228 #define GENLIST_PART_SUBITEM_LRB(NAME, HEIGHT, LEFT, RIGHT, BOTTOM) \
3229    GENLIST_PART_TEXT(NAME, \
3230       GENLIST_DESCRIPTION_LRB(LEFT, RIGHT, BOTTOM, \
3231          min: 0 HEIGHT; \
3232          GENLIST_PARAM_SUBITEM_DEFAULT \
3233          fixed: 0 1; \
3234       ) \
3235       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS \
3236    )
3237
3238 #define GENLIST_PART_SUBITEM_SETTINGS_LRB(NAME, HEIGHT, LEFT, RIGHT, BOTTOM, PARAM) \
3239    GENLIST_PART_TEXT(NAME, \
3240       GENLIST_DESCRIPTION_LRB(LEFT, RIGHT, BOTTOM, \
3241          min: 0 HEIGHT; \
3242          fixed: 1 1; /*FIXME: why text need this, but textblock doesn't */ \
3243          GENLIST_PARAM_SUBITEM_SETTINGS\
3244          PARAM; \
3245       ) \
3246       GENLIST_DESCRIPTION_SUBITEM_SETTINGS_OTHERS \
3247    )
3248
3249 #define GENLIST_PART_SUBITEM_LRB_TB(NAME, HEIGHT, LEFT, RIGHT, BOTTOM) \
3250    GENLIST_PART_TEXTBLOCK(NAME, \
3251       GENLIST_DESCRIPTION_LRB(LEFT, RIGHT, BOTTOM, \
3252          min: 0 HEIGHT; \
3253          GENLIST_PARAM_SUBITEM_DEFAULT_TB \
3254          fixed: 0 1; \
3255       ) \
3256       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS_TB \
3257    )
3258
3259 #define GENLIST_PART_SUBITEM_SETTINGS_LRB_TB(NAME, HEIGHT, LEFT, RIGHT, BOTTOM) \
3260    GENLIST_PART_TEXTBLOCK(NAME, \
3261       GENLIST_DESCRIPTION_LRB(LEFT, RIGHT, BOTTOM, \
3262          min: 0 HEIGHT; \
3263          GENLIST_PARAM_SUBITEM_SETTINGS_TB \
3264          fixed: 0 1; \
3265       ) \
3266       GENLIST_DESCRIPTION_SUBITEM_SETTINGS_OTHERS_TB \
3267    )
3268
3269 #define GENLIST_PART_SUBITEM_LRT(NAME, HEIGHT, LEFT, RIGHT, TOP) \
3270    GENLIST_PART_TEXT(NAME, \
3271       GENLIST_DESCRIPTION_LRT(LEFT, RIGHT, TOP, \
3272          min: 0 HEIGHT; \
3273          fixed: 0 1; \
3274          GENLIST_PARAM_SUBITEM_DEFAULT \
3275       ) \
3276       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS \
3277    )
3278
3279 #define GENLIST_PART_SUBITEM_SETTINGS_LRT(NAME, HEIGHT, LEFT, RIGHT, TOP) \
3280    GENLIST_PART_TEXT(NAME, \
3281       GENLIST_DESCRIPTION_LRT(LEFT, RIGHT, TOP, \
3282          min: 0 HEIGHT; \
3283          fixed: 0 1; \
3284          GENLIST_PARAM_SUBITEM_SETTINGS \
3285       ) \
3286       GENLIST_DESCRIPTION_SUBITEM_SETTINGS_OTHERS \
3287    )
3288
3289 #define GENLIST_PART_SUBITEM_LTB(NAME, HEIGHT, LEFT, TOP, BOTTOM) \
3290    GENLIST_PART_TEXT(NAME, \
3291       GENLIST_DESCRIPTION_LTB(LEFT, TOP, BOTTOM, \
3292          min: 0 HEIGHT; \
3293          fixed: 1 1; /*FIXME: why text need this, but textblock doesn't */ \
3294          GENLIST_PARAM_SUBITEM_DEFAULT \
3295       ) \
3296       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS \
3297    )
3298
3299 #define GENLIST_PART_SUBITEM_RTB(NAME, HEIGHT, RIGHT, TOP, BOTTOM) \
3300    GENLIST_PART_TEXT(NAME, \
3301       GENLIST_DESCRIPTION_RTB(RIGHT, TOP, BOTTOM, \
3302          min: 0 HEIGHT; \
3303          GENLIST_PARAM_TEXT_LIMIT_RT \
3304          GENLIST_PARAM_SUBITEM_DEFAULT \
3305          fixed: 1 0; \
3306       ) \
3307       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS \
3308    )
3309
3310 #define GENLIST_PART_SUBITEM_RTB_TB(NAME, HEIGHT, RIGHT, TOP, BOTTOM) \
3311    GENLIST_PART_TEXTBLOCK(NAME, \
3312       GENLIST_DESCRIPTION_RTB(RIGHT, TOP, BOTTOM, \
3313          min: 0 HEIGHT; \
3314          GENLIST_PARAM_TEXT_LIMIT_RT \
3315          GENLIST_PARAM_SUBITEM_DEFAULT_TB \
3316          fixed: 1 0; \
3317       ) \
3318       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS_TB \
3319    )
3320
3321 #define GENLIST_PART_SUBITEM_02_RTB(NAME, HEIGHT, RIGHT, TOP, BOTTOM) \
3322    GENLIST_PART_TEXT(NAME, \
3323       GENLIST_DESCRIPTION_RTB(RIGHT, TOP, BOTTOM, \
3324          min: 0 HEIGHT; \
3325          GENLIST_PARAM_TEXT_LIMIT_RT \
3326          GENLIST_PARAM_SUBITEM_02 \
3327          fixed: 1 0; \
3328       ) \
3329       GENLIST_DESCRIPTION_SUBITEM_DEFAULT_OTHERS \
3330    )
3331
3332 #define GENLIST_PARAM_LIST_BUBBLE_TEXT \
3333    color: GENLIST_LIST_BUBBLE_TEXT_COLOR; \
3334    text { \
3335       align: 1 0.5; \
3336       min: 0 1; \
3337       font: "Tizen:style=Bold"; \
3338       size: GENLIST_LIST_BUBBLE_TEXT_SIZE; \
3339       text_class: "tizen"; \
3340    }
3341
3342 // FIXME: Need to find why rel2.offset: 9 -1 will not fix the alignment of bubble text ?
3343 #define GENLIST_PART_LIST_BUBBLE_TEXT_RTB(NAME, HEIGHT, RIGHT, TOP, BOTTOM) \
3344          GENLIST_PART_IMAGE("elm.bubble", \
3345             mouse_events: 0; \
3346             GENLIST_DESCRIPTION_ENVELOP(NAME, \
3347                image { \
3348                   normal: "00_list_bubble_bg.png"; \
3349                   border: 8 8 0 0; \
3350                } \
3351                rel1.offset: -10 0; \
3352                rel2.offset: 8 -1; \
3353                min: 48 38; \
3354                max: -1 38; \
3355                fixed: 0 1; \
3356                color: GENLIST_LIST_BUBBLE_COLOR; \
3357             ) \
3358             description { state: "selected" 0.0; \
3359                inherit: "default" 0.0; \
3360                color: GENLIST_LIST_BUBBLE_PRESS_COLOR; \
3361             } \
3362          ) \
3363          GENLIST_PART_TEXT(NAME, \
3364             GENLIST_DESCRIPTION_RTB(RIGHT, TOP, BOTTOM, \
3365                min: 0 HEIGHT; \
3366                GENLIST_PARAM_TEXT_LIMIT_RT \
3367                rel2.offset: -10 -1; /* This maintain the text alignment with bubble text. */\
3368                GENLIST_PARAM_LIST_BUBBLE_TEXT \
3369             ) \
3370             description { state: "selected" 0.0; \
3371                inherit: "default" 0.0; \
3372                color: GENLIST_LIST_BUBBLE_TEXT_FOCUS_COLOR; \
3373             } \
3374          )
3375
3376 #if 0
3377 #define GENLIST_PART_BASE__( param_item_height ) \
3378          part { name: "base"; \
3379             type: RECT; \
3380             repeat_events: 1; \
3381             scale: 1; \
3382             description { state: "default" 0.0; \
3383                min: 0 param_item_height; \
3384                color: LAYOUT_GROUP_LIST_BG_COLOR_INC; \
3385             } \
3386          }
3387
3388 /******************************************************************************/
3389 /** ETC
3390 /******************************************************************************/
3391 // FIXME: UX do not define selected state. But I thinkt that it is neededs :(
3392
3393 #define GENLIST_PROOGRAM_EXPAND(SRC, TARGET) \
3394    program { \
3395       name: "expand"; \
3396       signal: "mouse,clicked,1"; \
3397       source: SRC; \
3398       action: SIGNAL_EMIT "elm,action,expand,toggle" "elm"; \
3399    } \
3400    program { \
3401       name: "go_expanded"; \
3402       signal: "elm,state,expanded"; \
3403       source: "elm"; \
3404       action: STATE_SET "active" 0.0; \
3405       TARGET \
3406    } \
3407    program { \
3408       name: "go_contracted"; \
3409       signal: "elm,state,contracted"; \
3410       source: "elm"; \
3411       action: STATE_SET "default" 0.0; \
3412       TARGET \
3413    }
3414
3415 #define GENLIST_PART_BASE_LIST_H( HEIGHT) \
3416          part { name: "base"; \
3417             type: RECT; \
3418             repeat_events: 1; \
3419             scale: 1; \
3420             description { state: "default" 0.0; \
3421                align: 0.5 0.5; \
3422                color: 0 0 0 0; \
3423                rel2.relative: 1 0; \
3424                rel2.to: "bottom_line"; \
3425                min: 0 HEIGHT; \
3426             } \
3427          } \
3428          GENLIST_PART_BOTTOM_LINE
3429
3430 #define GENLIST_PART_DIALOGUE_ITEM \
3431          part { name: "elm.rect.dialogue"; \
3432             type: RECT; \
3433             scale: 1; \
3434             description { state: "default" 0.0; \
3435                min: 10 0; \
3436                fixed: 1 0; \
3437                color: GENLIST_DIALOGUE_GROUP_LEFT_BG_COLOR_INC; \
3438                rel2.relative: 0.0 1.0; \
3439                align: 0.0 0.0; \
3440             } \
3441          }
3442
3443 #define GENLIST_PART_DIALOGUE_RIGHT_LINE \
3444          part { name: "elm.rect.dialogue.right.line"; \
3445             type: RECT; \
3446             scale: 1; \
3447             description { state: "default" 0.0; \
3448                min: 1 0; \
3449                fixed: 1 0; \
3450                rel1 { \
3451                   relative: 1.0  0.0; \
3452                   offset: -1 0; \
3453                } \
3454                align: 1.0 0.0; \
3455                color: GENLIST_LIST_LINE1_COLOR; \
3456             } \
3457          }
3458
3459 #define GENLIST_PROGRAM_FLIP_1TEXT \
3460          program { name: "flipped"; \
3461             signal: "elm,state,flip,enabled"; \
3462             source: "elm"; \
3463             action: STATE_SET "flipped" 0.0; \
3464             target: "elm.text"; \
3465             target: "elm.flip.content"; \
3466          } \
3467          program { name: "flip_disabled"; \
3468             signal: "elm,state,flip,disabled"; \
3469             source: "elm"; \
3470             action: STATE_SET "default" 0.0; \
3471             target: "elm.text"; \
3472             target: "elm.flip.content"; \
3473          }
3474
3475 #define GENLIST_PROGRAM_FLIP_2TEXT \
3476          program { name: "flipped"; \
3477             signal: "elm,state,flip,enabled"; \
3478             source: "elm"; \
3479             action: STATE_SET "flipped" 0.0; \
3480             target: "elm.text.1"; \
3481             target: "elm.text.2"; \
3482             target: "elm.flip.content"; \
3483          } \
3484          program { name: "flip_disabled"; \
3485             signal: "elm,state,flip,disabled"; \
3486             source: "elm"; \
3487             action: STATE_SET "default" 0.0; \
3488             target: "elm.text.1"; \
3489             target: "elm.text.2"; \
3490             target: "elm.flip.content"; \
3491          }
3492
3493 #define GENLIST_PROGRAM_FLIP_2TEXT_1ICON \
3494          program { name: "flipped"; \
3495             signal: "elm,state,flip,enabled"; \
3496             source: "elm"; \
3497             action: STATE_SET "flipped" 0.0; \
3498             target: "elm.text.1"; \
3499             target: "elm.text.2"; \
3500             target: "elm.icon"; \
3501             target: "elm.flip.content"; \
3502          } \
3503          program { name: "flip_disabled"; \
3504             signal: "elm,state,flip,disabled"; \
3505             source: "elm"; \
3506             action: STATE_SET "default" 0.0; \
3507             target: "elm.text.1"; \
3508             target: "elm.text.2"; \
3509             target: "elm.icon"; \
3510             target: "elm.flip.content"; \
3511          }
3512
3513 #define GENLIST_PROGRAM_FLIP_2TEXT_2ICON \
3514          program { name: "flipped"; \
3515             signal: "elm,state,flip,enabled"; \
3516             source: "elm"; \
3517             action: STATE_SET "flipped" 0.0; \
3518             target: "elm.text.1"; \
3519             target: "elm.text.2"; \
3520             target: "elm.icon.1"; \
3521             target: "elm.icon.2"; \
3522             target: "elm.flip.content"; \
3523          } \
3524          program { name: "flip_disabled"; \
3525             signal: "elm,state,flip,disabled"; \
3526             source: "elm"; \
3527             action: STATE_SET "default" 0.0; \
3528              target: "elm.text.1"; \
3529             target: "elm.text.2"; \
3530             target: "elm.icon.1"; \
3531             target: "elm.icon.2"; \
3532             target: "elm.flip.content"; \
3533          }
3534
3535 #define GENLIST_PROGRAM_FLIP_3TEXT_2ICON \
3536          program { name: "flipped"; \
3537             signal: "elm,state,flip,enabled"; \
3538             source: "elm"; \
3539             action: STATE_SET "flipped" 0.0; \
3540             target: "elm.text.1"; \
3541             target: "elm.text.2"; \
3542             target: "elm.text.3"; \
3543             target: "elm.icon.1"; \
3544             target: "elm.icon.2"; \
3545             target: "elm.flip.content"; \
3546          } \
3547          program { name: "flip_disabled"; \
3548             signal: "elm,state,flip,disabled"; \
3549             source: "elm"; \
3550             action: STATE_SET "default" 0.0; \
3551             target: "elm.text.1"; \
3552             target: "elm.text.2"; \
3553             target: "elm.text.3"; \
3554             target: "elm.icon.1"; \
3555             target: "elm.icon.2"; \
3556             target: "elm.flip.content"; \
3557          }
3558
3559
3560 #define GENLIST_DESCRIPTION_INVISIBLE_SELECTED \
3561             description { state: "selected" 1.0; \
3562                inherit: "default" 0.0; \
3563                visible: 0; \
3564             }
3565
3566 #define GENLIST_DESCRIPTION_FLIP_ENABLED \
3567             description { state: "flipped" 0.0; \
3568                inherit: "default" 0.0; \
3569                visible: 0; \
3570             }
3571
3572 #define GENLIST_PROGRAM_SCRIPT_FLIP_SELECT_1TEXT \
3573             script { \
3574                new st[31]; \
3575                new Float:vl; \
3576                get_state(PART:"elm.text", st, 30, vl); \
3577                set_state(PART:"bg", "selected", 0.0); \
3578                if (!strcmp(st, "flipped")) \
3579                   set_state(PART:"elm.text", "selected", 1.0); \
3580                else \
3581                   set_state(PART:"elm.text", "selected", 0.0); \
3582             }
3583
3584
3585 /* genlist multisense macro - start */
3586 #define GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS \
3587             after: "play_button_press";
3588
3589 #define GENLIST_PROGRAM_PLAY_BUTTON_PRESS \
3590          program { name: "play_button_press"; \
3591             action: PLAY_SAMPLE "touch_sound" 1.0; \
3592          }
3593 #endif