Sha256: 85cbe83e3f1adc35fd0a64bd241f39f25ee79b335ca7ae3a353595d7dc3b5704

Contents?: true

Size: 531 Bytes

Versions: 5

Compression:

Stored size: 531 Bytes

Contents

# :stopdoc:
# Copyright (c) 2023 M.J.N. Corino, The Netherlands
#
# This software is released under the MIT license.
# :startdoc:


module Wx

  module RTC

    class RichTextCompositeObject

      # Yield each child object to the given block.
      # Returns an Enumerator if no block given.
      # @yieldparam [Wx::RTC::RichTextObject] child the child object yielded
      # @return [Object,Enumerator] last result of block or Enumerator if no block given.
      def each_child; end

    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/rtc/rich_text_composite_object.rb
wxruby3-0.9.5-x64-mingw-ucrt lib/wx/doc/rtc/rich_text_composite_object.rb
wxruby3-0.9.4-x64-mingw-ucrt lib/wx/doc/rtc/rich_text_composite_object.rb
wxruby3-0.9.3-x64-mingw-ucrt lib/wx/doc/rtc/rich_text_composite_object.rb
wxruby3-0.9.2-x64-mingw-ucrt lib/wx/doc/rtc/rich_text_composite_object.rb