Re: About gtk_clist_set_row_data
- From: Jim Edwards <jimedwards altavista com>
- To: Jean-Christophe Berthon <jean-christophe berthon cgey com>
- Cc: Gtk List <gtk-list gnome org>
- Subject: Re: About gtk_clist_set_row_data
- Date: Mon, 10 Sep 2001 13:23:05 +0000
Jean-Christophe,
gpointer is just shorthand for (void *) and it can be anything that can be
passed as a pointer
glib has some conversion functions GINT_TO_POINTER, GPOINTER_TO_INT , and
others useful for passing values. I believe both the FAQ and the tutorial also
address this question... goto www.gtk.org
Jim
Jean-Christophe Berthon wrote:
> Hello,
>
> I would like to know what kind of "row" (or data) I can give to the function
> gtk_clist_set_row_data?
>
> I'm explaining it better. Here is the prototype of
> gtk_clist_set_row_data(GtkCList* clist, int row_number, gpointer data) How
> do I have to format the data I'm giving to this function? Can I pass
> integers and floats, or is it only char*?
> If you have any knowledge about it, or any example, I would be glad :-)
>
> Thanks a lot in advance.
>
> Best regards,
> ---
> Jean-Christophe Berthon
>
> Cap Gemini -- Ernst & Young
> France
> Skill Integration System -- Image Quality
> Email: Jean-Christophe Berthon cgey com
> Tel: (+33) 561 31 6639
>
> _______________________________________________
> gtk-list mailing list
> gtk-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]