Started implementing a gogame class to handle GUI aspects of the board

This commit is contained in:
2012-04-17 01:01:34 -04:00
parent 579b9bc199
commit 966c6eb9e7
16 changed files with 113 additions and 1 deletions

View File

@ -8,7 +8,7 @@ sys.path.append('lib/')
import goban
import config
import gtk, gtk.glade
import gtk, gtk.glade, gobject
class Pygo():
@ -47,6 +47,7 @@ class Pygo():
# fixme: create the go board widget and add it to our box here
def on_net_direct(self, widget):
print 'stub: Pygo.on_menu_net_direct()'