# File tk/lib/tkextlib/bwidget/dragsite.rb, line 21 def self.include(klass, type, event) tk_call('DragSite::include', klass, type, event) end
# File tk/lib/tkextlib/bwidget/dragsite.rb, line 25 def self.register(path, keys={}) tk_call('DragSite::register', path, *hash_kv(keys)) end
# File tk/lib/tkextlib/bwidget/dragsite.rb, line 29 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.3.4
Ruby-doc.org is a service of James Britt and Neurogami, an application development company in Scottsdale, AZ.
Generated with Ruby-doc Rdoc Generator 0.36.0.