| Module | Tk::BWidget::DropSite |
| In: |
tk/lib/tkextlib/bwidget/dropsite.rb
|
# 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
# File tk/lib/tkextlib/bwidget/dropsite.rb, line 32 def self.set_drop(path, subpath, dropover, drop, force=None) tk_call('DropSite::setdrop', path, subpath, dropover, drop, force) end
ruby-doc.org is a community service provided by Happy Camper Studios, a Phoenix, Arizona, Ruby application development company.
Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.
For more information on the Ruby programming language, visit ruby-lang.org.
Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.