Re: Problems finding items in a GList
- From: "amitjain" <amitjain webdunia com>
 
- To: "Ruben Porras" <nahoo82 telefonica net>,	"lista gtk+" <gtk-list gnome org>
 
- Subject: Re: Problems finding items in a GList
 
- Date: Mon, 28 Oct 2002 15:10:12 +0530
 
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" <nahoo82 telefonica net>
To: "lista gtk+" <gtk-list gnome org>
Sent: Monday, October 28, 2002 1:24 PM
Subject: Problems finding items in a GList
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]