From: Tyler Eaves Date: 2005-05-24T09:00:17+09:00 Subject: Re: Sending and receiving windows messages with ruby. On Tue, 24 May 2005 06:43:39 +0900, Shad Sterling wrote: > > window app can't do a few things that a console app can do. > > I'm not at all familiar with wxwidgets or wxRuby, but I'd guess that > that wxwidgets is mostly for doing simple GUI stuff (which does not > include what you're trying to do), and that it's not possible for the > ruby bindings to allow you to create (in Ruby) a derived class from a > C++ class defined by wxwidgets. I could be wrong.. Well, can't speak for how useful it is with Ruby, as I haven't tried it yet, wxWidgets is a very powerful GUI library, easily as featureful as GTK2, QT3, etc. One strength of wxWindows is that it runs on all 3 major platforms and uses native widgets on each (GDI on Windows, Cocoa on OS X, GTK2 on *nix)