efl/src/tests/emotion/data/icon.edc

15 lines
310 B
Plaintext

collections {
images.image: "e_logo.png" COMP;
group { name: "icon";
min: 20 10;
parts {
part { name: "icon"; type: IMAGE;
mouse_events: 0;
description { state: "default" 0.0;
image.normal: "e_logo.png";
}
}
}
}
}