Methods
I
R
S
Included Modules
Class Public methods
include(klass, type, event)
# File ext/tk/lib/tkextlib/bwidget/dragsite.rb, line 20
def self.include(klass, type, event)
  tk_call('DragSite::include', klass, type, event)
end
register(path, keys={})
# File ext/tk/lib/tkextlib/bwidget/dragsite.rb, line 24
def self.register(path, keys={})
  tk_call('DragSite::register', path, *hash_kv(keys))
end
set_drag(path, subpath, initcmd, endcmd, force=None)
# File ext/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