default.edc: it's way better with some background!

This commit is contained in:
Boris Faure 2019-10-26 19:02:13 +02:00
parent 1195c022f3
commit 2ff1983981
1 changed files with 20 additions and 1 deletions

View File

@ -1340,12 +1340,14 @@ collections {
signal: "tab_btn,on"; source: "terminology";
action: STATE_SET "on" 0.0;
target: "tab_btn_clip";
target: "tab_btn_bg";
target: "terminology.tab_btn";
}
program {
signal: "tab_btn,off"; source: "terminology";
action: STATE_SET "default" 0.0;
target: "tab_btn_clip";
target: "tab_btn_bg";
target: "terminology.tab_btn";
}
part { name: "tab_btn_clip"; type: RECT;
@ -1359,6 +1361,24 @@ collections {
color: 255 255 255 255;
}
}
part { name: "tab_btn_bg";
mouse_events: 0;
clip_to: "tab_btn_clip";
description { state: "default" 0.0;
fixed: 1 1;
rel1.to: "terminology.tab_btn";
rel2.to: "terminology.tab_btn";
image.normal: "tab_bg_r0.png";
image.border: 0 2 4 4;
fill.smooth: 0;
visible: 0;
fixed: 1 1;
}
description { state: "on" 0.0;
inherit: "default" 0.0;
visible: 1;
}
}
part { name: "tab_btn_glow_r0";
clip_to: "tab_btn_clip";
description { state: "default" 0.0;
@ -1694,7 +1714,6 @@ collections {
visible: 1;
}
}
/*TODO boris */
part { name: "tabright"; type: RECT;
mouse_events: 0;
description { state: "default" 0.0;