elm list: Fixed elm_list_item_disabled_set() API. Closed trac #844.
[framework/uifw/elementary.git] / data / themes / widgets / bg.edc
1 group { name: "elm/bg/base/default";
2    images {
3       image: "dia_grad.png" COMP;
4       image: "dia_topshad.png" COMP;
5       image: "dia_botshad.png" COMP;
6    }
7    parts {
8       part { name: "base";
9          mouse_events:  0;
10          description { state: "default" 0.0;
11             image.normal: "dia_grad.png";
12             fill {
13                smooth: 0;
14                size {
15                   relative: 0.0 1.0;
16                   offset: 64 0;
17                }
18             }
19          }
20       }
21       part { name: "elm.swallow.rectangle";
22          type: SWALLOW;
23          description { state: "default" 0.0;
24          }
25       }
26       part { name: "elm.swallow.background";
27          type: SWALLOW;
28          description { state: "default" 0.0;
29          }
30       }
31       part { name: "shadow";
32          mouse_events:  0;
33          description { state: "default" 0.0;
34             rel2.relative: 1.0 0.0;
35             rel2.offset: -1 31;
36             image.normal: "dia_topshad.png";
37             fill {
38                smooth: 0;
39                size {
40                   relative: 0.0 1.0;
41                   offset: 64 0;
42                }
43             }
44          }
45       }
46       part { name: "shadow2";
47          mouse_events:  0;
48          description { state: "default" 0.0;
49             rel1.relative: 0.0 1.0;
50             rel1.offset: 0 -9;
51             image.normal: "dia_botshad.png";
52             fill {
53                smooth: 0;
54                size {
55                   relative: 0.0 1.0;
56                   offset: 64 0;
57                }
58             }
59          }
60       }
61       part { name: "elm.swallow.content";
62          type: SWALLOW;
63          description { state: "default" 0.0;
64          }
65       }
66    }
67 }