def __init__(self, title, cols, items, deflt = 1): idaapi.Choose2.__init__(self, title, cols) self.items = items self.deflt = deflt