- menu entry candy (ilLogict)

SVN revision: 18105
This commit is contained in:
codewarrior 2005-10-29 13:52:37 +00:00 committed by codewarrior
parent 6890023f71
commit ae17c0e1a1
1 changed files with 44 additions and 2 deletions

View File

@ -418,8 +418,8 @@ images {
name: "icons/enlightenment/fileman";
max: 64 64;
parts {
part {
name: "icon";
part {
name: "fileman_button";
mouse_events: 0;
description {
state: "default" 0.0;
@ -430,6 +430,48 @@ images {
}
}
}
part {
name: "fileman_button_glow";
mouse_events: 0;
description {
state: "default" 0.0;
visible: 0;
rel1 {
to: "fileman_button";
}
rel2 {
to: "fileman_button";
}
color: 255 255 255 0;
image {
normal: "e17_icon_fileman_folder_clicked.png";
}
}
description {
state: "hilited" 0.0;
inherit: "default" 0.0;
visible: 1;
color: 255 255 255 255;
}
}
}
programs {
program {
name: "fileman_button_in";
signal: "active";
source: "";
action: STATE_SET "hilited" 0.0;
transition: LINEAR 0.5;
target: "fileman_button_glow";
}
program {
name: "fileman_button_out";
signal: "passive";
source: "";
action: STATE_SET "default" 0.0;
transition: LINEAR 0.5;
target: "fileman_button_glow";
}
}
}
group {