{'stack':{'type':'Stack',
'name':'Template',
'backgrounds': [
{'type':'Background',
'name':'bgTemplate',
'title':'Standard Template with File->Exit menu',
'position':(519, 120),
'size':(400, 300),
'style':['resizeable'],
'menubar': {'type':'MenuBar',
'menus': [
{'type':'Menu',
'name':'menuFile',
'label':'&File',
'items': [
{'type':'MenuItem',
'name':'menuFileExit',
'label':'E&xit',
},
]
},
]
},
'components': [
{'type':'Choice',
'name':'Choice2',
'position':(154, 9),
'items':[],
},
{'type':'Choice',
'name':'Choice1',
'position':(10, 10),
'size':(130, -1),
'items':['a', 'b', 'c'],
},
] # end components
} # end background
] # end backgrounds
} }
|