Re: [gtk-list] Clist get row data
- From: Jan Sochman <jena artax karlin mff cuni cz>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] Clist get row data
- Date: Mon, 13 Jul 1998 16:43:08 +0200 (MET DST)
> 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]