}
part { name: "elm.swallow.icon";
type: SWALLOW;
+ clip_to: "disclip";
scale: 1;
description { state: "default" 0.0;
min: 25 25;
part { name: "elm.text";
type: TEXT;
mouse_events: 0;
+ clip_to: "disclip";
scale: 1;
description { state: "default" 0.0;
min: 1 40;
part { name: "disclip";
type: RECT;
description { state: "default" 0.0;
+ color: 255 255 255 255;
+ }
+ description { state: "enabled" 0.0;
+ color: 127 127 127 127;
+ }
+ }
+ part { name: "blocker";
+ description { state: "default" 0.0;
visible: 0;
}
description { state: "enabled" 0.0;
visible: 1;
- color: 50 50 50 127;
- rel1.offset: 4 4;
- rel2.offset: -5 -5;
+ color: 0 0 0 0;
}
}
- }
+ }
programs {
program {
name: "item_unclick";
source: "elm";
action: STATE_SET "enabled" 0.0;
target: "disclip";
+ target: "blocker";
}
program { name: "enable";
signal: "elm,state,enabled";
source: "elm";
action: STATE_SET "default" 0.0;
target: "disclip";
+ target: "blocker";
}
program { name: "item_click2";
signal: "mouse,down,1";