On Fri, 17 Sep 2004 16:33:39 +0400, Igor Gorbounov <[EMAIL PROTECTED]> wrote: > Is there any way to blank all rows in a treeview? Now I scan all cells > and blank their contents sequentially. Hope that exists some better > solution.
You can clear the model: http://developer.gnome.org/doc/API/2.0/gtk/GtkTreeStore.html#gtk-tree-store-clear http://developer.gnome.org/doc/API/2.0/gtk/GtkListStore.html#gtk-list-store-clear _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
