evry: add indicator for browsable items also in thumb mode

SVN revision: 48979
This commit is contained in:
Hannes Janetzek 2010-05-18 14:25:11 +00:00
parent df67f5838d
commit 9058320d67
1 changed files with 36 additions and 0 deletions

View File

@ -34116,6 +34116,35 @@ collections {
}
}
}
part {
name: "arrow";
mouse_events: 0;
description {
state: "default" 0.0;
min: 12 12;
max: 12 12;
/* aspect_preference: */
visible: 0;
rel1 {
to: "base";
relative: 1.0 0.0;
offset: -14 3;
}
rel2 {
to: "base";
relative: 1.0 1.0;
offset: -2 -3;
}
image {
normal: "icon_right_arrow.png";
}
}
description {
state: "visible" 0.0;
inherit: "default" 0.0;
visible: 1;
}
}
part {
name: "e.text.label";
type: TEXT;
@ -34181,6 +34210,13 @@ collections {
transition: LINEAR 0.2;
target: "bg_mark";
}
program {
name: "arrow_show";
signal: "e,state,browseable";
source: "e";
action: STATE_SET "visible" 0.0;
target: "arrow";
}
program {
name: "thumb_gen";
signal: "e,action,thumb,gen";