Parent

Included Modules

Files

Wx::ListCtrl

Multi-item control with numerous possible view styles

Public Instance Methods

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

Passes each valid item index into the passed block

# File wx/classes/listctrl.rb, line 6
  def each
    0.upto(item_count - 1) { | i | yield i }
  end
on_get_item_attr(i) click to toggle source

Stub version for LC_VIRTUAL controls that does nothing; may be overridden in subclasses.

# File wx/classes/listctrl.rb, line 12
  def on_get_item_attr(i)
    nil
  end
on_get_item_column_image(i, col) click to toggle source

Stub version for LC_VIRTUAL|LC_REPORT controls that does nothing; may be overridden in subclasses.

# File wx/classes/listctrl.rb, line 18
  def on_get_item_column_image(i, col)
    -1
  end

Disabled; run with $DEBUG to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.