Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more
# File tk/lib/tkextlib/bwidget/dropsite.rb, line 20
def self.include(klass, type)
tk_call('DropSite::include', klass, type)
end
# File tk/lib/tkextlib/bwidget/dropsite.rb, line 24
def self.register(path, keys={})
tk_call('DropSite::register', path, *hash_kv(keys))
end
# File tk/lib/tkextlib/bwidget/dropsite.rb, line 28
def self.set_cursor(cursor)
tk_call('DropSite::setcursor', cursor)
end