[gtkmm] deleting last childrow of a row
- From: bart <bart hakvoort castel nl>
- To: gtkmm-list gnome org
- Subject: [gtkmm] deleting last childrow of a row
- Date: Thu, 27 Nov 2003 14:28:25 +0100
Hi,
i want the erase the last childrow of a row, but when i initilize the
iterator with iter = row.children().end() something goes wrong. I've
checked the iterator with iter_depth( iter ) and it returns a 0 ! While
it should return a 1 since it should point to a childrow.
row.children().begin() works fine and iter_depth( iter ) returns a 1,
which is perfecly fine.
Of course i can solve this with incrementing the iterator until it hits
the size of the childs, but i like to do it in a "one step way". By just
using row.children().end() of something similar.
Is this a bug? or am i doing something wrong?
Bart
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]