diff options
| author | Nicole Vreden <damba@mecka.net> | 2010-01-24 22:06:50 +0100 |
|---|---|---|
| committer | Nicole Vreden <damba@mecka.net> | 2010-01-24 22:06:50 +0100 |
| commit | 4a6f590c48f73d245bd6059d99933868369b385b (patch) | |
| tree | c782f031a366a7f694c4cbc2fcac24302c537fb3 /src/YalpClients/EflClient/yalp_gui.edc | |
| parent | 8c75b19a8fae32fbc1740b2c30570a5acdd6a6c1 (diff) | |
Python-EFL-GUI: new Classes
- Class Selection
- Class Search
- changed edje-findbutton to elementary.Button and added to Class Search
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.edc | 131 |
1 files changed, 25 insertions, 106 deletions
diff --git a/src/YalpClients/EflClient/yalp_gui.edc b/src/YalpClients/EflClient/yalp_gui.edc index 59d402f..f15187e 100644 --- a/src/YalpClients/EflClient/yalp_gui.edc +++ b/src/YalpClients/EflClient/yalp_gui.edc @@ -1,3 +1,12 @@ +styles +{ + style + { + name: "searchfield_style"; + base: "font=Edje-Vera font_size=12 valign=bottom color=#000 wrap=word"; + } +} + collections { group @@ -243,8 +252,8 @@ collections } part { - name: "findbutton"; - type: RECT; + name: "find_buttonframe"; + type: SWALLOW; mouse_events: 1; description @@ -274,46 +283,7 @@ collections } rel2 { - relative: 0.95 0.01; - offset: -1 -1; - } - } - } - - part - { - name: "buttontext_find"; - type: TEXT; - mouse_events: 0; - description - { - color: 255 255 255 255; - rel1 - { - relative: 0.83 0.08; - } - rel2 - { - relative: 0.94 0.12; - } - text - { - text: "Find..."; - font:"VeraBd.ttf"; - size: 12; - } - } - description - { - state: "default" 1.0; - rel1 - { - relative: 0.83 0.0; - offset: 0 0; - } - rel2 - { - relative: 0.94 0.01; + relative: 0.95 -0.5; offset: -1 -1; } } @@ -353,43 +323,33 @@ collections } } } - + part { name: "searcharea"; - type: BOX; + type: TEXTBLOCK; mouse_events: 0; + entry_mode: EDITABLE; description { state: "default" 0.0; + color: 255 255 255 255; visible: 1; - align: 0.0 0.0; - color: 255 255 255 50; rel1 { - relative: 0.15 0.07; + to: "searchframe"; + relative: 0.0 0.00; } rel2 { - relative: 0.65 0.13; - } - box - { - layout: "vertical"; - padding: 0 2; - align: 0.5 0.5; + to: "searchframe"; + relative: 1.0 1.0; } - } - box - { - items + text { - item - { - type: GROUP; - min: 100 100; - source: "text_group"; - } + text: "Suchbegriff eingeben"; + style: "searchfield_style"; + min: 0 0; } } } @@ -405,8 +365,7 @@ collections target: "searchframe"; target: "medialist_buttonframe"; target: "playlist_buttonframe"; - target: "findbutton"; - target: "buttontext_find"; + target: "find_buttonframe"; target: "medialist"; target: "playlist"; target: "controlframe"; @@ -414,44 +373,4 @@ collections } } } - - group - { - name: "text_group"; - parts - { - part - { - name: "searchfield"; - type: TEXTBLOCK; - mouse_events: 0; - entry_mode: EDITABLE; - description - { - state: "default" 0.0; - visible: 1; - align: 0.1 0.1; - text - { - text: "Huhu"; - style: "style"; - min: 0 1; - } - rel1 - { - relative: 0.15 0.07; - } - rel2 - { - relative: 0.65 0.13; - } - } - } - } - } } - - - - - |
