Sha256: 02c19bde2f02febdc79950f9484d1ed00eff0fb68946d3ced6479d8c11e21a56

Contents?: true

Size: 218 Bytes

Versions: 11

Compression:

Stored size: 218 Bytes

Contents

# Displays a set of pages in parallel using tabs
class Wx::Notebook
  # Convenience method for iterating pages
  def each_page
    0.upto(get_page_count - 1) do | i |
      yield get_page(i)
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
wxruby3-0.9.0.pre.rc.3-x64-mingw-ucrt lib/wx/core/notebook.rb
wxruby3-0.9.0.pre.rc.2-x64-mingw-ucrt lib/wx/core/notebook.rb
wxruby3-0.9.0.pre.rc.1-x64-mingw-ucrt lib/wx/core/notebook.rb
wxruby3-0.9.0.pre.beta.14-x64-mingw-ucrt lib/wx/core/notebook.rb
wxruby3-0.9.0.pre.beta.13-x64-mingw-ucrt lib/wx/core/notebook.rb
wxruby3-0.9.0.pre.beta.11-x64-mingw-ucrt lib/wx/core/notebook.rb
wxruby3-0.9.0.pre.beta.10-x64-mingw-ucrt lib/wx/core/notebook.rb
wxruby3-0.9.0.pre.beta.9-x64-mingw-ucrt lib/wx/core/notebook.rb
wxruby3-0.9.0.pre.beta.8-x64-mingw-ucrt lib/wx/core/notebook.rb
wxruby3-0.9.0.pre.beta.2-x64-mingw-ucrt-3.2-3.2.2 lib/wx/core/notebook.rb
wxruby3-0.9.0.pre.beta.1-x64-mingw-ucrt-3.2 lib/wx/core/notebook.rb