Re: Going through a TreeStore
- From: Quentin Sculo <squentin free fr>
- To: Florian Schaefer <listbox netego de>
- Cc: Gtk-Perl <gtk-perl-list gnome org>
- Subject: Re: Going through a TreeStore
- Date: Wed, 19 May 2004 16:16:41 +0200
Sorry, I didn't understand what you wanted,
this should be better :
my $iter=$store->get_iter_first;
do
{ #do something for each $iter
} while ($iter=(
$store->iter_children($iter)
||$store->iter_next($iter)
||$store->iter_parent($iter)
));
--
Quentin Sculo <squentin free fr>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]