nice shadow around/behind the slide-up.

SVN revision: 39858
This commit is contained in:
Carsten Haitzler 2009-04-04 15:11:26 +00:00
parent f913e6a018
commit 48f797413b
3 changed files with 32 additions and 1 deletions

View File

@ -24005,6 +24005,7 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
image: "wp-tb1.png" COMP;
image: "wp-tb2.png" COMP;
image: "wp-tb3.png" COMP;
image: "wp-tbs.png" COMP;
image: "big_arrow_up.png" COMP;
}
parts {
@ -24091,6 +24092,33 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
}
}
}
part { name: "tbs";
description { state: "default" 0.0;
rel1 {
relative: 0.0 1.0;
offset: 0 -1;
}
rel2 {
relative: 0.0 1.0;
offset: 0 -1;
}
image.normal: "wp-tbs.png";
fill.smooth: 0;
}
description { state: "out" 0.0;
inherit: "default" 0.0;
rel1 {
to_y: "tb1";
relative: 0.0 0.0;
offset: 0 -100;
}
rel2 {
to_x: "tb3";
relative: 1.0 1.0;
offset: 200 -1;
}
}
}
part { name: "tb1";
description { state: "default" 0.0;
color_class: "dialog_base";
@ -24294,6 +24322,7 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
program { name: "out2";
action: STATE_SET "out" 0.0;
target: "e.swallow.extras";
target: "tbs";
transition: DECELERATE 0.5;
}
program { name: "in";
@ -24306,6 +24335,7 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
program { name: "in2";
action: STATE_SET "default" 0.0;
target: "e.swallow.extras";
target: "tbs";
transition: DECELERATE 1.0;
}
}

View File

@ -554,5 +554,6 @@ wp-tb1.png \
wp-bot1.png \
wp-tb2.png \
wp-bot2.png \
wp-tb3.png
wp-tb3.png \
wp-tbs.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB