Hi Edward,
Here you are an example of a GtkTreeView (ListStore model) using Gtkmm:
https://gitlab.com/aitor_cz/ListView/tree/master
How to build:
make -f Makefile
HTH,
Aitor.
On 11/29/2015 10:06 PM, Edward Bartolo <edbarx@???> wrote:
> Hi All,
>
> But as usual with GUI programming in C or C++, in this case gtk3, the
> way to access components, subcomponents and their data, is extremely
> contorted.
>
> Edward