Started implementing a gogame class to handle GUI aspects of the board
This commit is contained in:
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()'
|
||||
|
||||
|
Reference in New Issue
Block a user