Re: [gtk-list] Adding columns to GtkCList?




Manuel Bahr <Manuel.Bahr@materna.de> 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



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