diff options
| author | Nicole Vreden <damba@slartibartfast.traut> | 2009-12-30 20:17:21 +0100 |
|---|---|---|
| committer | Nicole Vreden <damba@slartibartfast.traut> | 2009-12-30 20:17:21 +0100 |
| commit | 0933267609a286b96daeea91c8eee2a4f231f261 (patch) | |
| tree | e54899178c2eeb118677c71ef96a7cf419105a8f | |
| parent | a02ae21955b5fbc6e1922debb514392739790628 (diff) | |
Python-EFL GUI: Added List
- Part "Medialist" contains Elementary.List
- changed Main Window to Elementary.Window
Signed-off-by: Nicole Vreden <damba@mecka.net>
| -rwxr-xr-x | src/YalpClients/EflClient/main.py | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/src/YalpClients/EflClient/main.py b/src/YalpClients/EflClient/main.py index 476023f..de731e9 100755 --- a/src/YalpClients/EflClient/main.py +++ b/src/YalpClients/EflClient/main.py @@ -53,10 +53,16 @@ def gui(): #c.size = win.canvas.size items = [("huhu",huhu), - ("haha", huhu), - ("hoho", huhu), - ("hehe", huhu), - ("hihi", huhu)] + ("haha", huhu), + ("hoho", huhu), + ("hehe", huhu), + ("hihi", huhu), + ("12345", huhu), + ("abcde", huhu), + ("fghij", huhu), + ("klmno", huhu), + ("pqrst", huhu), + ("uvwxyz", huhu)] #ee = ecore.evas.SoftwareX11(w=800, h=600) win.title_set("YALP") |
