summaryrefslogtreecommitdiff
path: root/src/YalpClients/EflClient/yalp_gui.edc
diff options
context:
space:
mode:
authorNicole Vreden <damba@slartibartfast.traut>2010-02-20 14:08:53 +0100
committerNicole Vreden <damba@slartibartfast.traut>2010-02-20 14:08:53 +0100
commit2c6f463251056b7277f790716b4cb6cbc2fd217b (patch)
tree79c66e1d46bfa63ea9a020c12ca1e606a7db35ef /src/YalpClients/EflClient/yalp_gui.edc
parent47398dbe18e7adb6b6a1493f18fc98247450e798 (diff)
Yalp-EFL-GUI: Bugfixing
- added Play-Button - hide Frames by clicking on Play-Button - show Frames by clicking on main-Frame Signed-off-by: Nicole Vreden <damba@slartibartfast.traut>
Diffstat (limited to 'src/YalpClients/EflClient/yalp_gui.edc')
-rw-r--r--src/YalpClients/EflClient/yalp_gui.edc23
1 files changed, 12 insertions, 11 deletions
diff --git a/src/YalpClients/EflClient/yalp_gui.edc b/src/YalpClients/EflClient/yalp_gui.edc
index 24c593f..70427af 100644
--- a/src/YalpClients/EflClient/yalp_gui.edc
+++ b/src/YalpClients/EflClient/yalp_gui.edc
@@ -108,7 +108,7 @@ collections
}
rel2
{
- relative: 0.49 0.8;
+ relative: 1.0 1.0;
offset: 0 0;
}
}
@@ -169,7 +169,7 @@ collections
}
}
}
- /*
+
part
{
name: "medialist_buttonframe";
@@ -205,7 +205,7 @@ collections
}
}
- */
+
part
{
@@ -215,14 +215,14 @@ collections
description
{
state: "default" 0.0;
- color: 0 0 0 0;
+ color: 80 30 114 175;
rel1
{
- relative: 0.15 0.07;
+ relative: 0.15 0.1;
}
rel2
{
- relative: 0.65 0.13;
+ relative: 0.5 0.13;
}
}
@@ -232,22 +232,22 @@ collections
color: 0 0 0 0;
rel1
{
- relative: 0.15 0.0;
+ relative: 0.15 -0.5;
}
rel2
{
- relative: 0.65 0.0;
+ relative: 0.5 -0.5;
}
}
}
}
programs
{
- /*
+
program
{
name: "hide_searchframe";
- source: "medialist";
+ source: "medialist_buttonframe";
signal: "mouse,clicked,1";
action: STATE_SET "default" 1.0;
target: "searchframe";
@@ -268,7 +268,7 @@ collections
target: "searcharea";
transition:SINUSOIDAL 1;
}
- */
+ /*
program
{
name: "button_clicked_signal_program";
@@ -289,6 +289,7 @@ collections
target: "medialist";
target: "searcharea";
}
+ */
}
}
}