Re: Adding columns to CList?



Charles Petersen wrote:
> 
> Just a simple question today, is it possible to add a column to a CList
> after it has been instantiated?  I looked at the docs and didn't see any
> functions to do something like this, but I figured there /should/ be someway
> to do it.
> 
> Thanks,
> 
gint clist_rows=0;
while (list_isn`t_long_enough) {
gtk_clist_insert (GTK_CLIST (clist), clist_rows, texts);
clist_rows++;
}
where texts is omething like this:
gchar *texts[RUNNERS_CLIST_COLUMNS];

Hope this helps ..
-- 
ICQ: 52910964
scherfa fh-trier de
scherfa web de




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