GtkCellRenderer::xpad

Access: Read Write
Type: float

The amount of padding to the left and right of the cell. Default: 0

Example 28. set_property sample

<?php
$cellrenderer->set_property('xpad', '32');
?>

See also: set_property()