Re: [gtk-list] Adding columns to GtkCList?
- From: Owen Taylor <otaylor redhat com>
- To: gtk-list redhat com
- Cc: gtk-app-devel-list redhat com
- Subject: Re: [gtk-list] Adding columns to GtkCList?
- Date: 08 Mar 2000 16:11:13 -0500
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]