GtkCellRenderer::width

Access: Read Write
Type: integer

The fixed width of the cell in pixels. Allowed values >= -1. Default: -1.

Example 27. set_property sample

<?php
$cellrenderer->set_property('width', '280');
?>

See also: set_property()