Sha256: b4cbe6738d8be60b228f3f0fb71aa4d647450d91471be2c3d6b66d367ae6c426
Contents?: true
Size: 458 Bytes
Versions: 19
Compression:
Stored size: 458 Bytes
Contents
# :stopdoc: # Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. # :startdoc: module Wx class Notebook # Iterate each notebook page. # Passes each page to the given block. # Returns an Enumerator if no block given. # @yieldparam [Wx::Window] page notebook page # @return [Object,Enumerator] last result of block or Enumerator if no block given. def each_page; end end end
Version data entries
19 entries across 19 versions & 1 rubygems