Method: Tk::TkDND::DND#dnd_bindsource_info

Defined in:
lib/tkextlib/tkDND/tkdnd.rb

#dnd_bindsource_info(type = nil) ⇒ Object



185
186
187
188
189
190
191
# File 'lib/tkextlib/tkDND/tkdnd.rb', line 185

def dnd_bindsource_info(type=nil)
  if type
    procedure(tk_call('dnd', 'bindsource', @path, type))
  else
    simplelist(tk_call('dnd', 'bindsource', @path))
  end
end