54 55 56 57 58
# File 'lib/gtk4/tree-store.rb', line 54 def append(parent) iter = append_raw(parent) setup_iter(iter) iter end