Method: Tk::TreeCtrl::BindCallback.autoScanCheck
- Defined in:
- lib/tkextlib/treectrl/tktreectrl.rb
.autoScanCheck(w, x, y) ⇒ Object
2424 2425 2426 |
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2424 def autoScanCheck(w, x, y) tk_call('::TreeCtrl::AutoScanCheck', w, x, y) end |