Robert Carlin wrote:> I just added a new wiki page that lists all the widgets and classes in
> the wxWidgets toolkit. It shows which of the widgets we have available
> in the current binding of wxRuby, 0.2.1.
Very cool.
Did you write a tool to do this? I hadn''t thought of it before, but it
would be easy to feed a list of classes to wxRuby and have it tell you
whether or not they exist in the Wx module.
That could even be extended to a list of methods within each class,
although that would have a few issues (some methods get renamed or split
into multiple methods, as in wxPython). The hard part is coming up with
a list of wxWidgets classes/methods in the first place, I think.
Kevin