}
}
- part {
- name, "map";
- type, RECT;
- scale, 1;
- description {
- state, "default" 0.0;
- perspective {
- zplane, 0;
- focal, 1000;
- }
- visible, 0;
- }
- description {
- state, "selected" 0.0;
- inherit, "default" 0.0;
- perspective.zplane, -100;
- }
- }
-
part {
name, "part.bg";
type, RECT;
to, PART_TEXT_BG;
relative, 1.0 0.0;
}
- map {
- perspective_on, 1;
- perspective, "map";
- }
}
description {
state, "focused" 0.0;
inherit, "default" 0.0;
- map.on, 1;
}
}
rel2.to, "part.bg";
align, 0.5 1.0;
fixed, 0 1;
- map {
- perspective_on, 1;
- perspective, "map";
- }
}
description {
state, "focused" 0.0;
inherit, "default" 0.0;
- map.on, 1;
}
}
}
align, 0.5 0.5;
fixed, 1 1;
- map {
- perspective_on, 1;
- perspective, "map";
- }
}
description {
state, "focused" 0.0;
inherit, "default" 0.0;
- map.on, 1;
}
}
align, 0.5 0.0;
fixed, 0 1;
visible, 0;
- map {
- perspective_on, 1;
- perspective, "map";
- }
}
description {
state, "focused" 0.0;
inherit, "default" 0.0;
- map.on, 1;
visible, 1;
}
description {
align, 0.0 0.5;
fixed, 1 0;
visible, 0;
- map {
- perspective_on, 1;
- perspective, "map";
- }
}
description {
state, "focused" 0.0;
inherit, "default" 0.0;
- map.on, 1;
visible, 1;
}
description {
align, 1.0 0.5;
fixed, 1 0;
visible, 0;
- map {
- perspective_on, 1;
- perspective, "map";
- }
}
description {
state, "focused" 0.0;
inherit, "default" 0.0;
- map.on, 1;
visible, 1;
}
description {
align, 0.5 1.0;
fixed, 0 1;
visible, 0;
- map {
- perspective_on, 1;
- perspective, "map";
- }
}
description {
state, "focused" 0.0;
inherit, "default" 0.0;
- map.on, 1;
visible, 1;
}
description {
size, 28;
align, 0.0 0.5;
}
- map {
- perspective_on, 1;
- perspective, "map";
- }
}
description {
state, "focused" 0.0;
inherit, "default" 0.0;
- map.on, 1;
}
description {
state, "focused_0" 0.0;
size, 28;
align, 0.0 0.5;
}
- map {
- perspective_on, 1;
- perspective, "map";
- }
}
description {
state, "focused" 0.0;
inherit, "default" 0.0;
- map.on, 1;
color, 255 255 255 255;
}
description {
name, "selected";
signal, "elm,state,selected";
source, "elm";
- action, STATE_SET "selected" 0.0;
- target, "map";
- transition, TRANSITION_CLICK;
- after, "after_selected";
- }
-
- program {
- name, "after_selected";
- action, STATE_SET "default" 0.0;
- target, "map";
- transition, TRANSITION_CLICK;
after, "item_selected";
}