Started implementing a gogame class to handle GUI aspects of the board
This commit is contained in:
parent
579b9bc199
commit
966c6eb9e7
16 changed files with 113 additions and 1 deletions
3
pygo.py
3
pygo.py
|
@ -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()'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue