summaryrefslogtreecommitdiffstats
path: root/data/themes/default/edc/elm/bg.edc
blob: ed3fabb98ca5ce84dc7bf1d0a946390739b5640d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/* bg widget style information

   [SWALLOW]
      elm.swallow.rectangle: Used for elm_bg_color_set()
      elm.swallow.background: Used for elm_bg_file_set()
      elm.swallow.content: Used for elm_layout_part_content_set(bg, "overlay", content).
*/

group {name: "elm/bg/base/default";
	parts {
		part {name: "base"; type: RECT;
			description {state: "default" 0.0;
				color_class: "dialog_base";
				color: 0 0 0 255;
			}
		}
		part {name: "elm.swallow.rectangle"; type: SWALLOW;
			description {state: "default" 0.0;
			}
		}
		part {name: "elm.swallow.background"; type: SWALLOW;
			description {state: "default" 0.0;
			}
		}
		part {name: "elm.swallow.content"; type: SWALLOW;
			description {state: "default" 0.0;
			}
		}
	}
}