unused code, showing basics of how to define a custom gtkmm-2.4 treemodel for stripables.
authorPaul Davis <paul@linuxaudiosystems.com>
Sun, 5 Feb 2017 14:51:00 +0000 (15:51 +0100)
committerPaul Davis <paul@linuxaudiosystems.com>
Sun, 5 Feb 2017 14:51:00 +0000 (15:51 +0100)
commitea2b00c26332582a4dbf404d12ff759cdf696cce
treecf09e2afd2dbbf21491e01d2e359928a2e853b72
parent5c1efd864c516d9cd093407e122d0eb1c4dfd22f
unused code, showing basics of how to define a custom gtkmm-2.4 treemodel for stripables.

Not used because it turns out that the model in the GUI
needs to be based on axisviews, some of which correspond
directly to Stripables and some do not
gtk2_ardour/stripable_treemodel.cc [new file with mode: 0644]
gtk2_ardour/stripable_treemodel.h [new file with mode: 0644]