gtkCListSetPixmap {RGtk2} | R Documentation |
Sets a pixmap for the specified cell.
WARNING: gtk_clist_set_pixmap
is deprecated and should not be used in newly-written code.
gtkCListSetPixmap(object, row, column, pixmap, mask = NULL)
|
[GtkCList ] The GtkCList to affect. |
|
[integer] The row of the cell. |
|
[integer] The column of the cell. |
|
[GdkPixmap ] A pointer to a GdkPixmap to place in the cell. |
|
[GdkBitmap ] A pointer to a GdkBitmap mask for the cell. |
Derived by RGtkGen from GTK+ documentation