Parent

Methods

Files

Wx::AuiNotebook

Advanced User Interface Notebook - draggable panes etc

Public Instance Methods

each_page() {|get_page(i)| ...} click to toggle source

Convenience method for iterating pages

# File wx/classes/auinotebook.rb, line 4
  def each_page
    0.upto(get_page_count - 1) do | i |
      yield get_page(i)
    end
  end

Disabled; run with $DEBUG to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.