Method: Tk::TreeCtrl::BindCallback.fileList_release1
- Defined in:
- ext/lib/tkextlib/treectrl/tktreectrl.rb
.fileList_release1(w, x, y) ⇒ Object
2421 2422 2423 |
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2421 def fileList_release1(w, x, y) tk_call('::TreeCtrl::FileListRelease1', w, x, y) end |