From: Kyle Schmitt Date: 2007-11-21T00:29:02+09:00 Subject: Re: GUI and ruby On Nov 19, 2007 12:11 PM, Janek Thomaschewski wrote: > Hello, > > Kyle Schmitt schrieb: > > I've never used glade with it though... Can you use the standard > > glade interface designer for ruby-glade apps? > > yes you can, the Glade Interface Designer creates standard > .glade-XML-files which can be used by all(?) GTK implementations such as > the ruby one. For the ruby one you can simply "click" your design and > chose the events and afterwards you can use the script > "ruby-glade-create-template" which is included into the ruby gnome2 > package to create a default ruby file with included .glade file and > Gettext support. The events are predefined as methods so you only have > to type in what should be done when clicking a button for example. > In my opinion thats really easy! > > Janek Very nice. I'll have to try that for my next project! Thanks. --Kyle