Re: [gtkmm] Updating a custom TreeModel
- From: Christer Palm <palm nogui se>
- To: Tor Arvid Lund <tor arvid lund idi ntnu no>
- Cc: gtkmm-list gnome org
- Subject: Re: [gtkmm] Updating a custom TreeModel
- Date: Mon, 29 Mar 2004 01:13:24 +0200
Tor Arvid Lund wrote:
Well, I may have found a workaround for the time being (since it really
is a ListView), but it doesn't seem very elegant:
Gtk::TreeModel::iterator iter = myCustomTreeModel->get_iter(path);
myCustomTreeModel->row_inserted(path, iter);
That's fine. Actually, IIRC ListStore and TreeStore does something along
those lines, too.
--
Christer
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]