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

Version Path
wxruby3-0.9.7-x64-mingw-ucrt lib/wx/doc/sizer.rb
wxruby3-0.9.5-x64-mingw-ucrt lib/wx/doc/sizer.rb
wxruby3-0.9.4-x64-mingw-ucrt lib/wx/doc/sizer.rb
wxruby3-0.9.3-x64-mingw-ucrt lib/wx/doc/sizer.rb
wxruby3-0.9.2-x64-mingw-ucrt lib/wx/doc/sizer.rb