Hey guys, 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. I''m pretty sure that I got everything, although I haven''t tested it out exhaustively, its just a first start. You can see it at http://wxruby.rubyforge.org/wiki/wiki.pl?Widgets_Supported Robert _________________________________________________________________ Get tax tips, tools and access to IRS forms – all in one place at MSN Money! http://moneycentral.msn.com/tax/home.asp
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