GtkCellRenderer::get_fixed_size

array get_fixed_size();

Retrieves an array containing the width and height of the cell.

Example 22. set_property sample

<?php
print_r ($cellrenderer->get_fixed_size());
?>

See also: set_fixed_size()