Displaying 2 results from an estimated 2 matches for "controlwithitems_select".
2010 Mar 16
0
[ wxruby-Bugs-27976 ] Wx::ControlWithItems.select behavior is diferent than the documentation
...y: Incorrect behavior
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Sean DeNigris (lotusone)
Assigned to: Nobody (None)
Summary: Wx::ControlWithItems.select behavior is diferent than the documentation
Initial Comment:
Doc (http://wxruby.rubyforge.org/doc/controlwithitems.html#ControlWithItems_select):
>ControlWithItems#select
> select(Integer n)
>This is the same as set_selection and exists only because it is slightly more natural for controls >which support multiple selection.
Code:
> c = Wx::Choice.new self, -1, Wx::DEFAULT_POSITION, Wx::DEFAULT_SIZE, (''1''....
2006 Dec 01
0
[766] trunk/wxruby2: Added item_data aliases for client_data functions, update doc & tests;
...><span class="cx"> * "ControlWithItems#is_empty":#ControlWithItems_isempty
</span><span class="cx"> * "ControlWithItems#number":#ControlWithItems_number
</span><span class="cx"> * "ControlWithItems#select":#ControlWithItems_select
</span><del>-* "ControlWithItems#set_client_data":#ControlWithItems_setclientdata
-* "ControlWithItems#set_client_object":#ControlWithItems_setclientobject
</del><ins>+* "ControlWithItems#set_item_data":#ControlWithItems_setitemdata
</ins>...