enlightenment-module-everyt.../e-module.edc

71 lines
894 B
Plaintext
Raw Normal View History

2010-04-22 13:49:03 -07:00
images
{
2010-04-22 16:55:44 -07:00
image: "module_icon.png" COMP;
image: "google.png" COMP;
image: "wikipedia.png" COMP;
2010-04-22 13:49:03 -07:00
}
collections
{
2010-04-22 16:55:44 -07:00
group
{
name: "icon";
max: 24 24;
parts
{
part
{
name: "image";
mouse_events: 0;
type: IMAGE;
description
{
state: "default" 0.0;
image.normal: "module_icon.png";
}
}
}
}
group
{
name: "wikipedia";
max: 128 128;
parts
{
part
{
name: "image";
mouse_events: 0;
type: IMAGE;
description
{
aspect: 1.0 1.0;
state: "default" 0.0;
image.normal: "wikipedia.png";
}
}
}
}
group
{
name: "google";
max: 128 128;
parts
{
part
{
name: "image";
mouse_events: 0;
type: IMAGE;
description
{
aspect: 1.0 1.0;
state: "default" 0.0;
image.normal: "google.png";
}
}
}
}
2010-04-22 13:49:03 -07:00
}