20 class ListColumns :
public Gtk::TreeModelColumnRecord {
24 Gtk::TreeModelColumnRecord::add(name);
25 Gtk::TreeModelColumnRecord::add(via_def);
27 Gtk::TreeModelColumn<Glib::ustring> name;
28 Gtk::TreeModelColumn<const class ViaDefinition *> via_def;
30 ListColumns list_columns;
35 Glib::RefPtr<Gtk::ListStore> store;
38 void row_activated(
const Gtk::TreeModel::Path &path, Gtk::TreeViewColumn *column);