def __init__( self, title, columns, items, icon, embedded=True ):
LIKE_XREF_FROM_WIDTH = 100
idaapi.Choose2.__init__( self, title, columns, embedded=embedded,
width=LIKE_XREF_FROM_WIDTH )
self.items = items
self.icon = icon
文章目录