noreply at rubyforge.org
2008-May-30 10:13 UTC
[wxruby-development] [ wxruby-Bugs-20446 ] Wx::ToolBar API changed in 1.9.7, new Wx::ToolBarTool doc missing
Bugs item #20446, was opened at 30/05/2008 12:13 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=20446&group_id=35 Category: Incorrect or missing docs Group: None Status: Open Resolution: None Priority: 3 Submitted By: Pascal Hurni (phi) Assigned to: Alex Fenton (brokentoy) Summary: Wx::ToolBar API changed in 1.9.7, new Wx::ToolBarTool doc missing Initial Comment: Several methods in Wx::ToolBar used to return a position for the tool. This was not following wxWidgets API, but was done for easy integration of toolbars in wxRuby. Now (1.9.7), Wx::ToolBar follows the wxWidgets API, thus the current doc are no more up to date concerning these return values. This needs a fix. The new return values are of type Wx::ToolBarTool, which is also undocumented. (there''s currently no docs of this type in WxWidgets). This needs to be documented. ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=20446&group_id=35
Possibly Parallel Threads
- [ wxruby-Patches-20447 ] Add keyword constructor to new class Wx::ToolBarTool
- [ wxruby-Bugs-20477 ] Wx::ListEvent#get_item crashes when navigating with the keypad
- [ wxruby-Bugs-25749 ] DateTimePicker#get_range badly swiged - General DateTime support
- [ wxruby-Bugs-20346 ] can not run wxruby-1.9.7 under ruby1.9.0 in linux
- [ wxruby-Feature Requests-20367 ] wxToolBarTool (wxToolBarToolBase) missing, thus anti-OO