gtkCListSetCellStyle {RGtk2} | R Documentation |
Sets the style for the specified cell.
WARNING: gtk_clist_set_cell_style
is deprecated and should not be used in newly-written code.
gtkCListSetCellStyle(object, row, column, style)
|
[GtkCList ] The GtkCList to affect. |
|
[integer] The row of the cell. |
|
[integer] The column of the cell. |
|
[GtkStyle ] A pointer to a GtkStyle structure. |
Derived by RGtkGen from GTK+ documentation