GtkCellRendererProgress::text

Access: Read Write
Type: string

The text in the label that will be drawn over the progress bar.

Example 37. set_property sample

<?php
$cellrenderer->set_property( 'text', 'Percentage');
?>

See also: set_property()