Parent

Methods

Included Modules

Files

Wx::ControlWithItems

Superclass of a variety of controls that display lists of items (eg Choice, ListBox, CheckListBox)

Public Instance Methods

each() {|i| ...} click to toggle source

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.