Method: Tk::TreeCtrl::BindCallback.entryExpanderKeypress

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

.entryExpanderKeypress(w) ⇒ Object



2508
2509
2510
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2508

def entryExpanderKeypress(w)
  tk_call('::TreeCtrl::EntryExpanderKeypress', w)
end