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