GtkCellRendererText::foreground

Access: Read Write
Type: string

Foreground color as a string.

Example 44. set_property sample

<?php
$cellrenderer->set_property('foreground',  'red');
?>

See also: set_property()