On Mon, 2005-11-14 at 16:39 +1000, tcleaver wrote:
[...]
> 
> My limited understanding is that these iterations are so that the TreeView
> knows the maximum sizes/formatting of each cell (get_value is called from
> gtk_tree_view_column_cell_set_cell_data) so as to calculate things such
> as visibility etc. Is there any property or way to avoid these initial 
> iterations through the model? How has everybody else delt
> with displaying large datasets in a GtkTreeView?
> 

Did you try setting the sizing property in the GtkTreeViewColumn's to
GTK_TREE_VIEW_COLUMN_FIXED? Using GTK_TREE_VIEW_COLUMN_AUTOSIZE can be
very inneficient with large sets of data.

Claudio
-- 
Claudio Saavedra <[EMAIL PROTECTED]>

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to