Sha256: 891683654102c596818d07cd0f941f6035e88c82e007f29afb5a112164fd553c
Contents?: true
Size: 456 Bytes
Versions: 5
Compression:
Stored size: 456 Bytes
Contents
# :stopdoc: # Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. # :startdoc: module Wx class Clipboard alias :place :set_data alias :fetch :get_data # Opens the global clipboard and passes the clipboard object to the block. # @yieldparam [Wx::Clipboard] clip the global clipboard object # @return [Object] block result def self.open; end end end
Version data entries
5 entries across 5 versions & 1 rubygems