Re: [gtk-list] Clist get row data



> Hi.
> Could someone please explain to me how to breakdown the gpointer
> returned by the function gtk_clist_get_row_data.  I have four columns,
> the first one blank, second and third are pixmaps, and the last one is
> of type gchar *.  Thanks in advance

gtk_clist_get_row_data and *_set_* are used to include some additional
informations for row which will not be visible. Its pointer and you can
say what they means.

I think you need gtk_clist_get_text(clist, row, column, gchar **text)
and gtk_clist_get_pixmap(clist, row, column, GdkPixmap **pixmap, GdkBitmap 
**mask).

						
					Jen~a



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]