summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNicole Vreden <damba@mecka.net>2009-12-11 00:11:44 +0100
committerNicole Vreden <damba@mecka.net>2009-12-11 00:11:44 +0100
commitbe24471f6b0ae73d2255dc2824d65d0e52e388b1 (patch)
treefeb51da78db091ef72dd82cd9a9faa4233f8b210 /src
parentcf689f92813cc185c108b341438760bca9ed14f9 (diff)
EFL-GUI: added elements
- added rectangles for medialist and playlist - added RECT for Add-Button (Medialist) Signed-off-by: Nicole Vreden <damba@mecka.net>
Diffstat (limited to 'src')
-rw-r--r--src/YalpClients/EflClient/yalp_gui.edc143
1 files changed, 133 insertions, 10 deletions
diff --git a/src/YalpClients/EflClient/yalp_gui.edc b/src/YalpClients/EflClient/yalp_gui.edc
index cca8331..c16c618 100644
--- a/src/YalpClients/EflClient/yalp_gui.edc
+++ b/src/YalpClients/EflClient/yalp_gui.edc
@@ -73,6 +73,7 @@ collections
description
{
state: "default" 1.0;
+ color: 0 0 0 0;
rel1
{
relative: 0.0 0.0;
@@ -80,7 +81,7 @@ collections
}
rel2
{
- relative: 1.0 0.03;
+ relative: 1.0 0.01;
offset: -1 -1;
}
}
@@ -88,7 +89,7 @@ collections
part
{
- name: "controlframe";
+ name: "medialist";
type: RECT;
mouse_events: 1;
@@ -96,20 +97,89 @@ collections
{
state: "default" 0.0;
align: 0 0;
- color: 30 89 114 175;
+ color: 30 89 114 150;
rel1
{
- relative: 0.0 0.8;
+ relative: 0.0 0.2;
+ offset: 0 0;
+ }
+ rel2
+ {
+ relative: 0.49 1.0;
+ offset: 0 0;
+ }
+ }
+ description
+ {
+ state: "default" 1.0;
+ align: 0 0;
+ color: 0 0 0 0;
+
+ rel1
+ {
+ relative: 0.0 0.01;
+ offset: 0 0;
+ }
+ rel2
+ {
+ relative: 0.005 0.8;
+ offset: 0 0;
+ }
+ }
+ }
+
+ part
+ {
+ name: "playlist";
+ type: RECT;
+ mouse_events: 1;
+ description
+ {
+ state: "default" 0.0;
+ align: 0 0;
+ color: 30 89 114 150;
+ rel1
+ {
+ relative: 0.51 0.2;
+ offset: 0 0;
}
rel2
{
relative: 1.0 1.0;
+ offset: 0 0;
}
}
description
{
state: "default" 1.0;
+ align: 0 0;
+ color: 0 0 0 0;
+ rel1
+ {
+ relative: 0.995 0.01;
+ offset: 0 0;
+ }
+ rel2
+ {
+ relative: 1.0 0.8;
+ offset: 0 0;
+ }
+ }
+ }
+
+ part
+ {
+ name: "controlframe";
+ type: RECT;
+ mouse_events: 1;
+
+ description
+ {
+ state: "default" 0.0;
+ align: 0 0;
+ color: 30 89 114 175;
+
rel1
{
relative: 0.0 0.97;
@@ -121,10 +191,23 @@ collections
offset: 0 0;
}
}
+ description
+ {
+ state: "default" 1.0;
+ color: 30 89 114 175;
+ rel1
+ {
+ relative: 0.0 0.8;
+ }
+ rel2
+ {
+ relative: 1.0 1.0;
+ }
+ }
}
part
{
- name: "button";
+ name: "findbutton";
type: RECT;
mouse_events: 1;
@@ -147,6 +230,7 @@ collections
description
{
state: "default" 1.0;
+ color: 0 0 0 0;
rel1
{
relative: 0.8 0.0;
@@ -154,7 +238,7 @@ collections
}
rel2
{
- relative: 0.95 0.03;
+ relative: 0.95 0.01;
offset: -1 -1;
}
}
@@ -162,7 +246,7 @@ collections
part
{
- name: "buttontext";
+ name: "buttontext_find";
type: TEXT;
mouse_events: 0;
description
@@ -193,11 +277,47 @@ collections
}
rel2
{
- relative: 0.94 0.03;
+ relative: 0.94 0.01;
offset: -1 -1;
}
}
}
+
+ part
+ {
+ name: "add_button";
+ type: RECT;
+ mouse_events: 1;
+ description
+ {
+ state: "default" 0.0;
+ color: 211 168 234 255;
+ rel1
+ {
+ relative: 0.15 0.85;
+ offset: 0 0;
+ }
+ rel2
+ {
+ relative: 0.35 0.9;
+ offset: 0 0;
+ }
+ }
+ description
+ {
+ state: "default" 1.0;
+ color: 0 0 0 0;
+ rel1
+ {
+ relative: 0.0 0.85;
+ }
+ rel2
+ {
+ relative: 0.005 0.9;
+ }
+ }
+ }
+
}
programs
{
@@ -208,8 +328,11 @@ collections
signal: "mouse,clicked,1";
action: STATE_SET "default" 1.0;
target: "searchframe";
- target: "button";
- target: "buttontext";
+ target: "findbutton";
+ target: "buttontext_find";
+ target: "medialist";
+ target: "playlist";
+ target: "add_button";
transition:SINUSOIDAL 1;
}
}