Forum und email

GtkCellRendererText::background-gdk

Access: Read Write
Type: GdkColor

Changes the background color of the text with a GdkColor

例 37. set_property sample

<?php
$cellrenderer->set_property('background-gdk', new GdkColor(65535,0,0));
?>

参照: set_property()