Wx::Object
Advanced User Interface Notebook - draggable panes etc
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.