summaryrefslogtreecommitdiff
path: root/src/YalpClients/EflClient/main.py
diff options
context:
space:
mode:
authorNicole Vreden <damba@slartibartfast.traut>2009-12-30 20:17:21 +0100
committerNicole Vreden <damba@slartibartfast.traut>2009-12-30 20:17:21 +0100
commit0933267609a286b96daeea91c8eee2a4f231f261 (patch)
treee54899178c2eeb118677c71ef96a7cf419105a8f /src/YalpClients/EflClient/main.py
parenta02ae21955b5fbc6e1922debb514392739790628 (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>
Diffstat (limited to 'src/YalpClients/EflClient/main.py')
-rwxr-xr-xsrc/YalpClients/EflClient/main.py14
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")