Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 2ca3dd961f661bb8229f3ab32372f816 > files > 1451

PythonCard-0.8.2-7.fc14.noarch.rpm


{ 'application':{ 'type':'Application',
            'name':'HtmlPreview',

    'backgrounds':
 [ 
  { 'type':'Background',
    'name':'bgMin',
    'title':'HTML Preview',
    #'size':(800, 600),
    'statusBar':1,
    'style':['resizeable'],

   'components':
   [ 
    { 'type':'HtmlWindow',
      'name':'html',
      'size':(400, 200),
      'text':''
      },
   ]
  }
 ]
 }
 }