Fully implemented loading SGF files, although we can only look at the main sequence for now

This commit is contained in:
2012-04-21 18:25:04 -04:00
parent 692dc294d6
commit 40d9c6c08f
3 changed files with 65 additions and 28 deletions

View File

@ -101,11 +101,24 @@
</child>
<child>
<widget class="GtkMenuItem" id="load_sgf">
<widget class="GtkImageMenuItem" id="load_sgf">
<property name="visible">True</property>
<property name="label" translatable="yes">_Load SGF</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_local_load_sgf" last_modification_time="Sat, 21 Apr 2012 08:07:07 GMT"/>
<signal name="activate" handler="on_local_load_sgf" last_modification_time="Sat, 21 Apr 2012 21:10:09 GMT"/>
<accelerator key="O" modifiers="GDK_CONTROL_MASK" signal="activate"/>
<child internal-child="image">
<widget class="GtkImage" id="image1">
<property name="visible">True</property>
<property name="stock">gtk-open</property>
<property name="icon_size">1</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
</widget>