GtkCellRenderer::cell-background

Access: UNKNOWN
Type: string

The background color of the cell as a string. Default: NULL

Example 24. set_property sample

<?php
$cellrenderer->set_property('cell-background', '#c0c0c0');
?>

See also: set_property()