Method: Tk::Iwidgets::Hierarchy#refresh
- Defined in:
- lib/tkextlib/iwidgets/hierarchy.rb
#refresh(node) ⇒ Object
236 237 238 239 |
# File 'lib/tkextlib/iwidgets/hierarchy.rb', line 236 def refresh(node) tk_call(@path, 'refresh', node) self end |