Sha256: ff99d8e3087c0acd67ba3ce1ac95ba8fd4b096c1be9795fda7cbd6f43ab51ab5
Contents?: true
Size: 487 Bytes
Versions: 17
Compression:
Stored size: 487 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 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 end end
Version data entries
17 entries across 17 versions & 1 rubygems