Exemplo n.º 1
0
 def __init__(self, rows):
     packer = lambda x : triplepacker('trait', 'name', 'value', x)
     DragListWindow.__init__(self, 'variables', packer, rows,
                             TARGETS.get('variable', 'flavor'))
Exemplo n.º 2
0
 def __init__(self, rows):
     packer = lambda x : triplepacker('trait', 'name', 'value', x)
     DragListWindow.__init__(self, 'variables', packer, rows,
                             TARGETS.get('variable', 'flavor'))
Exemplo n.º 3
0
 def __init__(self, rows):
     packer = lambda x : rowpacker('family', x)
     DragListWindow.__init__(self, 'families', packer, rows,
                             TARGETS.get('family', 'flavor'))
Exemplo n.º 4
0
 def __init__(self, rows):
     packer = lambda x : rowpacker('family', x)
     DragListWindow.__init__(self, 'families', packer, rows,
                             TARGETS.get('family', 'flavor'))