Simple Treeview with ListStore (Vala) Tiffany Antopolski tiffany.antopolski@gmail.com 2012 A widget can display any TreeModel implementation (lists and trees) Simple Treeview with ListStore

This TreeView displays a simple ListStore with the Selection "changed" signal connected.

In this sample we used the following:

Gtk.TreeView

Gtk.ListStore

Gtk.TreeSelection