Re: GtkTreeView



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 <csaavedra alumnos utalca cl>




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]