Added basic rubber band support to efm.

SVN revision: 31763
This commit is contained in:
Christopher Michael 2007-09-19 19:38:25 +00:00
parent b732af7203
commit ee23572537
2 changed files with 50 additions and 0 deletions

View File

@ -27,6 +27,12 @@ spectra {
color: 0 0 0 255 1;
color: 0 0 0 0 1;
}
spectrum
{
name: "rubberband";
color: 255 231 157 127 1;
color: 255 249 231 127 1;
}
}

View File

@ -9000,6 +9000,50 @@ group {
}
}
images
{
image: "e17_fileman_rubberband.png" COMP;
}
group
{
name: "e/fileman/default/rubberband";
parts
{
part
{
name: "base";
mouse_events: 0;
type: IMAGE;
description
{
state: "default" 0.0;
image
{
normal: "e17_fileman_rubberband.png";
border: 4 4 4 4;
middle: 0;
}
}
}
part
{
name: "grad";
mouse_events: 0;
type: GRADIENT;
description
{
state: "default" 0.0;
rel1.offset: 2 2;
rel2.offset: -3 -3;
gradient.spectrum: "rubberband";
gradient.rel1.relative: 0.0 0.5;
gradient.rel2.relative: 1.0 0.5;
gradient.rel2.offset: -1 0;
}
}
}
}