Re: copy a clist?



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]