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

Re: gtk_CList



> 1. I have a column in a table where the header ( containing a hbox with a pixmap
> and a label) is wider than the text in the column. The Column is resizing itself
> automatically to its optimal width, but this is the width of the column - data;
> so I only see parts of the Header. What can I do to set the initial width of
> this column *automatically* to the width of the Header??

Call gtk_widget_realize (clist) before the call to the resize function (can't
remember what it's called - gtk_clist_set_auto_resize?)

iain



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