[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: Ruby GUI and VisualBasic

Farrel Lifson

7/27/2006 2:18:00 PM

On 27/07/06, Victor Reyes <victor.reyes@gmail.com> wrote:
> Is there a Ruby GUI environment like the one with VisualBasic, where one can
> drag &drop widgets to a screen coordinate?
>
> Thanks
>
> Victor

You can design a GUI using Glade (for GTK/Gnome2 apps) and then use
the .glade file in your program with ruby-gnom2's libglade bindings.

Farrel