search for: test_checklistbox_itemdata

Displaying 1 result from an estimated 1 matches for "test_checklistbox_itemdata".

2006 Dec 01
0
[767] trunk/wxruby2: Added CheckListBox to item_data test, note to explain why fixes are not needed
...;<span class="lines">@@ -105,6 +105,13 @@ </span><span class="cx"> do_control_with_items_assertions(f) </span><span class="cx"> f.close(true) </span><span class="cx"> end </span><ins>+ + def test_checklistbox_itemdata + f = CtrlContainerFrame.new(Wx::CheckListBox, Wx::DEFAULT_POSITION, + Wx::DEFAULT_SIZE, %w[hash string float]) + do_control_with_items_assertions(f) + f.close(true) + end </ins><span class="cx"> end </span><span class=&quo...