Sha256: 833ee7bc1b6e4687eea5c9046f1f427be8f0c9929607956cac790f111404e2fd
Contents?: true
Size: 1.1 KB
Versions: 1
Compression:
Stored size: 1.1 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 # # # @wxrb_require USE_RICHTEXT 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wxruby3-0.9.2-x64-mingw-ucrt | lib/wx/doc/gen/rtc/rich_text_buffer_data_object.rb |