This example has a Gtk::TreeView widget, with a Gtk::ListStore model.
This example is very similar to the ListStore example, but uses a Gtk::TreeStore model instead, and adds children to the rows.
This example is identical to the ListStore example, but it uses TreeView::append_column_editable() instead of TreeView::append_column().