def __init__(self): self.model = gtk.ListStore(gobject.TYPE_STRING) self.nameEntry = gtk.Entry() self.buttons = []