"""Bricks/button
xxx
Just a button 
"""


lay = """
   l=stinga_molto_piu_lunga_delle_altre
#   b=pigia1:20
   b=pigia:10
"""

#l = Layout(lay, opts="T")
l = Layout(lay, opts="V")
#l.xml('/tmp/b.xml')
#w = l.show()
w = l.show()


        
    
