comparison gamelib/gameboard.py @ 336:82a18615a0ab

Ask 'Are you sure?'
author Neil Muller <drnlmuller@gmail.com>
date Sat, 05 Sep 2009 22:30:17 +0000
parents c6e9e64ddaa2
children 40667c9caff9
comparison
equal deleted inserted replaced
335:efafe71dd261 336:82a18615a0ab
1089 tbl.td(doc) 1089 tbl.td(doc)
1090 tbl.tr() 1090 tbl.tr()
1091 tbl.td(done_button, align=1) 1091 tbl.td(done_button, align=1)
1092 1092
1093 gui.Dialog.__init__(self, title_label, tbl, **params) 1093 gui.Dialog.__init__(self, title_label, tbl, **params)
1094
1095