Method: Tk::TreeCtrl::BindCallback.autoScanCheck

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

.autoScanCheck(w, x, y) ⇒ Object



2416
2417
2418
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2416

def autoScanCheck(w, x, y)
  tk_call('::TreeCtrl::AutoScanCheck', w, x, y)
end