Wx::Object
Displays a set of pages in parallel using tabs
Convenience method for iterating pages
# File wx/classes/notebook.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.