Sha256: 544fc3159b51c0fe5504877e0f19136e5b499619ef00b3f529982ea31886928e
Contents?: true
Size: 440 Bytes
Versions: 19
Compression:
Stored size: 440 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
19 entries across 19 versions & 1 rubygems