problems with liststore....
- From: Dan Lyke <danlyke flutterby com>
- To: gtk-perl-list gnome org
- Subject: problems with liststore....
- Date: Fri, 30 Apr 2004 05:16:44 -0700
Bruno Boettcher writes:
i need to clear the model when a new request comes in and then fill it
up with the new data...
This is a work-around rather than a solution, but why not just create
a new liststore?
$treestore = Gtk2::TreeStore->new(...);
$treeview->set_model($treestore);
and let garbage collection take care of the rest...
Dan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]