[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: bug in hscrolled-clist
- From: Havoc Pennington <rhp zirx pair com>
- To: gtk-app-devel-list redhat com
- Subject: Re: bug in hscrolled-clist
- Date: Wed, 30 Jun 1999 10:56:09 -0400 (EDT)
Hi,
I think it's not scrolling because it scrolls to fit columns; by default
the columns don't resize to fit the text. So, you need to call:
gtk_clist_set_column_auto_resize(clist, column, TRUE);
which auto resizes 'column' for the future; or
gtk_clist_columns_autosize(clist);
which does a one-time size optimization.
If that doesn't help then it's probably a bug...
Havoc
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]