Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Widgets.py
diff options
context:
space:
mode:
Diffstat (limited to 'Widgets.py')
-rw-r--r--Widgets.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/Widgets.py b/Widgets.py
index 6df71ea..49f3d73 100644
--- a/Widgets.py
+++ b/Widgets.py
@@ -164,6 +164,12 @@ class TablaPeriodica(gtk.EventBox):
pregunta = Pregunta(G.PREGUNTAS[2]["pregunta"])
self.tabla.attach(pregunta, 3, 13, 1, 2)
+ Actual = 1
+ for x in G.PREGUNTAS[2]["opciones"]:
+ print x
+ pregunta = Pregunta(x)
+ self.tabla.attach(pregunta, 3, 13, Actual, Actual + 1)
+ Actual += 1
def set_colores(self, boton):
for elemen in G.COLORS: