Sha256: 6968fb8e31af3a1df42290ebbc9b5e2af7c00ba197f43e6324a1cbe1fc2ec019

Contents?: true

Size: 1.09 KB

Versions: 2

Compression:

Stored size: 1.09 KB

Contents

# :stopdoc:
# This file is automatically generated by the WXRuby3 documentation 
# generator. Do not alter this file.
# :startdoc:


module Wx::RTC

  # Implements a rich text data object for clipboard transfer.
  # === 
  # 
  # Category:  Rich Text
  # @see Wx::DataObjectSimple
  # @see  Wx::RTC::RichTextBuffer
  # @see  Wx::RTC::RichTextCtrl 
  # 
  # 
  class RichTextBufferDataObject < DataObjectSimple
  
    # The constructor doesn't copy the pointer, so it shouldn't go away while this object is alive.
    # @param richTextBuffer [Wx::RTC::RichTextBuffer] 
    # @return [Wx::RTC::RichTextBufferDataObject]
    def initialize(richTextBuffer=nil) end
    
    # After a call to this function, the buffer is owned by the caller and it is responsible for deleting it.
    # @return [Wx::RTC::RichTextBuffer]
    def get_rich_text_buffer; end
    alias_method :rich_text_buffer, :get_rich_text_buffer
    
    # Returns the id for the new data format.
    # @return [String]
    def self.get_rich_text_buffer_format_id; end
    
  end # RichTextBufferDataObject
  

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wxruby3-0.9.1-x64-mingw-ucrt lib/wx/doc/gen/rtc/rich_text_buffer_data_object.rb
wxruby3-0.9.0-x64-mingw-ucrt lib/wx/doc/gen/rtc/rich_text_buffer_data_object.rb