Page 1 of 1

GTK GUI for newLISP

Posted: Thu Jan 13, 2005 12:46 am
by Sunburned Surveyor
I'm just checking out newLisp at the moment and I had a rookie question.

Where might I find a guide or tutorial, (or even an article), on how to use newLisp with GTK to build graphical user interfaces. Has anyone built GUI's for NewLisp this way.

I am very curious. A reliable way to build GUI's is the only thing holding me back from newLisp at this point.

I don't know much about GTK, but I do use GIMP. I also no very little C++. However, I do write programs in Java, and I write in AutoLISP.

Thanks,

The Sunburned Surveyor

Posted: Thu Jan 13, 2005 1:03 am
by Lutz
You can start here: http://www.turtle.dds.nl/gtk-server/index.html there are lots of example applications for using GTK with newLISP and a tutorial too. For more detailed info on GTK you would have to go to http://gtk.org/ .

Lutz