}
}
}
- part { name: "focus_part";
- type: IMAGE;
- mouse_events: 0;
- scale: 1;
- description { state: "default" 0.0;
- visible: 0;
- rel1.to: "clipper";
- rel2.to: "clipper";
- image {
- normal: "00_focus.png";
- border: 7 7 7 7;
- }
- }
- description { state: "focused" 0.0;
- inherit: "default" 0.0;
- visible: 1;
- }
- }
part { name: "disabler";
type: RECT;
scale: 1;
action: STATE_SET "default" 0.0;
target: "disabler";
}
- program { name: "focused";
- signal: "elm,state,focused";
- source: "elm";
- action: STATE_SET "focused" 0.0;
- target: "focus_part";
- }
- program { name: "unfocused";
- signal: "elm,state,unfocused";
- source: "elm";
- action: STATE_SET "default" 0.0;
- target: "focus_part";
- }
}
}