Sha256: 96144d224916ff559c61b2629b55e4f27ae5b9e65991d8583d8d00ee9b44810b
Contents?: true
Size: 1.05 KB
Versions: 2
Compression:
Stored size: 1.05 KB
Contents
# :stopdoc: # Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. # :startdoc: class Wx::RTC::RichTextBuffer # Iterates all RichTextFileHandler-s and passes each handler to the given block # or returns an enumerator if no block given. # @yieldparam [Wx::RTC::RichTextFileHandler] handler # @return [Object,Enumerator] last result of given block or enumerator def self.each_handler; end # Iterates all RichTextFieldType-s and passes each field type to the given block # or returns an enumerator if no block given. # @yieldparam [Wx::RTC::RichTextFieldType] field type # @return [Object,Enumerator] last result of given block or enumerator def self.each_field_type; end # Iterates all RichTextDrawingHandler-s and passes each handler to the given block # or returns an enumerator if no block given. # @yieldparam [Wx::RTC::RichTextDrawingHandler] handler # @return [Object,Enumerator] last result of given block or enumerator def self.each_drawing_handler; end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wxruby3-0.9.1-x64-mingw-ucrt | lib/wx/doc/rtc/richtext_buffer.rb |
wxruby3-0.9.0-x64-mingw-ucrt | lib/wx/doc/rtc/richtext_buffer.rb |