:: Re: [DNG] gcc error: "error: unkno…
Página Principal
Delete this message
Reply to this message
Autor: aitor_czr
Data:  
Para: Edward Bartolo, dng
Tópicos Novos: Re: [DNG] gcc error: "error: unknown type name,‘GtkObject’"
Assunto: 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