Manuel Bahr <[EMAIL PROTECTED]> writes:

> Hello!
> I know that this question was asked once in May 1999, but we never
> got any answer.
> 
> Is there a method to add columns to a GtkCList dynamically, after
> the widget has been created?

No, but you can add some extra columns initially and hide and 
show them with:

/* set visibility of a column */
void gtk_clist_set_column_visibility (GtkCList *clist,
                                      gint      column,
                                      gboolean  visible);

Regards,
                                        Owen

-- 
To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to