Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/PuzzleView.py
diff options
context:
space:
mode:
Diffstat (limited to 'PuzzleView.py')
-rw-r--r--PuzzleView.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/PuzzleView.py b/PuzzleView.py
new file mode 100644
index 0000000..ff19cc3
--- /dev/null
+++ b/PuzzleView.py
@@ -0,0 +1,10 @@
+# -*- coding: utf-8 -*-
+import gtk
+import Controller
+class PuzzleView():
+ def __init__(self,controller):
+ #contenedor = gtk.EventBox()
+ #imagen = gtk.Image()
+ #imagen.setFromFile("script01.svg")
+ #imagen.show()
+ return image