firstly i should summarize your question
you have a GList of GtkLabel and now you want to change the labels .right?

so try something like this.

GList *glist,*widget_list;
GtkWidget *widget;

 widget_list=g_list_first (Glist);
 widget=widget_list->data;
now in widget you got your label and do anything whtever you want.
Amit Jain

----- Original Message ----- 
From: "Ruben Porras" <[EMAIL PROTECTED]>
To: "lista gtk+" <[EMAIL PROTECTED]>
Sent: Monday, October 28, 2002 1:24 PM
Subject: Problems finding items in a GList



_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to