Parrot-0.0.1

Phil Hunt philh at vision25.demon.co.uk
Sun Aug 22 16:43:39 EDT 1999


In article <7pp517$dce$1 at nnrp1.deja.com>
           schorsch at schorsch.com "Georg Mischler" writes:
> philh at vision25.demon.co.uk wrote:
> > To use Parrot, first you create a *.par file describing your
> > application's GUI. Your file might look something like this:
> >
> > -----------Cut here-------------------------------
> > window @MyWindow "My First Window" {
> >    menuBar {
> >       menu "File" {
> >          menuItem @New "New"
> >          menuItem @Exit "Exit"
> >       }
> >       menu "Help" {
> >          menuItem @About "About..."
> 
> Looks very interesting.
> And actually reminds me a lot of autodesks slowly deprecated
> dcl description language which I also liked a lot at the time.
> Is this a coincidence?

Yep, I've never heard of Autodesk DCL.
 
> Another thing: Do you have any concepts on supporting dynamic
> dialogs with your tool?

It's not something I've thought about, up til now.


-- 
Phil Hunt....philh at vision25.demon.co.uk





More information about the Python-list mailing list