Sha256: 155c35b9c8614609c56471568aaa265b0b4da8f2b3b8c268b476b8ad66cc583f
Contents?: true
Size: 439 Bytes
Versions: 2
Compression:
Stored size: 439 Bytes
Contents
# :stopdoc: # Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. # :startdoc: class Wx::RTC::RichTextStyleSheet # Copy ctor # @param [Wx::RTC::RichTextStyleSheet] sheet # @return [Wx::RTC::RichTextStyleSheet] def initialize(sheet) end # Copy given style sheet # @param [Wx::RTC::RichTextStyleSheet] sheet # @return [void] def copy(sheet) 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_style_sheet.rb |
wxruby3-0.9.0-x64-mingw-ucrt | lib/wx/doc/rtc/richtext_style_sheet.rb |