Features/TableView Widget/Testing: Difference between revisions
| Line 12: | Line 12: | ||
class Cell(gtk.Button): | class Cell(gtk.Button): | ||
def do_fill_in(self, row, column): | def do_fill_in(self, table, row, column): | ||
self.props.label = '%s:%s' % (row, column) | self.props.label = '%s:%s' % (row, column) | ||