Module: Tk::BWidget::DropSite (Ruby 2.3.4)

In Files

  • tk/lib/tkextlib/bwidget/dropsite.rb

Class/Module Index [+]

Quicksearch

Tk::BWidget::DropSite

Public Class Methods

include(klass, type)
 
               # File tk/lib/tkextlib/bwidget/dropsite.rb, line 21
def self.include(klass, type)
  tk_call('DropSite::include', klass, type)
end
            
register(path, keys={})
 
               # File tk/lib/tkextlib/bwidget/dropsite.rb, line 25
def self.register(path, keys={})
  tk_call('DropSite::register', path, *hash_kv(keys))
end
            
set_cursor(cursor)
 
               # File tk/lib/tkextlib/bwidget/dropsite.rb, line 29
def self.set_cursor(cursor)
  tk_call('DropSite::setcursor', cursor)
end
            
set_drop(path, subpath, dropover, drop, force=None)
 
               # File tk/lib/tkextlib/bwidget/dropsite.rb, line 33
def self.set_drop(path, subpath, dropover, drop, force=None)
  tk_call('DropSite::setdrop', path, subpath, dropover, drop, force)
end
            
set_operation(op)
 
               # File tk/lib/tkextlib/bwidget/dropsite.rb, line 37
def self.set_operation(op)
  tk_call('DropSite::setoperation', op)
end