summaryrefslogtreecommitdiff
path: root/src/YalpClients/EflClient/yalp_gui.edc
diff options
context:
space:
mode:
authorNicole Vreden <damba@mecka.net>2010-02-07 11:52:39 +0100
committerNicole Vreden <damba@mecka.net>2010-02-07 11:52:39 +0100
commit927d9f24a2d9560d5cc58945008f8f092c8321ce (patch)
treea608efa783d2146b37aad9711455fe5cfaabc20d /src/YalpClients/EflClient/yalp_gui.edc
parent5cdfa0ea1b2f941ad12e24fffe89314ee96c0d1c (diff)
Python-EFL GUI: new editable Textfield
Signed-off-by: Nicole Vreden <damba@mecka.net>
Diffstat (limited to 'src/YalpClients/EflClient/yalp_gui.edc')
-rw-r--r--src/YalpClients/EflClient/yalp_gui.edc31
1 files changed, 18 insertions, 13 deletions
diff --git a/src/YalpClients/EflClient/yalp_gui.edc b/src/YalpClients/EflClient/yalp_gui.edc
index f15187e..eb76edc 100644
--- a/src/YalpClients/EflClient/yalp_gui.edc
+++ b/src/YalpClients/EflClient/yalp_gui.edc
@@ -327,29 +327,33 @@ collections
part
{
name: "searcharea";
- type: TEXTBLOCK;
- mouse_events: 0;
- entry_mode: EDITABLE;
+ type: SWALLOW;
+ mouse_events: 1;
description
{
state: "default" 0.0;
color: 255 255 255 255;
- visible: 1;
rel1
{
- to: "searchframe";
- relative: 0.0 0.00;
+ relative: 0.15 0.07;
}
rel2
{
- to: "searchframe";
- relative: 1.0 1.0;
+ relative: 0.65 0.13;
+ }
+ }
+
+ description
+ {
+ state: "default" 1.0;
+ color: 0 0 0 0;
+ rel1
+ {
+ relative: 0.15 0.0;
}
- text
+ rel2
{
- text: "Suchbegriff eingeben";
- style: "searchfield_style";
- min: 0 0;
+ relative: 0.65 0.0;
}
}
}
@@ -362,12 +366,13 @@ collections
source: "playlist_buttonframe";
signal: "mouse,clicked,1";
action: STATE_SET "default" 1.0;
- target: "searchframe";
+ // target: "searchframe";
target: "medialist_buttonframe";
target: "playlist_buttonframe";
target: "find_buttonframe";
target: "medialist";
target: "playlist";
+ target: "searcharea";
target: "controlframe";
transition:SINUSOIDAL 1;
}