Re: Problem with child rows on Treeviews
- From: pks timing com
- To: Arthur Maciel <arthurmaciel gmail com>
- Cc: gtkmm-list gnome org
- Subject: Re: Problem with child rows on Treeviews
- Date: Tue, 3 Jan 2006 13:27:37 -0700
Arthur Maciel writes:
> Hi there. I get the following compilation error when building a treeview
> application. If I remove the children rows [which means the lines that
> contain m_refTreeModel->append(row.children())] it compiles perfectly (but
> is not a TreeModel anymore):
>
> application.cpp:73: error: no matching function for call to
> `Gtk::ListStore::append()
^^^^^^^^^
Using Gtk::ListStore seems suspicious right away.
Give Gtk::TreeStore for m_refTreeModel a shot.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]