# 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 1.9.2
Ruby-doc.org is hosted by James Britt and Neurogami, an avant garage research + development in Scottsdale, AZ.
Generated with the Rubydoc Rdoc Generator 0.9.3.