Method: Tk::TreeCtrl::BindCallback.fileList_motion

Defined in:
lib/tkextlib/treectrl/tktreectrl.rb

.fileList_motion(w, x, y) ⇒ Object



2469
2470
2471
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2469

def fileList_motion(w, x, y)
  tk_call('::TreeCtrl::FileListMotion', w, x, y)
end