From: tsumeruby@... Date: 2006-01-13T16:13:05+09:00 Subject: Re: Question about GUI API for Ruby On Friday 13 January 2006 06:23 am, David Vallner wrote: > I blame Gtk being mentally associated with a lack of an official binary > distribution for Windows - although I'm going out on a limb here, I don't There are windows binaries for ruby-gtk2 and a gtk installer, what are you talking about? > A frozen API isn't everything, ease of deployment is _very_ valuable in > making end-user applications, and fxruby does deliver perfectly in that > respect. A frozen API is very important not only for the programmer, but for distribution. When you have an app with 20,000 lines of code, you don't want the app to break just because you now have to handle another add-in. and ease of deployment is very easy with Gtk/ruby-gtk2 as well.. if you read the fine site :) Tsume