GtkTreeView cell_data_func requesting non-visible cells.

2006-03-27 Thread Murray Cumming
Am I right in thinking that GtkTreeView shouldn't call the cell_data callback for cells that aren't visible? The attached test case shows it being called for every row (even if only a few are visible in the GtkScrolledWindow), and then called again for the visible rows. This is not so nice when I

Re: GtkTreeView cell_data_func requesting non-visible cells.

2006-03-27 Thread Murray Cumming
On Mon, 2006-03-27 at 17:05 +0200, Murray Cumming wrote: Am I right in thinking that GtkTreeView shouldn't call the cell_data callback for cells that aren't visible? The attached test case shows it being called for every row (even if only a few are visible in the GtkScrolledWindow), and then