A ListBox, where each item has a checkbox next to it
Call method in ControlWithItems, then sync item data
# File wx/classes/checklistbox.rb, line 13 def append(item, data = nil) super(item) __wx_item_data[count - 1] = data end
Call method in ControlWithItems, then sync item data
# File wx/classes/checklistbox.rb, line 19 def clear super __wx_item_data.clear end
Returns an array of indices of items that are currently checked.
# File wx/classes/checklistbox.rb, line 32 def get_checked_items find_all { | i | checked?(i) } end
Disabled; run with $DEBUG to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.