More panel work.

SVN revision: 43700
This commit is contained in:
Christopher Michael 2009-11-15 01:54:24 +00:00
parent 6898d90ca9
commit 6c2280b6ff
1 changed files with 20 additions and 6 deletions

View File

@ -18690,7 +18690,7 @@ collections {
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// PANEL // PANEL
//////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
group group
{ {
name: "elm/panel/base/default"; name: "elm/panel/base/default";
@ -18714,9 +18714,9 @@ group
description description
{ {
state: "default" 0.0; state: "default" 0.0;
color: 255 255 255 0; color: 255 0 0 100;
rel1.relative: -0.5 0.0; rel1.relative: 0.0 0.0;
rel2.relative: 0.3 1.0; rel2.relative: 2.0 1.0;
} }
description description
{ {
@ -18748,8 +18748,9 @@ group
} }
part part
{ {
name: "elm.swallow.content"; name: "clipper";
type: SWALLOW; type: RECT;
mouse_events: 0;
description description
{ {
state: "default" 0.0; state: "default" 0.0;
@ -18765,6 +18766,18 @@ group
} }
} }
} }
part
{
name: "elm.swallow.content";
type: SWALLOW;
clip_to: "clipper";
description
{
state: "default" 0.0;
rel1.to: "clipper";
rel2.to: "clipper";
}
}
part part
{ {
name: "btn"; name: "btn";
@ -18904,6 +18917,7 @@ group
signal: "show"; signal: "show";
action: STATE_SET "default" 0.0; action: STATE_SET "default" 0.0;
target: "bg"; target: "bg";
target: "btn_icon";
after: "show3"; after: "show3";
} }
program program