Re: Adding columns to CList?
- From: Andreas Scherf <scherfa fh-trier de>
- To: Charles Petersen <mauddib hotmail com>, "gtk-list gnome org" <gtk-list gnome org>
- Subject: Re: Adding columns to CList?
- Date: Sun, 29 Jul 2001 22:11:33 +0200
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]