:: Re: [DNG] gcc error: "error: unkno…
Page principale
Supprimer ce message
Répondre à ce message
Auteur: aitor_czr
Date:  
À: Edward Bartolo, dng
Nouveaux-sujets: Re: [DNG] gcc error: "error: unknown type name,‘GtkObject’"
Sujet: Re: [DNG] gcc error: "error: unknown type name,‘GtkObject’"
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