noreply at rubyforge.org
2009-May-02 22:09 UTC
[wxruby-development] [ wxruby-Patches-25761 ] Add support for AuiToolBar and associated classes
Patches item #25761, was opened at 03/05/2009 00:09 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=220&aid=25761&group_id=35 Category: None Group: None Status: Open Resolution: None Priority: 3 Submitted By: Pascal Hurni (phi) Assigned to: Nobody (None) Summary: Add support for AuiToolBar and associated classes Initial Comment: Hi, I''m still going further on wxAui support within wxRuby. So here is a patch to add support for the AuiToolBar class and its dependencies: - AuiToolBarArt - AuiDefaultToolBarArt - AuiToolBarEvent - AuiToolBarItem Currently wxWidgets has no docs on these classes while they are supported. So there are also no docs for wxRuby. This should be added later (maybe after the on-going freshup work done in wxAui). The C headers already contain the new API that has been commited in wxWidgets trunk, but commented (until wxWidgets releases the next version and wxRuby be based on it). Regards, Pascal ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=220&aid=25761&group_id=35
Mario Steele
2009-May-03 01:31 UTC
[wxruby-development] [ wxruby-Patches-25761 ] Add support for AuiToolBar and associated classes
Man, we''ve been getting quite a few patches from Pascal, adding new support for various classes. Has anyone looked over this guys work, to see how he is at making these patches? On 5/2/09, noreply at rubyforge.org <noreply at rubyforge.org> wrote:> Patches item #25761, was opened at 03/05/2009 00:09 > You can respond by visiting: > http://rubyforge.org/tracker/?func=detail&atid=220&aid=25761&group_id=35 > > Category: None > Group: None > Status: Open > Resolution: None > Priority: 3 > Submitted By: Pascal Hurni (phi) > Assigned to: Nobody (None) > Summary: Add support for AuiToolBar and associated classes > > Initial Comment: > Hi, > > I''m still going further on wxAui support within wxRuby. > > So here is a patch to add support for the AuiToolBar class and its > dependencies: > - AuiToolBarArt > - AuiDefaultToolBarArt > - AuiToolBarEvent > - AuiToolBarItem > > Currently wxWidgets has no docs on these classes while they are supported. > So there are also no docs for wxRuby. This should be added later (maybe > after the on-going freshup work done in wxAui). > > The C headers already contain the new API that has been commited in > wxWidgets trunk, but commented (until wxWidgets releases the next version > and wxRuby be based on it). > > Regards, > > Pascal > > ---------------------------------------------------------------------- > > You can respond by visiting: > http://rubyforge.org/tracker/?func=detail&atid=220&aid=25761&group_id=35 > _______________________________________________ > wxruby-development mailing list > wxruby-development at rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-development >-- Mario Steele http://www.trilake.net http://www.ruby-im.net http://rubyforge.org/projects/wxruby/ http://rubyforge.org/projects/wxride/
Alex Fenton
2009-May-04 18:49 UTC
[wxruby-development] [ wxruby-Patches-25761 ] Add support for AuiToolBar and associated classes
Mario Steele wrote:> we''ve been getting quite a few patches from Pascal, adding new > support for various classes. Has anyone looked over this guys work, > to see how he is at making these patches?Pascal has submitted numerous good bug reports and patches in the past. I plan to integrate these once I''ve had a chance to review them a