Sha256: 8b7f91a16b6b6930acdab9815deca9446b960dea98e5072d32c758d9416e72db
Contents?: true
Size: 460 Bytes
Versions: 5
Compression:
Stored size: 460 Bytes
Contents
# :stopdoc: # Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. # :startdoc: module Wx class Sizer # Yield each child item to the given block. # Returns an Enumerator if no block given. # @yieldparam [Wx::SizerItem] child the child item yielded # @return [Object,Enumerator] last result of block or Enumerator if no block given. def each_child; end end end
Version data entries
5 entries across 5 versions & 1 rubygems