Extended maintenance of Ruby 1.9.3 ended on February 23, 2015. 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