gtk_object_set_data and GList
- From: "Andrés" Giraldo <andres_giraldo yahoo com>
- To: Gtk List <gtk-list gnome org>
- Subject: gtk_object_set_data and GList
- Date: Wed, 11 Jul 2001 14:03:55 -0700 (PDT)
Hi!
I need to fill a combo with some strings, for that I
use a Glist, but also I need that each item has a data
on it...
gtk_object_set_data (); //it's the idea, but it
doesn't
work because GList isn't a
GtkObject.
creating a structure like:
typedef struct _data
{
char *string;
int value;
} data;
data.string = "One";
data.value = 1;
glist = g_list_append (mycombo, data); //It's the idea
but finally
the
combo doesn't
shows the
strings.
Anyone knows a way to do this?
Thanks a lot!
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]