Check in edc for upcoming toolbar.

SVN revision: 32228
This commit is contained in:
Christopher Michael 2007-10-31 10:05:32 +00:00
parent 67d9f11185
commit b28acd50ac
3 changed files with 79 additions and 2 deletions

View File

@ -60,7 +60,8 @@ default_color_well.edc \
default_sys.edc \
default_deskpreview.edc \
default_fontpreview.edc \
default_wizard.edc
default_wizard.edc \
default_toolbar.edc
default.edj: Makefile $(EXTRA_DIST)
$(EDJE_CC) $(EDJE_FLAGS) \

View File

@ -84,5 +84,5 @@ collections {
#include "default_deskpreview.edc"
#include "default_fontpreview.edc"
#include "default_wizard.edc"
#include "default_toolbar.edc"
}

View File

@ -0,0 +1,76 @@
images
{
image: "e17_menu_bg.png" COMP;
image: "e17_menu_bg_border.png" COMP;
}
group
{
name: "e/toolbar/default/base";
data
{
item: "shaped" "1";
}
parts
{
part
{
name: "base";
mouse_events: 0;
type: RECT;
description
{
state: "default" 0.0;
color: 221 221 221 255;
}
}
part
{
name: "bg";
mouse_events: 0;
type: IMAGE;
description
{
state: "default" 0.0;
max: 99999 48;
align: 0.5 0.0;
rel1
{
offset: 1 1;
to: "base";
}
rel2
{
offset: -2 -2;
to: "base";
}
image.normal: "e17_menu_bg.png";
}
}
part
{
name: "bd";
mouse_events: 0;
type: IMAGE;
description
{
state: "default" 0.0;
image
{
normal: "e17_menu_bg_border.png";
border: 1 1 1 1;
middle: 0;
}
}
}
part
{
name: "e.swallow.content";
type: SWALLOW;
description
{
state: "default" 0.0;
}
}
}
}