Re: programming X
- Posted by irvm at ellijay.com Jun 17, 2003
- 390 views
On Tuesday 17 June 2003 01:34 am, Steve wrote: > Hey, > > Does anyone on this list actually program in euphoria on linux? I am > trying to figure out if anything resembling win32lib exists. I > understand that the last attempt (according to the RDS site) at creating > such a lib was in 1999. If anyone here programs with euphoria in linux > and actually uses gui elements I would love to hear what you use. Yes - please look at my EuGTK+ wrapper (http://ellijay.com/users/irvm) It doesn't have a "drag and drop" designer like Judith's IDE, but since GTK uses a different (and superior, in my opinion) way of laying out controls, it really doesn't need one. You have to type the code, but it's _way_ simpler than Windows code. As far as using this, yes. I maintain several large websites, and I use a bunch of small programs written using EuGTK on a daily basis. Turns out that it's actually easier and quicker to write these with a nice GUI than it is to write the same thing to run in console mode. If you have questions, contact me. Regards, Irv