def __init__(self, parent): wx.Frame.__init__(self, parent, -1, "Simple Grid Demo", size=(640,480)) self.grid = SimpleGrid(self)