Hi just a quick update on http://wxruby.rubyforge.org/wiki/wiki.pl?What_Classes_Are_Implemented_In_Wxruby I''ve added a clearer comparison of the two versions, plus info on classes that are being dropped or shouldn''t be implemented b/c standard library is preferred. obviously these are up for discussion, just my view based on what''s in ruby by default or easy to implement. Kevin - looking again at ConfigBase, I don''t think it''s worth porting. I plan to change the little bits of existing application code that use it before moving to wxruby2. But it was interesting, thanks for your help. I''m going back to work on TreeCtrl, of which I have a version that compiles and works but is missing methods. alex
Alex Fenton wrote:> Hi > > just a quick update on > > http://wxruby.rubyforge.org/wiki/wiki.pl?What_Classes_Are_Implemented_In_Wxruby > > > I''ve added a clearer comparison of the two versions, plus info on > classes that are being dropped or shouldn''t be implemented b/c standard > library is preferred. obviously these are up for discussion, just my > view based on what''s in ruby by default or easy to implement.Nice. I see a few things I''ll probably change at some point. The MBConv stuff will probably be needed for good unicode support, but I''ll know more when I get back to that. Some classes like NotebookSizer have been deprecated in wx 2.5+, so we''ll be dropping those from wxruby2. Still, it''s a great list and is mostly accurate.> Kevin - looking again at ConfigBase, I don''t think it''s worth porting.Ok. Sounds good to me. If someone feels motivated later, I can help them add it. Otherwise we''ll leave it out for now. Kevin
Seemingly Similar Threads
- =ConfigBase
- [1089] trunk/wxruby2/swig/classes/TreeCtrl.i: Hide missing method call in TreeCtrl on Win32
- [1137] trunk/wxruby2/swig/classes/TreeCtrl.i: Call correct shared function to check whether TreeCtrl is deleted in markfunc
- [920] branches/wxruby2/wxwidgets_282/swig/classes/TreeCtrl.i: Fix compile error: TreeCtrl no longer inherits from wxScrolledWindow on GTK/Mac
- [1046] trunk/wxruby2/swig/classes/TreeCtrl.i: Prevent crashes in TreeCtrl from premature deletion of associated ImageList