GtkCellRenderer::set_fixed_size

void set_fixed_size(int width, int height);

Sets the renderer size to the specified width and height, independent of the properties set.

Example 23. set_property sample

<?php
$cellrenderer->set_fixed_size(30,100);
?>

See also: get_fixed_size()