Re: [gtkmm] TreeStore insert()...but no insert_before(), insert_after()?
- From: Murray Cumming <murrayc usa net>
- To: beren77 lycos com
- Cc: gtkmm-list <gtkmm-list gnome org>
- Subject: Re: [gtkmm] TreeStore insert()...but no insert_before(), insert_after()?
- Date: 21 Jul 2003 09:41:53 +0200
On Mon, 2003-07-21 at 06:53, Ben Cronin wrote:
> Why does the TreeStore class have only an insert() method and not insert_before and insert_after like GTK+?
Because we want it to be more like existing C++ APIs in the C++ standard
library. You should still be able to achieve everything that you need to
do. By the way Standard C++ insert() methods insert _before_ the element
pointed to by the iterator.
Thanks for pointing out that TreeStore has undocumented methods.
--
Murray Cumming
murray usa net
www.murrayc.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]