# File tk/lib/tkextlib/bwidget/dragsite.rb, line 20 def self.include(klass, type, event) tk_call('DragSite::include', klass, type, event) end
# File tk/lib/tkextlib/bwidget/dragsite.rb, line 24 def self.register(path, keys={}) tk_call('DragSite::register', path, *hash_kv(keys)) end
# File tk/lib/tkextlib/bwidget/dragsite.rb, line 28 def self.set_drag(path, subpath, initcmd, endcmd, force=None) tk_call('DragSite::setdrag', path, subpath, initcmd, endcmd, force) end
This page was generated for Ruby 2.2.10
Ruby-doc.org is a service of James Britt and Neurogami, an erratic source of art, music, and technology.
Generated with Ruby-doc Rdoc Generator 0.44.0.