GtkCellRenderer::height

Access: Read Write
Type: integer

Changes the height of the cell. Allowed values >= -1. Default: -1

Example 26. set_property sample

<?php
$cellrenderer->set_property('height', '28');
?>

See also: set_property()