Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamus_ <mail2samus@gmail.com>2009-10-14 06:08:12 (GMT)
committer Samus_ <mail2samus@gmail.com>2009-10-14 06:08:12 (GMT)
commitceeb557800ff3b9caa3e3728786ff5ffd15f639f (patch)
treeb9fecdbed6c6560e5c4f68c275d42349a0fbf043
parent2a7cfb08141084a42321f8b14769e12e4e7e911a (diff)
updating Inicio state layout
-rw-r--r--data/state_inicio.glade68
1 files changed, 62 insertions, 6 deletions
diff --git a/data/state_inicio.glade b/data/state_inicio.glade
index c24e22e..8a5b80a 100644
--- a/data/state_inicio.glade
+++ b/data/state_inicio.glade
@@ -4,13 +4,69 @@
<!-- interface-naming-policy project-wide -->
<object class="GtkWindow" id="window">
<child>
- <object class="GtkDrawingArea" id="drawingarea">
- <property name="width_request">320</property>
- <property name="height_request">240</property>
+ <object class="GtkVBox" id="vbox1">
<property name="visible">True</property>
- <property name="events">GDK_BUTTON_PRESS_MASK | GDK_STRUCTURE_MASK</property>
- <signal name="button_press_event" handler="on_drawingarea_button_press_event"/>
- <signal name="expose_event" handler="on_drawingarea_expose_event"/>
+ <property name="orientation">vertical</property>
+ <property name="homogeneous">True</property>
+ <child>
+ <object class="GtkAlignment" id="alignment1">
+ <property name="visible">True</property>
+ <child>
+ <object class="GtkLabel" id="label1">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Fractions of Cakes</property>
+ <attributes>
+ <attribute name="underline" value="True"/>
+ <attribute name="scale" value="2.500000"/>
+ </attributes>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkAlignment" id="alignment2">
+ <property name="visible">True</property>
+ <property name="xscale">0</property>
+ <property name="yscale">0</property>
+ <child>
+ <object class="GtkButton" id="button1">
+ <property name="label" translatable="yes">Jugar!</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="xalign">0.55000001192092896</property>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkAlignment" id="alignment3">
+ <property name="visible">True</property>
+ <property name="xalign">1</property>
+ <property name="yalign">1</property>
+ <property name="xscale">0</property>
+ <property name="yscale">0</property>
+ <property name="bottom_padding">10</property>
+ <property name="right_padding">10</property>
+ <child>
+ <object class="GtkButton" id="button2">
+ <property name="label" translatable="yes">Instrucciones &#xBB;</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="position">2</property>
+ </packing>
+ </child>
</object>
</child>
</object>