Sha256: 183d0e268f5763ce64450440ae655dd9efa4ff0f1f0e853ee0343af3ece8c7c8
Contents?: true
Size: 434 Bytes
Versions: 6
Compression:
Stored size: 434 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
6 entries across 6 versions & 1 rubygems