Re: (no subject)
- From: "David M. Cook" <dave davidcook org>
- To: gtk-app-devel-list <gtk-app-devel-list gnome org>
- Subject: Re: (no subject)
- Date: Tue, 19 Aug 2003 03:34:30 -0700
On Mon, Aug 18, 2003 at 02:05:48PM +0200, emafranc libero it wrote:
I'm developing an application (using gtk+ 2.2.2) that requires more than
2000 columns in a list (treview). Inserting columns becomes more and more
slow depending on the number of columns in the view. I tried searching for
solutions over the Internet, but I failed. How can I solve this problem? Do
you have any suggestion?
First, make sure you have column autosizing turned off. The other
recommendation I've seen is to use
gtk_cell_renderer_text_set_fixed_height_from_font
http://tinyurl.com/kgle
That said...2000 columns? That seems awfully awkward for the user. I think
the above recommendations will help mostly with lots of rows, but maybe not
with that many columns.
Dave Cook
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]