gtkCListGetPixtext {RGtk2} | R Documentation |
Gets the text, pixmap and bitmap mask for the specified cell.
WARNING: gtk_clist_get_pixtext
is deprecated and should not be used in newly-written code.
gtkCListGetPixtext(object, row, column)
|
[GtkCList ] The GtkCList to affect. |
|
[integer] The row to query. |
|
[integer] The column to query. |
A list containing the following elements:
retval |
[integer] 1 if the retrieval was successful, 0 otherwise. |
|
[character] A pointer to a pointer to store the text. |
|
[raw] A pointer to a raw to store the spacing. |
|
[GdkPixmap ] A pointer to a GdkPixmap pointer to store the cell's pixmap. |
|
[GdkBitmap ] A pointer to a GdkBitmap pointer to store the cell's bitmap mask. |
Derived by RGtkGen from GTK+ documentation