Sophie

Sophie

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

PythonCard-0.8.2-7.fc14.noarch.rpm

{'type':'CustomDialog',
    'name':'Template',
    'title':'Dialog Template',
    'size':(300, 100),
    'style':['resizeable'],
    'components': [

{'type':'Button', 
    'name':'btnOK', 
    'position':(10, 35), 
    'label':'OK',
    'id':5100,
    'default':1,
    },

{'type':'Button', 
    'name':'btnCancel', 
    'position':(100, 35), 
    'label':'Cancel',
    'id':5101,
    },

] # end components
} # end CustomDialog