| gtkCListSetPixtext {RGtk2} | R Documentation |
Sets text and a pixmap/bitmap on the specified cell.
WARNING: gtk_clist_set_pixtext is deprecated and should not be used in newly-written code.
gtkCListSetPixtext(object, row, column, text, spacing, pixmap, mask)
|
[GtkCList] The GtkCList to affect. |
|
[integer] The row of the cell. |
|
[integer] The column of the cell. |
|
[character] The text to set in the cell. |
|
[raw] The spacing between the cell's text and pixmap. |
|
[GdkPixmap] A pointer to a GdkPixmap for the cell. |
|
[GdkBitmap] A pointer to a GdkBitmap mask for the cell. |
Derived by RGtkGen from GTK+ documentation