noreply at rubyforge.org
2006-Nov-21 22:21 UTC
[Wxruby-development] [ wxruby-Bugs-6810 ] Wx::ListBox.get_selections does not return selected items
Bugs item #6810, was opened at 2006-11-21 22:21 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=6810&group_id=35 Category: Incorrect behavior Group: None Status: Open Resolution: None Priority: 3 Submitted By: Alex Fenton (brokentoy) Assigned to: Kevin Smith (qualitycode) Summary: Wx::ListBox.get_selections does not return selected items Initial Comment: Wx::ListBox.get_selections should return an array containing the Integer positions of all the selected items. It is only useful when the widget has been created with the LB_MULTIPLE style. However, at present, it returns the number of selected items as a simple Integer. ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=6810&group_id=35
Maybe Matching Threads
- [752] trunk/wxruby2: Fix for Bug #6810: ListBox#get_selections should return an array of selections
- [935] branches/wxruby2/wxwidgets_282/doc/textile/listbox.txtl: Correct method signature of Listbox#get_selections method
- [756] trunk/wxruby2/swig: Moved one-shot typemaps for ListBox.get_selections into ListBox.i
- [757] trunk/wxruby2/samples/bigdemo/wxListBox.rbw: Made presentation of results of ListBox.get_selections clearer
- [ wxruby-Bugs-6972 ] Wx::ListCtrl will crash if item added before insert_column called