Method: Tk::TreeCtrl::Style#elements
- Defined in:
- ext/lib/tkextlib/treectrl/tktreectrl.rb
#elements(*elems) ⇒ Object
2295 2296 2297 2298 2299 2300 2301 2302 |
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2295 def elements(*elems) if elems.empty? @tree.style_elements(@id) else @tree.style_elements(@id, *elems) self end end |