GtkCellRendererPixbuf::pixbuf

Access: Read Write
Type: GdkPixbuf

The GdkPixbuf Image to render on the cell.

Example 32. set_property sample

<?php
$cellrenderer->set_property('pixbuf',GdkPixbuf::new_from_file('gnome.jpg'));
?>

See also: set_property()