Sha256: 5517f9bbf77bfd1d6ecd2259a420f30ba5ec0cd3117618b67d8ed1a41d526693
Contents?: true
Size: 479 Bytes
Versions: 5
Compression:
Stored size: 479 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
5 entries across 5 versions & 1 rubygems