Wx::Object
Superclass of a variety of controls that display lists of items (eg Choice, ListBox, CheckListBox)
Passes each valid item index into the passed block
# File wx/classes/controlwithitems.rb, line 7 def each 0.upto(get_count - 1) { | i | yield i } end
Disabled; run with $DEBUG to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.