efl/data/elementary/themes/edc/elm/bg.edc

37 lines
1001 B
Plaintext

/* 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";
data.item: "version" "119";
parts {
part { name: "clipper"; type: RECT;
description { state: "default" 0.0;
}
}
part { name: "base"; type: RECT;
description { state: "default" 0.0;
color: 64 64 64 255;
}
}
part { name: "elm.swallow.rectangle"; type: SWALLOW;
description { state: "default" 0.0;
}
}
part { name: "elm.swallow.background"; type: SWALLOW;
clip_to: "clipper";
description { state: "default" 0.0;
fixed: 1 1;
}
}
part { name: "elm.swallow.content"; type: SWALLOW;
description { state: "default" 0.0;
}
}
}
}