images.image: "win_shadow.png" COMP;
data.item: "shadow" "1";
parts {
+ part { name: "shadow_clip"; type: RECT; mouse_events: 0;
+ description { state: "default";
+ rel1.to: "shadow";
+ rel2.to: "shadow";
+ }
+ description { state: "hidden";
+ visible: 0;
+ }
+ }
+ part { name: "shadow"; mouse_events: 0; clip_to: "shadow_clip";
+ description { state: "default" 0.0;
+ image.normal: "win_shadow.png";
+ image.border: 14 14 14 14;
+ image.middle: 0;
+ rel1.to: "top";
+ rel1.offset: -7 -3;
+ rel2.to: "bottom";
+ rel2.offset: 6 11;
+ fill.smooth: 0;
+ }
+ description { state: "shaded";
+ inherit: "default";
+ rel2.to: "top";
+ }
+ }
part { name: "client_clip"; type: RECT; mouse_events: 0;
description { state: "default" 0.0;
rel1.to_y: "e.swallow.client";
visible: 0;
}
}
- part { name: "shadow_clip"; type: RECT; mouse_events: 0;
- description { state: "default";
- rel1.to: "shadow";
- rel2.to: "shadow";
- }
- description { state: "hidden";
- visible: 0;
- }
- }
- part { name: "shadow"; mouse_events: 0; clip_to: "shadow_clip";
- description { state: "default" 0.0;
- image.normal: "win_shadow.png";
- image.border: 14 14 14 14;
- image.middle: 0;
- rel1.to: "top";
- rel1.offset: -7 -3;
- rel2.to: "bottom";
- rel2.offset: 6 11;
- fill.smooth: 0;
- }
- description { state: "shaded";
- inherit: "default";
- rel2.to: "top";
- }
- }
part { name: "e.event.resize.bl"; type: RECT;
description { state: "default" 0.0;
rel1.relative: 0.0 1.0;