From: mitchell Date: 2006-09-23T00:14:41+09:00 Subject: Re: RAD ( Rapid Application Development) Hi, > I believe rubygtk can use Glade's output directly, but it's still on my > list of things to try out so I can't show you code, unfortunately... > Something to look into, anyway. Yes you can. @glade = GladeXML.new('path/to/gladefile') { |handler| method(handler) } -Mitchell;