enlightenment-module-extramenu/e-module-extramenu.edc

23 lines
400 B
Plaintext
Raw Normal View History

images {
image: "icon.png" COMP;
}
collections {
/* Module icon */
group {
name: "icon";
parts {
part {
name: "image";
mouse_events: 0;
type: IMAGE;
description {
state: "default" 0.0;
aspect_preference: BOTH;
image.normal: "icon.png";
}
}
}
}
}