Re: copy a clist?
- From: Jan-Marek Glogowski <glogow fbihome de>
- To: Murilo Tuvani <murilo_tuvani yahoo com br>
- Cc: LIST GTK <gtk-app-devel-list gnome org>
- Subject: Re: copy a clist?
- Date: Sun, 20 Jun 2004 03:19:34 +0200 (CEST)
As far as I know there isn't a smarter way. Any reason you are using the
old CList / gtk?
Even with current Gtk[List|Tree]Stores there isn't an other way then using
gtk_tree_model_get(a, ...), gtk_list_store_remove(a)
gtk_list_store_insert(b), gtk_list_store_set(b, ...)
But you could use GtkTreeModelFilter and just display parts of the
complete list in different views.
Jan-Marek
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]