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

Re: bug in hscrolled-clist




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]