tizen 2.3.1 release
[apps/home/b2-clocksetting.git] / data / changeable / groups / setting_tts_macro.edc
1 #define FOCUS_OBJECT(part_name)\
2                 part{\
3                         name: "focus."part_name;\
4                         type: SWALLOW;\
5                         repeat_events: 1;\
6                         mouse_events: 1;\
7                         description{\
8                                 state: "default" 0.0;\
9                                 fixed: 1 1;\
10                                 rel1.to: part_name;\
11                                 rel2.to: part_name;\
12                                 visible: 1;\
13                         }\
14                         description {\
15                                 state : "left" 0.0;\
16                                 inherit : "default" 0.0;\
17                         }\
18                         description {\
19                                 state : "right" 0.0;\
20                                 inherit : "default" 0.0;\
21                         }\
22                         description {\
23                                 state : "hide" 0.0;\
24                                 inherit : "default" 0.0;\
25                                 visible : 0;\
26                         }\
27                 }